Computer Organisation and Arch..... Chapters Querstions and Answers
Computer Organisation and Arch..... Chapters Querstions and Answers
5.2 What are two senses in which the term random-access memory is used?
5.3 What is the difference between DRAM and SRAM in terms of application?
5.4 What is the difference between DRAM and SRAM in terms of characteristics such as
speed, size, and cost?
5.5 Explain why one type of RAM is considered to be analog and the other digital.
5.7 What are the differences among EPROM, EEPROM, and flash memory?
5.8 Explain the function of each pin in Figure 5.4b.
6.1 What are the advantages of using a glass substrate for a magnetic disk?
6.4 Explain the difference between a simple CAV system and a multiple zoned recording
system.
6.12 In the context of RAID, what is the distinction between parallel access and independent access?
6.13 What is the difference between CAV and CLV?
6.14 What differences between a CD and a DVD account for the larger capacity of the latter?
7.4 List and briefly define three techniques for performing I/O.
7.5 What is the difference between memory-mapped I/O and isolated I/O?
7.6 When a device interrupt occurs, how does the processor determine which device
issued the interrupt?
7.7 When a DMA module takes control of a bus, and while it retains control of the bus,
what does the processor do?
Chapter 8
8.2 List and briefly define the key services provided by an OS.
8.6 If a process may be dynamically assigned to different locations in main memory, what
is the implication for the addressing mechanism?
8.7 Is it necessary for all of the pages of a process to be in main memory while the process
is executing?
8.8 No.
8.9 Is it necessary for the pages of a process in main memory to be in sequential order?
8.9 No.
8.10 What is the purpose of a translation lookaside buffer?
Chapter 9
9.1 Briefly explain the following representations: sign magnitude, twos complement,
biased.
9.4 How can you form the negation of an integer in twos complement representation?
9.5 In general terms, when does the twos complement operation on an n-bit integer produce the same integer?
9.6 What is the difference between the twos complement representation of a number and
the twos complement of a number?
9.7 If we treat 2 twos complement numbers as unsigned integers for purposes of addition,
the result is correct if interpreted as a twos complement number. This is not true for
multiplication. Why?
9.8 What are the four essential elements of a number in floating-point notation?
9.9 What is the benefit of using biased representation for the exponent portion of a
floating-point number?
9.10 What are the differences among positive overflow, exponent overflow, and significand
overflow?
9.11 What are the basic elements of floating-point addition and subtraction?
9.13 List four alternative methods of rounding the result of a floating-point operation.