Topic #4: Architecture and Organization Flashcards

1
Q

What are the two problems encountered with integers?

A

They can’t express fractions
Range number is limited to the number of bits used

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are the three concepts of the Von Neumann Architecture

A
  • Data and instructions are stored in a single read-write memory
  • The contents of the memory are addressable by location, without regard to the type of data contained there.
  • Execution occurs in a sequential fashion (unless explicitly modified) from one instructon to the next
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

It refers to one address followed by N data cycles

A

Block Data Transfer

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

The ___ of data bus has an impact on the system performance

A

Width

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

PCI makes use of centralized ___ arbitration scheme in which each master has a unique request (REQ) and grant (GNT) signal

A

Synchronous

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

With interrupts, the processor can be engaged in executing other instructions while an _____ is in progress

A

I/O Operation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

To accomodate interrupts, an ____ is added to the instruction cycle

A

Interrupt Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

In the interrupt cycle, the processor checks to see if any interrupts have occured. If no interrupts are pending, the processor proceeds to the ____ and fetches the next instruction of the current program

A

Fetch Cycle

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

In the case of ____ address and data buses, the address is put on the address bus and remains there while the data is put on the data bus

A

Multiplexed

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The widerr ____ the greater range of location that can be referenced

A

Address Bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A bus that connects major computer components (processor, memory, I/O) is called a _____

A

System Bus

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A key characteristic of a bus is that it is a _____ transmission medium

A

Shared

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

In addition, the PCI specification defines _____ optional signal lines, divided into the following functional groups: interrupt pins and cache support pins

A

49

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

A mixture of slow and fast devices, using older and newer technology, can share a bus

A

Asynchronous timing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Bus includes a clock line upon which a clock transmits a regular sequence alternating 1’s and 0’s

A

Asynchronous timing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is the range of numbbers in a 4-bit unsigned system

A

0 to 15

17
Q

Address and data information may be transmitted over the same set of lines is an example of this bus type

A

Multiplexed

18
Q

An interrupt generated by an I/O controller, to signal normal completion of an operation or to signal a variety of error conditions

A

I/O

19
Q

What are the components of the IEEE Standard for Floating-point Arithmetic

A

Sign of Mantissa
Biased Component
Normalized Mantissa

20
Q

There are ____ mandatory signals for PCI which are divided into the systems pins and address and data pins

A

32

21
Q

In the case of a ____ addresss/data bus, the bus is first used for specifying the address and then for transferring the data

A

Dedicated

22
Q

Execution of a program consists of a set of instructions stored in memory. What are the steps in instruction processing?

A
  1. The processor reads (fetches) instructions from one memory at a time
  2. Executes the fetched instruction
23
Q

Virtually all computers provide a mechanism by which other modules (I/O, memory) may _____ the normal processing of the processor

A

Interrupt

24
Q

The wider ______ the greater the number of bits transferred at one time

A

Data bus

25
Q

Using PCI, a computer can support both new PCI cards while continuing to support Industry Standard Architecture (ISA) _____ cards, an older standard

A

Expansion

26
Q

The use of multiple buses, each of which connects only a subset of modules

A

Physical Dedication

27
Q

An interrupt generated by a timer within the processor. This allows the operating system to perform certain functions on a regular basis

A

Timer

28
Q

An interrupt generated by a failure such as power failure or memory parity error

A

Hardware failure

29
Q

An interrupt generated by some condition that occurs as a result of an instructon execution, such as arithmetic overflow, division by zero, attempt to execute an illegal machine instruction, or reference outside a user’s allowed memory space

A

Program

30
Q

A bus type that makes use of a separate dedicated address and data line

A

Dedicated