Unit 1 - Basics Flashcards

1
Q

What is Binary?

A

Binary is a numbering system. It only includes ones and zeros. It is a Base-2 system

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

Name a Base-2 system

A

Binary. It is a system where you have a total of two symbols, so it uses a powers of two.

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

What is the difference between a bit and a byte?

A

A byte consists of eight bits. Bits are the basic blocks of data. For ease of use they are structured in bytes.

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

What is a byte?

A

Eight bits made up a byte. Bytes can be used to provide 256 different combinations for representing the alphabet, colours, IP addresses, colours etc.

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

What is ASCII?

A

It is an encoding rule for the alphabet. It contains all used characters plus some commands.

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

What does ASCII stand for?

A

It stands for American Standard Code for Information Exchange.

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

What is a pixel?

A

It is a single square which has a colour assigned to it. It’s part of a larger image. Invented in the 1950’s.

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

What is 8-bit colour?

A

That means you use a byte (8 bits) to differentiate colours, and so there are 256 different possible colours. This is usually a combination of 3 colours, which makes it RGB. 3 x red, 3 x green, 2x blue.

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

What is a CPU?

A

It stands for Central Processing Unit, it is the brain of the computer and makes calculations and computations.

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

What is RAM?

A

Random Access Memory, a type of short term memory. This is Volatile memory.

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

What is a Hard Drive?

A

It is a type of long term memory, this is non-volatile memory meaning the data remains even if there is no power.

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

What is firmware?

A

A special kind of software installed on a chip. It is the necessary programming required for the hardware to operate.

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

What is the BIOS?

A

Bios stands for Basic Input Output System. It is a special chip containing the software instructions for a computer. It is used for booting up.

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

What is ROM?

A

Read Only Memory. It is another word for BIOS.

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

What is an OS?

A

Operating system. It is the first software loaded into the BIOS, essential for using your computer. It provides interface, hardware controller, and running applications.

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

What software is loaded into RAM first during the boot process?

A

The Operating System

17
Q

What is the Syntax in a programming language?

A

It is the grammar. Incorrect grammar means the code won’t run.

18
Q

What are the semantics in a programming language?

A

It is how to use the syntax (grammar) in order to get the desired effect of your code.

19
Q

What was the first computer?

A

Turing machines in WWII which decrypted secret messages.

20
Q

Which computers were used between 1940 and 1960?

A

Behemoths. Mostly used by the government. They consisted of vacuum tubes and wires and took up an entire room. Input were switches, output was lights and punched holes.

21
Q

Which computers were used between 1960 and 1980?

A

Smaller versions of the previous era’s Behemoths. These used a teletype terminal for output. In the 70’s CRT Monochrome screens were introduced.

22
Q

What computers were used between 1980 and 2000?

A

GUI-based computers were introduced such as the Commodore 64. Mice were used for input, Mac and PC were introduced.

23
Q

What was a very early portable computer and how much did it weigh?

A

It was the Osborne, weighing 24 pounds.

24
Q

What type of computing was introduced after the 2000’s?

A

Miniaturization and portability was introduced. Laptops, tablets, smartphones.