computer architecture, structure of a digital computer, encompassing the design and layout of its instruction set and storage registers. The architecture of a computer is chosen with regard to the types of programs that will be run on it (business, scientific, general-purpose, etc.). Its principal components or subsystems, each of which could be said to have an architecture of its own, are input/output, storage, communication, control, and processing.
In computer engineering, computer architecture is a set of rules and methods that describe the functionality, organization, and implementation of computer systems. The architecture of a system refers to its structure in terms of separately specified components of that system and their interrelationships
Table of Contents
COMPUTER ARCHITECTURE IMPORTANT MCQS
1. ……………………. is concerned with the structure and behaviour of the computer system.
A. Computer Design
B. Computer Organisation
C. Computer Architecture
D. Both A and B
Answer :- C
2. The Physical quantities, represent a the binary information is digital computers
A. Light
B. Signal
C. Beam
D. None of the above
Answer :- B
3. Name the three Boolean functions
A. AND, OR and XOT
B. NAND, OS and AND
C. AND, OR and exclusive -OS
D. AND, OR and complement
Answer :- D
4. The truth table represents the relationship between
A. function and its binary variables
B function and its binary operation
C. Both A and B
D. None of the above
Answer :- A
5. According to the De Morgan’s theorem, a NOR gate that performs the (x + y)’ function is equivalent to
A. ‘(xy)’
B. (x’ + y’)
(C) x’ y’
D. None of the above
Answer :- C
6. ___________is a binary cell capable of storing one bit of information.
A. Register
B. Flip-flop
C. Clock pulse
D. Sequential circuit
Answer :- B
7. Find out which one is not a Flip-flop
A. SR Flip-flop
B. D Flip-flop
C. JK Flip-flop
D. None of the above
Answer :- D
8. A register organized to allow to move left or right operation is called
A. Counter
B. Loader
C. Adder
D. Shift register
Answer :- D
9. Which of the following are the cheapest memory devices in terms of Cost/Bit?
A. Semiconductor Memories
B. Magnetic Disks
C. Magnetic Tapes
D Compact Disks
Answer :- D
10. Which of the following have the fastest access time?
A. Semiconductor Memories
B. Magnetic Disks
C. Magnetic Tapes
D. Compact Disks
Answer :- D
This form of computer architecture is known as a Von Neumann machine, named after John Von Neumann, one of the originators of the concept. With very few exceptions, nearly all modern computers follow this form. Von Neumann computers are what can be termed control-flow computers. The steps taken by the computer are governed by the sequential control of a program. In other words, the computer follows a step-by-step program that governs its operation