Answer questions 1
through 30 on your Scantron form.
Questions 1 - 25 are T/F (2 points each).
Questions 26 - 50 are Multiple Choice (3 pts each).
Questions 51 - 75 are a mixture of short answer, fill-ins, programming, etc. Answer these
questions in the test booklet. (Show all work and remember to write legibly!) True/False (2 points each)
- Every Internet host computer has a unique numeric address called an IP address.
- True
- False
- Document production software includes word-processing programs, spreadsheet programs,
and database programs.
- True
- False
- Disk compression and file compression are the same.
- True
- False
- Keyword search engines allow the user to enter words or phrases to be found in the
search database.
- True
- False
- A momentary flicker of the lights in a room could be enough of a power interruption to
lose all the data held in RAM.
- True
- False
- An HTML document consists of two parts, the head and the tail.
- True
- False
- A computer program that enters a computer attached to a file and begins to reproduce
itself when the file is run is a time bomb.
- True
- False
- Single user licenses limit the use of the software to one specific individual at one
location at a time.
- True
- False
- The four subcategories of system software are operating systems, utilities, device
drivers, and word-processing programs.
- True
- False
- Data files are considered to be passive because they do not by themselves cause the
computer to perform any tasks.
- True
- False
- A modem can be contained on a PCMCIA card.
- True
- False
- More disk space can be made available on a disk drive by erasing files that are no
longer needed.
- True
- False
- When using a spreadsheet package, like Microsoft Excel, when a formula is entered into a
cell, the cell displays the formula results, not the formula itself.
- True
- False
- Every character on disk storage or in memory requires one byte of space.
- True
- False
- I/O refers to the process of retrieving data to be processed and sending processed data
to a disk, printer, or display device.
- True
- False
- In order to use a compressed file, you must often uncompress, extract, or expand the
file to restore it to its original form.
- True
- False
- Algorithm is another term for a computer program.
- True
- False
- A computer requires two floppy drives to perform a floppy disk to floppy disk copy.
- True
- False
- A passive matrix display has superior quality to an active matrix display.
- True
- False
- A major upgrade to a software program is normally indicated by a new version number.
- True
- False
- Mapping is the process of assigning a drive letter to a server's hard drive so it may be
used by a workstation.
- True
- False
- When a hard disk fails, all of the data on the disk may be lost.
- True
- False
- Command-line, GUI, and menu-driven are all types of user interfaces.
- True
- False
- A "bug" is an error in a program.
- True
- False
- Anti-virus software cannot fully protect your computer unless the software is kept up to
date.
- True
- False
Multiple Choice (3 points each)
- The Internet is a widespread collection of computer __________________ linked together
to exhange data and information.
- databases
- peripherals
- networks
- chat-rooms
- A file that might appear to be a video game but is in reality formatting a disk drive
without the user's knowledge is an example of a(n)
- Trojan horse
- mirage
- distracter
- illusion
- An integrated circuit is a slice of ____________ containing wires, capacitors, and
transistors.
- titanium
- magnesium
- silicon
- crystal
- When an operating system is defined as downward compatible, it means
- it will run programs designed for earlier versions of the operating system but not for
later versions.
- it will run only programs designed for the current operating system.
- it will run programs designed for earlier or later versions of the operating system.
- none of the above.
- A mechanical apparatus that reads and writes data to some storage medium is known as a
storage _________________
- device
- container
- scheduler
- driver
- A UPS is a device that contains a(n) ________________ and special circuitry to provide
continuous power to a computer.
- Generator
- Chemical reactor
- Battery
- Alternator
- All computers that connect to the Internet must follow a standard communications
protocol called
- ARPANET
- HTTP/FTP
- TCP/IP
- NSP
- During a network log on process, the workstation's parallel port is _______________ by
the server.
- shut down
- captured
- renamed
- none of the above
- The maximum amount of data that can be held by any storage medium is the storage
_____________
- access time
- density
- capacity
- load limit
- An important step in creating a backup copy of a disk drive is to:
- run virus scan software on the drive to be backed up before starting the backup.
- store the backup in a secure place away from the computer itself.
- test the backup to be sure it can be restored if needed.
- all of the above.
- A shrink-wrap license is a(n) _________________ approach to licensing.
- questionable
- take it or leave it
- mail in contract
- none of the above
- CD-ROM stands for:
- Computer disc read optical medium
- Computer disc random optical medium
- Compact disc random optical memory
- Compact disc read only memory
- A computer cannot be connected to a network unless the computer contains a
_____________, commonly called a NIC.
- Novell interface card
- network installation card
- network interface card
- network installation communicator
- Many modern operating systems use an area of the hard disk to supplement RAM memory. The
area is called _______________
- a disk cache
- CMOS
- virtual memory
- external memory
- When a computer is turned on, it begins a start-up procedure called the
- boot process
- system configuration
- start cycle
- system launch
- What are two forms in which sound or audio can be represented?
- MIDI music or bitmap audio
- waveform or bitmap audio
- waveform or MIDI music
- vector or MIDI music
- The number of pixels a monitor is configured to display determines the monitor's
_______________
- dot pitch
- resolution
- image depth
- screen size
- Which of the following file extensions tells you that the file is NOT compressed?
- .tif
- .bas
- .zip
- .jpg
- The systematic approach to the development, operation, maintenance, and retirement of
software is:
- computer operations
- database management
- software engineering
- none of the above
- Read-only memory, unlike RAM, is:
- reusable
- permanent
- low speed
- high speed
- Laser printers create images by fusing ____________ to the paper's surface.
- Carbon
- Ink
- Toner
- Charcoal
- Multiple users on a network using the same program at the same time is called
____________
- sharing
- multitasking
- a split resource
- concurrency
- The signals for a wireless network may be sent by
- microwave
- infrared technology
- radio waves
- all of the above
- A duplicate copy of a file or the contents of a disk drive that can be used to restore
data that has been accidentally or intentionally damaged is a ________________
- mirrored copy
- backup
- fail-safe version
- log file
- Files sitting in a print queue are known as ___________________
- print lines
- pending steps
- inactive resources
- print jobs
Short answer, fill-ins, and programming
Please answer questions 51 through 75 in this
test booklet.
- (3 pts) Eureka is the name of the system that the CSUS library keeps its electronic card
catalog on. It is accessible to the entire campus community; is it accessible to the
Internet in general as well? ________
- (4 pts) Explain the specific benefits to writing great code with remarks and great
variable names.
- (4 pts) For this program show the output the computer would produce:
PRINT 2 * ( 2 * 4 / ( 2 / 2 ) / ( 2 * 2 ) )
^ 2 * 3
- (4 pts) Write an acceptable QBASIC expression for this arithmetic expression:
a d + e g
------ + ------- + -----
b + c f h
- (4 pts) Convert the following binary (base 2) number to a decimal (base 10) number:
10011.1101 = ________________
- (4 pts) Convert the following decimal (base 10) number to a binary (base 2) number:
82.4 = _______________
- (4 pts) How many bytes of memory are needed to store "Have a great summer!"
(not including the quotation marks)?
____________________ byte(s)
- (4 pts) For the following problem state whether the error in the following QBASIC code
is a syntax error, run-time error, or logic error:
IF score <= 60 THEN PRINT "You
failed"
IF score > 59 THEN PRINT "You pass"
Type of error _____________________________________________________
- (6 pts) Name three computer peripheral devices.
- (6 pts) Given:
cls
first = 10
last = 20
sum=0
while first < last
first = first + 4
sum = sum + 3
print sum
wend
What is the output?
- (4 pts) What is the function of a floppy disk drive?
- (3 pts) Is there a fan inside the computer's case? ______________
- (3 pts) Arrays are useful in managing large amounts of ________________ .
- (4 pts) In all, the following two lines create ____________ variables.
DIM Number(23 TO 33)
DIM Name$(1 TO 4)
- (6 pts) After running the following program, the number stored in Mail(7) is
____________?
CLS
DIM Mail(1 TO 10)
Mail(7) = 0
Mail(10) = 0
Mail(4) = 50
Mail(6) = Mail(7) + Mail(4)
Mail(8) = 100
Mail(2) = Mail(7) + Mail(4) + Mail(10)
Mail(10) = 150
Mail(7) = Mail(6) + Mail(8) + Mail(2)
Mail(2) = 200
- (4 pts) Any Internet resource that you can view in a Web browser has an associated URL,
which is
short for ___________________________________________
- (4 pts) A Web browser uses the _____________ tags in a file to display a Web page.
- (6 pts) Write up a short program, which creates an array with 15 character variables and
then uses a loop to prompt the user to enter values to fill in these variables.
- (6 pts) What value will the variable T hold at the end of the following code?
____________
T = 0
FOR J = 1 TO 10
T = T + 1
FOR N = 1 TO 5
T = T + 2
NEXT N
NEXT J
- (6 pts) Finish the following code to add the numbers from 10 to 20 using a loop.
LET SUM = ________
FOR COUNT = __________________________
_______________________________________
_______________________________________
_______________________________________
PRINT SUM
- (6 pts) Draw a flowchart for a program, which has the user input a number and adds that
number to itself 6 times and prints the answer.
- (8 pts) Write a program which has the user input three test scores. Have the program
print the largest score.
- (6 pts) What is wrong with the logic of the following IF statement?
IF (score >= 85) OR (score <= 100) THEN
grade = "A"
END IF
IF (score >= 75) OR (score <= 84) THEN
grade = "B"
END IF
.
. (etc)
.
- (8 pts) Each line of the data file, COMPANY.DAT, contains the following data: company
name, revenue (in millions of dollars), number of employees, the company's 1992 ranking,
and the company's 1997 ranking (both based on revenue):
IBM,78508,240615,1,1
H-P,42895,112000,2,2
DEC,13046,54900,3,5
Microsoft,11358,22232,NA,6
Compaq,24584,18900,NA,4
Apple,7081,10176,5,NA
Unisys,6636,32900,4,NA
Intel,25070,48500,NA,3
Show what will be displayed in the output window after the following code
executes.
DataLine$ ="$##,###(M)"
OPEN "company.dat" FOR INPUT AS #1
INPUT #1, Company$, Revenue, Employees, Rank92$, Rank97$
WHILE Rank97$ <> "3"
INPUT #1, Company$, Revenue, Employees, Rank92$, Rank97$
WEND
CLOSE #1
PRINT "Company: "; Company$
PRINT "Revenue: ";
PRINT USING DataLine$; Revenue
- (8 pts) Write a program that inputs two numbers from the user and then calls a
subroutine to calculate the sum of the two numbers. The main program must then print the
sum. (You need to write the main program and the subroutine.)
|