Unit 1 Flashcards

(19 cards)

1
Q

Integers

A

Positive or negative whole numbers

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

Rational Numbers

A

Can be written as fractions or a ratio.

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

Irrational Numbers

A

Cannot be written as a fraction. Is a decimal that doesn’t recur or terminate.

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

Ordinal Numbers

A

Numbers that describe a value’s position e.g. first, second, fourth.

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

Denary

A

(Base 10) - ten choices of digits 0-9

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

Binary

A

(Base 2) - two choices of digits 0-1

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

Hexadecimal

A

(Base 16) - 0-9,A-F

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

Value of Using Hexadecimal

A
  • Hex values easier to read and remember than binary strings.
  • Quicker to write as a hex digit is only 1 character.
  • Less chance of making an error.
  • Used to define colours, MAC Addresses, assembly languages and machine code.
  • Easy to convert between binary and hex.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Binary coded decimal

A

Each denary digit is converted individually e.g. 83 would be 10000011 instead of 01010011

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

Bit

A

Smallest unit of data that a computer can store. Each bit is represented as a binary number.

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

Byte

A

8 Bits. Keyboard characters take one byte of storage.

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

Nibble

A

4 Bits.

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

Unicode vs ASCII

A

Unicode can represent all characters of all languages whereas ASCII can only represent 128 total characters. Unicode takes up more storage as it uses 8-16 bits per character whereas ASCII only uses 7.

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

Two’s complement

A
  • 7 in binary = 00000111
  • Flip it to become = 11111000
  • Add 1 = 11111001
  • 11001101 to decimal
  • Flip becomes = 00110010
  • Add 1 = -00110011
  • = -51.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Resolution Formula

A

= Pixel height x Pixel width

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

Resolution

A

Measures pixel density. The higher the resolution, the more memory needed to store the image.

17
Q

File Size

A

Determined by the number of pixels used and the number of available colour combinations.

18
Q

Metadata

A

Data about data and is stored in the same file as image data e.g. File format, resolution, time and date, colour depth.