Answer:
Funtime Freddy.
Baby.
Ballora.
Ennard.
Funtime Foxy.
Minireena.
William Afton.
Explanation:
i am a HUGE fan of fnaf hoped this help
Answer:
my fav is grim foxy
Explanation:
baby
ballora
the litttle balarena sh ts
funtime freddy
bon bon
funtime foxy
the babies
endo dude
the macenics
Two girls were born to the same mother, on the same day, at the same time, in the same month and the same year and yet they're not twins. How is that possible?
Answer:
They are not twins but triplets or quadruplets.
Explanation:
How can you find the square root of 8 using the pow() function
import math
print(math.pow(8, 0.5))
You can find the square root of any number by squaring it by 0.5
which search strategy explores nodes from the initial state as well as the goal state?
a. uniform-cost search
b. breadth-first search
c. depth-first search
d. bidirectional search
Answer:
(D) bidirectional search.
Explanation:
Did the test.
If an IT professional maintains who is added and removed from a network on a client-server network, would it be a benefit or a risk?
Answer:
A. IT professional, who maintains the network, must be added and removed from the network. - risk
B. Clients work independently; therefore, if one computer is not working, other computers can still do their jobs. - benefit (scalability is always a benefit)
C. Security levels are set up by individuals; therefore, these networks may not be as secure. - risk
D. There is no need for a big IT department to keep the network up and running. - benefit (it is simple for maintenance)
Explanation:
Write the code in python to input a number and print the square root. Use the absolute value function to make sure that if the user enters a negative number, the program does not crash.
Answer:
Code in Python :-
num = float(input("Enter any number : "))
ab = abs(num)
sqrt = float(ab ** 0.5)
print(sqrt)
In python:
print(abs(float(input("Enter a number: ")))**0.5)
Write a calculator program that will allow only addition, subtraction, multiplication & division. Have the
user enter two numbers, and choose the operation. Use if, elif statements to do the right operation based
on user input.
num1 = float(input("Enter the first number: "))
num2 = float(input("Enter the second number: "))
operation = input("Which operation are you performing? (a/s/m/d) ")
if operation == "a":
print("{} + {} = {}".format(num1, num2, num1+num2))
elif operation == "s":
print("{} - {} = {}".format(num1, num2, num1-num2))
elif operation == "m":
print("{} * {} = {}".format(num1, num2, num1*num2))
elif operation == "d":
print("{} / {} = {}".format(num1, num2, num1/num2))
I hope this helps!
Free 35 points!!!
I'm attempting to create a game on Khan Academy using the computer coding courses, but I can't find how to program a moving background or enemies, can someone please give me pointers/suggestions?
P.S. I'm trying to make a Galaga-like game (2-Dimensional) , and it has to be in JavaScript Processing code.
Answer:
free points?? why does it have question then
Explanation:
Answer:
Well I dont use Khan Academy sorry
Explanation:
4. What is an example of a Trans receiver? *
A. Pager
B. Wi-Fi
C. Telephone
what term refers to a company that invests in other companies on behalf of its investors
a. a mutual fund
b. a security
c.an investment bank
d.a stock exchange
Note that the term that refers to a company that invests in other companies on behalf of its investors is called "A mutual Fund" (option A).
What is a mutual fund?A mutual fund is a type of financial instrument that combines money from several participants in order to buy assets. A mutual fund's securities might comprise stocks, bonds, and other assets. The performance of the underlying securities in a mutual fund determines its value.
A professional fund manager manages a mutual fund and makes investment choices on behalf of the fund's investors. The fund manager invests the pooled funds in securities that are consistent with the fund's investment goal and strategy. Mutual funds can be actively managed, which means that the fund manager actively picks the securities that will be included in the fund, or passively managed, which means that the fund will track a specified market index.
Learn more about Mutual Fund:
https://brainly.com/question/13247161
#SPJ1
Is this statement true or false?
A presentation is always in front of a group of people.
true
false
Answer:
NOPE
Explanation:
sometimes presentations can be for one person only. For instance if you work in a company sometimes you present for your boss only etc.
Hope this helped :)
Answer:
im sure this is false!
Explanation:
how to implement domain controller?
Answer:
Log in as an administrator to the Windows 2000 or 2003 server host.
From the Start menu, go to Administrative Tools > Manage Your Server. ...
Install the Active Directory Domain Controller. ...
Install Windows Support Tools. ...
Create a new user account. ...
Create a user account to map to the Kerberos service.
Explanation:
Answer:
Log in as an administrator to the Windows 2000 or 2003 server host.
I WILL GIVE BRAINIEST ANSWER AND THANKS IF YOU ANDWER THIS QUESTION!!!!
Which of The 9 Elements of Digital Citizenship do you feel is most important and why?
Answer in paragraph pls
An installation is:
please help asap
Answer: an installation is the act of putting something in, a device that stays in one place, a military base, or an art piece that often involves building and different types of materials.
Explanation:
Getting your new air conditioner put in is an example of an installation.
40 POINTS
Seth, a zoologist, has a spreadsheet containing data on all the animals in a zoo. He wants to sort the column that contains the weights of all of the animals. Which sort tool could he use to reorganize the numbers so they are listed from smallest to largest?
sort descending
custom sort - font color
sort ascending
custom sort - columns
Answer:
Its A
Explanation:
Sort ascending tool could he use to reorganize the numbers so they are listed from smallest to largest. So, the correct option is (C).
What are Spreadsheets?A spreadsheet is defined as a computer application for the calculation, organization, analysis and storage of data in tabular form. These were developed as computerized analogs of paper accounting worksheets, where the program operates on data entered in the cells of a table.
It is a type of tool that is used to store, manipulate and analyze data. Data in a spreadsheet is organized into a series of rows and columns and can be searched, sorted, calculated, and used in a variety of charts and graphs.
From sorting out in the spreadsheet from smallest to largest, sort ascending tool is used.
Thus, sort ascending tool could he use to reorganize the numbers so they are listed from smallest to largest. So, the correct option is (C).
Learn more about Spreadsheet, here:
https://brainly.com/question/8284022
#SPJ2
PLEASE HELP!!!
Why are Blackberry phones good?
Ok so this isn’t really a question that is for school but...
let’s say I have 2 iCloud accounts. One is on my phone and the other is on my old iPad. I want to put my phone iCloud to the iPad but I have some really old pictures on the iPad that I want to save. Can I keep them when I change I cloud? Or should I just keep it like that how it is?
Answer:
u shoud just keep it ;-;
Explanation:
what is an hard ware ?
Explanation:
tools, machinery, and other durable equipment.
Which are categories in the Number tab of the Format Cells dialog box. Check all that apply
General
Number
Currency
Date
Time
Percentage
Formula
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct answer to this question is, you can find all categories except Formula in the Number tab of the Format Cells dialog box.
You can find the categories in the Format Cells dialog box as listed below:
General NumberCurrencyAccountingDate Time PercentageFractionScientificTextSpecial andCustom.As you see in the above list, there is no Formula category given the Number tab of the Format Cell dialog box. So the correct options are:
General Number Currency Date Time PercentageWhich of the following are valid variable names? Select 2 options.
A. Cost$4
B. 4thNumber
C. Fourth_number
D. Num4
E. $4cost
Please answer asap
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The correct options to this question are C and D:
Fourth_numberNum4Because these are the correct and valid variable names.
Other options are not correct because these variables names either start with a number or contains special character such as $ sign.
The invalid variables are A, B, and E while the valid variable declare are options C and D.
How do I dust my computer?
Answer:
Step 1: Turn off your computer and unplug it from the electrical outlet or surge protector.
Step 2: Open up your computer's case.
Step 3: Using compressed air, dust the internal components of your computer with short bursts of air. ...
Step 4: Remove the dust buildup on your case fans with a can of compressed air.
A ___________ variable is used to add up a set of values. fill in the blank
Answer:
dependent variable -- As it depends on the other variables, changes when they change
The sum variable should be used for adding the set of values.
The following information regarding the sum variable is as follows;
It is the variable i.e. used for adding the values.In this, the values are added so that the final answer could come.In excel, the sum formula is like = sum().Therefore we can conclude that the sum variable should be used for adding the set of values.
Learn more: brainly.com/question/19585043
Which of the following variables are valid? Give reasons for those which
are invalid
Answer:
hope am right...
Explanation:
variables must not not contain any special characters i.e N%
Variables should only begin with a letter of the alphabet or a $ sign
In which era was theater the most popular performing art in Europe?
18th century
Renaissance
early 20th century
19th century
How do you give brainlest things out?
Answer:
when there are two answers to your question it should give you the option
Explanation:
hope this helps :3
if it did pls mark brainliest
Betty is developing a machine learning algorithm that looks at vast amount of data collected over 100 years and checks for relationships between humidity, temperature, and rainfall. what form of machine learning is she developing?
a. regression
b. association
c. big data
d. classification
e. clustering
Answer:
The answer to this question is given below in the explanation section.
Explanation:
Betty is developing a machine learning algorithm that looks at a vast amount of data that is collected over 100 years, and She also wants to check the relationship among variables such as humidity, temperature, and rainfall in the given data.
So, the correct answer to this question is b. She is developing an association machine learning algorithm.
Because the association tells the relationship between variables. She used the association to find the relationship among variables such as humidity, temperature, and rainfall.
While the other options are not correct because:
Regression is used to find out the cause and effect relationship between dependent and independent variables. Big data is the biggest field of data analysis, so this option does not best suit this context. Classification is used to classify data, or organizing data into their related group. While clustering is the task of dividing the population into a number of groups such that populations in the same groups are more similar to other populations in the same group than those in other groups. so these are all incorrect options to this question except the "b" option i.e association.
Tricia is managing tasks that have been assigned to her. She needs to enter mileage information in relation to a
project. Which command must she use to access this option?
-Task
-Details
-Assign Task
-Send Status Report
Answer:
send status report
Explanation:
edge nov 2022
She must use the command "Task" to access this option. The correct answer would be an option (A).
What is a task manager?Task Manager displays which programs are running on your Windows computer and provides limited control over those processes.
Tricia can use the "Task > Details" command to access the option to enter mileage information related to a project. This option provides a space for Tricia to enter additional information about a task, such as the mileage information she needs to record.
The "Task > Details" option can typically be found within the task management software or tool that Tricia is using. By accessing this option, Tricia can enter the necessary information to accurately track the mileage information for a project.
The "Assign Task" and "Send Status Report" commands are not directly related to entering mileage information for a task.
Thus, the correct answer would be an option (A).
Learn more about the task manager here:
https://brainly.com/question/29103180
#SPJ6
define application software
Answer: An application software is a type of software that the user interacts with, while a system software is a type of software that the system interacts with.
Hope this helped you :)
Explain the process of creating a chart using chart wizard dialog box
Answer:
Open an Excel worksheet that has rows and columns of data. ...
Select the cell range containing the data to be charted. ...
Create the chart by clicking the Chart Wizard button on the standard toolbar.
The Chart Wizard starts at Step 1 by asking what type of chart to make (see screen shot ).
HTTP is made to facilitate which kind of communication?
computer to computer
IT Support to User
computer to user
user to computer
Answer:
Computer to computer.
Explanation:
HTTP facilitates the connection between websites, so the answer is computer to computer.
Lucas wants to expand his vocabulary to better understand the sentence below. The insidious burglar moved through the house unheard and unseen. Which clue best helps define insidious? burglar, unheard and unseen, moved through, house
Answer:
B unheard & unseen
Explanation:
Answer:
B is correct because the top one said so
Explanation: :)