CEA201-PT4

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/49

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:15 AM on 3/24/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

50 Terms

1
New cards

The routine executed in response to an interrupt request is called ________ routine.

a.Sub-routine

b.Serial interrupt

c.Vectored interrupt

d.Interrupt Service

e.Interrupt acknowledge

Interrupt Service

2
New cards

Memory is organized into records and access must be made in a specific linear sequence' is a description of ________

a.sequential access

b.direct access

c.Random access

d.associative

sequential access

3
New cards

Consider a magnetic disk drive with 8 surfaces, 512 tracks per surface, and 32 sectors per track, with 512 bytes each sector. What is the disk capacity?

a.16 GB

b.64 KB

c.32 MB

d.512 KB

e.64 MB

64 MB

4
New cards

The _______ consists of the access time plus any additional time required before a second access can commence.

a.memory cycle time

b.Latency

c.transfer rate

d.direct access

memory cycle time

5
New cards

Using Hamming Code with one error corection to store an 12-bit word in memory, the stored word 001101001110 consists of 8 bits data and 4 bit bits parity check. What are the parity bits?

a.0110

b.0111

c.0101

d.0011

e.None of the mentioned

0110

6
New cards

The _________ scheduler is also known as the dispatcher.

a.I/O

b.short-term

c.medium-term

d.long-term

short-term

7
New cards

Interrupt processing allows an application program to be suspended in order that a variety of conditions can be serviced and later resumed.

a. False

b.True

True

8
New cards

The______defines the system call interface to the operating system and the hardware resources and services available in a system through the user instruction set architecture

a.ISA

b.HLL

c.API

d.ABI

ABI

9
New cards

When data are moved over longer distances, to or from a remote device, the process is known as____________.

a.data communications

b.data transport (data transfer)

c.registering

d.structuring

data communications

10
New cards

The superscalar approach can be used on __________ architecture.

a.CISC

b.Both CISC and RISC

c.None of the above

d.RISC

Both CISC and RISC

11
New cards

The performance of the cache memory is measured in terms of a quantity called ______

a.Initialization Ratio

b.Instruction Ratio

c.Address Ratio

d.Miss Ratio

e.Hit Ratio

Hit Ratio

12
New cards

Which statement(s) is/are correct about DMA?

a.CPU does not control data transferring

b.CPU controls data transferring

c.It can be done by software

d.It is the fastest method to transfer data between CPU and peripherals

CPU does not control data transferring

13
New cards

Instruction register stores _______

a.Address of the current instruction

b.Data of the current instruction

c.Instruction which is currently executed

d.Address of the next instruction

Instruction which is currently executed

14
New cards

Counters can be designated as__________.

a.neither asynchronous or synchronous

b.both asynchronous and synchronous

c.synchronous

d.asynchronous

both asynchronous and synchronous

15
New cards

The von Neumann architecture is based on which concept?

a.all of the mentioned

b.data and instructions are stored in a single read-write memory

c.execution occurs in a sequential fashion

d.the contents of this memory are addressable by location

all of the mentioned

16
New cards

Which kind of memory management allow(s) the programmer to view memory as consisting of multiple address spaces or segments?

a.Virtual Memory

b.Segmentation

c.Swapping

d.Paging

e.Partitioning

Segmentation

17
New cards

Microprogramming eases the task of designing and implementing the control unit and provide family concept.

a.False

b.True

True

18
New cards

Which properties do all semiconductor memory cells share?

a.they exhibit two stable states which can be used to represent binary 1 and 0

b.they are capable of being written into to set the state

c.they are capable of being read to sense the state

d.all of the mentioned

The correct answer is: all of the mentioned

19
New cards

Which one of the following CPU registers holds the address of the storage location being access

a.IR (Instruction Register)

b.MAR (Memory address register)

c.MBR (Memory Buffer Register)

d.AC (Accumulator)

MAR (Memory address register)

20
New cards

Which of the following attributes belongs to computer organization?

a.Techniques for addressing memory

b.The memory technology used

c.The instruction set

d.I/O mechanism

e.Number of bits used to represent data types

The memory technology used

21
New cards

Consider a 4-drive, 200 GBytes-per-drive RAID array. What is the available data storage capacity for each of the RAID levels 4?

600 GBytes

22
New cards

The sum of the seek time and the rotational delay equals the ______ which is the time it takes to get into position to read or write.

a.gap time

b.access time

c.constant angular velocity

d.transfer time

access time

23
New cards

The ______ determines the opcode and the operand specifiers.
a.calculate operands

b.fetch operands

c.execute instruction

d.decode instruction

d.decode instruction

24
New cards

The _______ is connected to the address lines of the system bus.

a.MAR

b.MBR

c.IR

d.PC

MAR

25
New cards

Computer______refers to those attributes that have a direct impact on the logical execution of a program.

a.architecture

b.design

c.specifics

d.organization

architecture

26
New cards

The effective address of Register addressing mode is

a.EA = R

b.EA = (R)+A

c.EA = (R)

d.EA = (R)+(A)

EA = R

27
New cards

For _________ the address field references a main memory address and the referenced register contains a positive displacement from that address.

a.all of the above

b.base-register addressing

c.indexing

d.relative addressing

indexing

28
New cards

In a_____ binary values are stored using traditional flip-flop logic-gate configurations,

a.RAM

b.SRAM

c.DRAM

d.ROM

SRAM

29
New cards

One distinguishing characteristic of memory that is designated as _________ data from the memory and to write new data into the memory easily and rapidly.

a.RAM

b.ROM

c.EPROM

d.EEPROM

RAM

30
New cards

The most common means of computer/user interaction is a _________

a.keyboard/monitor

b.mouse/printer

c.modem/printer

d.monitor/printer

keyboard/monitor

31
New cards

Assume an instruction set that uses a fixed 14-bit instruction length. Operand specifiers are 6 bits in length. What is the maximum number of one-operand instructions that can be supported?

a.32

b.512

c.64

d.128

e.256

256

32
New cards

Which of the folowing is an example of sequential access media?

a.Magnetic tape

b.Main Memary

c.CD

d.Cache memory

e.Magnetic disk

Magnetic tape

33
New cards

Follow the Amdahl's law for multiprocessors, if only 15% of the code is inherently serial (f = 0.85), running the program on a multicore system with 8 processors, a performance gain (speedup factor) would be ______

a.410%

b.380%

c.400%

d.390%

390%

34
New cards

________ is a principle by which two variables are independent of each other.

a.Completeness

b.Autoindexing

c.Opcode

d.Orthogonality

Orthogonality

35
New cards

The ___________ is a small cache memory associated with the instruction fetch stage of the pipeline.

a.flag

b.loop table

c.dynamic branch

d.branch history table

branch history table

36
New cards

The _________ command causes the I/O module to take an item of data from the data bus a transmit that data item to the peripheral.

a.write

b.read

c.control

d.test

write

37
New cards

Which of the following interrelated factors go into determining the use of the addressing bits?

a.all of the mentioned

b.number of operands

c.number of register sets

d.address range

all of the mentioned

38
New cards

A ________ disk is permanently mounted in the disk drive, such as the hard disk in a pers

a.removable

b.double sided

c.nonremovable

d.movable-head

nonremovable

39
New cards

the technique, that is capable of mimicking the processor and of taking over control of the system from processor, is called ________.

a.Daisy chain

b.Cycle stealing

c.Multiple interrupt lines

d.Bus arbitration

e.Software poll

Cycle stealing

40
New cards

_______ has the advantage of large address space, however it has the disadvantage of references.

a.Immediate addressing

b.Indirect addressing

c.Stack addressing

d.Direct addressing

Indirect addressing

41
New cards

How many check bits are needed if the Hamming error correction code is used to correct one bit error in a 1024-bit data word?

a.11 bits

b.10 bits

c.9 bits

d.8 bíts

11 bits

42
New cards

__________ instructions are used to position quantities in registers temporarily for computational operations.

a.Window

b.Load-and-store

c.Branch

d.Complex

Load-and-store

43
New cards

___________ occurs when the pipeline makes the wrong decision on a branch prediction and therefore brings instructions into the pipeline that must subsequently be discarded

a.Deadlock

b.Data hazard

c.Structural hazard

d.Control hazard

e.Structural hazard

Control hazard

44
New cards

It is a(n) _________ issue whether the multiply instruction will be implemented by a special multiply unit or by a mechanism that makes repeated use of the add unit of the system.

a.organizational

b.memory

c.architectural

d.mechanical

architectural

45
New cards

________ are used to designate the source or destination of the data on the data bus

a.control lines

b.system lines

c.data lines

d.address lines

address lines

46
New cards

Architectural attributes include

a.I0 mechanisms

b.control signals

c.memory technology used

d.Interfaces

I0 mechanisms

47
New cards

The instruction location immediately following the delayed branch is referred to as the _______

a.delay file

b.delay load

c.delay register

d.delay slot

delay slot

48
New cards

________ is when the disk rotates more slowly for accesses near the outer edge than for those in center.

a.Constant angular velocity (CAV)

b.Magnetoresistive

c.Seek time

d.Constant linear velocity (CLV)

Constant linear velocity (CLV)

49
New cards

The only form of addressing for branch instructions is _______ addressing.

a.register

b.base

c.relative

d.immediate

immediate

50
New cards

The I/O function includes a _______ requirement, to coordinate the flow of traffic between internal resources and external devices

a.error corection

b.device communication

c.control and timing

d.processor communication

e.data buffering

control and timing

Explore top notes

note
Physiologie cardiaque
Updated 705d ago
0.0(0)
note
History Mini Unit
Updated 342d ago
0.0(0)
note
Digestive System
Updated 1113d ago
0.0(0)
note
Unit 4: Financial Sector
Updated 1089d ago
0.0(0)
note
the heart
Updated 1062d ago
0.0(0)
note
The Renaissance
Updated 578d ago
0.0(0)
note
Physiologie cardiaque
Updated 705d ago
0.0(0)
note
History Mini Unit
Updated 342d ago
0.0(0)
note
Digestive System
Updated 1113d ago
0.0(0)
note
Unit 4: Financial Sector
Updated 1089d ago
0.0(0)
note
the heart
Updated 1062d ago
0.0(0)
note
The Renaissance
Updated 578d ago
0.0(0)

Explore top flashcards

flashcards
bio ch 54
66
Updated 1259d ago
0.0(0)
flashcards
Chapter 44 - Industry
298
Updated 1106d ago
0.0(0)
flashcards
Marketing Exam 2
50
Updated 883d ago
0.0(0)
flashcards
Enska kafli 3
62
Updated 1157d ago
0.0(0)
flashcards
BIOL LABORATORY EQUIPMENTS
41
Updated 1105d ago
0.0(0)
flashcards
US History Midterm Review
49
Updated 1173d ago
0.0(0)
flashcards
144 MedTerm #2
39
Updated 775d ago
0.0(0)
flashcards
1.2 Obj 2 & 3
32
Updated 574d ago
0.0(0)
flashcards
bio ch 54
66
Updated 1259d ago
0.0(0)
flashcards
Chapter 44 - Industry
298
Updated 1106d ago
0.0(0)
flashcards
Marketing Exam 2
50
Updated 883d ago
0.0(0)
flashcards
Enska kafli 3
62
Updated 1157d ago
0.0(0)
flashcards
BIOL LABORATORY EQUIPMENTS
41
Updated 1105d ago
0.0(0)
flashcards
US History Midterm Review
49
Updated 1173d ago
0.0(0)
flashcards
144 MedTerm #2
39
Updated 775d ago
0.0(0)
flashcards
1.2 Obj 2 & 3
32
Updated 574d ago
0.0(0)