Name the Number System
How Big is it?
Hexadecimal Facts
ETC
What Number System?
100

Counting system that is most commonly used

Decimal System

100

Smallest unit of data. Represented by either a zero or a one.

Bit

100

What is the primary purpose of the Hexadecimal format

šHexadecimal is a numbering system that uses numbers and letters to represent binary values.

šIt’s shorthand—a simpler way—to represent a large binary number.

100

What does Unicode provide that ASCII does not?

Support for emojis

100

10110010

Binary

200

base-2 numbering system (0 and 1) used by computers for data representation

Binary

200

This consists of 8 bits and typically represents one character

byte

200

What is the base of the hexadecimal numbering system?

16

200

How many potential values can a single bit store?

2

200

3F2C

Hexadecimal 

300

limited to 256 characters

useful for representing English characters

ASCII

300

How many bytes in a kilobyte

1,024

300

What is the maximum number a single byte can hold?

255

300

When coding in HTML we can use ___ codes to create different colors

Hexadecimal or Hex 

300

3.14

Decimal 

400

šcan represent over a million characters.

š can represent characters from many languages and scripts including emojis

Unicode

400

What number does Kilo usually represent? 

1,000

400

Which Hexadecimal Digit represents 15?

F

400

How is the smallest number represented in binary?

All zeros

400

010

Octal

500

š a numeral system with a base of eight, using the digits 0 through 7

is primarily used for Linux devices

Octal

500

Why is a Kilobyte 1,024 bytes?

In the binary system, numbers increase exponentially, so 2 to the 10 power is 1024.

500

How many bits does each hexadecimal digit represent in a network address?

4

500

How is the largest number represented in binary?

all ones

500

CAT

ASCII