
Using Hexadecimal to represent numbers
Quiz by GCSE Computer Science Teacher 2
GCSE (AQA)
Computer Science
English National Curriculum
Feel free to use or edit a copy
includes Teacher and Student dashboards
Measures 1 skill from
Measures 1 skill from
Track each student's skills and progress in your Mastery dashboards
With a free account, teachers can
- edit the questions
- save a copy for later
- start a class game
- automatically assign follow-up activities based on students’ scores
- assign as homework
- share a link with colleagues
- print as a bubble sheet
12 questions
Show answers
- Q1What is the base system for Hexadecimal?Base 2Base 16Base 10Base 830s3.3.2.b
- Q2What does the term base 16 refer to?The number that hex counts up until, 0 - 16The number of combinations that hex can holdThe number if items that can be represented using HexThe number of characters that the hex system uses, 0-9 and A - F30s3.3.2.b
- Q3One hex digit is equivalent to a __ bit binary sequence?428130s3.3.2.b
- Q4Why is the hexadecimal system used?To complicate binary codesSo humans can not de-crypt binaryTo simplify binary codesFor computers to read easier30s3.3.2.b
- Q5What is a popular use of the hexadecimal system?Writing programsColour referencesShorthand for wordsProgramming network30s3.3.2.b
- Q6Why is hexadecimal used to represent colour references?It is easier to and shorter to store hex over binaryBecause colours do not have a binary valueTo make it harder to understandTo take up more space30s3.3.2.b
- Q7What colour does #000000 represent?RedBlackBlueWhite45s3.3.2.b
- Q8What is the first step in converting a hex number to its binary equivalent?The value must be multiplied by 8The value must be first converted to denaryThe value needs to be divided by 2You must multiply the number by 1630s3.3.2.b
- Q9What is the first step when converting a hex number to denary?You need to add the hex digits togetherYou must separate the hex digitsYou convert the two digits togetherYou need to shift the digits by 830s3.3.2.b
- Q10What is the value for 255 in hex?GGAAFFEE30s3.3.2.b
- Q11What in the maximum number that can be represented by 2 Hex characters?5101281625530s3.3.2.b
- Q12What is the maximum number than can be represented by 1 hex character?1624830s3.3.2.b