What does CPU stand for






It stands up for Central processing unit

Hope this helps

Answers

Answer 1

Answer:

Central Processing Unit

Explanation:

Principle part of any digital computer system


Related Questions

WHO KNOWS HOW TO TAKE A SCREENSHOT ON A HP PAVILION COMPUTER, PLS HELP!!!!!

Answers

Answer:

Me

Press the Windows key and Print Screen at the same time to capture the entire screen. Your screen will dim for a moment to indicate a successful snapshot. Open an image editing program (Microsoft Paint, GIMP, Photoshop, and PaintShop Pro will all work). Open a new image and press CTRL + V to paste the screenshot.

Explanation:

You need press this button for take a capture

Answer:

Use the keys win + shift + s

If that doesnt work than I don't know what will

where should your two index fingers be when your fingers are rest.

A. F and H

B. F and j

C. L and M

D. J and K​

Answers

Answer: B : F and J

Explanation: Allows you to type without looking at keys and makes all the keys easily accessible

What is another name for a conditional statement?
a
an "if-then" statement
b
a "or-else" statement
c
an "either-or" statement
d
a "you-should" statement

Answers

Answer:

an "if-then" statement

Explanation:

2 Conditional Statement Another name for an IF-THEN statement is a CONDITIONAL STATEMENT. Every conditional has 2 parts. The part following the “IF” is called the HYPOTHESIS, and the part following the “then” is called the CONCLUSION.

Answer:

above me

Explanation:

stop looking

i said stop

so you want something don't you?

fine scroll down and I'll tell you something ;)

get rick rolled :)

"e"

Jenn wrote a program where the instructions are followed in order; there is no skipping or repeating. What kind of program is this?
edited
iterative
selection
sequence

Answers

Jenn wrote a program where the instructions are followed in order; there is no skipping or repeating. What kind of program is this?

edited

Answer:

I just took the test and SEQUENCE (D)  was correct trust me I swear on the creeper aw man universe no joke pls brainliest

Explanation:

KDS Company has 3 departments: 1. Dept X 2. Dept Y 3. Dept Z. Design a program that will read as input each department's sales for each quarter of the year, and display the result for all divisions.

Answers

Complete Question:

Design a program that will use a pair of nested loops to read the company's sales amounts. The details are as follows: -

KDS Company has 3 departments: 1. Dept X 2. Dept Y 3. Dept Z. Design a program that will read as input each department's sales for each quarter of the year and display the result for all divisions. Use a two-dimensional array that will have 3 rows and 4 columns

Answer:

In C++:

#include<iostream>  

using namespace std;  

int main() {  

   int depts[3][4];

   char dptcod [3] ={'X','Y','Z'};

   for (int rrw = 0; rrw < 3; rrw++) {  

       for (int cll = 0; cll < 4; cll++) {  

           cout<<"Dept "<<dptcod[rrw]<<" Q"<<(cll+1)<<": ";

           cin>>depts[rrw][cll];  }  }  

       for (int rrw = 0; rrw < 3; rrw++) {  

           int total = 0;

           for (int cll = 0; cll < 4; cll++) {  

               total+=depts[rrw][cll]; }

               cout<<"Dept "<<dptcod[rrw]<<" Total Sales: "<<total<<endl;}  

   return 0; }

Explanation:

This declares the 3 by 4 array which represents the sales of the 3 departments

   int depts[3][4];

This declares a character array which represents the character code of each array

   char dptcod [3] ={'X','Y','Z'};

This iterates through the row of the 2d array

   for (int rrw = 0; rrw < 3; rrw++) {  

This iterates through the column

       for (int cll = 0; cll < 4; cll++) {

This prompts the user for input

           cout<<"Dept "<<dptcod[rrw]<<" Q"<<(cll+1)<<": ";

This gets the input

           cin>>depts[rrw][cll];  }  }  

This iterates through the row of the array

       for (int rrw = 0; rrw < 3; rrw++) {

This initializes total sum to 0

           int total = 0;

This iterates through the column

           for (int cll = 0; cll < 4; cll++) {

This calculates the total sales of each department

               total+=depts[rrw][cll]; }

This prints the total sales of each department

               cout<<"Dept "<<dptcod[rrw]<<" Total Sales: "<<total<<endl;}  

What happens when the screen comes off the keyboard for an HP laptop?? Its just a question!

Answers

Answer:

If the screen comes off, its probably broken  

Explanation:

I don't really know anything about computers, but that really sounds bad

Nathan has a 30-second clip of music that he wants to play over and over again when he runs a program. What does Nathan need to make this happen?
a for loop
a while loop
an infinite loop
a Boolean loop

Answers

Nathan has a 30-second clip of music that he wants to play over and over again when he runs a program. What does Nathan need to make this happen?

a while loop

The answer is an infinite loop

State whether the given statement is True/False. Arguments are the input values to functions upon which calculations are performed.

Answers

false i think just saying

Java initializes all variables with the default values of its data type . *

Your answer true or false​

Answers

Answer:

This is correct.

Explanation:

int is initialized with 0

object references with null

etc.

Match the description below to the correct chart or graph to the right by using the drop-down menus. Distinct X-Y data points are plotted and connected to emphasize changes between data points over time. Distinct X-Y data points are plotted, but not connected. Discrete categories of data can be compared using a _______. Parts of a whole can be shown with a _______.

Answers

Answer:

Distinct X-Y data points are plotted and connected to emphasize changes between data points over time.

✔ C - line chart

Distinct X-Y data points are plotted but not connected.

✔ B - scatter plot

Discrete categories of data can be compared using a

✔ A - bar graph

.

Parts of a whole can be shown with a

✔ D - pie chart

.

Explanation:

The correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

The line chart (option C) describes distinct X-Y data points that are plotted and connected to emphasize changes between data points over time.

The scatter plot (Option B) describes distinct X-Y data points that are plotted, but not connected.

Discrete categories of data can be compared using a bar graph (Option A).

Parts of a whole can be shown with a pie chart (Option D).

In conclusion, the correct order of these descriptions is line chart, scatter plot, bar graph and pie chart (Options C, B, A and D).

Learn more in:

https://brainly.com/question/10440833

Could you give me Aidan Gallagher's wuasp number​

Answers

Answer:no

Explanation:no

Answer:

no

Explanation:

why do you need it

hope you you find what you looking for

What are the primary uses of computer?​

Answers

Answer:

Explanation:

Internet commerce,  buying and selling items.   emailing, and z00m meeting now  :D

Write a python program to get the input values from the user and
compute the area of a rectangle.​

Answers

It’s telling me to put 20 characters

A10:A20 Refer to values in


Cell A10 and cell A20


The cell in column A and row 10


The range of cells in column A and rows 10 through 20


The range of cells in row 15 and columns B through #

Answers

Im trying to solve this problem

A10:A20 Refer to values in The range of cells in column A and rows 10 through 20. Thus the correct option is C.


What is a cell in excel?

The rectangles that make up an Excel worksheet's grid are called cells. A worksheet's references, the column letter, and the row number that intersect at the cell's location serve as a means of identifying each cell.

A, B, and C serve as column numbers, whereas digits serve as row identifiers (1, 2, 3). Depending on the column and row, each cell has a unique name or cell address.

In the given case, the values of A10:A20  is being asked which indicates that In column A the range of cell 10 to 20 is written as A10: A20.In other words, the cell is written as intersection Column  D to Row 5 the cells will be D5.

Therefore, option C is appropriate.

Learn more about Excel, here:

https://brainly.com/question/1380185

#SPJ6

How many times will an infinite loop repeat?
100
the number of minutes in the variable
the number of times in the variable
until someone stops the program

Answers

Answer:

The infinite loop is suppose to go on and on it never ends. My best guess is the third one.

Answer:

Its D because a infinite loop goes on forever until yep D until someone stops it in another words if someone doesnt stop the loop then it will keep going on and on so your answer is D

Explanation:

Would you consider upgrading Maxine’s wardrobe a need or a want?

Answers

Answer:

A want because she doesn't need to be flashy for work.

Explanation:

advantages of a software

Answers

Simplified decision-making. Obtaining one complete view by integrating your software systems simplifies the decision-making process. ...

Increased productivity

More reliable data

Enhanced analysis

Improved data security

Better customer service

Increased sales potential

Answer:

Simplified decision making. Obtaining one complete view by integrating your software systems simplifies the decision making process. ...

Increased productivity. ...

More reliable data. ...

Enhanced analysis. ...

Improved data security. ...

Better customer service. ...

Increased sales potential.

Explanation:

Brainliest?  

_________ cloud offers the services to a limited and well defined number of parties

Answers

Answer:

Private

Explanation:

Which of these is not a type of video game?

a
simulation
b
Senet
c
first-person shooter
d
RPG
e
puzzle

Answers

Answer:

b Senet

Explanation:

I'm just putting the explanation that I put in the comments

Senet was a bored game commonly played by the ancient Egyptians I have absolutely no idea why people say the answer is puzzle when the most popular video games ever, Tetris is a puzzle video game.

What is the other name of iterative staatement ​

Answers

Answer:

An loop statement

Explanation:

An iteration statement, loop, repeatedly executes a statement, know as a loop body,until the controlling expression is false

Does anyone know how to do Python Essentials 5.7.1.6 because i am completely lost

Answers

Answer:

create a 2d array of "#" for each letter, and use string manipulation or regular expressions to print each letter

Explanation:

Click the links to open the resources below. These resources will help you complete the assignment. Once you have created your file(s) and are ready to upload your assignment, click the Add Files button below and select each file from your desktop or network folder. Upload each file separately.
Your work will not be submitted to your teacher until you click Submit.

Its the lab about kinetic energy

Answers

hey! there is no link, but i’m happy to help. please add it to the comments

why did rsa introduce this legislation ​

Answers

Answer:

Parliament is the legislation authority of South Africa and has the power to make laws for the country,in accordance with Constitution.

Which of the following statements best reflects the pros and cons of overtime potential for a line installer or repairer?
A. Overtime allows installers to maintain flexibility in their jobs, choosing when to work and when to stay home with their families; however, there are no benefits included.
B.Overtime allows installers and repairers to travel to other regions and experience new cultures; however, there is little salary increase for overtime work.
C. Overtime allows installers and repairers to make triple what they would in a typical day; however, there are few opportunities for overtime.
D. Overtime allows installers and repairers to make double what they would typically; however, it requires hours of hard work in potentially dangerous conditions.

Answers

Answer:

D

Explanation: hope this helps! n plz mark me brainliest! thx n have a gr8 and safe day!

How would I collect a number from the user to use for the radius of a circle?



int(input("What is the radius?: "))

radius = int("What is the radius?: ")

radius = int(input("What is the radius?: "))

radius = int input("What is the radius?: ")

Answers

Answer:

C is the correct answer to your question

To collect a number from the user to use for the radius of a circle use radius = int(input("What is the radius?: ")). The correct option is C.

What is coding?

We connect with computers through coding, often known as computer programming.

Coding is similar to writing a set of instructions because it instructs a machine what to do. You can instruct computers what to do or how to behave much more quickly by learning to write code.

Coding abilities, sometimes referred to as programming skills, are the ability to write commands in a variety of programming languages that tell a computer, application, or software programme what to do and how to do it.

Use the formula radius = int(input("What is the radius? ")) to ask the user for a value to represent the radius of a circle.

Thus, the correct option is C.

For more details regarding coding, visit:

https://brainly.com/question/17293834

#SPJ2

why do i like art in your own words can anyone help me plesssssssssssssss

Answers

Answer:

i like art because it can show feeling and inspire people the creativity that people show. The skill to make art is is outstanding and even those some of the most famous artist are not alive any more there art is still seen by other people today that's why i like art because art can show how a person feels. Here is an example if a person is deaf and cant hear then they don't speak but they can paint what they feel same thing for other people. painting can also help people did you know that painting is proven and effective way to reduce stress and that's why i like art

Explanation:

hope this helped

i like art because Art has allowed us to explore new ideas. It lets us freely express ourselves in many ways. From story telling, to painting, to song.

hope it helped!!

HELP PLEASE ive literally been here for hours
Binh has a few hours' time to create a presentation. She has most of the text and pictures she intends to use. Which feature can help her to quickly transfer the content into an attractive presentation?

A.
slide layout
B.
slide themes
C.
Slide Master
D.
Slide pane

Answers

It’s D...................................

Answer:slide layout

Explanation:

2 points
1. Which characters are normally used to represent the root of the Floppy
disk drive? *
a) C1
b) A:
c) B:
d) D:
points

Answers

Answer:

B) A:

Explanation:

what is the difference between a circuit board and a bread board

Answers

Answer:

A bread board is prototyped (manufactured) in a way where it is less permanent than a pcb (printed circuit board) or an even more permanent pcba (printed circuit board assembly). Bread boards are typically the first step to creating a finished circuit because electronic components are easier to test and take apart when needed; design and investigation can be made effectively as no soldering connections are required. Whereas a circuit board is used for the further finished products because they don't have sockets like the bread board and so there is little room for error and mistakes.

News writers get story leads from____.
A. subscriptions
B. press releases
C. advertisers
D. school papers

Answers

I believe the answer is B.Press releases! Hope this helps:)
Other Questions
60, 63, 66, ____. LOLOLOLOLOLOLL????????????? For what did Egyptians use mummification?To be buried with all of the favorite thingsTo attempt to live forever in the afterlifeTo make sure they were really deadTo please to gods Why did Tux sometimes wonder how he and Bear could be related to each other? They didn't look alike, and they didn't think alike. They looked alike, but they didn't like to do the same things. They didn't look like brothers because of their different sizes. Please put these rock layers in order from Oldest to youngest user their letter labels what is called the phenomenon of prolongation of sound Zoey inflated 24 balloons for the high school dance. If Zoey inflated 15% of the total number of balloons at the dance, how many balloons are there total? Complete the following chart describing the principles of the U.S. Constitution. You are giving a Rubik's cube as a gift. The side of the Rubik's cube 3 inches. You want to wrap the gift with no paper left over. How much wrapping paper do you need A ski chalet at Peak n' Peak now costs $250,000. Inflation is expected to cause this price to increase at 5 percent per year over the next 10 years before Chris and Julie retire from successful investment banking careers. How large an equal annual end-of-year deposit must be made into an account paying an annual rate of interest of 13 percent in order to buy the ski chalet upon retirement Solve the given equation for .(8xAx)/Bx=6 Who is your favorite rapper and why? Graph: y = (x+3)- 4 What is quarter of 25??? And) What is 1/2 of 16 ? If a fair die is rolled 6 times, what is the probability, to the nearest thousandth, of getting exactly 1 six?ANSWER IS 0.402 help me with this please Number 11,12,13,14,15,16,17,18,19,20 Can someone please help me with math What is x and y if -4x+y=11 What pressure, in torr, would a sample of Xenon exert if it were compressed from 4001 mL to 3002 mL at constant temperature, given that initially the pressure was 750.1 atm? Who can help me with these quick problems? Can humans and wolves live together? How can we improve our relationship with wolves?