Name: _____________________________
Section: ________
FIT100 Miniquiz #3 with answers
2/2/2005
Closed Book, Closed Notes
[intended to be given by clicker]
Scoring: 1 pt. per question

1. In this Javascript statement,
var taxes;

"taxes" is an example of
A. a comment
B. a tag
C. an attribute
D. a variable
E. an integer

2. In this Javascript statement,
owed = total - paid;
"total - paid" is technically described as
A. a number
B. a function
C. an operator
D. a variable
E. an expression

3. The Javascript statement
alert("this is not a test!");

A. can only come in the <head> section of an HTML document
B. can only come in the <body>
C. could come either in the <head> or in the <body>

4.  Regardless of size or function, basically every electronic digital computer has which two essential components?
A. memory and processor
B. disk and memory
C. network and disk
D. processor and disk
E. Ethernet and RAM

5. The ASCII code
A. differs between countries
B. differs between computer brands
C. differs between computer languages
D. is the same everywhere