What are the 5 functions of a CPU? ;-;

Answers

Answer 1
Fetch
Decode
Execute
Arithmetic logic unit
Control unit
Answer 2
•Fetch. The first step of a CPU is to fetch instructions from the program memory. ...
Decode.

•After fetching information CPU will determine what to do with that data next, this step is the decode step. ...

•Execute. ...

•Arithmetic Logic Unit (ALU) ...

•Control Unit (CU)

Related Questions

Which of these best describes the difference between ports and slots?

Answers

Answer:

hi

Explanation:

What sense?

you mean something like that?

ports are temporary stops for maritime transport, and slots are used for long-term living here.

LEAF library in py can be expressed in what form?

Answers

Answer:

In open form

Explanation:

Can you clone apps form your PC and to other PC?
Yes or No

Answers

Answer:

Yes, a USB cable can help transfer data you obtained to another PC.

Explanation:

Hope this helps :)

Yes. ^^^ they are correct

Select all that apply.

Which font types are appropriate for use in text paragraphs?

serif
sans-serif
historical
script
novelty

Answers

Answer:

sans-serif, novelty, and script.

Explanation:

true or false: if a comment is posted anonymously, it cannot be considered hate speech or cyber bullying

Answers

Answer:

false

Explanation:

Think about it

It is false that if a comment is posted anonymously, it cannot be considered hate speech or cyber bullying.

What is cyberbullying?

The use of technology to harass, threaten, embarrass, or target another person is known as cyberbullying.

Online threats, as well as mean, aggressive, or rude texts, messages, posts, or messages, are all considered. Posting personal information, pictures, or videos intended to hurt or embarrass someone else is also prohibited.

One or both of the following are involved in cybercrime: Using viruses and other types of malware, criminals target computers. Criminal activity involving the use of computers to commit other crimes.

Cyberbullying or cyber harassment is a type of bullying or harassment that takes place over the internet. Online bullying includes cyberbullying and cyber harassment.

When a comment is made anonymously, it is considered hate speech or cyberbullying.

Thus, the given statement is false.

For more details regarding cyberbullying, visit:

https://brainly.com/question/8142675

#SPJ2

Summarize these two up-and-coming leadership positions in digital media: digital media supervisor and chief digital officer (CDO). What does each job entail? What is one way they are different? What is one way they are similar? Which one sounds more appealing to you, and why?

Answers

Answer:

The big differences in the CIO and the Chief Digital Officer is this responsibility for turning IT into a value creator, being a business to the extent of actually having a P&L, which is something that the CIO typically doesn’t have in most organizations.

And so we also see the CDO as something that is really leading digital business from the front in a way that most CIOs aren’t. Most CIOs are not trying to think of new markets, new channels, new business models that the organisation should be getting and making that a top priority. And that’s pretty much all the Chief Digital Officer thinks about is how to take existing assets, existing information, existing knowledge and making a business out of that creating products and services and entering new markets.

I think that the CIO, however, is used to operating much larger operations, so I think what remains to be seen we’re not seeing Chief Digital Officers have as much operational experience, or even necessarily seem to require it. Although I think the really successful digital businesses will be able to scale up their organizations really well, they’re going to have Chief Digital Officers that are good at that, we’re not seeing operational jobs as job number one, quite the same way as we’re seeing it in traditional CIOs.

In terms of really any other big differences, we see that Chief Digital Officers are very multidisciplinary, so they have a lot of different experiences, and there’re very comfortable in talking with marketing and sales in their language. They’re very good at talking to the product teams in their language and operations in their language, and executives and so on. And not to the same degree that we see the CIOs that don’t really talk the language of business, and they talk the language of the IT department but that tends to be it.

Explanation:

Digital Media Supervisor ( CIO )

Chief Digital Officer ( CDO )

you want some points? whoever answers first gets 48 points. no cap. better be quick.
what's 2+2=?

Answers

Answer:

4

Explanation:

Answer:

4444444444444444444444444

Select the correct answer.
What is the postcondition of an expression or variable?
a. the condition of the expression before you execute a control structure
B. the value of the expression when you increment a variable
c. the value of the expression when you decrement a variable
d. the condition of the expression once you exit a control structure
e. the condition of the expression while running a control structure

Answers

A. the condition of the expression before you execute a control structure

Answer:

D.

Explanation:

You're Welcome

Dave is a recruiter for a large video and animation firm. He is looking for an employee who is willing to give productive hours to activities related to the job. Which quality is he looking for? A. responsibility B. flexibility C. trust D. reliability E. integrity

Answers

Answer:

reliabitlity

Explanation:

Which game is better? Among us or ROBLOX -

Answers

Answer:

Both are equally good, but Roblox is better for kids

Explanation:

This is because when you are imposter and kill someone it shows a bone and there is a bit of blood!

Answer:

Gud question...

Explanation:

Among us is violent

Roblox is good for kids

so 50 50

why is sequencing important in coding

Answers

It allows us to carry out task with multiple steps.

Answer:

To make sure you get the pattern correct.

Explanation:

Each code has a different detail that makes it do what it needs to do

over the past few years a very definite need has arisen in the electrical trades for:

Answers

Data and communication wiring technicians. Run Ethernet/cat5, 5e from switch and server rooms to outlying jacks for PC users. Tagging wires, testing db loss and other cable polarization spec’s

In other words, no longer just power wiring components and techniques.

Discribe a place that you have dremed about that does not exit in a real life

Answers

Candy land ??? A cotton candy land with trees filled with sweet fruits and candy ?
Game world where you play games all day in that world and it looks like a swamp

rq+6=8-5+32=?


do not answer this question unless you have the full response

Answers

Answer:

i will help hold on

Explanation:

Answer:

i have the answer dm on on inxta at nattybatter

Explanation:

witchs one better mr beast or pewdiepie















(mrbeast)

Answers

Answer:

MR BEAST IS MR BEST

Explanation:

ANSWER: Mr. Beast because he does not buy subscribers

What is some advice you would give someone who is just starting online learning 2 sentences

Answers

Answer:

It sucks. But i would say if you get behind do your homework for that day and then doing one or two missing assignments. It really helps to take more notes than you would in actual school because its harder to ask the teacher for help.

Explanation:

Modify the guessing-game program so that the user thinks of a number that the computer must guess.



The computer must make no more than the minimum number of guesses, and it must prevent the user from cheating by entering misleading hints.

Answers

Answer:

Follows are the code to this question

import random as R #import randaom package

import math as M #import randaom package

S= int(input("Input smaller number: "))#defining variable and input value

L= int(input("Input larger number: "))#defining variable and input value

C= 0#defining variable and assign value

while True:#define loop

   C+= 1#count value

   num= (S+L) // 2#calculate average

   print('%d %d' % (S,L))#print value

   print('number : %d' % num)#print average

   choice = input('Input =, <, or >: ')#input value in choice variable

   if choice == '=':#define if to check value

       print("Hooray, you get %d tries" % C)#print message

       break#use break  

   elif S==L:#defining and condition to check it is equal

       print("I'm out from the guesses, and you cheat")#print message

       break#use break

   elif choice == '<':#defining another condition to check

       L = num - 1#calculate larger value

   else:#else  

       S= num + 1# calculate smaller value

Output:

please find the attached file.

Explanation:

In the code first, we import the "math and random" package, then two-variable "S and L" is defined, in which it is used to input the value from the user-end, and variable "c" is defined to count the value.

In the next step, a while loop is defined, that uses the input value and print its average vale, and the choice variable to input the symbol value and use the conditional statement, which is defined as follows:

In if block, if the choice is equal it will print a message.In elif s is equal to l it will print message.In elif, the choice is "<" it will calculate the less value and print its value, otherwise, it will go in else, in this it calculates the value of "S".

What are the 3 general themes that are found in great advertising

Answers

Answer:

Personal Appeal, Social Appeal, and Humor Appeal

Explanation:

uses computer resources from multiple locations to solve a common problem ​

Answers

Distributed memory systems
I think is the answer

Answer:grid computing

Explanation:

A workstation has been moved from the first floor to the fifth floor within an organization. The user is now reporting that the workstation cannot connect to the network. A technician suspects that the workstation could not obtain an IP address from a DHCP server. What is a possible cause of the problem?

Answers

Answer:

The workstation has been configured with a static IP address.

Explanation:

A computer network connects two or more computers together. It provides this interconnection between them using several protocols.

A computer in a network is called a node or workstation and must have an IP address. IP addresses can be assigned statically or dynamically. The static IP address permits the administration to manually configure the IP address, while dynamic addressing is done by the DHCP server protocol.

If a workstation is moved from a network of workstations with static addresses to a dynamically assigned address network, it should be configured to a DHCP server or its static address may conflict or not exist in the network.

What do you think could be done to encourage more women to study computer science

Answers

   many top colleges are making efforts to recruit female computer science students, making it an ideal time for women to pursue computer science degrees. The computer science field has been trying to appeal more to female employees by moving toward longer maternity leave and better work-life balance for working moms. I think that there have been great strides in encouraging women and minorities to consider studying computer science. I see increased interest and participation among women and minorities in my community and it is encouraging, however, I also recognize that I live in a pretty unique place. To combat this type of challenge, I think we need to continue to normalize the idea of females in Computer Science and also expand the programs outside of big cities and academic towns.

Explanation: these are reasons why women should do computer science.

hope this helps :)

The bindery process of cutting irregular shapes and patterns in press sheets is called what?

a. stitching
b. die cutting
c. comb binding
d. folding​

Answers

B. Die cutting. Typically a metal die with various shapes and patterns is rolled over paper, cardboard, etc to punch out.

what is the true colar of water

Answers

Answer:

blue

Explanation:

becausse it's blue and it's water

It’s translucent it doesn’t have a color it looks blue cause of the sky?

Why did LISD had to block the game “among us”?

Answers

Lewisville Independent School District blocked the following program: Among Us because the game was a distraction to online education. Normally, school districts disable/block games that students play to make sure they are not just playing games and that they are paying attention during class.
To cut off anything I that might not be school related like for example distractions

ASAP ε=ε=ᕕ(°□°)ᕗ
Sorry if you can't see it but please help me if you can!

Answers

Answer:
I would say C

what are your favorite and least favorite things to do with microsoft powerpoint presentation​

Answers

Answer:

Animations , Motion Paths , Text and Image Emphasis are my favorite .

I like every about it

Which is the best description of the difference between bound and unbound forms? O Bound forms are similar to hierarchical forms but pop up in a separate window, while unbound forms are flat forms that do not have subforms. O Bound forms are linked to a table or query, while unbound forms are not linked to a table or query but are used to operate and navigate a database. O Bound forms perform tasks based on user input, while unbound forms navigate between multiple forms. O Bound forms are the basic interface for inputting information into tables or queries, while unbound forms ha more subforms within the main form. one or​

Answers

i think it’s B not sure tho

Answer:

B. Bound forms are linked to a table or query, while unbound forms are not linked to a table or query but are used to operate and navigate a database.

Explanation:

why does this site force you to make an account to get literally anything at all i want to pass the 9th grade not watch 5 ads per question

Answers

Answer:

They do anything for money sis

Explanation:

What are the different kinds of program control structures?

Answers

Answer:

Flow of Control:

Flow of control through any given function is implemented with three basic types of control structures:

Sequential: default mode. Sequential execution of code statements (one line after another) -- like following a recipe

Selection: used for decisions, branching -- choosing between 2 or more alternative paths. In C++, these are the types of selection statements:

if

if/else

switch

Repetition: used for looping, i.e. repeating a piece of code multiple times in a row. In C++, there are three types of loops:

while

do/while

for

Select the appropriate things to try if you are unable to connect to the Internet.

A) Check the correct IP address.

B) Switch to a different router.

C) Turn the power off and on repeatedly.

D) Run net start.

F) Switch cable types.

G) Check the browser configuration.

H) Check

Answers

Answer:

the correct answer is C and G.

Explanation:

Usually when a home router isnt working properly the first thing you should do is restart the router. Then, check your browser config to see if theres any issues.

Other Questions
A square serving platter has an area of 124 inches squared. Which is the best estimate of the side length of the platter? What is the distance -4 and 7 on a number line? a = 2x + 100, g = 4x + 70, x =Type of angle pair__ relation__ ASAP MULTIPLE CHOICE WILL MARK BRAINLIESTWhat did Ernest Rutherford's model of an atom look like?plum puddinga random mixture of protons, neutrons, and electronsa single, individual atoma nucleus surrounded by electrons which of the option goes in the box i need hlep pls True or false If LM = MP, then M must be the midpoint of LP. What is the quotient of 24336 48 ? A box measures 15 inches by 8 inches by 5 inches. What is the length of its longest diagonal?Round to the nearest whole number Please help!!!!!!!!! The ratio of the measures of the angles of a triangle is 6:2:7. Find the measure of the largest angle. -1/7*-4/-8*5 multiply Why was it called the Kings Crusade? By how much does the outlier in the following data set increase the mean of the data set? Round your answer to the nearest hundredth if necessary.{10, 12, 17, 18, 22, 30, 101}I NEED THIS ANSWERED BEFORE 10 PM PST Can anyone help me write a response to this??Practice using both the preterite and present tenses together by following the pattern below. Your response should include at least 5 sentences and at least 5 different verbs. Pattern:Usualmente (present tense) pero ayer (preterite tense).Normalmente (present tense), pero ayer (preterite tense).Example 1: Usualmente me levanto a las siete pero ayer me levant a las ochoExample 2: Normalmente camino una hora al da, pero ayer camin dos horas. The room numbers of two adjacent classrooms are two consecutive even numbers. If their sum is 438, find the classroom numbers. ASAPQuestion 12 Multiple Choice Worth 1 points)Students who enjoy explaining things or debating are likely to be what kind of thinkers?analyticalKy exploratoryrelationalstructured I have to write an script in the perspective of a person who was there when New France changed. Any ideas or suggestions? Help do in ten minutes! Digestive problems can occur at nearly any point in the digestive process. Some problems are minor, like occasional heartburn, indigestion, or constipation. However, other problems like ulcers or cancer can be very serious. Medical treatment may also be required if a minor problem occurs persistently. Fortunately, there are also many dietary approaches that can help manage many digestive disorders. One condition that can be managed through diet is celiac disease, a serious autoimmune disease that causes damage to the small intestines when gluten is consumed. Select all the sentences below that correctly describe the proper identification and treatment of celiac disease.a. People with celiac disease should include foods with dietary fiber such as beans, fruits, vegetables, brown rice, and quinoa.b. In adults diagnosed with celiac disease, full recovery typically occurs within 3 to 6 months.c. For people with celiac disease, ingesting small amounts of gluten is okay occasionally as long as doing so does not produce severe symptoms.d. If a person feels better after trying a gluten-free diet, further testing is not necessary.e. Home-cooked meals are a good way to increase variety and reduce the cost of a gluten-free diet. Settlements in America were NOT sponsored by:London CompanyRaleighO De SotoDutch West India Company