Top answers

All subjects
All levels

why is the Harvard architecture is sometimes used in preference to the von Neumann architecture and give examples of each system

The Harvard architecture can fetch instructions while accessing data memory at the same time.The Harvard architecture is used for embedded computers and von Neumann architecture is used for desktops.

Answered by Computing tutor
4248 Views

What is the difference between RAM & ROM and the ways they are used within a computer system?

In a computer system, RAM is used to temporarily hold programs & data while they are required by the CPU. Storing them in RAM, due to its rapid access times and close proximity to the CPU, means its c...

Answered by Sam P. Computing tutor
2656 Views

Simplify the boolean expression ¬(A.B)+A.

¬(A.B)+A -- given in question. =(¬A+¬B)+A -- using De Morgan's Law. =¬A+¬B+A -- can remove the brackets. =1+¬B -- using identity ¬A+A = 1.=1 -- using identity 1 + anything = 1.

Answered by Computing tutor
1569 Views

Write a Pseudocode function that returns the factorial of an integer input.

--------------------------------------INPUT XY = 1
WHILE ( X > 1) Y = X * Y X = X - 1
OUTPUT Y-------------------------------It is also possible to complete this task using recursion
DE...

Answered by Computing tutor
1816 Views

Give two types of management of either hardware or other resources that are performed by an operating system.

Memory Management, Processor Scheduling.
Memory management allocates a specific area of memory to each application or open file while the computer is running. If the computer's RAM is not enough for ...

Answered by Computing tutor
2440 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences