Week 1 - Number Systems Flashcards

1
Q

What early mechanical engine was invented by Charles Babbage in 1822?

A

The Difference Engine. It was able to perform complex mathematical functions.

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

What year was Charles Babbage’s Analytical Engine invented and what was its main purpose?

A
  1. It was capable of complex logic and was a significant step towards a general purpose computer.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a “Turing-complete” computer?

A

Invented by Alan Turing, it can directly or indirectly perform any sort of computational task.

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

The British defence and intelligence services developed the “Colossus machine” for what purpose?

A

To help decipher coded German battlefield messages.

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

Transistors were invented in 1947 by Bardeen, Brattain and Shockley of Bell Labs and were “solid state”. What does this mean?

A

Contains no moving parts.

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

What are some advantages of a solid state circuit?

A

Reliability, resistance to abuse, energy efficiency compared to vacuum tubes.

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

The integrated circuit was invented in what year and by whom?

A

1958 by Jack Kilby of Texas Instruments.

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

What is a mainframe?

A

Expensive computers invented before personal computers which mainly focused on data processing. Was only available to governments and large businesses at the time.

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

What is a nibble?

A

Half a byte I.e 4 binary digits together.

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

How many possible combinations does a byte have?

A

256

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

Why does it take more than one byte to store integer and floating point data?

A

A single byte can only stirrup to 256 combinations.

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

What is a computer word?

A

A combination of bytes.

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

All units of measure have what two properties?

A

A scale factor and a dimension.

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

What are some advantages of the metric system?

A

The scaling factors are factors of ten and are all the same.

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

If scale factors are all the same and are powers of a base, how can we use this to create a number system?

A

We can assume the base and simply append the digits. e.g A base 5 number 410 becomes 105 in base 10.

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

The area code for Australian mobile numbers used to be the area code for which Australian state?

A

NSW country.

17
Q

What are Gray Codes?

A

A number system based on the binary system with interesting properties. You cannot do maths with this system.

18
Q

What is the radix for binary numbers?

A

2