Year 9 EoY Definitions Flashcards

1
Q

Computer system

A

A system that takes a set of inputs, processes them and creates a set of outputs

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

Embedded system

A

System with a dedicated function within a larger system

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

Dedicated computer

A

Made to do a specific task, eg- a washing machine

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

CPU

A

Processes data via the fetch decode execute cycle

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

Fetch

A

The CPU fetches data from the RAM and stores it in temporary memory called registers. For this to happen, the address bus sends the address of the next instruction to the RAM, and the RAM snds data back to the CPU via the data bus.

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

Decode

A

The CPU understands the instruction it has been sent and gets ready for the next step

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

Execute

A

The CPU carries out the instruction. When the cycle ends, another begins. Billions of cycles happen every second.

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

Address bus

A

A wire that sends the address of the next instruction to the RAM

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

Data bus

A

Wire that sends data back to the CPU

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

ALU

A

Does maths and logic with logic statements and operations 

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

Cache

A

Stores the data which is to be immediately processed. It is faster and smaller than the RAM. 

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

CU

A

Manages monitors hardware,
Manages input and output signals Manages fetch decode execute cycle 

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

RAM

A

Enables multitasking, which means having an opening several programs at once. It stores all the instructions or modules from the open programs that the CPU will require for processing. RAM is volatile memory and it loses data when there’s no power. 

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

ROM

A

‘ Read, only memory’
Stores the boot up sequence and load the OS. it is a nonvolatile memory, meaning it can store data without power. It is directly accessed by the CPU and is classed as a primary storage. 

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

Magnetic storage

A

Magnetises points in a pattern. Magnetised equals one unmagnetised equals zero 

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

Optical storage 

A

Optical storage is laser burn pits onto a shiny surface. When it is read, a light is shined on it. If the beam is reflected = 0. Not reflected = 1

17
Q

Solid State Storage

A

Forces electrons to to enter a transistor to arrange them to give data.

18
Q

Registers

A

A type of memory on the processor that stores only a few bytes of data for each one 

19
Q

Pixel

A

A ‘picture element’ (colour/shade), which combines with others to form a digital image

20
Q

1 bit colour

A

0 = white
1 = black

21
Q

8 bit colour

A

Each pixel is represented by a byte, being one of 256 colours

22
Q

24 bit colour

A

Each pixel is represented by 3 bytes, each byte representing the red, green and blue values respectively

23
Q

DPI

A

Dots per inch/ resolution

24
Q

Colour depth

A

Number of bits allocated to each pixel. Higher numbers increase quality but increase file size

25
Q

Cypher

A

An algorithm to encrypt and decrypt data

26
Q

Off the shelf software

A

Readily made and easy to install/use. Costs money

27
Q

Custom written software

A

Tailor made. Matches with users needs but expensive and time consuming to make

28
Q

Open source software

A

When source code is released. Constantly evolving

29
Q

Proprietary software

A

Has to be bought and the source code is not released.

30
Q

LAN

A

Local Area Network. Owned by whoever sets it up. Unauthorised data access may lead to security issues.