Filters
Year Range
20212025
2021
2022
2024
2025
Difficulty
Session
Variant
Sub-topic
56 questions
Computer Science/Paper 1/Information Representation
CAIEAS Level9618-as · Paper 1

Information Representation

56 questions· page 1 of 6

Q32025 May/Jun·P114 partsEasy
(a)

One of the images is a bitmapped image.

Complete the table by writing the answer for each statement.

StatementAnswer
the term for the smallest element that makes up an image
the largest number of different colours that can be represented with a bit depth of 8 bits
the term for the dots per inch (dpi) when an image is displayed
(b)(i)

Give two advantages of using the Unicode character set instead of using the ASCII character set.

1 ........................................................................................................................................

2 ........................................................................................................................................

(b)(ii)

The Unicode character '❮' has the binary value: 0010 0111 0110 1110

Convert the binary value for the character '❮' into denary.

(b)(iii)

The Unicode character '⅀' has the hexadecimal value 2140

Convert the hexadecimal code for the character '⅀' into denary.

Similar questions
Q22025 May/Jun·P124 partsMedium-Easy
(a)

Convert the denary integer 558 into 12-bit binary and hexadecimal.

Binary .......................................................................................................................................

Hexadecimal .............................................................................................................................

(b)(i)

Convert the two’s complement binary integer 11100010 into denary.

...........................................................................................................................................

...........................................................................................................................................

.....................................................................................................................................

(b)(ii)

Write the smallest and the largest two’s complement binary integers that can be represented in 8 bits.

Smallest ............................................................................................................................

Largest ..............................................................................................................................

(c)

Give one application where Binary Coded Decimal (BCD) is used and justify its use.

Application ................................................................................................................................

Justification ...............................................................................................................................

...................................................................................................................................................

Similar questions
Q12025 May/Jun·P135 partsMedium-Easy
(a)(i)

Calculate the file size of the image created by the digital camera in megabytes (MB).

Show your working.

Working space ...................................................................................................................

...........................................................................................................................................

...........................................................................................................................................

Answer ...................................... MB

(a)(ii)

The student takes a second photograph with a lower bit depth.

Explain the effect of decreasing the bit depth on the image and on the image file.

Effect on image .................................................................................................................

...........................................................................................................................................

...........................................................................................................................................

...........................................................................................................................................

Effect on image file ............................................................................................................

...........................................................................................................................................

...........................................................................................................................................

...........................................................................................................................................

(b)

A teacher records an audio file of the student playing the piano during a music lesson.

Complete the table by giving the term for each description about sound representation on a computer.

DescriptionTerm
the number of times the amplitude is measured per time interval
the number of bits used to store each amplitude measurement
the type of sound wave before it is recorded by a computer
(c)(i)

The computer uses the Unicode character set.

Give two characteristics of the Unicode character set.

1 ........................................................................................................................................

...........................................................................................................................................

2 ........................................................................................................................................

...........................................................................................................................................

(c)(ii)

Some of the school’s computers use the extended ASCII character set.

The table gives some characters from the extended ASCII character set, their denary, 8-bit binary and hexadecimal numbers.

Complete the table by filling in the missing numbers.

CharacterDenary8-bit BinaryHexadecimal
!3321
L010011004C
ü25211111100
Similar questions
Q12025 Oct/Nov·P115 partsEasy
(a)(i)

Convert the binary number into hexadecimal.

101100111010

.....................................................................................................................................

(a)(ii)

Convert the denary number into Binary Coded Decimal (BCD).

108

.....................................................................................................................................

(a)(iii)

Convert the 12-bit two’s complement binary integer into denary.

Show your working.

111110111100

Working .............................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................

Denary value ..................................................

(b)(i)

The following binary addition is performed using 8-bit registers.

Complete the calculation using binary addition.

  1 0 1 1 0 0 1 1
+ 0 1 1 1 1 0 0 0
-----------------
(b)(ii)

Name and describe the error that can occur when binary addition is performed.

...........................................................................................................................................
...........................................................................................................................................
...........................................................................................................................................
.....................................................................................................................................

Similar questions
Q72025 Oct/Nov·P124 partsEasy
(a)

The following binary addition is performed using 8-bit registers.

Complete the calculation using binary addition.

  1 0 0 0 0 1 1 1
+ 0 0 1 1 1 0 0 1
-----------------
(b)

A computer uses the Unicode character set.

State the number of bits used to store one character from the Unicode character set.

(c)(i)

Write the Binary Coded Decimal (BCD) value for the ASCII character ‘h’.

(c)(ii)

Write the hexadecimal value for the ASCII character ‘h’.

Similar questions
Q12025 Oct/Nov·P133 partsMedium-Easy
(a)

A student creates sound recordings.

Making changes to a sound recording may impact the accuracy of the resulting sound file or the size of the file.

Draw two lines from each change to the impacts it has on the sound file.

(b)

The file names of the sound recordings are stored using the ASCII character set.

Explain how text is represented by the ASCII character set.

(c)

Give two differences between the ASCII and UNICODE character sets.

Similar questions
Q22025 Oct/Nov·P134 partsMedium
(a)

Put one tick (✓) in each row to identify the minimum number of bits used to store each example of data.

Example of data4816243264128
the hexadecimal value F139
16 000 000 unique amplitude values
an IPv4 address
256 unique colours
an IPv6 address
the denary value 65 000
(b)

Convert the denary number –108 into a 12-bit two’s complement binary number.

(c)

A three-place arithmetic shift to the right is performed on the following two’s complement negative integer.

Show the result of this arithmetic shift.

10010011

(d)

Convert the following positive binary integer into hexadecimal.

1110001100111011

Similar questions
Q72024 May/Jun·P113MMedium-Easy

Complete the binary addition. Show your working.

  1 0 0 1 1 1 1 0
  0 1 1 0 0 0 0 1
+ 0 0 0 1 1 0 0 1
-----------------
Similar questions
Q72024 May/Jun·P123 partsEasy
(a)

Tick (✓) one box only to identify the largest file size.

3300 kibibytes
0.3 megabytes
3 mebibytes
3300 kilobytes
(b)

Subtract the denary number 10 from the denary number 100 using binary subtraction.

Show your working.

Working .....................................................................................................................................

...................................................................................................................................................

...................................................................................................................................................

...................................................................................................................................................

...................................................................................................................................................

...................................................................................................................................................

Answer ....................................

(c)

Convert the hexadecimal number C0F into denary.

Show your working.

Working .....................................................................................................................................

...................................................................................................................................................

...................................................................................................................................................

Answer ....................................

Similar questions
Q12024 May/Jun·P135 partsMedium-Easy
(a)

Complete the following description.

A kibibyte has a ................................................ prefix. Three kibibytes is the same as ................................................ bytes.

A megabyte has a ................................................ prefix. Two terabytes is the same as ................................................ gigabytes.

(b)

Convert the denary number 241 to hexadecimal.

(c)

State what is meant by an overflow in binary addition.

(d)(i)

Complete the table by identifying the number of bits each of the character sets allocates to each character.

Character setNumber of bits
ASCII
extended ASCII
Unicode
(d)(ii)

Explain how the word ‘Clock’ is represented by a character set.

Similar questions