Computer Science Pack Flashcards

1
Q

What is meant by a Denary System?

A

Number system based on the number 10

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

What is meant by a Binary System?

A

Number system based on the number 2

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

What are the placeholder values for binary?

A

128, 64, 32, 16, 8, 4, 2, 1

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

What is the process for converting binary to denary?

A

Add up the placeholder values where a 1 appears underneath it

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

What is the process for converting denary to binary?

A

Place a 1 if the value you have is smaller than the placeholder value. Then subtract your value by the placeholder value.

IF your number is smaller than the placeholder value, just put a 0 in.

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

How many bits in a nibble?

A

4

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

How many bits in a byte? 1

A

8

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

List all the memory sizes from largest to smallest 2

A
PB
TB
GB
MB
KB
B
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What number do you multiply/divide by to convert measurement units?

A

1024

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

What is a computer system?

A

A computer system is made up of software, data, hardware, communications and people/users

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

What is a subsystem?

A

A sub-system is a system that can be divided up into smaller parts.

Each sub-system can be further divided into sub-systems and so on until each sub-system just performs a single action.

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

Year 10:

What base system does Hexadecimal use?

A

Base 16

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

Year 10:

Why do you use Hexadecimal?

A

It is easier to remember than Binary for a programmer.

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

Year 10:

Give an example of where you use Hexadecimal numbers.

A

To represent colour codes for websites

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

What is an algorithm?

A

It is a sequence of steps that follow a logical order to solve a problem

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

What is data transmission?

A

is data being passed over a short distance or a long distance.

17
Q

Give an example of data transmission over a short distance

A

Computer to printer

18
Q

Give an example of data transmission over a long distance

A

Over a telephone network

19
Q

How many factors need to be considered when transmitting data?

A

3

20
Q

State how computers avoid errors during transmission

A

Each factor has to be agreed by both the sender and receiver to work

21
Q

State the 3 factors that need to be considered when transmitting data

A
  1. The direction of the data transmission
  2. The method of transmission
  3. The method of synchronisation between devices