MIDTERM
CST 101
The midterm exam consists of an in-class portion and a take-home
portion.
Submit each as a file, uploaded to your directory at "http:/suffolk.li".
(If you have any questions about how to upload, see me
immediately!)
Your initials are part of the file names:
if your initials are "PDQ", then . . .
- The file for today's in-class exam should be named
"midterm-PDQ.html"
- After you submit the in-class portion ("midterm-PDQ.html")
today,
make another copy named "takehome-PDQ.html" for the takehome
portion.
- and complete the exam again, using this file.
- Upload your takehome file ("takehome-PDQ.html") by the due date: one week from now.
- Finally, create a WORD document named "word-PDQ.doc" that looks the same as your takehome document. Add it to your portfolio of WORD projects.
Pxxxx Dyyy Qzzzz
Add more HTML here.
[ image/hyperlink ]
(Add some answers here.)
1.
...
(Add some answers here.)
A.
B.
C.
. . .
(Place more answers between the images.)
i.
ii.
iii.
iv.
. . .
|
For both midterm and takehome exams, add your answers to the HTML web
page that already has the following features:
- Your name centered at top of the page,
in largest headline size (H1).
- A horizontal rule.
- Two small (200x200) images, aligned left and right,
Add your answers as indicated by the "INSTRUCTIONS" below.
See illustrations at the right. - - - >
INSTRUCTIONS
HTML
Underneath your name (H1, centered), add the following:
- Your first initial, in red, at the right side of the page.
- Your last initial, in green, on the next line at the right
side of the page.
- The last four digits of your phone number, in italics, at the
left side.
- Your machine number, in bold, centered.
- Place a small image (no larger than 50x50)
underneath the centered machine number.
Make the image be a hyperlink to this page
(in your folder at "http://suffolk.li/cst101/....")
Pxxx Dyy Qzzz
P
Q
8680
26
1. 80
· 50
· 0101 0000
· "B"
2. 77
· 51
· 0101 0001
· "Q"
3. 122
· 7A
· 0111 1010
· "z"
A. ...
B. ...
. . .
|
Now, make an ordered list (TYPE="1")
with the following three decimal values as the list items:
- The ASCII code for your first initial (in decimal).
- The ASCII code for your last initial (decimal).
- Your machine number plus 96 (decimal).
Following each of the above numbered list items,
insert a nested list (unordered, with TYPE=CIRCLE),
giving the following:
- The same value in Hexadecimal
- The same value in binary
- The character which has this value, surrounded by "quote" marks.
NOTE: See the example at the right.
TWO SETS OF QUESTIONS & ANSWERS:
A, B, C, ...
i, ii, iii, iv, ...
-
Underneath the horizontal rule (HR),
make an ordered with ten list items,
identified as "A.", "B.", ..., "J."
-
Between the two images,
make an ordered with ten list items,
identified with lower-case Roman numerals:
"i", "ii", "iii", "iv", . . .
-
Answer each of the following questions,
next to the appropriate identifier (letter or Roman numeral):
-
NOTE:
Do not enter the identifiers (A, B, C, ... or i, ii, iii, ... ) as text.
Your tags should automatically generate the letters
-
Do not repeat the question,
and do not center the text
First set of questions
A. What is the difference between memory and storage?
B. Give three examples of peripheral devices used only for output.
C. Give three examples of peripheral devices used for both input and output.
D. What is a "cache" and why is it used?
E. What is the "clipboard" and how is it used?
F. What is the difference between a "client" and a "server"?
G. How is systems software different from applications software?
H. What part of a comupter "executes" the instructions?
I. Give two examples of analog data
J. Why is "sampling" necessary for digital representation of some data?
Second set of questions
i. What would you type into cell D3 of a spreadsheet, to make its value be
the value of the cell above it minus the value of the cell to the left of D3.
ii. If you copied this formula into cell H7, what would it look like there?
iii. What would you type into any cell of a spreadsheet, to make its value be
double the value in cell A1?
iv. How many microseconds are in one minute?
v. How long does it take a 2-GigaHertz processor to execute one cycle?
vi. What color is represented by an RGB value of zero.
vii. What color is represented by the 24-bit RGB value 0xFFFF00 ?
viii. How many different things can be represented by seven bits?
ix. If a page of text contains approximately one thousand characters,
then how many pages could be stored in a Gigabyte?
x. How many bits are needed to keep track of one Gigabyte of memory addresses?
NOTE: Answer as many questions as you can, on the
in-class exam.
(Do all of them for the take-home exam!)