Search Header Logo
IGCSE Hodder Computer Chapter 1 Data Representation

IGCSE Hodder Computer Chapter 1 Data Representation

Assessment

Presentation

Computers, Science

9th - 12th Grade

Medium

Created by

Sami Rizwan

Used 32+ times

FREE Resource

18 Slides • 22 Questions

1

media

Hodder Computer Science IGCSE​

Chapter 1 Data Representation

2

​The binary number system is a base 2 number system. It is based on the number 2. Thus, only the two ‘values’ 0 and 1 can be used in this system to represent all

What is Binary system?

media

3

​Converting from binary to denary

The conversion from binary to denary is a relatively straightforward process. Each time a 1-value appears in a binary number column, the column value (heading) is added to a total.​

Computer Science IGCSE

4

media

Examples of conversion from binary to denary:

media
media

5

media

Another Example

media

6

Multiple Choice

Which topic did we studied about?

1

Binary System

2

Hexadecimal

3

Data storage and Compression

4

8-bit numbers

7

Multiple Choice

​The binary number system is a base 2 number system. It is based on the number 10.

1

True

2

False

8

Multiple Choice

Only the one value can be used in this system to represent it.

1

True

2

False

9

Multiple Choice

The conversion from binary to denary is a relatively _________ process

1

Complicated

2

Validation

3

straightforward

4

step-by-step approch

10

Multiple Choice

Each time a 1 appears in a column, the column value is added to the ______

1

Base

2

Digits

3

Total

4

0

11

Converting from denary to binary

The conversion from denary numbers to binary numbers can be done in two different ways. The first method involves successive subtraction of powers of 2 (that is, 128, 64, 32, 16, and so on); whilst the second method involves successive division by 2 until the value “0” is reached.​

Hodder IGCSE | Computer

Computer Science IGCSE

12

​Example 1 Method 1

media
media
media

13

media

Example 1 Method 2

media

14

media

​Example 2 Method 1

media

15

media

​Example 2 Method 2

media
media

16

media

​Example 3 Method 1

media

17

media

​Example 3 Method 2

media

18

Hexadecimal

Hodder IGCSE | Computer

Computer Science IGCSE

The hexadecimal number system is very closely related to the binary system. Hexadecimal (sometimes referred to as simply ‘hex’) is a base 16 system and therefore needs to use 16 different ‘digits’ to represent each value. Because it is a system based on 16 different digits, the numbers 0 to 9 and the letters A to F are used to represent each hexadecimal (hex) digit. A in hex = 10 in denary, B = 11, C = 12, D = 13, E = 14 and F = 15.​

19

Uses of the hexadecimal system

  • Error Codes

  • MAC Addresses​

  • IPv6​ Addresses

  • HTML Color Codes​

Hodder IGCSE | Computer

Computer Science IGCSE

20

​Error codes

Error codes are often shown as hexadecimal values. These numbers refer to the

memory location of the error and are usually automatically generated by the

computer. The programmer needs to know how to interpret the hexadecimal error

codes.​

Hodder IGCSE | Computer

Computer Science IGCSE

21

Mac Addresses

Media Access Control (MAC) address refers to a number which uniquely identifies

a device on a network. The MAC address refers to the network interface card (NIC)

which is part of the device. The MAC address is rarely changed so that a particular

device can always be identified no matter where it is. A MAC address is usually made up of 48 bits which are shown as 6 groups of two hexadecimal digits (although 64-bit addresses also exist)​

Hodder IGCSE | Computer

Computer Science IGCSE

22

Internet Protocol (IP) addresses

Each device connected to a network is given an address known as the Internet

Protocol (IP) address. An IPv4 address is a 32-bit number written in denary or

hexadecimal form: e.g. 109.108.158.1 (or 77.76.9e.01 in hex). IPv4 has recently

been improved upon by the adoption of IPv6. An IPv6 address is a 128-bit

number broken down into 16-bit chunks, represented by a hexadecimal number.​

Hodder IGCSE | Computer

Computer Science IGCSE

23

HyperText Mark-up Language (HTML) colour codes

Hodder IGCSE | Computer

Computer Science IGCSE

HyperText Mark-up Language (HTML) is used when writing and developing webpages. HTML isn’t a programming language but is simply a mark-up language. A mark-up language is used in the processing, definition and presentation of text (for example, specifying the colour of the text).​ HTML is often used to represent colours of text on the computer screen. All colours can be made up of different combinations of the three primary colours (red, green and blue). The different intensity of each colour (red, green and blue) is determined by its hexadecimal value. This means different hexadecimal values represent different colours.​

24

Multiple Choice

Which one binary digit has a position value?

1

1, 16, 256

2

2, 4, 16, 32, 64, 128

3

1, 2, 4, 8, 16, 32, 64, 128

4

1, 2, 4, 16, 32, 64, 128

25

Multiple Choice

How many bytes are in a kilobyte?

1

1024

2

100

3

1234

4

128

26

Multiple Choice

Convert 129 to binary

1

10000001

2

01111110

3

01000000

4

11001100

27

Multiple Choice

What is 19 in hexadecimal
1
13
2
10011
3
19
4
1A

28

Multiple Choice

What is 27 in hexadecimal
1
1B
2
17
3
11011
4
1C

29

Multiple Choice

What is the maximum number of values that can be represented in 7 bits? (4-6)
1
16
2
256
3
65,536
4
128

30

Multiple Choice

What digits are part of the binary number system?

1

0-9

2

0-F

3

0 and 1

4

1-9

31

Multiple Choice

In a number system like binary, what is the value of each digit called?

1

Place value

2

Base

3

Bargain value

4

ASDA value

32

Multiple Choice

What number do you carry when adding two binary numbers?

1

0

2

1

3

You never carry a number as numbers are heavy

33

Multiple Choice

Convert the binary number 1001 to decimal.

1

4

2

5

3

9

4

11

34

Multiple Choice

Convert the binary number 1110 to decimal.

1

3

2

10

3

15

4

14

35

Multiple Choice

Convert the binary number 1010 to decimal.

1

8

2

10

3

9

4

7

36

Multiple Choice

Add the binary numbers 01101101 and 11011011

1

0101001000

2

1010110111

3

1101010101

4

0110100101

37

Multiple Choice

What can a bit hold?

1

1 and 0

2

1 or 0

38

Multiple Choice

How many bits are in a nibble?

1

8

2

4

3

2

4

10

39

Multiple Choice

Each device connected to a network is given an address known as the?

1

Domain Address

2

Internet

Protocol (IP) address

3

MAC Address

4

Internet Service Protocol (ISP)

40

Multiple Choice

An IPv4 address is a 35-bit number written in denary or

hexadecimal form

1

False

2

True

media

Hodder Computer Science IGCSE​

Chapter 1 Data Representation

Show answer

Auto Play

Slide 1 / 40

SLIDE