1.1 Notational Systems Flashcards
How is decimal notation expressed?
Each single digit is assigned on of ten values ranging from 0-9 whereby each column is ten times more than the digit to its right. this is also known as base 10.
what is the most common character set used for coding to represent text in computers?
American Standard Code for Information Interchange (ASCII).
Websites tend to use what Unicode standard?
UTF-8
When should you use hexadecimal notation?
To express large numbers.
how do computers differentiate binary data and map it to letters, numbers, and symbols?
A character set maps letters, numbers, and symbols to binary values.
what are the two common ways of presenting character set data?
ASCII and Unicode are the most common character sets used to present data.
which notation system presents the largest numbers using the fewest digits?
Hexadecimal.
how is binary notation expressed?
A single digit in a range from 0 to 1 is used. this number represents an on or off state. Each column is worth two times the column to it’s right. this is also known as base 2.
What type of notation is used in common math?
Decimal notation.