Computer Science - Hardware Flashcards

Keywords for Computer Science

You may prefer our related Brainscape-certified flashcards:
0
Q

Computer architecture

A

The internal logical structure and organisation of computer hardware

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

Hardware

A

The physical items within a computer system (keyboard, mouse etc)

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

Binary

A

A system of numbers using only 0’s and 1’s (base 2)

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

Denary

A

A system of numbers using ten digits, 0 and 1-9 (also called base-10 system)

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

CPU

A

Central Processing Unit of the computer containing the control unit, ALU and cache memory

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

Control Unit

A

The control unit works with the CPU to control the flow of data within the system

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

ALU

A

The ALU performs all the arithmetic and logical operations within the CPU

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

RAM

A

Random Access Memory - Main memory of the a computer that stores data, applications and the operating system whilst in use. When the power is turned off RAM loses its data

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

Cache Memory

A

Special high speed memory used by a computer

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

Flash Memory

A

Solid-state memory used as low cost secondary storage in portable devices and as removable memory

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

Solid State

A

Technology based on electronics with no moving parts, for example transistors and capacitors as used in memory chips.

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

Secondary Storage

A

Non-volatile storage used to store programs and files that need to be kept even when the power is not on.

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

Fetch-execute cycle

A

This is the process of fetching the instgructions from memory, decoding them and then executing them so that the CPU performs continuously

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

ROM

A

Read Only Memory A store for data in a computer that cannot be overwritten. Data in ROM is always available and is not lost when the computer is turned off

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

Clock chip

A

The electronic device in a computer that controls the timing of signals

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

Bus

A

A part of the computer architecture that transfers data and signals between the components of the computer

16
Q

Motherboard

A

The central printed circuit board (PCB) that holds the crucial components of the system

17
Q

Dual-core / quad-core

A

A CPU with multiple processors

18
Q

Bit

A

Binary digit 0 or 1

19
Q

Byte

A

8 bits

20
Q

Kilobyte

A

1024 bytes

21
Q

Volatile

A

Data lost when there is no power

22
Q

Non-volatile

A

Data retained even when the power is off

23
Q

Virtual Memory

A

A section of the hard disk used as if it were RAM to supplement the amount of main memory available to the computer. Used when there is not enough main memory to run the programs required.

24
Q

Logic Gates

A

A circuit that produces an out based on the inputs…

25
Q

NOT

A

A logic gate that outputs the opposite value to the input

26
Q

AND

A

A logic gate that outputs 1 if both inputs are 1

27
Q

OR

A

A logic gate that outputs 1 if either or both of the two inputs are 1