Chapter 5 Test

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/61

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

62 Terms

1
New cards

Program Counter

What holds the address of the next instruction to be executed

2
New cards

Input/Output, ALU, Control Unit, Memory

4 major subsystems of Von Neumann Architecture

3
New cards

cluster computing

What is MIMD parallel processing also called

4
New cards

data transfer

These operations move info between or within the different components of the computer

5
New cards

arithmetic

These operations cause the arithmetic/logic unit to perform a computation

6
New cards

compare

These operations compare two values and set an indicator on the basis of the results of the compare.

7
New cards

Program Counter

What holds the address of the next instruction to be executed

8
New cards

300-500

how many instructions does CISC have

9
New cards

branch

These operations alter the normal sequential flow of control

10
New cards

RISC and CISC

what are the 2 design philosophies that most modern processors use

11
New cards

Fetch, decode, execute

The control unit performs what 3 tasks

12
New cards

bus

what is a path for electrical signals called

13
New cards

registers, interconnections between components, and ALU circuitry

what is the ALU made of

14
New cards

data path

what are the components of the ALU together called

15
New cards

ALU and control unit

what are the 2 components of the CPU

16
New cards

SASD

a mass storage device where info is located by sequentially searching all the info that's stored

17
New cards

SASD

what doesn't require that all units of data be identifiable via unique addresses.

18
New cards

seek time

time needed to position the read/write head over the correct track

19
New cards

latency

the time for the beginning of the desired sector to rotate under the read/write head

20
New cards

RISC Machine

a machine that has a very small and simple instruction set, but where each instruction is highly optimized and executes very quickly

21
New cards

nonvolatile memory

what are hard drives an example of

22
New cards

DASDs and SASDs

the 2 distinct forms mass storage devices come in

23
New cards

DASDs

a mass storage device where equal access time's been eliminated. Every unit of info has a unique address, but time to access them varies.

24
New cards

volatile memory

memory that is lost when the computer is turned off

25
New cards

RAM

what is an example of volatile memory

26
New cards

nonvolatile memory

Storage that retains data even when powered down

27
New cards

hard drive

what is an example of nonvolatile memory

28
New cards

nonvolatile memory

are mass storage devices volatile or nonvolatile memory

29
New cards

high speed

is cache memory a low speed or high speed memory unit

30
New cards

data from the fetch instruction

what does the MDR contain

31
New cards

memory address to access

what does the MAR hold

32
New cards

destructive

what kind of store is MDR

33
New cards

nondestructive

what kind of store is MAR

34
New cards

memory

what is organized into addressable cells

35
New cards

MDR and MAR

data is fetched and stored into the cells based on what 2 components

36
New cards

decoder and fetch/store controller

what 2 things r used to organize memory

37
New cards

destructive store

When you store a new value in a memory cell and destroy its previous contents

38
New cards

nondestructive fetch

When you access the contents of a memory cell you only copy it; you do not destroy it.

39
New cards

nondestructive

is fetching nondestructive or destructive

40
New cards

memory

what is organized into addressable cells

41
New cards

MDR and MAR

data is fetched and stored into the cells based on what 2 components

42
New cards

decoder and fetch/store controller

what 2 things r used to organize memory

43
New cards

nanosecond

one billionth of a second

44
New cards

destructive store

When you store a new value in a memory cell and destroy its previous contents

45
New cards

terabyte

1 trillion bytes

46
New cards

destructive

is storing destructive or nondestructive

47
New cards

ROM

a special type of access memory where info has been prerecorded during manufacture. Information cannot be modified or removed, only fetched/accessed

48
New cards

address

A unique identifier given to each cell

49
New cards

yes

are addresses unsigned integers

50
New cards

sequential execution of instructions

one instruction at a time is fetched from memory and passed to the control unit, where it is decoded and executed

51
New cards

Computer Organization

the branch of computer science that studies computers in terms of their major functional units and how they work

52
New cards

sector

A disk storage unit containing an address, a data block, and a fixed number of bytes; sectors are arranged in concentric tracks on a disk

53
New cards

track

A single concentric circle of information on a disk

54
New cards

instruction register

a special memory location in the CPU that stores the current instruction that is being executed

55
New cards

clock

A microchip that regulates the timing and speed of all computer functions

56
New cards

fetch and store

what are the 2 basic memory operations

57
New cards

traffic officer

what does the fetch/store controller act like

58
New cards

instruction set

the set of all operations that can be executed by a processor

59
New cards

CISC

which uses less ram: CISC or RISC

60
New cards

memory width/cell size

size of a cell

61
New cards

2^n

maximum memory address space

62
New cards

5-10 nanoseconds

how long does it take RAM to access