MIT 805 2013_2014
MIT 805 2013_2014
2
a Mass b Main c buffer d. Synchronous timing is easier to implement than
memory memory asynchronous
d cache e Register e. None of the above
36 One is not a function of an I-O module ___ 46 The delay experience by when a device is busy with a
A Report communication errors to the processor bottled-necked bus is called __
B Spool data into its memory a. Propagation delay
C Liaise between the processor and the I-O devices b. Queuing delay
D Performing arithmetic instruction c. Latency rate
E All of the above d. Service delay
e. None of the above
37 Commands from the processor to the I-O module are 47 Embedded processors are used in
issued through ___ a. Sensors b. Scanners
a DMA B Control c System bus c. Ignition system d. Personal digital
unit assistance
d I-O e PSW e. All of the above
devices 48 The first minicomputer vendor is attributed to
38 ______bus provides the path for moving data between a. IBM Computers
system modules b. DEC computers
A Address bus B Control bus c. INTEL computer
C System bus D Data bus d. All of the above
E All of the above e. None of the above
39 ______determines the maximum possible memory 49 ARM architecture uses ____ processor technology
locations of a computer system a. RISC
A Address bus B Control bus b. CISC
C System bus D c. Logic gate
E All of the above d. All of the above
40 The I/O READ and I/O WRITE are examples of e. None of the above
signals that can be sent through 50 The Operating system is an indispensable computer
a Address bus B Data bus resource in that ___
c Control bus D System bus a. It manages the application software
e All of the above b. It easily accommodates new technology
41 One is a human readable category of I/O devices c. It shields of usage complexities from the common
a USB keys B Sensors users
c VDU d Modern d. It recovers the running processes from deadlocks
e All of the above e. All of the above
42 External devices are connected to the CPU except 51 Across the spectrum of memory hierarchy, one of
through ______ the following relationships holds
a Serial ports b Parallel ports a. Faster access time, greater cost per bit
c Mother board d USB ports b. Greater capacity, smaller cost per bit
e Mouse c. Greater capacity , slow access time
43 A drawback of programmed I-O and Interrupt-driven d. The higher the volatility, the less the dependability
I-O is that __ e. All of the above
a. The data transfer rate is limited by the speed with 52 The processor passes the following information to the
which the processor can test and service a device DMA to read a block of data except ___
b. The processor is tied up in managing an I-O transfer a A read control signal
c. A number of instructions must be executed for each I- b The address of the I-O device that is involved
O transfer c The starting location in memory to be read from
d. All of the above d The number of words to be read
e. None of the above e None of the above
44 _____ lies in the heart of computing 53 A truth statement about the DMA I-O technique is that
a. Processor b. computer _____
c. Memory d. data a The processor is involved only at the beginning of
e. All of the above data transfer
45 One of the following statements is false __ b The processor is involved at the end of data
a. A synchronous timing is triggered by a clock transfer
b. An asynchronous timing is triggered by a clock c The processor is involved at the beginning and end
c. Event in asynchronous depends on the occurrence of a of data transfer
previous events d The processor is not involved during data transfer
at all
3
e All of the above 63 The processor increments ___ register after execution
54 The DMA technology was interfaced to ___ family of of an instruction
Intel processor a PC b IR
a 8086 b 8088 c MAR d PSW
c 80186 d 8087 e MBR
e All the of the above 64 The low level instruction ADD B, A does what?
55 One of these statements is false _____ a Stores the sum of memory locations A and B in
a The use that a device is put influences the policies accumulator
in the operating system b Stores the sum of memory locations A and B in B
b The data transfer rate of peripherals is much c Stores the sum of memory locations A and B in A
slower to that of main memory d Add letter A and letter B into letter B
c The device controller bridges the speed mismatch e All of the above
between processor and devices 65 A bus that connect major computer components is
d The word-length of devices are the same with the callled
computer system’ s word-length a Address bus b Data bus
e None of the above c Control bus d System bus
56 ____ interprets the instructions in memory and cause e All of the above
them to be executed in IAS computer system 66 The IBM processor supports 500MHz clock speed
a ALU b Accumulat c Control Unit a Power PC G4 b Power PC G5
or c Power PC G3 d Power PC 740/750
d Memory e ROM e All of the above
57 ENIAC is a(an) ____ computer system 67 This translator takes from high level language to
a Digital b Analog machine language
c Mini d Micro a C# b C++
e Hybrid c Visual BASIC d Phyton
58 The stored-program concept was first implemented in e Java
___ 68 This describes the architecture of a computer system
a ENIAC b EDVAC except
c IAS d IBM a Instruction format b I/O Module
e All of the above c Instruction level d Instruction set
59 During multiplication arithmetic in IAS computer, the e Data representation
most significant bits are stored in ____ register 69 The booting programs reside in
a Multiplier quotient b Accumulator a ROM b RAM
c Program counter d Program Status Word c Hard disk d EPROM
e Instruction Pointer e All of the above
60 During the fetch operation, the Op-code of the 70 The operating system is responsible for
instruction is loaded in ____ register a Resource b Evolutionary support
a Instruction Register management
b Program Counter c Mediating between d Mediating between
c Accumulator users and hardware application programs
d Memory Address Register and hardware
e Memory buffer Register e All of the above
61 A difference between a formal and an informal
language is that SECTION B
a Number of possible operations that can be Time Allowed: 1 Hour 20 Minutes
expressed are few in formal language 1a. The basic function of a computer system is
b Number of possible operations that can be execution of instructions in a program. Discuss the
expressed are infinite in formal language key components involved in program execution
c Number of possible operations that can be b. What is the benefits of using a multi-bus
expressed are few in an informal language architecture compared to single-bus architecture?
d In formal, statements structures are infinite
c. Give five parameters that can be used to
e None of the above
62 A repeated procedure for extracting data or instruction assess computer memories.(5 marks)
from the memory is called ____ 2a. Is there any differences among sequential
a Fetch cycle b Execute c Decode cycle access, direct access and random memory
cycle access?
d Instruction e Processor cycle b. Is there any relationship among access time,
cycle
memory cost and memory capacity?
4
c. how can a memory be assessed?
3a. describe the techniques of managing I/O
devices
b. When a device interrupt occurs, how does
the processor determine which device issued
the interrupt?
c. What are the major functions of the I/O
module?