Hardware and Communication Flashcards

1
Q

Hardware

A

The electronical/ physical components of a computer system

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

Software

A

The programs, routines and procedures that run on a computer system

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

Stored Program Concept

A

Programs need to be resident in memory to be executed. It processes by fetching the machine code instructions in sequence from main memory and executing them one at a time in the processor.

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

Von Neumann Architecture

A

Programs, data and instructions are stored in on single store.

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

CPU

A

The main chip on the motherboard. It consists of registers, ALU and control unit. CPU fetches instructions from memory in sequence, decodes and executes it.

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

RAM

A

Holds the programs currently being run, data being processed and is directly addressable by the processor.
Volatile

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

Cache

A

Holds recently used data and instructions for quickly access at a later time.

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

On-chip cache

A

Area of microprocessor that contains cache memory.

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

Disk cache

A

Area of very fast memory between RAM and hard drive

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

RAM cache

A

Area of very fast memory between CPU and main memory (sometimes referred to as L2 or L3 cache)

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

Web cache

A

File containing recently accessed web pages

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

ROM

A

Data and instructions are fixed onto the ROM chip during manufacture. It s permanent, cannot be deleted or amended.

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

EEPROM

A

(Electronically Erasable Programmable Read Only Memory) A type of read only memory whose contents can be erased or reprogrammed using pulsed voltage.

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

Register

A

A unit of very small but fast memory on the processor used to temporarily store data/ control information.

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

Peripheral

A

A piece of equipment that can be attached to the CPU

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

Secondary/ External Memory

A

Memory that is not directly addressable by the CPU but uses I/O channels

17
Q

Clock speed

A

The frequency at which the clock pulse occurs

18
Q

Binary Word

A

A group of bits that can be addressed, transferred and manipulated as a single unit.