Chapter 3 - Part 1 Flashcards

1
Q

Number base

A

The number of digits (including 0) that are used to create all other numbers within that specific numbering system

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

Number base for decimal

A

10

0,1,2,3,4,5,6,7,8,9

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

Number base for binary

A

2

0,1

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

Number base for hexadecimal

A

16

0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F

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

Purpose of hexadecimal

A

To simplify binary so it can be stored without taking up as much storage space

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

bit

A

The value of one 1 or 0

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

nibble

A

4 bits

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

Byte

A

8 bits

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

Kilobyte

A

1000 bytes

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

Megabytes

A

1000 kilobytes

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

Gigabytes

A

1000 megabytes

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

Terabytes

A

1000 gigabytes

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

Petabyte

A

1000 terabytes

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

0 + 0 = ?

A

0

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

0 + 1 =

A

1

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

1 + 1 =

A

0 CARRY 1 over

17
Q

1 + 1 + 1 =

A

1 CARRY 1 over

18
Q

Left binary shift does what to the denary

19
Q

right binary shift does what to denary

A

divide by 2

20
Q

What does ASCII stand for

A

American Standard Code for Information Interchange

21
Q

how bits does ASCII use

22
Q

Most possible ASCII combinations

23
Q

Unicode

A

The same as ASCII at the start, but after that covers a larger range of characters (e.g. Greek letters)

24
Q

Max possible characters for Unicode

25
File size (bits) =….
No. Of characters x bits per character
26
Pixel is a…
Single point in an image. Short for PIcture ELement
27
More pixels does what to picture quality
Increases it, better quality
28
What is a bitmap
An image formed of pixels
29
Image size in pixels =…
Pixel height x pixel width
30
Colour depth?
Number of bits used to represent each pixel
31
How to find the number colours from colour depth
2 to the power of ‘colour depth’
32
minimum bitmap file size = …
width x height x colour depth
33
Monochrome picture - what binary is used
``` 1 = white 0 = black ```
34
When storing binary for bitmaps it goes from left to right, starting at the bottom row
Yes, stimmt