What are the fundamental building blocks of all computer systems?
How are numeric and textual information represented?
Two types of information representation
Binary represenation is a base-2 positional numbering system.

How do we convert from binary-to-decimal?
What are the preset limiations to binary storage?
Maximum number of binary digits that can be used to store integers: 16, 32, or 64 bits.
Define:
Arithmetic Overflow
Operation that produces an unasigned value greater than 65,535; 16 bit system.
What is the alternative name to the base 8 system?
Octal Numbering Sytem
How do you convert from binary to base eight (vice versa)? from base ten to eight (vice versa)?
To covert from binary to base eight: group in threes.
To convert from eight to binary: expand in threes.
From ten to eight: use binary as the intermediate.
What is the alternative name for base sixteen?
Hexadecimal Numbering System
How do you convert from binary to base sixteen (vice versa)? from ten to base sixteen (vice verse?
To convert from binary to base sixteen: group in fours.
To convert from base sixteen to binary: expand in fours.
To convert from base ten to sixteen use binary as an intermediate.
How are fractional numbers represented in binary?
Can be represented in binary by using signed integer techniques; assigned a specific bit(s) as indicators for decimal or cutoff.
Normalize the number
How is scientific notation represented in binary?
How is textual information encoded in binary?
Code mapping
ASCII

Describe encoding systems.
What are certain pitfalls of different enconding systems?
Define:
Unicode
Why is unicode so beneficial?
What are the different types of encoding?
UTF - 8
UTF - 16
UTF - 32
How are characters assigned numbers in unicode?
Characters are assigned a number written in the U+XXX form.
What are the differences in enconding between different versions of python?
Python 2
Python 3
Define:
Digital Representation
Values for a given object are drown from a finite set.
Define:
Analog Representation
Object can take on any value
What does amplitude measure?
It measures loudness
What does period measures?
Time it takes for the wave to make on complete cycle
What does frequency measure?
Total number of cycles per unit time