wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

EC8552-Computer Architecture

Total questions: 53

Worksheet time: 53mins

Name
Class
Date
1.

Which of the following is true about Computer Architecture?

a)

It acts as the interface between hardware and software.

b)

Computer Architecture tells us how exactly all the units in the system are arranged and interconnected.

c)

Computer Architecture is concerned with the structure and behaviour of a computer system as seen by the user.

d)

It involves Physical Component

2.
What connects the processor and memory?
a)
Buses
b)
Cache
c)
NIC
d)
Control Unit
3.
Who developed the idea of a stored program computer and modern computer architecture?
a)
John Von Neumann
b)
Bill Gates
c)
Steve Jobs
d)
Tim Berners-Lee
4.

The register which holds the address of the location to or from which data are to be transferred is called

a)

Index Register

b)

Instruction Register

c)

Memory Address Register

d)

Memory Data Register

5.

The device which is used to connect a peripheral to bus is called . Control register B. Interface C. Communication protocol D. None of these

a)

Control Register

b)

Interface

c)

Communication Protocol

d)

None of these

6.

The register used as a working area in CPU is

a)

Program Counter

b)

Instruction Register

c)

Instruction Decoder

d)

Accumualtor

7.

Which of the following register is used in the control unit of the CPU to indicate the next instruction which is to be executed ?

a)

Accumulator

b)

Index Register

c)

Instruction Decoder

d)

Program Counter

8.

The function of program counter (PC) holds

a)

Temporary

b)

Address for Memory

c)

memory Operand

d)

Address of Instruction

9.

Which of the following is not a form of memory ?

a)

Instruction Cache

b)

Instruction Register

c)

Instruction Opcode

d)

Both (A) and (B)

10.

A dynamic RAM consists of

a)

6 Transistors

b)

2 Transistors and 2 Capacitors

c)

1 Transistor and 1 capacitor

d)

None of These

11.

A new switching device was used in second generation

a)

Vacuum tubes

b)

Transistors

c)

Diodes

12.

It is known that we get more throughput by performing operations in parallel

a)

Pipelining via Parallelism

b)

Performance via Parallelism

c)

Performance via Pipelining

13.

Processor support parallelism concept

a)

Uni processor

b)

Multi Processor

c)

intel Processor

14.

MOV R2, R1

a)

Register Addressing mode

b)

Direct Addressing mode

c)

Indirect Addressing mode

15.

Locations for source and destination operands

a)

Main or virtual memory

b)

Secondary memory

c)

Primary memory

16.

Computer use addressing mode techniques for

a)

giving performance versatility to the user by providing facilities as pointers to memory counters for loop control

b)

to reduce no. of bits in the field of instruction

c)

specifying rules for modifying or interpreting address field of the instruction

d)

all the above

17.

In computer subtraction is generally carried out by

a)

10's complement

b)

1's complement

c)

2's complement

18.

Part-B

Write a program to evaluate the arithmetic statement : Y=(A+B)*(C+D) using three address

a)

ADD R1, A,B

ADD R2, C,D

MUL Y, R1,R2

b)

MUL R1, A,B

ADD R2, C,D

ADD Y, R1,R2

c)

ADD R1, A,B

MUL R2, C,D

MUL Y, R1,R2

19.

Indexed addressing mode

a)

MOV BX, [SI+16]

b)

MOV BX, [SI+8],

c)

MOV BX, [I+16],

20.

Two complement representation of (-3)

a)

1101

b)

1010

c)

0011

21.

In signed magnitude binary division if the dividend is (111000)2 and divisor is (10011)2 then the result is

a)

(00100)2

b)

(10100)2

c)

(11001)2

d)

(01100)2

22.

The transfer between CPU and Cache is ______________

a)

Word transfer

b)

Block transfer

c)

Set transfer

d)

Associative transfer

23.

What is the high speed memory between the main memory and the CPU called?

a)

Register Memory

b)

Storage Memory

c)

Cache Memory

d)

Virtual Memory

24.

Which chips are used for the implementation of Cache Memory?

a)

DRAM

b)

SRAM

c)

Onboard

d)

onchip

25.

The formula to calculate the Miss Rate is ___________

a)

Number of Hits / Total Attempt

b)

Number of misses / Total Attempt

c)

Total Attempt / Number of Misses

d)

Total Attempt / Number of Hits

26.

___________________________ means current data or instruction that is being fetched may be needed soon.

a)

Temporal Locality

b)

Spatial Locality

c)

Memory Reference

d)

Space Reference

27.

Which device is used to back up the data?

a)

Floppy Disk

b)

Tapes

c)

Network Drive

d)

Cloud Storage

28.

The fetch and execution cycles are interleaved with the help of ________

a)

Modification in processor architecture

b)

Clock

c)

Special unit

d)

Control unit

29.

To increase the speed of memory access in pipelining, we make use of _______

a)

Special memory locations

b)

Special purpose registers

c)

Cache

d)

Buffers

30.

The situation wherein the data of operands are not available is called ______

a)

Data hazard

b)

Stock

c)

Deadlock

d)

Structural hazard

31.

What does the hardwired control generator consist of?

a)

Decoder/encoder

b)

Condition codes

c)

Control step counter

d)

All of the mentioned

32.

The _________ controls the I/O devices and transfer of data to and from the primary storage.

a)

LU

b)

AU

c)

ALU

d)

CU

33.

____________ enables the processor to access data quickly whenever they are needed.

a)

CU

b)

Cache

c)

Memory

d)

Register

34.

The set of wires, which carry information in a controlled manner, is called

a)

System bus

b)

Public bus

c)

Private bus

d)

None of these

35.

The ALU works on the instructions and data held in the _______________

a)

Notebook

b)

Registers

c)

Copy Pad

d)

I/O devices

36.

A register that keeps track of the next instruction to be executed is called a _____________

a)

Program Counter

b)

Instruction Register

c)

Accumulator

d)

Data Register

37.

_______________ is a large multilayered printed circuit board inside a computer that contains CPU,BIOS,ROM chip and the CMOS setup information.

a)

Motherboard

b)

RAM

c)

ROM

d)

Cache

38.

The ___________ informs the CPU about the location of the data residing in the memory.

a)

Data bus

b)

Address bus

c)

Cache

d)

Control line

39.

Which one of the following is the smallest memory ?

a)

Main Memory

b)

Cache

c)

Registers

d)

External Memory

40.

Can I/O Modules directly access the memory without involving the processor?

a)

Yes

b)

No

41.

Multiple interrupts are possible during the program execution.

a)

True

b)

False

42.

What is fetch function in machine cycle ?

a)

Fetch instruction from control unit to memory

b)

Fetch instruction from memory to control unit

c)

Fetch instruction from control unit to arithmetic logic unit

43.

What are 3 types of registers in CPU

a)

Program Counter Register, Instruction Register, Status Register

b)

Program State Register, Instruction Register, Status Register

c)

Program State Register, Instruction Register, Flag Register

44.

It acts as a temporary storage area that the computer's processor can retrieve data from easily. This statement refers to

a)

Control Unit

b)

Cache

c)

Cookies

45.

Which statement is FALSE about static random access memory (SRAM)

a)

Faster than DRAM and more expensive than DR AM

b)

Frequently small amount used in cache memory for high-speed access used

c)

Non Volatile

46.

How many locations in a memory if size of the address is 8 bits

a)

16 locations

b)

64 locations

c)

256 locations

47.

VLSI stands for ___________

a)

Very Large Scale Integration

b)

Very Large Stand-alone Integration

c)

Volatile Layer System Interface

d)

None of the mentioned

48.

How is memory accessed in RISC architecture?

a)

load and store instruction

b)

opcode instruction

c)

memory instruction

d)

bus instruction

49.

Computer memory which allows simultaneous read and write operation is

a)

ROM

b)

RAM

c)

EPROM

d)

EEPROM

50.

The CISC stands for ___________

a)

Computer Instruction Set Compliment

b)

Complete Instruction Set Compliment

c)

Computer Indexed Set Components

d)

Complex Instruction set computer

51.
10.The computer architecture aimed at reducing the time of execution of instructions is ________
a)
CISC
b)
RISC
c)
ISA
d)
ANNA
52.

Pipe-lining is a unique feature of _______

a)

CISC

b)

RISC

c)

ISA

d)

ANNA

53.

ROM has the capability to perform _____________

a)

Write operation only

b)

Read operation only

c)

Both write and read operation

d)

Erase operation