Data - Number systems (binary/hex) Flashcards

1
Q

Define Boolean Expression

A

An expression that is either true or false eg; X=10

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

Define Truth Table

A

A table that shows all the possible combinations of inputs and their logical output value.

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

Define Logical Operators

A

AND, OR, NOT

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

Define Logic Diagram

A

A diagram of a circuit showing logic gates with inputs and the output these generate.

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

Convert 1110 0000 0100 1000 from base 2 to hexadecimal

A

e048

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

Convert 72 from octal to binary

A

111 010

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

Convert 0101 0101 from base 2 to decimal

A

85

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

What name is given to the computer’s own language?

A

Machine code is the name given to the computer’s own language

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

Each character on the keyboard has a special code to represent it. This is known as which of the following?

A

The ASCII code stands for American Standard Code for Information Interchange and is standard for all computer systems..

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