Primitive Data Types, Binary And Hexadecimal Flashcards
1
Q
What are the primitive data types?
A
Integer, Real/Float, Boolean, Character and String
2
Q
How is binary represented?
A
With 1’s and 0’s going up in base 2s
3
Q
How is hexadecimal represented?
A
With 0-9 then A-F representing 10-16
4
Q
What is 203 in unsigned binary?
A
11001011
5
Q
What is 01001001 in deanery?
A
73