What is a character set?
How many unique binary numbers does 7 bits give?
128
What is ASCII?
How many unique binary numbers with 8 bits?
256
An international, multilingual language character set needs to include:
What is UNICODE?
Why don’t we use UNICODE all the time?
Exam Question: What is meant by the character set of a computer?
Exam Question: Explain how codes are used to represent a character set?
Exam Question: The character A in the ASCII character set is represented by the denary value 65. Write the binary representation for the ASCII character “H”. Show your working. (2)
Describe what is meant by the term ASCII ?(2)
Exam Question: Explain what is meant by the term UNICODE? (3)
What are the 5 primitive data types?
What is an integer and give an example?
What is a real/floating point and give an example?
What is a character and give an example?
What is a string and give an example?
What is Boolean and give an example?
How do you represent positive 11 in a 4 bit binary system?
How do you represent 121 into binary?
What are the 2 ways to represent negative numbers in binary
How do you use sign and magnitude to represent a negative number in binary?
How would you convert -4 into binary using sign and magnitude?
Why is Sign and magnitude not used often?