The CPU is located on what part of the computer?

the motherboard

the system bus

the random access memory

the hard drive

Answers

Answer 1

Answer:

the motherboard

Explanation:

Answer 2
The answer for this question is the first one.

Related Questions

Which human job is most similar to the role of a producer

Answers

Answer: Directors

Explanation:  directors create motion pictures, television shows, live theater, commercials, and other performing arts productions. directors work under a lot of pressure, and many are under stress to finish their work on time.  Work hours for producers and directors can be long and irregular.

A script meaning sound effects

Answers

You write sound effects in a screenplay by capitalizing the sound your making in the action line of the script. For example “Jackie SLAMS the door shut.” or “The tires SCREECHES across the street.”

What is the name of the file in which this
program is stored: public class myProgram
A. myProgram.class
B. myProgram.java
C. myProgram.jgrasp
D. myProgram.doc

Answers

Answer:

B

Explanation:

i’m an information technology  student and as I remember we used this  name

What is a social media scam?

Answers

Answer:

Internet fraud is a type of cybercrime fraud or deception which makes use of the Internet and could involve hiding of information or providing incorrect information for the purpose of tricking victims out of money, property, and inheritance.

Is when people do fraud on the internet to take people money

A top priority of the Federal Bureau of Investigation (FBI) is protecting Internet users from what?
A.) spam marketers
B.) online predators
C.) viruses
D.) unsecured networks

Answers

Answer:

b

Explanation:

Answer:

B. Online Predators

Explanation:

write algorithm to find (a+b)^2=(a+b)*(a+b)​

Answers

Answer:

Basically

(a+b)^2 = a^2 + b^2 + 2ab

Explanation:

steps

       1: start

       2: read a value

        3: read b value

        4: c=(a+b)*(a+b);

        5: print  c value

         6:end

______ means locating a file among a set of files​

Answers

Locating a file among set of flies is called file system.

Declare Integer values[SIZE] = 1, 2, 3, 4, Debugging Exercises 1. What is the error in the following pseudocode? // This program uses an array to display five names Constant Integer SIZE = 5 Declare String names [SIZE] = "Meg", "Jack", "Steve "Bill", "Lisa" Declare Integer index For index = 0 To SIZE Display names[index] End For ​

Answers

Answer:

In "Declare String names [SIZE] =", Meg and Jack are done correctly, however for Steve and Bill, there is no ending quote after Steve, and no comma separating the two. More of a common problem than one would think

it should look more like

Declare String names [SIZE] = "Meg", "Jack", "Steve", "Bill", "Lisa"

Why is it important for element IDs to have meaningful names?

Answers

Answer:

Explanation:

In programming, it is very important that element ID's have meaningful names because it allows anyone reading the code to be able to easily identify what that element is and where it is most likely to be found in the code. This also applies to variables in every programming language. The clearer and more unique the name is the easier it becomes to know what that variable or element ID is representing which ultimately makes reading and debugging the code that much easier. This means that the entire process becomes more efficient as well.

It is vital for element IDs to have meaningful names due to the fact that it allows easy identification of the codes.

Element IDs refer to the id property of the interface of the element. It should be noted that the id property is unique in a document.

Element IDs should have meaningful names due to the fact that it allows east identification of the codes. This makes it easy for the person reading the code to identify them easily. The uniqueness of an element ID is vital to know what it represents.

Read related link on:

https://brainly.com/question/18173585

Question #1
Dropdown
Choose the word that makes each sentence true.
Asking the user for four numbers is an example of____.

Finding the average of the four numbers is an example of_____.
Telling the user the average is an example of_____.

O input
O output
O processing

Answers

Answer: Dropdown

Choose the word that makes each sentence true.

Asking the user for four numbers is an example of__input__.

Finding the average of the four numbers is an example of__processing___.

Telling the user the average is an example of__output___.

Explanation:

Following are the discussion to the given question:

Input is displayed by asking users for four digits. Any data or information that's also supplied to a system for analysis is referred to as input. Its statement, 'input' tells the system that it uses must enter some data before the software can proceed.The instance of processing is computing the mean of four numbers. In the CPU, computing is the conversion of input information to a more meaningful form of information.An instance of output is giving the user the average. It refers to information produced by and sent through a computer or another electronic device. The act of generating it, the amount generated, or the procedure through which something is given are all instances of output.

Therefore, the answer is "input, processing, and output".

Learn more:

brainly.com/question/2882943

differences between laptop andhandheld conputer​

Answers

Answer: a conputer has a moniter and a mouse and laptop doesn't

Explanation:

Ken has inserted an image into his PowerPoint presentation, but the image contains a lot of empty and/or unnecessary space. He needs to eliminate this space. Which option should he use to achieve this goal?

cut
copy
crop
adjust

Answers

Answer:

C. crop

Explanation:

Answer:

c

Explanation:

You need to control the number of people who can be in an oyster bar at the same time. Groups of people can always leave the bar, but a group cannot enter the bar if they would make the number of people in the bar exceed the maximum of 100 occupants. Write a program that reads the sizes of the groups that arrive or depart. Use negative numbers for departures. After each input, display the current number of occupants. As soon as the bar holds the maximum number of people, report that the bar is full and exit the program.

Answers

Answer:

count = 0

while True:

   people = int(input("Enter the number of people arrived/departed: "))

   count += people

   

   if count == 100:

       print("The bar is full")

       break

   elif count < 100:

       print("There are " + str(count) + " in the bar currently")

   else:

       print(str(people) + " people cannot enter right now")

       print("The maximum capacity is 100!")

       count -= people

       print("There are " + str(count) + " in the bar currently")

Explanation:

*The code is in Python.

Set the count as 0

Create an indefinite while loop.

Inside the loop:

Ask the user to enter the number of people arrived/departed

Add the people to the count (cumulative sum)

Check the count. If the count is 100, stop the loop. If the count is smaller than 100, print the current number of people. Otherwise, state that they cannot enter right now. The capacity is 100 at most. Subtract the people from the count and print the current number of people.

Is there anybody who knows eris quirk but me- i feel lonely rn ;-;

Answers

Answer:i do Eri's Quirk allows her to rewind an individual's body to a previous state. She has shown the ability to rewind someone's body to a point before they existed, which she accidentally did to her father.

Answer:rewind

..........

Other Questions
PLEASE HELP ASAP!1. What themes about the relationship between parents and children can you find in thismyth?2. In your opinion, which of the two lovers, Pyramus or Thisbe, is the greater character?Explain your choice.3. In your opinion, what qualities have made this myth so popular with writers throughoutthe ages?4. Who are some of the writers who have referenced this myth? (Check the intro!)Boccacio and Chaucer. The energy associated with motion is a. kinetic energyb. elastic potential energy. c. gravitational potential energy.d. nuclear energy Why did colonists provide badic education for girls as boys ? Rocks, as they are compressed, begin forming mountains above the Earth's surface when two continental plates converge. The continental crust increases in depth as the mountains grow above. The Himalayan Mountains formed at a convergent plate boundary in this manner. The rocks are smashed together causing them to __________ due to the intense heat and pressure from the colliding plates and eventually forming _____________ rock. Solve for x:3(x+1)=-6 every new years eve people burn tires with the belief that this will drive evil spirits away and will add fun to their merrymaking. How will you explain toyour family or neighbors that this isgood practice? Have you ever wondered how a vending machine "knows" that you have put in the correct amount of change to purchase a snack or a drink? These machines use coin detectors that determine the mass and the size of the coins deposited. In other words, they analyze the density of the coins. United States coinage is minted within very narrow specifications, so the density of each type of coin is always the same. The coin detectors compare the coins inserted to the preset standards to determine if the correct combination of coins has been deposited. In this lesson, you too will determine the density of various coins. OBJECTIVES Recognize the characteristics of density. Design and carry out a scientific investigation. Present your findings in a scientific report. Online Lab This animation will allow you to find the density of a penny, a nickel, and a quarter. Make a hypothesis in which you suggest which coin will have the highest density and which will have the lowest density. A model hypothesis might be: "If the (fill in the name of a coin) has a greater density than the _____ and _____, then it will have a greater mass to volume ratio. If the (fill in the name of a coin) has a lower density than the _____ and _____, then it will have a lower mass to volume ratio. Remember to record your data and observations in the data sheet so that you can use them to present your findings. SHOW TRANSCRIPT Present Your Findings Write a one or two summary paragraph discussing this experiment and the results. Use the following questions and topics to help guide the content of your paragraph. According to your data, was your hypothesis correct? (Be sure to refer to your data when answering this question.) Summarize any difficulties or problems you had in performing the experiment that might have affected the results. Describe how you might change the procedure to avoid these problems. List at least two real world examples that apply the findings of this experiment. (Hint: An example of this type was given in the introduction to this project.) What would you like to do next? Placing ice on a sprained ankle this is an example of conduction, convection, radiation? Based on the figure, what should be concluded about the density of the iceberg compared to to the density of seawater? Explain.-Based on the figure, what should be concluded about the density of the iceberg compared to the density of the treasure chest? Explain. What happens if the body is unable to maintain its blood glucose levels? R={(x,y)} y=2x:x{1,2,3} Raniyah lived in Spain and Colombia for a total of 12 months in order to learn Spanish. She learned an average of 104 words per month when she lived in Spain and an average of 208 words per month when she lived in Colombia. In total, she learned a total of 2080 new words. You find a list of numbers on the kitchen counter, but you arent sure what the numbers represent. This is an example of:Group of answer choicesinformation.binary.data.the cloud. A full 17 oz bottle of spring water is leaking half of an ounce a minute into an empty bottle. How long will it take for the two bottles to have the same amount of water 7th grade math help me plzz What is communism significance to one's life? World largest producer of tin the solution of the inequality |x + 1| + 2 > 5. The Dockland Building in Hamburg, Germany is shaped like a parallelogram.If the length of the building is 86 meters and its height is 55 meters, what is the area of the face of the building?Group of answer choices4,730 meters4,730 square meters Shannons bicycle travels 50 feet for every 3 pedal turns. How many pedal turns are needed to travel one mile (1 mile = 5,280 feet)?