Outline for April 6, 2007
Question:
Do you find it easier to keep track of your schedule on a computer, cell phone, paper, or in your head?
-
Greetings and felicitations!
-
Lab exercise 1 due tonight at 11:59PM
-
Prospectus due in class on Monday
-
Operating system configuration
-
Linux/UNIX systems: based on numerous configuration files scattered throughout system
-
Windows: uses registry; keys are are indices used to look up information
-
HKEY_CLASSES_ROOT: how system treats files based on extension
-
HKEY_CURRENT_USER: individual settings for this user, such as screen color
-
HKEY_LOCAL_MACHINE: the hardware and software, including configuration information and past hardware
-
HKEY_USERS: generic information, such as about user profiles and the desktop before users log in
-
HKEY_CURRENT_CONFIG: configuration information about the current hardware and software
-
Ideas behind transistors
-
Review binary system, bits
-
Transistors combine to manipulate numbers, add them, and otherwise change them
-
Transistors and RAM
-
Writing data to RAM
-
Reading data from RAM
-
How a computer adds
-
AND gate
-
OR gate
-
XOR gate
-
Half adder
-
Full adder
Here is a PDF version of this document.