Decimal to Hexadecimal (2 marks)
Write the decimal number 175 as a hexadecimal number.
Decimal to Hexadecimal (2 marks) Read More »
Write the decimal number 175 as a hexadecimal number.
Decimal to Hexadecimal (2 marks) Read More »
Express the binary number 110101 in decimal.
Binary to Decimal (2 marks) Read More »
Convert the hexadecimal number 5A to its equivalent binary representation.
Hexadecimal to Binary (1 mark) Read More »
Explain two advantages of using base 2 (binary) in computer processors.
Advantages of Using Base 2 (4 marks) Read More »
The hexadecimal number ‘1A3’ is used to set colours in web design, where each hex digits (in the group of three) represents red, green, and blue components, respectively. What is the value of the green component in binary?
Application of Hexadecimal (2 marks) Read More »
Convert the binary number 101010 to hexadecimal.
Bin to Hex (2 marks) Read More »
Explain why hexadecimal is often used in computer science to represent binary numbers.
Why Hexadecimal? (2 marks) Read More »
A program is expected to calculate the volume of a cylinder. The test data should include a radius value of 0 and a height of -1. Justify the choice of these test data values.
Test Data Reasons (4 marks) Read More »
Explain the difference between syntax and logic errors. Provide an example of each.
Syntax and Logic Errors (3 marks) Read More »