1.1 Number Systems Flashcards
What is the name of the very small component that makes up the components which process data in a computers?
Logic gates
What kind of data can logic gates process?
Digital data
Where is the data which is used by logic gates stored?
In Registers
Why is hexadecimal easier for humans to understand
than binary?
it is easier as it is a shorter representation of the binary therefore it is easier for us to understand what the hexadecimal represents
Name the base number system for Denary, Hexadecimal and Binary.
Denary base-10
Hexadecimal base-16
Binary base-2
What is an Overflow error and when does it occur?
An overflow error is when the value attempted to be represented or stored exceeds the predefined limit
What are some areas of computers science where hexadecimal is used?
When writing MAC address and representing colour
Name 3 benefits of using hexadecimal rather than binary for programmers.
Hexadecimal is a shorter way of representing binary, so it takes up less space on the computer screen or piece of paper.
Hexadecimal is easier for a programmer to read, write and understand.
Hexadecimal is easier to debug and locate errors in data.