Term
|
Definition
Hyper Text Markup Language |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
1. Main heading 2. 2nd heading 3. 3rd heading 4. 4th heading |
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
http:// - a href = http://www.csus.edu |
|
|
Term
|
Definition
a simple name of file a href = "resume.htm" |
|
|
Term
|
Definition
a href = "mailto:john@csus.edu |
|
|
Term
|
Definition
|
|
Term
|
Definition
File Transfer Protocol -copies files over a network |
|
|
Term
|
Definition
Simple Mail Transfer Protocol -Used to send email |
|
|
Term
|
Definition
Post Office Protocol -Retrieves emails |
|
|
Term
|
Definition
Hyper Text Transfer Protocol -Transfers webpages -Each page item is requested separtely |
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
|
|
Term
|
Definition
^ Exponent * Multiplication / Division + Addition - Subtraction |
|
|
Term
|
Definition
= Equal to > Not equal to > Greater than >= Greater than or equal to < less than <= Less than or equal |
|
|
Term
|
Definition
AND – Logical And OR – Logical Or XOR – Logical Exclusive Or NOT – Unary Logical Negation |
|
|
Term
|
Definition
Executes if statements are true
If CONDITION THEN STATEMENTS END IF |
|
|
Term
|
Definition
Used if STATEMENT is false |
|
|
Term
|
Definition
Consists of little dots called pixels, Pixels are arranged on a grid, The color of each grid is a binary number |
|
|
Term
|
Definition
refers to total number of color in an image, more bits more colors |
|
|
Term
|
Definition
Describes color depth usually a power of 2 (2,4,16,32) |
|
|
Term
|
Definition
If true loop continues (if statement that loops)
Do WHILE condition Statement Loop |
|
|
Term
|
Definition
Audio program, Computer synthesizes sounds |
|
|
Term
|
Definition
Digital representation of sound PCM data represents vibration we hear |
|
|
Term
|
Definition
Loop statement with numbers, representation, numerical value, start with initial value, changes with each loop, stops once value is greater than end value. |
|
|
Term
|
Definition
FOR LOOP is a form of while loop as a result: A WHILE LOOP can implement any FOR LOOP, FOR LOOP is used as a shortcut notation |
|
|
Term
|
Definition
|
|
Term
|
Definition
World's first programmer
Created 1st computer program and designed several |
|
|
Term
|
Definition
Developed Turing machines, 1937 proves prgram |
|
|
Term
|
Definition
1946-1958 programs written in machine language read w/ punch cards & stored on magnetic tape |
|
|
Term
|
Definition
1959-1964 used transistors,more reliable than vacuum tubes and requires less power, compilers and disk storage was developed. |
|
|
Term
|
Definition
1965-1970 Used integrated circuts, increased speed, smaller size, lower cost, less electricity, birth of mini-computer |
|
|
Term
|
Definition
1971-Present Use microprocessor(computer on chip), Faster, Smaller, lower cost |
|
|
Term
|
Definition
Admiral US Navy
Discovered first bug |
|
|
Term
|
Definition
Text files, test format consisted of commas and / or new lines |
|
|
Term
|
Definition
open file, input (reads data from file) output (writes data to a file |
|
|
Term
|
Definition
Closes file that was opened previously |
|
|
Term
|
Definition
Reads data from file (opened as INPUT) Assigns to a variable and works like normal input statement |
|
|
Term
|
Definition
End of File used to read a whole file, often used with a WHILE LOOP, returns true when END is reached or file doesn't open |
|
|
Term
|
Definition
Writes data to a file, opened as OUTPUT, often used with INPUT #, Saves data in format that Input# can read, separated by commas |
|
|
Term
|
Definition
Each array elemet has a location in memory, think of array as mailboxes each mailbox belongs to an array but each mailbox has its own identity (index) |
|
|
Term
|
Definition
DIM Multiple element for an array, must be done before an array |
|
|
Term
|
Definition
Used to add comments/ REMarks to your program makes program easier to read |
|
|
Term
|
Definition
i.Used to change the value of a variable. ii.Commonly known as an “assignment” statement |
|
|
Term
|
Definition
:Clear Screen ii.Any info on the output will disappear |
|
|
Term
|
Definition
:internet scam that comes as e-mail 1.Often will display: Link or Attachment |
|
|
Term
|
Definition
:a hidden part of some useful s/w 1.Pretends to be legitimate software 2.Performs secret actions and can carry other malicious codes 3.Dose not replicate itself |
|
|
Term
|
Definition
: it breaks into your computer 1.Transports itself over a network 2.Does not need a host doc. 3.Enters a computer w/o user interaction 4.Often delivers malware. |
|
|