Ch-1 Introduction to Computer Systems Hardware Architecture Flashcards

1
Q

How is Data stored

A

In terms of bits

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

RAM

A

Random Access Memory (temporary storage of the running program)

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

ROM

A

Read Only Memory; Non-volatile memory to contain important information of a computer

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

EPROM

A

Erasable programmable read only memory

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

EEPROM

A

Electrically Erasable programmable ROM

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

Flash

A

Electrically Erasable but can simultaneously erase block of data instead of individual words

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

One feature of ROM, EPROM, EEPROM, Flash

A

Erase then write

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

BIOS

A

Basic input output system

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

What is one disadvantage of RAM

A

The content is lost when the PC turns off

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

Where is the BIOS stored

A

In flash

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

What is a computer consisted of

A

CPU, Memory, input/output devices

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

For an address bus having x wires, how many locations can be accessed?

A

2^x

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

Address Bus

A

Unidirectional
Its value is always issued by the processor

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

Data Bus

A

Bidirectional

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

Definition of bus

A

set of wires that carry bytes of information back and forth between the components

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

VonNeumann Architecture

A

Both Data and Programs are stored in the same memory (Case of Intel Processors)

17
Q

Harvard Architecture

A

Data and programs are stored in separate memories

18
Q

Is it possible to run a system with only CPU and RAM?

A

No, the RAM storage is temporary.

19
Q

A program initially stored in ______ is first transferred to ________ and then to __________

A

Hard Disk, Main Memory, Memory Cache

20
Q

What instructions does the CPU execute

A

The instructions located in the cache

21
Q

How to calculate the total number of bytes available in a memory

A

last address - first address + 1

22
Q

Steps of executing an instruction

A

fetching an instruction from memory, decoding the fetched instruction, reading the address from memory, and finally, instruction execution.

23
Q

ALU

A

Arithmetic Logic Unit; is a combinational digital circuit that performs arithmetic and bitwise operations on integer binary numbers.

24
Q

IR

A

Instruction register; holds the instruction currently being executed or decoded

25
Q

Main memory

A

a temporary storage device that holds both a program and the data it manipulates while the processor is executing the program

26
Q

cache

A

temporary staging areas for information that the processor might need in the near future

27
Q

What trend happens in the memory hierarchy as you move from the bottom to top

A

the devices become faster, smaller and more costly