Paper 2 Computational logic Flashcards

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

Identify the number systems being described: Base 2 number system used by computers. Uses the digits 1 and 0 only.

A

Binary

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

Identify the number systems being described: Base 16 number system. Uses digits 0–9 and A–F.

A

Hexadecimal

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

Identify the number systems being described: Base 10 number system. The system we usually use to count.

A

Denary

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

Explain why computer hardware mainly uses the binary number system.

A

Computers use binary - the digits 0 and 1 - to store data. The circuits in a computer’s processor are made up of billions of transistors . A transistor is a tiny switch that is activated by the electronic signals it receives. The digits 1 and 0 used in binary reflect the on and off states of a transistor

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

Explain one reason a programmer might prefer to write in a lower-levelled language such as assembly.

A

Writing in mnemonics is easy for programmers because they are usually brief representations of the actual commands. They are quicker to write than binary, and it is easier to spot mistakes.
Used for developing code for specialist hardware, such as device drivers.

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