>> station

my compsci site

the site

this site was made to aid the students in mr. salazar's computer science class. take a look around.

home
news/updates
general vocab
random links
random pics
lyrics
modnar
'03 compsci class home


- unit 1 -
theory of computing

overview/notes
paper


- unit 2 -
components of a computer system

overview/notes
paper


- unit 3 -
hardware

overview/notes
ports
paper


- unit 4 -
operating systems

overview/notes
paper


- unit 5 -
networks

overview/notes


- unit 6 -
html

overview/notes
a page of html


links

mark
joe
david
yao


no one likes spammers

pyro1065@hotmail.com

unit 4 - operating systems

Operating System
- Software designed to control the hardware of a specific data-processing system in order to allow users and application programs to make use of it.

BIOS
– The set of routines stored in read-only memory that enable a computer to start the operating system and to communicate with the various devices in the system, such as disk drives, keyboard, monitor, printer, and communications ports.

cold boot
- A boot from power off.

warm boot
- The act or process of restarting a computer without turning off the power. A warm boot erases everything in RAM and then reloads the operating system into RAM.

Partitioning
- A section of storage space on a hard disk.

GUI
- a user interface based on graphics (icons and pictures and menus) instead of text; uses a mouse as well as a keyboard as an input device [syn: graphical user interface]

Shell
- A program that works with the operating system as a command processor, used to enter commands and initiate their execution

open-source software
- programs whose licenses give users the freedom to run the program for any purpose, to study and modify the program, and to redistribute copies of either the original or modified program (without having to pay royalties to previous developers)