the five steps in the fetch/execute cycle and how do they correspond to a restaurant

Answers

Answer 1
The five steps in the fetch/execute cycle are : 
1) Instruction Fetch (IF) - This starts with the moving from the memory to
     the control unit which is given by the program counter. The control unit
     can then access the data immediately from the memory.
2) Instruction Decode (ID) - what task the system has to do, where the
     results is to be stored and what operation is to be performed by which
     data.
3) Data Fetch (DF) - it gets the value from the memory.
4) Instruction Execute (IE) - The particular instruction is executed.
5) Result Return (RR) - The Result Value is restored in a
    particular memory location.  The return of new data resulting from
    (EX) that is put back into memory.

Related Questions

Write a recursive function, replace, that accepts a parameter containing a string value and returns another string value, the same as the original string except with each blank replaced by an asterisk "*".

Answers

The function taken in an argument which is a string and gives an output of the same string with a asterisk (*) inserted inbetween each word. The program written in python 3 goes thus :

def replace(sentence):

#initialize a function named replace which takes in a single string sentence

sent = sentence.split()

#the sentence is split based on whitespace as a list of words which is attached to the variable called sent.

return '*'.join(sent)

Inbetween two words, a asterisk is appended using the join method.

print(replace('i am here'))

#A sample run of the function with an example is given and the output attached below.

Learn more : https://brainly.com/question/16403687

the only way to print a photo is on a special glossy paper using professional printing services in a store

True
OR
False

Answers

i believe this is true


i think  this is true

A teacher has bookmarked a large number of webpages in Chrome while researching class topics. Unfortunately, he's bookmarked so many that he's struggling to find relevant content quickly. What can he do to simplify this? (Select 3 answers.)

Create a Doc that lists all favorite websites with links
Delete bookmarks that are not urgently required and search for them again when they are needed
Use the search function in the Chrome Bookmark Manager
Rename bookmarks so they are labeled clearly
Organize bookmarks into themed folders

Answers

Rename bookmarks so they are labeled clearly

Why is ssh preferred over telnet for remote connections?

Answers

telnet conversations are not encrypted, whereas ssh conversations are, so ssh is secured against eavesdropping.

These items describe guidelines for the effective use of presentation graphics. Graphics should be large enough to be seen by the audience. Graphics should be used on every slide. Graphics should be used to make a boring presentation interesting. Graphics should be used when they are relevant to the content.

Answers

Answer:

All but graphics should be used on every slide

Explanation:

Which describes the conditions that must be met in order to use Subtotal in a spreadsheet? The data must be in adjacent cells and organized in rows using headings. The data must be in adjacent cells and organized in columns using headings. The data must be distributed in different spreadsheets using the same range of cells. The data must be distributed in different tabs within the same spreadsheet using the same range of cells.

Answers

The answer is (B): The data must be in adjacent cells and organized in columns using headings.

You can always add subtotals that contain the same function to several columns at the same time. In most cases, subtotals evaluate values based on categories in another column. For instance, when the value in column A changes, the corresponding value in column B is evaluated.

Answer:

B

Explanation:

Urgent help
Write a program that prints ‘Hello World’ to the screen

Answers

class newprog
 { 
      public static void main()
       {

                 System.out.println("Hello world");
              }
}

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar Java:: \bigstar}}}}}}[/tex]

public class Main {

public static void main(String [] args) {

System.out.println("Hello World");

}

}

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar Python:: \bigstar}}}}}}[/tex]

print('Hello World')

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

[tex]\huge{\purple{\underline{\underline{\mathfrak{\red{\bigstar C++:: \bigstar}}}}}}[/tex]

#include <iostream>

using namespace std;

int main() {

cout << "Hello World";

return 0;

}

[tex]\gray{\rule{300pt}{0.4em}}[/tex]

Hope it helps..

What do you feel are the limitations of a computer that has no operating system? how would a user load and execute a program?

Answers

Final answer:

A computer without an operating system has significant limitations in user interaction and program execution, requiring manual and intricate knowledge of hardware for any operation.

Explanation:

A computer without an operating system (OS) faces significant limitations. The OS acts as a mediator between the user and the computer's hardware, managing software resources and simplifying application programming. Without an operating system, a user would have to manually control the hardware, which is exceptionally complex and impractical for general users.

Without an OS, loading and executing a program would involve writing code directly to the hardware, typically using machine language or assembly language. This process is both error-prone and time-consuming, only feasible for advanced users with a deep understanding of computer architecture. For the average user, a computer without an OS would be nearly unusable for regular tasks.

11. If you are seeking original research, current and developing trends, and experts within a specific field you should consult
A. television and video recordings.
B. subject-specific encyclopedia.
C. encyclopedia such as World Book Encyclopedia, Encyclopedia.com or Encyclopaedia Britannica.
D. periodical/trade journals.

Answers

I'd say (D) Periodical/trade journals.

In layman’s, periodical is any publication that comes out occasionally, i.e. periodically and is used at a regular. These journals are often the best sources for research especially if your research requires recent information, information on a specific topic, or information on local news. Periodicals that are peer or scholarly reviewed all have articles reviewed by experts in the subject.

: how do network effects help facebook fend off smaller social-networking rivals?

Answers

How do network effects help Facebook fend off smaller social-networking rivals? The way a network effect works it that one user of a good or service determine the value of the product to other people. Depending on how many people use the product or service, allows the network to see the value they believe it holds. Because Facebook has billions of users, they have a high value and strong network. 

Why does adding the printer to your computer require a password mta?

Answers

it depends on the security preferences on your computer, if yes try setting new security options

Please write down your student id. take the last digit of your student id as m.

Answers

Now why in the world anyone would want to do that....



Really!!!!

do someone know some good movie?

Answers

DESCENDANTS 1&2




Hopefully I helped

What type of movies?

____ idss/ipss monitor activity on network segments. essentially, they sniff traffic as it flows over the network and alert a security administrator when something suspicious occurs.

Answers

IDS stands for Intrusion detection systems. These systems help detect attacks on systems and networks. IPS stands for Intrusion prevention systems (IPSs)  and stop attacks in progress.
Network based IDSs/IPSs monitor activity on network segments. essentially, they sniff traffic as it flows over the network and alert a security administrator when something suspicious occurs.

what is NOT powered by the PSU of your computer?

Answers

Peripherals like your monitor or your printer.

The PSU does not directly power peripheral devices like the keyboard or mouse, which are powered via USB ports.

The PSU (Power Supply Unit) of a computer is responsible for powering most of the internal components. This includes the motherboard, CPU (Central Processing Unit), RAM (Random Access Memory), GPU (Graphics Processing Unit), hard drives, and SSDs (Solid-State Drives). However, one component that is not powered directly by the PSU is the peripheral devices, such as a keyboard or mouse. These devices instead receive power through the computer's USB ports.

Components Not Powered by the PSU

Keyboard Mouse  

These examples illustrate how the PSU functions primarily to power core internals of the computer, leaving the task of powering peripherals to other means.

Addictions may ______ friends and family
A)Bring together
B) please
C) alienate
D) help

Answers

C because alienation with addictions may block out friends and family.

Addictions may alienate friends and family, Therefore the Alienate words have completed the sentence.

What is family?

A family is a group of individuals connected through consanguinity (by known birth) or affinity. The maintenance of the welfare of its members and of society is the goal of the family. Having a family implies that you have someone who will love you no matter what. A family is a group of people who love and support one another despite difficulties.

The term addiction refers to that, treatable, Chronic medical disease involving complex interactions among brain circuits, genetics, the environment, and an individual's life experiences. People with addiction use substances or engage in behaviors that become compulsive and often continue despite harmful consequences.

Therefore, Thus option (C) is correct.

Learn more about family here:

https://brainly.com/question/10205802

#SPJ5

Which feature of a typical professional networking site helps users add professional details to their profile?


Volunteer Experiences and Causes


Skills and Expertise


Sharing Bookmarklet


Status Update

Answers

That's a good question I think it's LinkedIn where they have professional profiles

Twitter and facebook are both examples of the​ _____________ internet business model.

Answers

community provider  

Provide online meeting place where people with similar interest can communicate and find useful information

People can transact, share interests, photos and videos

What is the name of the redesign heuristic that suggests checking the completeness and correctness of incoming materials?

Answers

The answer is Control Addition.  The Control Addition is the name of the redesign heuristic that suggests checking the completeness and correctness of incoming materials.  

The heuristic is called the **"Ingestion Heuristic,"** focusing on verifying completeness and correctness of incoming materials before processing.

The heuristic you're referring to is known as the **"Ingestion Heuristic."** This concept is particularly relevant in redesigning systems or processes where materials, data, or information are received or ingested from external sources.

The main focus of the ingestion heuristic is to ensure that the incoming materials are complete and correct before they are processed further or utilized within the system.

In practical terms, applying the ingestion heuristic involves establishing clear criteria or checks to verify the completeness and correctness of incoming materials. This may include checking for missing data, validating the format or structure, ensuring data integrity, and verifying the accuracy of content.

By implementing robust ingestion processes guided by this heuristic, organizations can minimize errors, reduce processing delays, and enhance overall reliability and quality of operations.

Overall, the ingestion heuristic underscores the importance of proactive validation and quality assurance at the point of material intake, thereby promoting efficiency and reliability throughout the system's workflow.

Kenneth's manager has been receiving complaints that Kenneth is rude when he's conversing over email. Which email etiquette has Kenneth violated?
A He sent big files as attachments.
B He hasn't specified the intent of the email in the subject field.
C He hasn't been direct while writing his email.
D He didn't check for grammatical and spelling errors.
E He didn't use the proper tone in the emails he writes.

Answers

I would say (E), He didn't use the proper tone in the emails he writes.

(Ex: Writing in all CAPS, most likely tells the receiver of the EMAIL that you're ANGRY>.).



Hope that helps!!!

The correct answer is E. He didn't use the proper tone in the emails he writes.

Explanation:

Etiquette in email communication and similar contexts includes a set of rules that guarantee communication is effective and polite. In the case of proper tone, this refers to the attitude the person writing the message conveys, this can be polite, unpolite, honest, rude, etc. Additionally, the tone depends on the words used as well as other elements, for example not including a salutation might be interpreted as rude for many people.

According to this, Kenneth has probably violated the rule of using a proper tone because people complaints he seems rude in his email messages. This means, he probably did not use the appropriate words or elements and convey a negative attitude or tone.

Which statement best describes an advantage of using the Subtotal dialog box?

1)Only one function, Add, can be used to combine data quickly.
2)Data from multiple workbooks can be combined in a single step.
3)An option is available that can customize any function available in Excel.
4)Data can be summarized using a single step rather than by writing multiple formulas.

Answers

I think it's 2 i'm not sure

Answer:

The Correct Answer is

Data from multiple workbooks can be combined in a single step.

Explanation:

The Microsoft Excel semi-total work exchanges the subtotal of the characters in a string in a table or database. The SUBTOTAL work is an in-built office in Excel that is characterized as a Math Function.As a worksheet role, the SUBTOTAL function can be accessed as the portion of a method in a group of a worksheet.

When one says that e-commerce takes away the physical boundaries in doing business, it’s mostly referring to the actual business transaction – the buying and selling, not to the delivery of what was purchased if that is a physical product

Answers

Do you have answer choices?

Answer: is A true

Explanation:

Just got done doing the assignment.

if BAD = 10, DAC = 11 and CGI = 22 what is the value of OCCAM?

Answers

The answer is 40.  Given that A = 1, B = 2, C = 3, D=4, E=5, F=6 and so on.... 
BAD = 10 :     2 + 1 + 4 + (3) 
DAC = 11 :     4 + 1 + 3 + (3) 
CGI = 22 :      3 + 7 + 9 + (3) 
The term (3) that is necessary could be the number of letters in the equation. 
Therefore, 
OCCAM = 15 + 3 + 3 + 1 +13 + (5) = 40 (5, using number of letters) 

The smallest building block of a wireless lan is a ______.

Answers

Wireless LAN, or also denoted as WLAN is a Local Area Network that uses wireless communication. The standard for WLAN is given in IEEE 802.11 
The smallest building block of a Wireless LAN is a basic service set (BSS). This set consists of wireless stations which are executing the same MAC protocol and competing for access to the same shared wireless system.

“When using a public computer for browsing the Internet, try to use for________ transactions. Also, use__________ browsing whenever you can.”

FILL IN THE BLANK

Answers

Final answer:

Use non-sensitive transactions on public computers and engage in private browsing. Disconnect from the internet before opening downloaded documents. For security, use a personal device with Chrome.

Explanation:

When using a public computer for browsing the Internet, try to use non-sensitive transactions. Also, use private or incognito browsing whenever you can. It's important to be cautious about entering identifying information into a website, such as your address, and be wary of downloading documents that could access the internet, like photos, Word documents, or PDFs. If necessary, disconnect from the internet before opening such a document. Remember that the most basic version of encrypted communications is in-transit encryption, which protects the content of your communications when browsing the web. For essential online activities, it is recommended that users complete these using a desktop or laptop computer and in Chrome for better security and performance.

1010 1111 0011 is an even parity 12 bit hamming code that contains a single-bit error. what is the corresponding uncorrupted hamming code

Answers

The answer is 1010 1111 1011.   1010 1111 0011 is an even parity 12 bit hamming code that contains a single-bit error. The corresponding uncorrupted hamming code is 1010 1111 1011.

In jpeg files, what's the starting offset position for the jfif label?

Answers

The answer is Offset 6.  JFIF stands for JPEG File Interchange Format. For the JPEG file, the Offset 6 is used for the starting position of JFIF label.  The hexadecimal value is FFD8.  

_____________ systems will limit the time that the program remains in the running state to a fixed length of time corresponding to one or more quanta.

Answers

Preemptive systems will limit the time that the program remains in the running state to a fixed length of time corresponding to one or more quanta.
The preemptive systems are also referred to as cooperative multitasking systems. The term preempting describes the act of taking control of the operating system from one task and giving it to another task . These systems have computer operating systems that use some criteria to decide how long to allocate to any one task before giving another task a turn to use the operating system. 

Which is an example of a Foley effect?
recording the sound of an aircraft taking off onboard a naval warship


wailing into the microphone to voice a character in distress


blowing air into a paper bag and popping it to reproduce the sound of a tire burst


combining two voices on a computer using software to create a vocal effect

Answers

Foley effect is the remaking of everyday sounds that are used in movies and tv, so it would be "Blowing air into a paper bag and popping it to reproduce the sound of a tire burst"? I would imagine that is the right one

blowing air into a paper bag and popping it to reproduce the sound of a tire burst

Dr. Sperry, a biologist, is using Excel to track growth rates of different populations of bacteria. She has a very complex formula in one cell. It begins with “ROUND”. Dr. Sperry would like to see exactly how Excel’s calculation reached the final rounded value that she sees in the cell.

Answers

by using the evaluate formula dialog box
Other Questions
Please help the answer are 124XX+4-1616X+12X^2 A theory that states that criminals willfully choose crime and that swift and severe punishment must be enacted even for minor crimes. a key issue in forming states in the west in the 1800s was __________ Find the circumference of the circle. Round to the nearest tenth.A.) 148.4 mB.) 84.8 mC.) 196.6 mD.) 54.0 m Troy should eat ________ to get calcium and strengthen his bones.beanscheeseeggspotato Identify the sentence for questions 13 in which the underlined word is used INCORRECTLY.1. (1 point)This pitcher is missing its handle.Its going to be difficult to prepare.Do not touch the glue while it's drying.Now it's as good as new. 2. (1 point)Who can help Ivan paint these signs?From who should he get the poster board?Give the signs to whoever is in the principle's office.Whom did you give them to? 3. (1 point)The kittens have outgrown their basket.They're climbing all over the furniture.The gray one is on the table over there.Their getting into lots of mischief. Identify the choice that best describes the underlined verb or verb phrase in each sentence for questions 46.4. Eddie is listening to the weather report on the radio. (1 point)present.present progressive. future.future progressive.5. He left his warm jacket in his locker at school. (1 point)present.present perfect.past.past perfect. 6. He had thought that it was in his backpack. (1 point)presentpresent perfectpastpast perfect Identify the choice that correctly completes each sentence for questions 78.7. Of the two parks, Yellowstone is the ______. (1 point)famousermore famousmost famousfamousest8. Its roads are the ____ of any of the national parks. (1 point)busiermost busybusiestmore busy Identify the INCORRECTLY punctuated sentence for questions 910.9. (1 point)Many people fear public speaking; but Jesse is not one of them.He likes to tell jokes, give speeches, and express his opinion.As a child Jesse was shy; however, you would never know it today.Although he likes to express himself, he is also a good listener. 10. (1 point)The Alcan Highway runs from Dawson Creek, British Columbia, to Fairbanks, Alaska.Hazards along the way include drifting snow; moose; and bears.Drivers should check weather conditions before departing; they should also carry emergency supplies.Alaska is by far the largest state, but it ranks near the bottom in population. Fill-in-the-Blank Write the word that is either INCORRECTLY capitalized or SHOULD be capitalized in the sentences for questions 1113.11. We went to see South Pacific at the Majestic theater. (1 point) 12. The theater is on Houston Street next to a Restaurant. (1 point) 13. The school year ran from September until Memorial day. (1 point) Abolitionist Republican leaders were known as ___. Radicals Recluses Racists Rebels Rascals It is against the law for a child under what age to ride in the open bed of a truck or trailer? 18 12 8 21 A weather station is located 500 kilometers directly east of a second station. winds at the eastern station are blowing from the south. winds at the western station are blowing from the north. what is true about the weather system near these two locations? please help with this vertical asymptote of rational functions problem A. x= -5B. x=0C. x= -2D. x= 5 what is a rational number? During an oxidation-reduction reaction, the number of electrons gained isA)equal to the number of electrons lostB)equal to the number of protons gainedC)less than the number of electrons lostD)less than the number of protons gained what is the difference between the greatest green bean weight and the least green bean weight The process by which non-biodegradable pollutants become more concentrated near the top of a food chain is called _______. What is the domain of this function The raised vegetable garden in Susan's yard is in the shape of a rectangular prism with a volume of 48 cubic feet and a height of 3/4 foot.PLEASE DO THE WORK AND SHOW ME!!!!!Please answer, and I'll ask this and I'll do the question again, and I'll do the same points.Please thankyouNo jokes!!!!!!!!! The missionary tea having compassion for africans but showing no compassion for maycomb's black community's feelings is an example of _____. PLEASE HELP!!!!!!!!!!!The latest online craze is a new game, Khan on Seven. You get 100 points for playing the game. In addition, you get 50 points for each seven-letter word you are able to make with the ten letters you are given. The game leader currently has 17,950 points. Sal wants to break the record and needs 18,000 points or more to do so.Write an inequality to determine how many seven-letter words, w, Sal will need to make to break the record.Identify which graph represents the solution set to this inequality. If (x + 1)(x - 3) = 12, then which of the following statements is true? The type of moral education that explicitly tells adolescents what they "should" and "should not" do is called: