Assignment 1 CAO Solution
Assignment 1 CAO Solution
2. Which of the following order of evolution is true concerning the timeline of evolution of
computers?
a. Vacuum tubes, Pascaline, Babbage engine, Intel i7
b. Pascaline, Intel i7, Babbage engine, Vacuum tubes
c. Babbage engine, Pascaline, Vacuum tubes, Intel i7
d. Pascaline, Babbage engine, Vacuum tubes, Intel i7
Correct Answer: d
Detailed Solution: Pascaline was the first known computing machine, followed by the
Babbage engine, vacuum tubes, and so on.
______________________________________________________________________________
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur
a. The processor communicates with the input/output device with the help of an
interface.
b. The processor fetches instructions from memory for execution.
c. The processor directly communicates with the memory.
d. The processor does not use cache memory to communicate with the memory.
Correct Answer: d
Detailed Solution: The processor communicates with the memory either directly or
through the cache memory.
______________________________________________________________________________
10. A computer requires 39 bits to address a single word in memory. Each word in this
computer is 16 bits. What is the size of the memory?
a. 1 TB
b. 2 TB
c. 3 TB
d. 4 TB
Correct Answer: a.
Detailed Solution:
Address Space = 2n
1 word = 16 bits = 2 bytes
The size of the memory = 239 x 16 bits = 239 x 2 bytes = 240 bytes = 1 TB
______________________________________________________________________________
************END*******