Podcast
Questions and Answers
When you double click on a program to start executing it, the loader will load that program in the
When you double click on a program to start executing it, the loader will load that program in the
- RAM
- ROM (correct)
- Hard disk
- Stack
The STORE operation in a RISC architecture does the following:
The STORE operation in a RISC architecture does the following:
- Fetches the data from a memory location and stores it in a processor register
- Sends the data to an I/O device
- Writes the data from a processor register to a memory location (correct)
- Loads the operating system into the RAM
When adding two signed numbers in 2’s-complement representation (R = A+B), an overflow may occur if
When adding two signed numbers in 2’s-complement representation (R = A+B), an overflow may occur if
- The signs of A and B are different
- If the sign of R is the same as the sign of A or B (correct)
- Overflow will never happen since we are adding two numbers
- The signs of A and B are the same
The factor(s) that affect the processor performance is(are):
The factor(s) that affect the processor performance is(are):
The big-endian addressing mode ____
The big-endian addressing mode ____