wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AR101MODULE1

Total questions: 55

Worksheet time: 55mins

Name
Class
Date
1.

is the study of internal

working, structuring and implementation of a computer system.

(a)  

2.

same as anywhere else, refers to the

externally visual attributes of the system.

(a)  

3.

is the way of practical implementation which results in realization of

architectural specifications of a computer system.

(a)  

4.

can be considered as a

catalog of tools available for any operator using the system, while

Organization will be the way the system is structured so that all those

cataloged tools can be used, and that in an efficient fashion.

(a)  

5.

The First Generation

(a)  

6.

ENIAC

(a)  

7.

designed and constructed at the University of Pennsylvania, was

the world’s first general purpose electronic digital computer.

(a)  

8.

ENIAC (Electronic Numerical Integrator And Computer),

designed and constructed at the (a)   , was

the world’s first general purpose electronic digital computer.

9.

was the world’s first general purpose electronic digital computer.

(a)  

10.

a professor of electrical engineering at the

University of Pennsylvania, and John Eckert, one of his

graduate students, proposed to build a general-purpose

computer using vacuum tubes for the BRL’s application

(a)  

11.

John Mauchly, a professor of electrical engineering at the

University of Pennsylvania, and (a)   , one of his

graduate students, proposed to build a general-purpose

computer using vacuum tubes for the BRL’s application

12.

John Mauchly, a professor of electrical engineering at the

University of Pennsylvania, and John Eckert, one of his

graduate students, proposed to build a (a)   for the BRL’s application

13.

John Mauchly, a (a)   at the

University of Pennsylvania, and John Eckert, one of his

graduate students, proposed to build a general-purpose

computer using vacuum tubes for the BRL’s application

14.

John Mauchly, a professor of electrical engineering at the

University of Pennsylvania, and John Eckert, one of his

graduate students, proposed to build a general-purpose

computer using vacuum tubes for the

(a)  

15.

The ENIAC (Electronic Numerical Integrator And Computer),

designed and constructed at the University of Pennsylvania, was

the world’s first general purpose electronic digital computer. The

project was a response to U.S. needs during

(a)  

16.



(a)  

17.

The task of entering and altering programs for the ENIAC was extremely tedious. But suppose a program could be represented in a form suitable for storing in memory alongside the data. 




(a)  

18.



(a)  

19.

The Second Generation:

(a)  

20.

The first major change in the electronic computer came

with the replacement of the vacuum tube by the

transistor.

(a)  

21.

The transistor is smaller, cheaper, and dissipates less

heat than a vacuum tube but can be used in the same

way as a vacuum tube to construct computers.

(a)  

22.

Unlike the vacuum tube, which requires wires, metal

plates, a glass capsule, and a vacuum, the transistor is a

solid-state device, made from silicon.

(a)  

23.



(a)  

24.

The first major change in the electronic computer came

with the replacement of the vacuum tube by the (a)   .

25.

The first major change in the electronic computer came

with the replacement of the (a)   by the

transistor.

26.

is smaller, cheaper, and dissipates less

heat than a vacuum tube but can be used in the same

way as a vacuum tube to construct computers.

(a)  

27.

Unlike the (a)   , which requires wires, metal

plates, a glass capsule, and a vacuum, the transistor is a

solid-state device, made from silicon.

28.

Unlike the vacuum tube, which requires wires, metal

plates, a glass capsule, and a vacuum, the (a)   is a

solid-state device, made from silicon.

29.

The Third Generation:

(a)  

30.

A single, self-contained transistor is called a discrete

component.

(a)  

31.

Throughout the 1950s and early 1960s, electronic

equipment was composed largely of discrete

components—transistors, resistors, capacitors, and so

on.

(a)  

32.

A single, self-contained transistor is called a

(a)  

33.

Throughout the (a)   , electronic

equipment was composed largely of discrete

components—transistors, resistors, capacitors, and so

on.

34.

Designing for Performance

(a)  

35.

a processor can simultaneously work

on multiple instructions

(a)  

36.

The processor looks ahead in the instruction code

fetched from memory and predicts which branches,

or groups of instructions, are likely to be processed

next.

(a)  

37.

The processor analyzes which

instructions are dependent on each

other’s results, or data, to create an

optimized schedule of instructions.

(a)  

38.

In fact, instructions are scheduled to be

executed when ready, independent of

the original program order.

(a)  

39.

This prevents unnecessary delay.

(a)  

40.

Using branch prediction and data flow

analysis, some processors speculatively

execute instructions ahead of their

actual appearance in the program

execution, holding the results in

temporary locations.

(a)  

41.

Microprocessor Speed

(a)  

42.

Increase the number of bits that are retrieved at one time by

making DRAMs “wider” rather than “deeper” and by using

wide bus data paths.

(a)  

43.

Increase the number of bits that are retrieved at one time by

making DRAMs “ (a)   ” rather than “deeper” and by using

wide bus data paths.

44.

Increase the number of bits that are retrieved at one time by

making DRAMs “wider” rather than “ (a)   ” and by using

wide bus data paths.

45.

Change the DRAM interface to make it more efficient by

including a cache10 or other buffering scheme on the DRAM

chip.

(a)  

46.

Reduce the frequency of memory access by incorporating

increasingly complex and efficient cache structures between

the processor and main memory.

(a)  

47.

Increase the interconnect bandwidth between processors and

memory by using higher-speed buses and a hierarchy of buses

to buffer and structure data flow.

(a)  

48.

Increase the hardware speed of the processor.

(a)  

49.

Increase the size and speed of caches that are

interposed between the processor and main

memory.

(a)  

50.

Make changes to the processor organization and

architecture that increase the effective speed of

instruction execution

(a)  

51.

As the density of logic and the clock speed on a chip

increase, so does the power density (Watts/cm2 ).

(a)  

52.

The speed at which electrons can flow on a chip

between transistors is limited by the resistance and capacitance of

the metal wires connecting them; specifically, delay increases as

the RC product increases.

(a)  

53.

Memory speeds lag processor speeds, as

previously discussed.

(a)  

54.

is defined as telling a

computer what to do through a special set of

instructions which are then interpreted by the

computer to perform some task(s).

(a)  

55.

These

instructions can be specified in one or more

programming languages including Java, C, and C++.

(a)