MODULE 5-6 Flashcards

1
Q

meaning of RISC

A

Reduced Instruction Set Architecture

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

type of computer architecture that operates on small, highly optimized set of instructions

A

RISC

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

who designed the RISC architecture

A

John Coke

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

moves data from the memory bank to register

A

load

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

finds product of 2 operands

A

prod

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

moves data from a register to memory bank

A

store

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

meaning of CISC

A

Complex Instruction Set Architecture

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

process of accumulating and executing computer instructions

A

pipelining

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

usually found in most of the computers

A

arithmetic pipeline

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

executed by overlapping fetch, decode, and execute phases

A

instruction pipeline

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

pipeline conflicts

A
  • time variations
  • data hazards
  • interrupts
  • branching
  • data dependency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

found in most GPUs

A

graphics pipeline

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

consist of a sequence of computing processes

A

software pipeline

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

technique of issuing multiple HTTP requests

A

HTTP pipeline

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

Intel’s term for simultaneous multithreading

A

hyperthreading

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

storage hierarchy

A
  • register
  • cache memory
  • main memory
  • magnetic disks
  • magnetic tapes
17
Q

consists of all storage devices

A

storage hierarchy

18
Q

storing digital information on _______ using digital recording.

A

magnetic tapes

19
Q

consists of rotating magnetic surface and a mechanical arm

A

magnetic disks

20
Q

form of data storage that stores data and machine code currently being used

21
Q

2 types operating modes of RAM

A
  • static
  • dynamic
22
Q

type of non-volatile memory used in computers and other electronic device

23
Q

also called CPU memory

A

cache memory

24
Q

generic term for all of the different types of data storage

A

computer memory

25
often called system memory
primary memory
26
commonly called storage
secondary memory
27
most common type of RAM
DRAM
28
faster that DRAM
SRAM
29
manufactured in an empty state
PROM
30
can be erased and reprogrammed
EPROM
31
can be erased and written
EEPROM