ASCII. BIOS. Binary. Bits. Bitwise operators. Booting. Motherboards. Peripherals.
Computer Science E-1Lecture 1: Hardware
View Slide
Power Supply
BIOS
CMOS
POST
Memory
Peripherals
http://www.youtube.com/watch?v=rdIWKytq_q4
Hard drive
Kernel
CPU
Operating Systems
Keyboard
Mouse
http://www.youtube.com/watch?v=74W-QNudReo
Lectures
Recaps
Sections
Problem Sets
Discuss
Exams
Final Project
Part I: Hardware
Part II: Internet
Part III: Security
Part IV: Software Development
01010100101010010101000010101010010101010010101010111010110101010001010101011010010100100101111010100111010100101001001010100100010101001010101010010100100101010010010101001010101001010101010101010001010010110010010010010100
Do you like cats?
How much do you like cats?
__ __ __ __1000 100 10 1
__ __ __ __8 4 2 1
0
01
000110
(1 × 2) + (0 × 1) = 2 + 0 = 2
00011011
(1 × 2) + (1 × 1) = 2 + 1 = 3
000001011100
(1 × 4) + (0 × 2) + (0 × 1) = 4
000001011100101
(1 × 4) + (0 × 2) + (1 × 1) = 5
10110
14
0011 + 0110
________________________
There are 10 types of people inthe world: those who understandbinary and those who don’t.
Character encodings
ASCII
CS E-1
67 83 32 69 45 49
01000011 01010011 0010000001000101 00101101 00110001
• byte• kilobyte• megabyte• gigabyte• terabyte• ...
What chair is everyone sitting in?
1. Ask the person to your left where he/she issitting2. If there is no one to your left,say “one”3. Add one to the answer of the personto your left, and say it out loud