Top answers

All subjects
All levels

Explain how the fetch execute cycle works? Include the specific registers and buses being used

During the fetch stage intitially the address of the next instruction from the program counter(PC) is loaded into the memory address register(MAR). This address is then sent via the address bus to main me...

Answered by Thomas B. Computing tutor
2585 Views

In decimal, what is the most negative number that can be represented using a 12-bit two’s complement binary integer?

In an n-bit two's complement representation scheme, the amount of numbers we can represent is 2n - 1. In 12- bit, it's 1111 1111 1111, or 4095 in decimal. The largest positive ...

Answered by Marek D. Computing tutor
12437 Views

Calculate -3 + 3 using Two's Complement and the Sign and Magnitude Method. Which works correctly?

Using the Two's complement notation of -3 and 3 (11111101 and 00000011), binary addition will return 100000000 which has an overflow error, so the 9th bit is ignored giving a value of 00000000 which is eq...

Answered by Mark J. Computing tutor
2109 Views

What do I need to know about operating systems?

Motivation -> We need operating systems to give easy access to the hardware of a computer. A processor (CPU) can only execute one instruction at a time, yet we can have multiple applications run...

Answered by Calum W. Computing tutor
866 Views

What is the difference between CISC and RISC?

RISC has a reduced instruction set where each instruction can be executed in a single clock cycle. This means that programs often are longer to the developer but are more easily executable on lower powere...

Answered by Jonathan B. Computing tutor
956 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–2024

Terms & Conditions|Privacy Policy