Quiz 1 notes Flashcards
How is information stored in computers?
Tiny little transistors that are magnetized or not for on or off
0 and 1
Make a code of some sort
Bit, Byte
Bit- Binary digit
Byte- unit of 8 bits, the smallest unit
KiloByte, Mega Byte, etc.
KB- 2^10 bytes or 1024 >1000
MB- 1024^2 bytes >1 mill
GB- 1024^3 bytes > 1 bill
TB- 1024^4 bytes > 1trill
What are the computer sizes
micro- desktop
mini- size of desk
mainframe- size of room
super- HUGE
Binary codes
ASCII
EBCDIC
Unicode
ASCII
By ANSI- binary code- common
run on a micro computer, has 256 symbols, 8 bits
American Standard Code for Information Interchange
EBCDIC
-what computer commonly uses it and how many symbols does it have
256 symbols- IBM Mainframe
Extended Binary Coded Decimal Interchange Code
Unicode
16 bit- 65336 symbols