0% found this document useful (0 votes)
218 views4 pages

Assignment 1 CAO Solution

This document contains a 10 question multiple choice quiz about computer architecture and organization. The questions cover topics like the differences between computer architecture and organization, Moore's Law, components of a basic computer system like the CPU, memory, and ALU. The last question asks students to calculate the memory size based on the number of address bits.

Uploaded by

Meena M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
218 views4 pages

Assignment 1 CAO Solution

This document contains a 10 question multiple choice quiz about computer architecture and organization. The questions cover topics like the differences between computer architecture and organization, Moore's Law, components of a basic computer system like the CPU, memory, and ALU. The last question asks students to calculate the memory size based on the number of address bits.

Uploaded by

Meena M
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

NPTEL Online Certification Courses

Indian Institute of Technology Kharagpur

Computer Architecture and Organization


Assignment 1
TYPE OF QUESTION: MCQ/MSQ
Number of questions: 10 Total mark: 10 x 1 = 10
______________________________________________________________________________

1. Which of the following statement(s) is (are) true?


a. The computer systems are built on top of component design and functional
blocks.
b. Computer architecture deals with the integration of components to build a
computer system.
c. An architect's task in civil construction is similar to the principle of a computer
organization.
d. An architect's job in civil construction is similar to the principle of a computer
architecture.
Correct Answer: a, b, d
Detailed Solution: Computer organization refers to the design of the components and
functional blocks using which computer systems are built. Computer architecture deals
with integrating components to build a computer system. Computer architecture is similar
to an architect’s job in civil construction.
______________________________________________________________________________

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

3. Which of the following statement(s) is (are) true for Moore’s law?


a. The number of chips inside a transistor doubles every 18 months.
b. The number of transistors inside an integrated circuit doubles every 18 months.
c. The rate of increase of the number of transistors has slowed in recent years.
d. Moore’s law was stated in 1970.
Correct Answer: b, c
Detailed Solution: Gordon Moore, in 1965, stated that the number of transistors inside an
integrated circuit shall double every 18 months. However, the pace has slowed in recent
years.
______________________________________________________________________________

4. Which of the following contains circuitry to perform operations such as addition,


subtraction, multiplication, shifting, etc. in a computer?
a. Arithmetic and Logic Unit
b. Memory Unit
c. Control Unit
d. Input/Output Unit
Correct Answer: a
Detailed Solution: All the calculations in a computer happen inside the ALU.
______________________________________________________________________________

5. Which of the following statement(s) is (are) false?


a. The traditional computer systems are also known as von Neumann architecture.
b. All instructions and data are stored in a memory.
c. The central processing unit is also called a control unit.
d. The arithmetic logic unit is responsible for all computations.
Correct Answer: c
Detailed Solution: The central processing unit is also called a processor; it does not
function as control unit.
______________________________________________________________________________

6. Which of the following is false concerning the processor?


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.
______________________________________________________________________________

7. Which of the following statement(s) is (are) true?


a. The primary memory stores the necessary instructions and information for the
processor.
b. The secondary memory acts as a backup.
c. The cache is slower than the primary memory.
d. The memory system is designed as a hierarchy of various levels.
Correct Answer: a, b, d
Detailed Solution: The cache is faster than the primary memory. All the statements (a),
(b), (d) are true.
______________________________________________________________________________

8. Choose the wrong one from the statements given below:


a. Byte: A collection of 8 bits
b. Bit: A single binary digit (0 or 1)
c. Nibble: A collection of 6 bits
d. Word: Some multiple of byte
Correct Answer: c
Detailed Solution: Nibble is a collection of 4 bits.
______________________________________________________________________________

9. Which of the following statement(s) is (are) false?


a. The speed gap between the speed of a processor and memory is steadily
increasing.
NPTEL Online Certification Courses
Indian Institute of Technology Kharagpur

b. Cache memory is one way of tackling the processor-memory performance gap.


c. Memory determines the overall performance of a computer system.
d. The memory alone determines the overall performance of a computer system.
Correct Answer: d
Detailed Solution: All are true except (d). The memory alone does not determine the
overall performance of a computer system; there are other factors such as processor,
architecture, etc.
______________________________________________________________________________

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*******

You might also like