Tim is trying to explain to his aunt how her computer works, but she does not understand what a CPU does. Which description will most likely help Tim’s aunt understand the CPU’s role?

Answers

Answer 1

Answer:

CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results, and instructions (program). It controls the operation of all parts of the computer.

Explanation:

Answer 2

Answer:

The CPU processes commands from software.

Explanation:

Learned on edge


Related Questions

What does Joann need to change in her outline?
Check all that apply.
O She needs to remove Step 1.
O She needs to add "Highlight the content" as Step 2.
O She needs to change the name of the icon in Step
3.
O She needs to revise Step 4.

Answers

where’s the outline?

Answer:

its D

Explanation:

I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.

To add artwork to a slide, the slide must contain a placeholder.

True
False

Answers

Answer:

The answer is false

Explanation:

Please give me brainliest so I can post my artwork

Zachary is writing an article that will be included in a Who is most likely Zachary's audience? pamphlet his school is putting together titled "Guide to Your School Library." Zachary's article will explain how to O students about to graduate from the school find information for a science project. O science teachers O parents visiting the school O students who are new to the school​

Answers

Answer:

Students who are new to the school.

Explanation:

right on edg2020

Passage:

Zachary is writing an article that will be included in a pamphlet his school is putting together titled "Guide to Your School Library.” Zachary’s article will explain how to find information for a science project.

Question:

Who is most likely Zachary’s audience?

Options:

students about to graduate from the school science teachers parents visiting the school students who are new to the school

Answer:

D.) students who are new to the school

Explanation:

This option is correct because when I did the assignment on Edge, I got it right!

Why do filmmakers release trailers?

A. To arouse interest in viewers

B. To compete with other filmmakers

C. To dramatically announce the film’s release date

D. To see how the movie looks on the big screen

Answers

I believe the answer is to arouse interest in viewers (A) so more people can get the idea of the film and want to watch it

If you can’t see the Assets panel, which of these three buttons do you press?

A) Plugins
B) Assets
c) Layers

Answers

Answer: B

Explanation:

The answer is B


Explanation

I did it

How do you activate the Slicer Tools contextual tab?
Select a PivotTable and it will appear.
Select a slicer and it will appear.
Click Slicer and then Options.
It is found under the PivotTable commands.

Answers

Answer:

Select a slicer and it will appear.

Explanation:

i did it

You can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.

What do you mean by the Slicer tool?

The Slicer tool may be characterized as a type of tool that significantly provides buttons that you can click to filter tables or PivotTables. In addition to quick filtering, slicers also indicate the current filtering state, which makes it easy to understand what exactly is currently displayed.

According to the context of this question, if you want to use the slicer tool in excel, select Insert > Slicer. After selecting a slicer it will automatically appear on the computer screen followed by selecting the fields you'd like to filter.

Therefore, you can activate the Slicer Tools contextual tab by selecting a slicer and it will appear. Thus, the correct option for this question is B.

To learn more about Slicer tools, refer to the link:

https://brainly.com/question/19717692

#SPJ5

Jack follows the steps below.
Step 1: He clicks the Design tab on the ribbon.
Step 2: He navigates to the Document Formatting command group.
Step 3: He clicks the Themes icon.
Step 4: He clicks the Office Theme option in the themes gallery.

Which task is Jack trying to do?
A. He is sharing the Office theme with others.
B. He is creating a new theme for his document.
C. He is saving an existing theme to the themes gallery.
D. He is applying an existing theme to his document.

Answers

Answer:

D is my answer to this question.

Answer:

D, He is applying an existing theme to his document.

Explanation:

got the answer correct on edge.

WILL MARK FIRST ANSWER BRAINLIEST!!
Manny has drafted an email message and configured a delivery option "Do not deliver before: 5:00 P.M. and today's date." He shuts down his computer and leaves for the day at 4:30 p.m. What will happen at 5 p.m.?

The message will be delivered from the server.
The message will be delivered from Manny’s computer.
The message will remain in Manny’s outbox until the computer is started and the Outlook program is started the next day.
The message will remain in Manny’s outbox until the computer is started, and he will be prompted to send.

Answers

Answer:

The message will remain in Manny's outbox until the computer is started and the Outlook program is started the next day.

Explanation:

Answer:

it is c

Explanation:

What is the definition of a noob? Please help. Define it in your own words but in an appropriate way, thank you very much!

Answers

Answer:

A person that is different from others by the way they look, act, ect.

Which type of operating system requires a keyboard in order to issue commands?

CLI
GUI
server
mobile

Answers

Answer:

I said CLI.

Explanation:

''A command-line interface (CLI) processes commands to a computer program in the form of lines of text.''- Wikipedia

Answer:

Cli

Explanation: Cause yeah

Which statement best explains the purpose of using online note-taking tools?

Online note-taking tools guarantee better scores on tests.
Online note-taking tools let students take notes quickly and easily.
Online note-taking tools tell students exactly what they need to study.
Online note-taking tools turn disorganized notes into organized notes.

Answers

Answer:

B

i did the instruction

Explanation:

The statement which best explains the purpose of using online note-taking tools is that Online note-taking tools let students take notes quickly and easily. Thus, the correct option for this question is B.

What is an online note-taking tool?

An online note-taking tool may be characterized as a type of software tool that significantly allows users to capture, store, and manage voice and text notes on different devices.

It makes note-taking convenient and accessible and allows you to write and study flexibly. Unlike other note-taking apps, you can view documents and take notes at the same time on one screen.

The primary purpose of note-taking is to encourage active learning and to prepare study materials for exams. Developing note-taking skills should help you organize information into an understandable format that will assist in your studying process.

Therefore, the correct option for this question is B.

To learn more about Note-taking tools, refer to the link:

https://brainly.com/question/18546670

#SPJ2



6) Sometimes it is difficult to read a piece of code and understand what the code will do. For this reason, you may want to add notes to yourself (or to someone else that may read the code) that show up in the code, but not when you run the program. What are these notes called and what symbol do you use to write them

Answers

Answer:

The answer to this question is given below in the explanation section.

Explanation:

The notes that are used in a piece of code to understand the difficulty of coding or for others to read it is called comments.

Comments in code help in understanding the code, they help others to read the code and understand the logic written behind it. Comments also help the programmer to read his code himself for understanding purposes. Comments in coding used for understanding the purpose of code and what the code will do. The comments written in the program cannot execute or shown when you run the program.

Comments in coding/program can be used in two ways in almost all programming languages. You can use comments on a single line and in multiple lines.

To show a comment on a single line, you can use the double backslash "//" .

To make a comment on a single line. for example

//here the calculation start or some other understandable comments.

if the comments are more than one line then you can use "/*    */" symbols to write comments on multiple lines

for example:

/* this is the code

that calculate the sum and average of students grades

it also displays the grade in letter

*/

I WILL GIVE BRAINLIEST TO WHO ANSWERS FIRST AND CORRECTLY.
Use this option to view your presentation as your audience will see it.

File menu
Play button
Slide Show button
Tools menu

Answers

You would need to use the slide show button.

Answer:

It's either slide show button or the play button

Explanation:

You are going to send a document to a client, and you want to be absolutely sure that none of the
formatting is lost. Which of these document formats would be best?
DOC
DOCX
HTML
O PDF

Answers

Answer:

PDF

Explanation:

PDFs are not an easily modifiable format unless converted into a different type. It preserves all formatting, and no formatting details are lost depending on what program a user decides to open the file with.

Send the document to the client as a

PDF

format! Not only is it secure, but it also prevents the material from being changed by the receipiants

URGENT PLEASE HELP!!!!!
Which rule of composition gives an illusion of movement or context?
A. the rule of odds
B. the rule of three
C. the rule of space
D. simplification

Answers

Answer:

The answer is NOT D. simplification. I took the test and got this wrong, my next guess of what it could be would be C. the rule of space. I hope that this was helpful to you! :)

A Loop of 3 within a loop of 4 will yield _____ iterations.

Answers

Answer:

12

Explanation:

The loop of 3 will be executed 4 times, hence the multiplication 3*4.

Computer coding is unnecessary for aspiring multimedia designers to learn. True or False? HURRY!!!

Answers

Answer:

True

Explanation:

A publication created by a business or individual that is distributed on a regular basis - Weekly, monthly, or quarterly. Used to
provide informational updates to a specific club, group, organization, agency, or business

Answers

Newsletter

Hope this helps!

Ask the user to enter a number. Display whether the number is odd or even. computer science answers
Can you please give me the answers like how you can write it in a python program

Answers

Answer:

Write a C program to check whether a number is even or odd using if else. How to check whether a number is even or odd using if else in C program. C Program to input a number from user and check whether the given number is even or odd. Logic to check even and odd number using if...else in C programming.

Explanation:

Write the code for an if statement that adds 5 to the variable num1 if the value stored in the variable testA equals 25. Otherwise subtract 5 from num1.

Answers

In python

if testA == 25:

    num1 += 5

else:

    num1 -= 5

I hope this helps!

Write any four "Change Case" options available in OpenOffice writter

Answers

Answer:

please mark me as a brainliest

Answer:

In OpenOffice Writer you can change any text to sentence case, lowercase, uppercase, capitalize every word, or toggle case by following the steps below.

Highlight the text you want to change.

Once highlighted click Format and then Change Case.

Within Change Case select the type of capitalization you want.

What key allows you to move to the next line

Answers

Answer:

enter

Explanation:

press tab or enter and you will get what u need

Sending or receiving information between two
more person
.technical term​

Answers

Two-Way Communication

Which of these functions may be used with positional arguments? Select four options
•AVERAGE
•COUNTIF
•COUNT
•SUM
•MAX​

Answers

Answer:

its A

    C

    D

    E  

Explanation:

Answer:

Average

Count

Sum

Max

on edg 2021

Explanation:

Which devices typically generate computer output? monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, webcam, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser

Answers

The devices are monitor, printer, speaker, projector, Braille embosser. The correct option is 4.

What are output devices?

Any piece of computer hardware that converts information into a human-perceptible form or, historically, into a physical machine-readable form for use with other non-computerized equipment is considered an output device. Text, graphics, tactile, audio, or video can all be used.

A monitor displays visual output, such as text and images, on a screen.A printer creates physical output on paper or other media, such as text and images.Music, sound effects, and spoken words are all produced by a speaker.A projector projects visual information onto a screen or other flat surface.A Braille embosser generates output in Braille format, which people who are blind or visually impaired can read.

Thus, the correct option is 4.

For more details regarding output devices, visit:

https://brainly.com/question/13014449

#SPJ1

Your question seems incomplete, the probable complete question is:

Which devices typically generate computer output?

monitor, printer, speaker, projector, keyboard mouse, printer, speaker, projector, Braille embosser monitor, speaker, projector, 3D printer monitor, printer, speaker, projector, Braille embosser

Which artistic technique uses multiple layers of parallel lines drawn at different angles?
A.
random hatching
B.
crosshatching
C.
scrumbling
D.
linear hatching

Answers

Answer:

B.  crosshatching

Explanation:

A. is not the right answer. Random hatching is usually not done with parallel lines; it is more of a free technique.

B. is the right answer. Crosshatching is the technique of drawing many layers, textures, and tones of lines at different angles. The lines are not free places and random, but done parallel one to another at different angles, the simplest being 90° angle. This method is used to create a shadow or the impression of the depth in the drawing.

C. is not the right answer. Scrumbling is the crocheting technique and not drawing one.

D. is not the right answer. Linear hatching does imply drawing multiple parallel lines, but they are all at the same angle.

Answer:

c. scrumbling

Explanation:

Question #1 Math Formula The code below is repetitious. What is the output of this program? num = = 3 num = num + 1 num = num + 1 num = num + 1 print(num) Output:​

Answers

Answer:

6.0

Explanation:

match each sentence to the type of context clue it represents.

Answers

Answer: was willing to help but there isn’t any picture of anything about what each sentence says

how many microprocessers will a small computer have

Answers

Answer:

for what i know its one hope that helps

4.5 Code Practice


Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:

#1: You entered _____
When STOP is entered, the total number of words entered should be printed in this format:

All done. __ words entered.

Sample Run
Please enter the next word: cat
#1: You entered cat
Please enter the next word: iguana
#2: You entered iguana
Please enter the next word: zebra
#3: You entered zebra
Please enter the next word: dolphin
#4: You entered dolphin
Please enter the next word: STOP
All done. 4 words entered.

Answers

In python 3:

i = 0

while True:

   word = input("Please enter the next word: ")

   if word == "STOP":

       break

   i += 1

   print("#{}: You entered {}".format(i, word))

print("All done. {} word(s) entered.".format(i))

I hope this helps!

The program is an illustration of loops.

Loops are used to perform repetitive operations.

The program in Python, where comments are used to explain each line is as follows:

#This gets input for the first word

word = input("Please enter the next word: ")

#This initializes count to 0

count = 0

#The following iteration is repeated until the user enters "STOP"

while word != "STOP":

   #This prints the word entered

   print("You entered",word)

   #This increments count by 1

   count += 1

   #This gets input for the next words

   word = input("Please enter the next word: ")

   

   

#This prints the count of all words

print("All",count,"words entered!")

At the end of the program, the number of valid inputs is printed.

Read more about similar programs at:

https://brainly.com/question/18283451

Other Questions
what group of men trained to be soldiers from ages 7-60? This is a P.E. course. Why do you think you have to write an essay? Good Faith laws protect an individual who helps a victim in the event the victim takes a turn for the worse before emergency personnel arrive. True False What questions do we try to answer when we conduct an analysis of evidence? What is the solution? Can someone help me please What is another fraction besides 2/5 that is equivalent to the decimal 0.4? Why did King Tuts mummy have to be cut up to remove it from the coffin? Marcia has a monthly income of $3,500. She budgets 8% for her cell phone. What amount does she budget for her cell phone, in dollars and cents? The photo below is the reduced form of a 16-by-20-inch print. What is the scale factor being used to reduce te4 in5 in The two statements belowchar dance1[ ] = {'F','o','x','t','r','o','t'};String dance2 = new String(dance1);will generate an error message: a. because char variables and String variable do not mix.b. will generate an error message because char variables and String variable do not mix.c. show that a String variable, like dance2, is an array.d. demonstrate that a character array can be used to construct a String object.e. prove that character variables and String variables are identical. the half life of I -137 is 8.07 days. if 24 grams are left after 40.35 days, how many grams were in the original sample? Which of the following would not be a considered a legitimate excuse for failing to fulfill the civic duty of jury duty? A.severe illness of a parentB.employer discontentC.personal illnessD.schooling out of state The article says that paleontology was a young science in the United States in the mid-1800s. How knowledgeable about the field were paleontologists of the time? A They were more informed than those in other nations. B They were the greatest experts of the field at the time. C They were not very knowledgeable about their field. They were just as knowledgeable as any other scientists. D Which term is used for sharing thoughts, feelings, and experiences? When the numbers used to estimate are less than the actual numbers provided, the product will be?. Single choice.(1 Point)equivalentunderestimatepoweroverestimate If there is a tie in the Senate, the Vice President will cast the tie breaking vote True/False Help Mr. North can read 3/4 of a novel and 1/5 of a week. How much of the novel can Mr. North read in one entire week? D5. Mariam driving at a speed of 20.0 m/s appliesbrakes close to a signal and travels a distance of200 m before coming to rest. What was heracceleration?A. -0.50 m/s2B. -0.70 m/s2C. -1.00 m/s2D. -2.00 m/s26. A trollen at rest is nushed to accelerate at a PLS TELL ME WHICH ONE IS TRUE PLS DONT LIE