Sheet 1

Sheet 1
1- Convert the following numbers to the decimal system:
i) (1101.101)
, (1101) (2) , (110101101) (2)
(2)
ii) (75.101) (8) , (1101) (8) , (2176) (8)
iii) (193.25)
, (D38.C4E)
(16)
(16)
, (ED4AF) (16)
2- Convert the following numbers to the binary system:
,
(5246)
,
(1432) (8)
,
(666) (8)
(A5A6) (16) ,
(B2.5) (16)
,
(C6.64) (16)
i)
(24.125)
ii)
(63.25)
iii)
(10)
( 8)
(10)
,
(666)
(10)
3-- Convert the following numbers to the hexadecimal system:
i)
(342.75) (10) ,
(1596) (10)
,
(512.625) (10)
ii)
(4.556) (8)
,
(35.67) (8)
iii)
(11101.101) (2)
,
(101101) (2) ,(10101,111) (2)
,
(56.2) (8)
(1110111101) (2) , (1001.001) (2)
4- Find the result of the following mathematical operations in binary
system
i) (1 0 1 1) (2) x (1 1 0 1 1 1) (2)
ii) 11110000 +01110010
iii) 11 111+ 1 0 1 1 1 1
iv) 1110.11 + 11001.1
1
Sheet 2 ANSWER THE FOLLOWING QUESTIONS: 1 What is a computer?
2
What are the important characteristics of computer?
3 What is the first mathematical device built and when was it built?
4 Who is called the father of Computer Technology?
5 How many generations the evolution of computer is divided?
6 The personal computer that you see today is in which generation of
computer?
7 Why is computer known as data processor?
8 Explain in brief the various generations in computer technology?
9 Write a short note on Fifth Generation of computer. What makes it
different from Fourth generation computer?
10 Why did the size of computer get reduced in third generation
computer?
11 Give short notes on the following
(a) Versatility
(b) Storage
(c) Slide Rule
(d) Babbage’s Analytical Engine
12 Distinguish between Microcomputer and Mainframe computer.
2
Sheet 3
ANSWER THE FOLLOWING QUESTIONS
Explain various types of computers.
2What are the five basic operations performed by the computer?
3 Define ALU, CU and CPU.
Choose the correct answer:
(a) The task of performing arithmetic and logical operations is called
(i) ALU (ii) editing (iii) storage (iv) output
1
The ALU and CU jointly known as
(i) RAM (ii) ROM (iii) CPU (iv) none of the above
2
The process of producing results from the data for getting useful information
(i) output
(ii)input
(iii) processing
3
Distinguish between bit and byte.
4
Define volatile and non-volatile memory.
5
Write True or False:
(iv) storage
(a) There are two kinds of computer memory primary and secondary.
(b) The computer takes inputs in the form of 0 and 1.
(c) The storage of program and data in the RAM is permanent.
(d) PROM is secondary memory.
(e) The memories which do not loose their content on failure of power supply are
known as non-volatile memories.
6
Draw a block diagram to illustrate the basic organization of
computer system and explain the function of various units.
7 What is input device? How does it differ from output device?
3
Sheet 4
ANSWER THE FOLLOWING QUESTIONS:
1 What are program, programming and software?
2 Differentiate between system software and application software.
3. Write True or False.
a.
The set of instructions given to the computer is called
programming.
b.
Application Software is a set of programs to carry out operations
for a specific application.
c.
UNIX is a multi-user operating system.
3 What is the difference between FORTRAN and COBOL?
4 Differentiate between machine language and Assembly language.
5. Write True or False
• Low level language and High level language are two major
types of programming languages.
• Machine language is the only language that is indirectly
understood by the computer.
• Assembly language is second generation language.
5 Give some examples of high level language.
6 Write True or False
• High level languages are problem-oriented language.
• Object program generated by compiler is machine independent.
• The disadvantage of interpreter is that it is time consuming.
7
What is software and hardware?
8
What is computer Language?
9
Name the three different categories of computer languages.
4
10 What is machine language? Why is it required?
11
What are advantages and disadvantages of machine language
12
What is assembly language? What are its advantages over
machine languages?
13 What is the difference between source program and object
program?
12
What is higher level languages? Why are higher level
languages are easier to use.
13
What is compiler? Why is it required?
14
What is interpreter? How does it differ from compiler?
15 Differentiate between RAM and ROM. Also distinguish between
PROM and EPROM.
16What is cache memory? How is it different from primary memory?
17 Write short notes on (a) Control Unit (b) Random Access Memory
(RAM)
5
Sheet 5
ANSWER THE FOLLOWING QUESTIONS:
Choose the correct answer:
1. The startup routine runs, when machine boots up is known as
a. POST
b. BOOT up
c. Operating Routine
d. I/O operation
2. Operating system is also known as:
a. database
b. system software
c. hardware
d. printer
3. What is the maximum length allowed for primary name of a computer
file under DOS?
a. 8
b. 12
c. 3
d. None of the above
4. Which of the following could be a valid DOS file specification?
a. NOSFILE.POST
b. NOSFILE.P.OST
c. NOSFILE.DOC
d. NOST.FILEDOC
6
5. How many characters form a secondary name for a file?
a. 8
b. 12
c. 3
d. None of the above
6. What is the name given to something that the computer will
automatically use unless you tell it otherwise?
a. a specification
b. a wildcard
c. a default
d. a rule
7. As per symbolic notation of DOS, which of the following indicates the ROOT
directory
a. *
b. >
c. /
d. None of the above
8. In wildcard specification `?' is used as replacement for
a. one character
b. two character
c. three character
d. none of the above
9. With DOS, you may use the `*' and `?':
a. when changing the default settings
b. to represent unspecified characters in a filename
c. instead of wildcard characters
d. in the extension but not in the drive name or the file name
7
10.DOS system file consists of
a.
IO.sys,
Msdos.sys, Command.com
b. COMMAND.COM, IBMBIO.COM, FORMAT.COM
c. SYS.COM, IBMBIO.COM, IBMDOS.COM
d. None of the above
11.The batch file uses the extension
a BAT
b DOC
c PRG
d DOS
12.To display the list of all the file of the disk you would type
a. DIR
b. COPY
c. DIR FILES
d. DIR AUTOEXEC.BAT
13.State whether the following questions are True(T) or False(F).
a. Command.Com is hidden file.
b. Primary name of a file can be of 10 characters.
c. The command MKDIR and MD performs the same task.
d. Under DOS .EXE is not an executable file.
e. DIR command is used to see the content of a specific file.
14.Explain in brief what do you understand by Operating system.
15.Explain the process involved in loading of Operating System.
8
Sheet 6
1. Which of the following is introduced exclusively in Windows95?
a.Control panel
b. File manager
c.Start button
d. None of the above
2. Answer whether the following statement is True (T) or False (F).
a. Windows 95 supports file name of 255 characters including space in
between.
b. Windows 95 does not support Ms-DOS based application.
c. Windows 95 is a application software.
d. In Windows 95 desktop icons can be created, but can not be deleted.
3. Fill in the blanks
a. Inbox in Windows 95 is used for ______________________.
b. GUI stands for ________________________.
1 Briefly explain, how Windows95 is different from Windows 3.x series.
2 Explain what do you understand by multitasking?
3 What is the minimum hardware requirement for installing Windows95
software?
4 What is the purpose of recycle bin?
5 Explain the steps involved to shut down Windows95.
9
Sheet 7
ANSWER
1 Differentiate between LAN and WAN.
2 What are the different types of network topology?
3 State True or False
(a) Networks used to interconnect computers in a single room, rooms within a
building or buildings on one site are called Wide Area Network (WAN).
(b) The term Wide Area Network (WAN) is used to describe a computer network
spanning a regional, national or global area.
(c) The speed of data transmission is much higher in WAN than in LAN.
(d) In star topology a number of workstations (or nodes) are directly linked to a
central node.
(e) The advantage of the bus topology is that, If one station of the topology fails it
does not affect the entire system.
4-What is Internet?
5- What is e-mail?
6-How does Internet function?
7-What is computer Network? What are its main objectives?
8-Differentiate between analog and digital transmission of data.
10.Explain in brief different communication media.
11.What is the difference between simplex and full-duplex transmission?
12 Fill in the blanks.
(a) _______ is a network term used to indicate the standard used by a network for
communication.
(b) File Transfer Protocol, is a __________software used to upload and download
10
files.
(c) Hotmail is the___________.
(d) The commands typed on the client computer are sent to the _______________.
(e) The basic objective of FTP are to give flexibility and promote sharing of files
and____________.
13-State whether the following statements are True or False.
(a) WWW is the acronym for the World Wide Web.
(b) In TCP/IP connection, the user will get only textual matter of a Web Page.
(c) Gateway Access is also known as Level-One connection.
(d) Good example of network with Level One connectivity within India is that of
VSNL
(e) E-mail is known as URL (Uniform Resource Locator).
(f) Leased connection is also known as direct Internet access or Level Three
connection.
14-Explain in brief the concept of e-mail.
15-What are the basic objectives of FTP?
16- What is the difference between Leased connection and Dialup connection? 17explain in brief
(a) TCP/IP connection
(b) Telnet
(c) Gateway Access
(d) Shell connection
11
MCQ Test
1. An icon is the basic unit of storage on the computer.
a. TRUE
b. FALSE
2. Whenever you are told to “double-click” an item on the computer screen, use the
left mouse button.
a. TRUE
b. FALSE
3. A shortcut menu lists _________________ that relate to the current position of
your pointer.
a.
b.
c.
d.
buttons
icons
toolbars
commands
4. When you see a keyboard key, a plus sign, and another keyboard key (such as
Ctrl + Alt ), it means that you
a.
b.
c.
d.
hold down both keys.
hold down the first key, press the second key, and then release both keys.
hold and release the first key, and then hold and release the second.
press both keys.
5. Another powerful feature of the Taskbar is the Notification Area—which is
sometimes referred to as the Toolbar.
a. TRUE
b. FALSE
6. The Save command is used to name a document the first time it is saved or to
save an already saved document under a new name, thereby creating a new
document.
a. TRUE
b. FALSE
12
7. The only way to access commands is by opening menus.
a. TRUE
b. FALSE
8. Use the ____________ button to find and open files previously saved on your
computer or network.
a.
b.
c.
d.
Open
File
Save
Print
9. The scroll bar contains a moving section, called the scroll button, which you can
drag up or down to move quickly within a document.
a. TRUE
b. FALSE
10. Press ___________ . The insertion point moves to the end of the last text line in
the document.
a.
b.
c.
d.
Ctrl + E
Ctrl + L
Ctrl + End
Ctrl + Last
11. A window’s _______________ contains the sizing buttons, which enable you to
change the window’s size easily.
a.
b.
c.
d.
Menu bar
Toolbar
Taskbar
Title bar
12. _________________ the Title bar of a window is an alternative way of
accessing its Control menu.
a. Double-clicking
b. Right-clicking
13
c. Shift + clicking
d. Ctrl + clicking
13. A window remains in the position in which it was opened until you close it.
a. TRUE
b. FALSE
14. Pressing _______________ is a quick way to cycle between open program
windows.
a.
b.
c.
d.
Alt + Tab
Ctrl + Tab
Shift + Tab
Shift + Alt
15. It is possible to close or show all active windows by using keyboard shortcuts.
a. TRUE
b. FALSE
Lesson 4: Using My Computer
16. Windows distinguishes between the different drives by
means of a naming convention. Each drive is designated
by a letter followed by
a. a colon.
b. an asterisk.
c. an exclamation
point.
d. a semicolon.
17. ___________ Local Disk (C:) to display the contents of
hard drive C.
14
a. Shift +
click
b. Rightclick
c. Doubleclick
d. Ctrl +
click
18. A path identifies a file’s location in the drive and folder
hierarchy.
a. TRUE
b. FALS
E
19. There are different sorting options available in other
folder views by using the _______________ menu
commands.
a. File
b. Edit
c. Form
at
d. View
20. When you format a disk, you instruct the computer to
alphabetize all the files on the disk.
a. TRUE
b. FALS
E
21. Which of the following characters is allowed in a Windows file
name or folder?
a. :
15
b. ?
c. _
d. >
22. You can copy and paste files from one folder to another using the Copy and Paste command
in the _________ menu.
a. File
b. View
c. Speci
al
d. Edit
23. Windows allows two files in the same folder to have the
same name.
a. TRUE
b. FALS
E
24. You can display a shortcut menu for most objects in Windows by
____________ them.
a. rightclicking
b. Shift +
clicking
c. doubleclicking
d. Ctrl +
clicking
16
25. Which of the following is not a method for deleting files
and folders?
a. Use keyboard
shortcuts
b. Use the File menu
c. Use the shortcut
menu
d. Use toolbar buttons
26. The name of an item in the folder hierarchy is displayed as black
type until you point to it. When you point to an item, its name
a.
b.
c.
d.
is surrounded by brackets.
is surrounded by curly braces.
changes to dark blue type and an underline appears.
changes to bold, italic type.
2.7 In Windows Explorer, the currently selected folder in the left pane is
a.
b.
c.
d.
boldfaced.
shaded.
italicized.
highlighted.
28. When you create a new folder in Windows Explorer, the currently selected drive
or folder holds the new folder.
a. TRUE
b. FALSE
29. Windows Explorer does not allow you to select more than one file at a time.
a. TRUE
b. FALSE
30. The shortcut for undo is
17
a.
b.
c.
d.
Ctrl + U.
Ctrl + Z.
Alt + U.
Alt + Z.
31. Press _______ twice to close a shortcut menu.
a.
b.
c.
d.
Delete
Esc
Enter
Start
32. You can use the _________ menu to unpin an object on the pinned items list
portion of the Start menu.
a.
b.
c.
d.
Shortcut
File
Edit
All Programs
33. You can move shortcuts on the Quick Launch toolbar by ___________ them.
a.
b.
c.
d.
clicking
right-clicking
Shift + clicking
dragging
34. Pixel is short for "picture element" and it refers to one spot in a grid of
thousands of such spots that form the images on the computer screen.
a. TRUE
b. FALSE
35. A Screen Saver is a program that saves all the files on your screen for you
automatically.
a. TRUE
b. FALSE
36. The desktop contains utilities that you can use to modify the way Windows
looks and works.
18
a. TRUE
b. FALSE
37. Classic view organizes the Control Panel display into functional categories.
a. TRUE
b. FALSE
38. You can designate which of the two mouse buttons is the primary button used
for selecting, double-clicking, and dragging.
a. TRUE
b. FALSE
39. Which one of the following is not an area where you can access volume and
speaker controls?
a.
b.
c.
d.
Start menu
My Documents
Control Panel
Notification Area of the Taskbar
40. A device driver is a program that enables a device such as a modem or a printer
to communicate with the operating system.
a. TRUE
b. FALSE
41. Utility Manager is a Windows program that includes
several built-in accessibility programs.
a. TRUE
b. FALSE
42. StickyKeys is a utility that lets you safely open and clean your keyboard if you
spill soda or another sticky substance into it.
a. TRUE
b. FALSE
3. The ToggleKeys feature lets you reconfigure keys on your keyboard to serve as
toggle switches for certain menu commands.
19
a. TRUE
b. FALSE
44. Windows includes several accessibility features that are useful for individuals
who have trouble hearing the computer’s sounds.
a. TRUE
b. FALSE
45. MouseKeys is a program that enables the user to control the mouse pointer with
the numeric keypad instead of the mouse.
a. TRUE
b. FALSE
46. The Windows Program Compatibility Wizard lets you see if all the software
programs on your system are compatible with each other.
a. TRUE
b. FALSE
47. If you have a program on your computer that you no longer need, or one that is
not working as it should, the best way to remove it is to click and drag it to the
Recycle Bin.
a. TRUE
b. FALSE
48. You’ll find the Calculator in the __________ menu, under All Programs,
Accessories.
a.
b.
c.
d.
File
Edit
Start
Utilities
49. To change the text color within a text box, select the _____________ keys.
a. Shift + click
b. right-click
c. double-click
20
d. Ctrl + click
50. Windows Update is a collection of the most recent drivers, security fixes, Help
files, and other items that can be downloaded from Microsoft’s Windows
Update Web site on the Internet.
a. TRUE
b. FALSE
51. Hard disk drive maintenance tools, including Disk Backup, are located in File
menu, Properties, __________ tab.
a.
b.
c.
d.
Hardware
General
Tools
Backup
52. When using the Disk Cleanup utility to remove unnecessary files, which of the
following is a file category that you should not remove?
a.
b.
c.
d.
Temporary Internet files
Downloaded program files
Temporary installation files
System software
53. Files removed with the Disk Cleanup utility are sent to the Recycle Bin. Use
System Restore to bring them back.
a. TRUE
b. FALSE
54. Defragmentation is the process of aligning similar software categories on your
hard disk drive and storing each file so that compatible software programs are
next to one another.
a. TRUE
b. FALSE
55. Which of the following is not an example of when you would use the Scheduled
Tasks window to set up programs to run automatically?
a. One time in the future.
21
b. Periodically.
c. Each time you log on to your computer.
d. When the computer is off.
56. Activate the Search Selected Category Only option by pressing
a.
b.
c.
d.
Alt + C.
Ctrl + C.
Alt + S.
Ctrl + S.
57. Network Diagnostics is accessed via the System Information program.
a. TRUE
b. FALSE
58. The System Configuration utility enables you to modify the Windows operating
system.
a. TRUE
b. FALSE
59. Press ____________ to open the Windows Task Manager.
a.
b.
c.
d.
Ctrl + Alt + Delete
Shift + Alt + Ctrl
Ctrl + Alt + Esc
Shift + Ctrl + Delete
60. If you use Windows Task Manager to close an application or to log off a user,
you might cause data to be lost if opened files have not been saved.
a. TRUE
b. FALSE
61. To remove the shortcut that you added to the Start menu, __________ the
System Restore shortcut and choose Unpin from the Start menu.
a. Shift + click
b. double-click
c. right-click
22
d. Ctrl + click
62. On the _________ tab in the System Properties dialog box are options that
enable you to add, modify, and manage your computer’s devices and drivers.
a.
b.
c.
d.
General
Advanced
Modify
Hardware
63. You can use Device Manager to view a specific device’s properties, such as
information about the device drivers and resources that it uses.
a. TRUE
b. FALSE
64. You can configure some device properties. When this is the case, the Settings
option in the Properties dialog box is enabled.
a. TRUE
b. FALSE
65. If you make a change to a device by using Device Manager, you then have to
update the current hardware profile.
a. TRUE
b. FALSE
66. The administrator can control which areas the user can access after logon by
granting each user certain permissions, which are tasks that a user is permitted to
perform on a computer system or network.
a. TRUE
b. FALSE
67. Windows does not enable you to change an account name.
a. TRUE
b. FALSE
23
68. File encryption is a process of converting data into a format that cannot be read
by another user.
a. TRUE
b. FALSE
69. Be careful of capitalization when keying the password because passwords are
case-sensitive. Make sure CapsLock is turned off.
a. TRUE
b. FALSE
70. After you delete an account, you can restore it by re-creating it.
a. TRUE
b. FALSE
71. In a peer-to-peer network, which is also called a _____________, all the
computers communicate directly with one another.
a.
b.
c.
d.
local area network (LAN)
workgroup
resource
domain network
72. In which of the following areas can you not view the available network
connections?
a.
b.
c.
d.
My Network Places
Windows Explorer
Control Panel
My Documents
73. File sharing on a network enables you to browse among the shared folders and
files throughout the network.
24
a. TRUE
b. FALSE
74. You can use the __________ menu in either Windows Explorer or My Network
Places to map a shared drive or folder.
a.
b.
c.
d.
Tools
File
Edit
Map
75. If your network uses Internet Connection Sharing to provide Internet access to
other computers on the network, the Internet Connection Firewall should be
disabled on the computer that serves as the Internet Connection Sharing host.
a. TRUE
b. FALSE
Here is a quiz about the Internet! See how knowledgeable a
websurfer you are!
Objective: Answer at least 8 questions correctly.
1. What does WWW stand for?
World Wacky Web
Wide World Wumpus
World Wide Web
Wide World of Why?
2. Which one of the following is a search engine?
Netscape
Java
Altavista
Internet
3. What is the URL of the search engine in question 2?
25
http://www.yahoo.com
http://www.altavista.net
http://www.yahooligans.org
http ://www.altavista.com
4. What does URL stand for?
united route link
uniform resource locator
unknown redirection link
up real late
5. What is the name of the language you use to write a web
page?
HTTP
FTP
URL
HTML
6. What do you do if you accidentally end up at an
inappropriate web site?
Hit "Back" button, and continue surfing
Yell out "Hey look at this everyone!!"
Hit "Back" button immediately, and raise your hand to tell
the teacher or tell your parent
Leave it on your screen until the teacher finds out
7. What are the consequences if download files from the
Internet to your computer?
You can play lot of games
Or listen to lot of music
Your computer will get full up of junk
You might download a virus and put your computer and
26
other at risk, always check if the download site is
trustworthy
8. Which of the following terms is a "browser"?
Netscape
World Wide Web
Launcher
E-mail
9. All web addresses start with which of the following?
htp
http://
http:/
WWW
10. A word that looks underlined on a web page is usually
what?
an important word
the web address
a "link" to another web page
a mistake
Internet Basics Quiz (Print Quiz)
27
1. What is the World Wide Web?
(A) a computer game
(B) a software program
(C) the part of the Internet that enables
information-sharing via interconnected
pages
(D) another name for the Internet
2. Which is the best search tool for finding Web sites
that have been handpicked and recommended by
someone else?
(A) subject directories
(B) search engines
(C) meta-search engines
(D) discussion groups
3. The Internet was originally developed by whom?
(A) computer hackers
(B) a corporation
(C) the U.S. Department of Defense
(D) the University of Michigan
4. Which description does NOT apply to the Internet?
(A) an interconnected system of networks that
allows for communication through e-mail,
LISTSERVS, and the World Wide Web
(B) a public network neither owned nor run by
any one group or individual
(C) a vast network that connects millions of
computers around the world
(D) a catalog of information organized and factchecked by a governing body
5. Which one of the following is a search engine?
(A) Macromedia Flash
(B) Google
28
(C) Netscape
(D) Librarians’ Index to the Internet
6. Which of the following is a TRUE statement?
(A) You are free to copy information you find on
the Web and include it in your research
report.
(B) You do not have to cite the Web sources
you use in your research report.
(C) You should never consult Web sources
when you are doing a research report.
(D) Just like print sources, Web sources must
be cited in your research report. You are not
free to plagiarize information you find on the
Web.
7. What is a URL?
(A) a computer software program
(B) a type of UFO
(C) the address of a document or "page" on the
World Wide Web
(D) an acronym for Unlimited Resources for
Learning
8. What are the three main search expressions, or
operators, recognized by Boolean logic?
(A) FROM, TO, WHOM
(B) AND, OR, NOT
(C) SEARCH, KEYWORD, TEXT
(D) AND, OR, BUT
9. Which of the following is a true statement about the
Internet and the library?
(A) They both have an expert librarian or
specialist to answer your questions.
(B) They both provide up-to-the-minute news
and information.
29
(C) They both close after hours.
(D) They both provide access to newspapers,
magazines, and journals.
10. http://www.classzone.com is an example of what?
(A) a URL
(B) an access code
(C) a directory
(D) a server
1. Which one of the following is NOT an example of an
extension in a URL?
(A) .gov
(B) .edu
(C) .npr
(D) .com
2. You can optimize your search results on the Web by
(A) using several different search engines.
(B) sticking to your topic and resisting
distractions.
(C) becoming familiar with and using reliable
Web resources such as National
Geographic, LA Times, and the Library of
Congress.
(D) all of the above
3. Which of the following is the best indicator that a
Web site is reliable?
(A) The author of the site tells you the
information is reliable.
(B) The author of the site provides contact
information and his or her credentials.
(C) The author links to his or her favorite Web
sites.
(D) The author states in bold letters that the site
was proofread by a librarian.
30
4. What does this URL tell you about the source?
http://vos.ucsb.edu
(A) It is associated with an educational
institution.
(B) It is an English teacher’s personal home
page.
(C) It is an article from a magazine.
(D) It is from a directory.
5. Which of the following is an example of a Boolean
search?
(A) Shakespeare sonnets
(B) Shakespeare AND sonnets
(C) "Shakespeare" with "SONNETS"
(D) Shakespeare (sonnets)
6. Which of the following statements about search
engines and directories is true?
(A) A search engine does not discriminate
between good and bad sites.
(B) A search engine displays all Web pages that
contain your keywords and may list
thousands of unordered results.
(C) A directory is someone’s attempt to
categorize the best sites available for a
given subject or topic.
(D) all of the above
7. Which of the following statements about metasearch engines is NOT true?
(A) Meta-search engines scan multiple search
engines simultaneously.
(B) Meta-search engines are a waste of time
because they provide very few results.
(C) Meta-search engines provide results based
on the keyword(s) submitted.
(D) Meta-search engines can save time, but you
shouldn't rely on them exclusively.
31
8. Critically evaluating content on the Web is important
because
(A) Web authors are always less professional.
(B) Web authors are always biased.
(C) anyone can publish on the Web. There’s no
guarantee that what you’re reading is
objective and has gone through standard
fact-checking and editorial reviews.
(D) printed information is always more accurate
than information found on the Web.
9. Which of the following is an example of effective
online searching?
(A) Do a random keyword search on a search
engine of your choice. Then, quickly browse
through all the results listed and find the
ones you think have the most useful
information.
(B) Formulate research questions, list possible
sources of information, identify keywords,
and begin your search.
(C) Visit chat rooms and find out what others
are saying about your topic.
(D) Post a question about your topic on a
message board and read all the responses.
10. Which of the following citations is composed
according to the MLA-citation manual and guide for
an article in an online magazine?
(A) Doe, Jane. "Fundamentals of Guitar." Guitar
Virtuoso 2000. 2 Feb. 2001.
<http://www.guitarvirtuoso.com>
(B) "Fundamentals of Guitar," by Jane Doe.
http://www.guitarvirtuoso.com, Guitar
Virtuoso, 2000.
(C) Doe, Jane. Fundamentals of Guitar. Guitar
Virtuoso, 2000. guitarvirtuoso.com
(D) "http://www.guitarvirtuoso.com" Guitar
32
Virtuoso. "The Fundamentals of Guitar."
2000. (2 Feb. 2001).
1.Which one of the following is NOT an example of
an extension in a URL?
(A) .gov
(B) .edu
Correct
(C) .npr
answer
(D) .com
An extension is the three-letter suffix that is part of the
domain name in a URL. For example, the extension in
www.classzone.com is .com. Other common
extensions include .gov, .edu, and .mil; .npr is not an
extension.
2.You can optimize your search results on the Web
by
(A) using several different search
engines.
(B) sticking to your topic and resisting
distractions.
(C) becoming familiar with and using
reliable Web resources such as
National Geographic, LA Times, and
the Library of Congress.
Correct
(D) all of the above
answer
Staying focused yet flexible is the key to efficient
searching. Focus on the topic at hand by refraining
from following unrelated links, but stay flexible enough
to try different approaches and different resources.
3.Which of the following is the best indicator that a
Web site is reliable?
(A) The author of the site tells you the
information is reliable.
Correct
(B) The author of the site provides
33
answer
contact information and his or her
credentials.
(C) The author links to his or her favorite
Web sites.
(D) The author states in bold letters that
the site was proofread by a librarian.
Because anyone can publish on the Web, it’s
important that you first identify the source—the author
or publisher of the site. Does the author provide
contact information such as e-mail, phone number, or
a mailing address? Can you determine the author’s
credentials? The more information you have about the
author or publisher of the site and can verify that the
information is true, the easier it will be to determine the
site’s reliability.
4.What does this URL tell you about the source?
http://vos.ucsb.edu
Correct
(A) It is associated with an educational
answer
institution.
(B) It is an English teacher’s personal
home page.
(C) It is an article from a magazine.
(D) It is from a directory.
The three letter suffix .edu is known as an extension.
Extensions can provide clues about the source of a
site. The extension .edu in this URL means that the
site is associated with an educational institution. Other
common extensions include .com, .org,and .gov.
5.Which of the following is an example of a Boolean
search?
(A) Shakespeare sonnets
Correct
(B) Shakespeare AND sonnets
answer
(C) "Shakespeare" with "SONNETS"
(D) Shakespeare (sonnets)
On the Web, Boolean searches use Boolean operators
such as AND, OR, and NOT to combine search items.
34
An AND operator between two words (Shakespeare
AND sonnets) tells a search engine to find documents
that contain both of these words.
6.Which of the following statements about search
engines and directories is true?
(A) A search engine does not
discriminate between good and bad
sites.
(B) A search engine displays all Web
pages that contain your keywords
and may list thousands of unordered
results.
(C) A directory is someone’s attempt to
categorize the best sites available
for a given subject or topic.
(D) all of the above
Correct
answer
Search engines and directories are two of the most
commonly used tools for online research. Search
engines search the Web for all documents that contain
keywords you specify and may list thousands of
unordered results. Search engines do not discriminate
between good and bad sites. A directory, on the other
hand, is someone’s attempt to categorize the best
sites available for a given subject or topic.
7.Which of the following statements about metasearch engines is NOT true?
(A) Meta-search engines scan multiple
search engines simultaneously.
Correct
(B) Meta-search engines are a waste of
answer
time because they provide very few
results.
(C) Meta-search engines provide results
based on the keyword(s) submitted.
(D) Meta-search engines can save time,
but you shouldn't rely on them
exclusively.
A meta-search engine is a type of search engine that
35
scans multiple search engines simultaneously and
provides results based on the keyword(s) submitted.
Though they can save time, meta-search engines rely
on simple keyword searches. Ixquick and Vivísimo are
two examples of meta-search engines.
8.Critically evaluating content on the Web is
important because
(A) Web authors are always less
professional.
(B) Web authors are always biased.
Correct
(C) anyone can publish on the Web.
answer
There’s no guarantee that what
you’re reading is objective and has
gone through standard fact-checking
and editorial reviews.
(D) printed information is always more
accurate than information found on
the Web.
Unlike libraries, the World Wide Web does not have a
system of organization or an editorial review of online
resources. Anyone can publish just about anything on
the Web and pass it off as an authoritative source. For
this reason, it is important to critically evaluate Web
sources.
9.Which of the following is an example of effective
online searching?
(A) Do a random keyword search on a
search engine of your choice. Then,
quickly browse through all the results
listed and find the ones you think
have the most useful information.
Correct
(B) Formulate research questions, list
answer
possible sources of information,
identify keywords, and begin your
search.
(C) Visit chat rooms and find out what
others are saying about your topic.
(D) Post a question about your topic on
a message board and read all the
36
responses.
Before you begin your search for Web resources, you
should prepare a search plan. The difference between
aimless surfing and a focused search plan can be vital
to your search. Make sure you formulate research
questions, list possible sources of information (if you
know of any), and identify keywords before you begin
your search.
10.Which of the following citations is composed
according to the MLA-citation manual and guide
for an article in an online magazine?
Correct (A) Doe, Jane. "Fundamentals of Guitar."
answer
Guitar Virtuoso 2000. 2 Feb. 2001.
<http://www.guitarvirtuoso.com>
(B) "Fundamentals of Guitar," by Jane Doe.
http://www.guitarvirtuoso.com, Guitar
Virtuoso, 2000.
(C) Doe, Jane. Fundamentals of Guitar.
Guitar Virtuoso, 2000. guitarvirtuoso.com
(D) "http://www.guitarvirtuoso.com" Guitar
Virtuoso. "The Fundamentals of Guitar."
2000. (2 Feb. 2001).
The MLA-citation style for an online magazine is as
follows: Author. "Title of the article." Title of the
magazine date of publication. Your access date
<URL>.
12/2004 - Which of the below does not have the ability to allow a user to
communicate with another computer?
1.
2.
3.
4.
Network Card
Serial Port
VGA Port
Modem
The correct answer for this month's quiz is number three. A network card,
serial port, and modem all are hardware devices that allow a user to
communicate with another computer. A VGA port, however, only allows the
computer to communicate with a computer monitor.
37
11/2004 - Which of the below is not a type of live communication?
1.
2.
3.
4.
Chat
E-mail
Instant Messaging
IRC
The correct answer for this month's quiz is number two. Often e-mail will
take several minutes, hours, or even days to be read and/or replied to.
Chat, Instant Messaging, and IRC are all forms of live communication in most
situations.
10/2004 - Which of the below is an input device?
1.
2.
3.
4.
Monitor
Printer
Scanner
Speakers
The correct answer for this month's quiz is number three. A computer
scanner is one of the many ways to input data into a computer. A monitor,
printer, and speakers are all examples of output devices.
9/2004 - Which of the below is not related to power?
1.
2.
3.
4.
PIO
Surge
UPS
VRM
The correct answer for this month's quiz is number one. Surge, UPS, and VRM
are all related to power. Where PIO is not related to power.
8/2004 - Which of the below is not a type of DVD drive?
1.
2.
3.
4.
DVD-RD
DVD-RW
DVD+RW
DVD-RAM
The correct answer for this month's quiz is number one. DVD-RW, DVD+RW,
and DVD-RAM are all types of DVD drives.
7/2004 - How many pins is a IDE/EIDE connector?
38
1.
2.
3.
4.
20-pin
25-pin
40-pin
50-pin
The correct answer for this month's quiz is number three. The IDE/EIDE
connector is a forty-pin connector and is is one of the most widely used type
of connectors used on IBM compatible computers.
6/2004 - Which of the below is related to memory?
1.
2.
3.
4.
PS
DSP
Flops
Cache
The correct answer for this month's quiz is number four. Cache is related to
memory while all other definitions are not. See the following definitions for
additional information about each of these terms: PS, DSP, Flops, and
Cache.
5/2004 - Which of the following is not related to computer video.
1.
2.
3.
4.
DirectX
AC-3
GeForce
OpenGL
The correct answer for this month's quiz is number two. AC-3 is related to
sound and not computer video. See any of the following definitions for
additional information about each of these terms: DirectX, AC-3, GeForce,
and OpenGL.
4/2004 - How many keys are there on the majority of the standard US
keyboard today?
1.
2.
3.
4.
100
102
104
106
The correct answer for this month's quiz is number three. Although many US
computer keyboards also have 101 keys, with the advent of the 104-key
keyboard with the Microsoft Windows keys, most computers are using a 10439
key keyboard. Also see our 101-key keyboard definition and 104-key
keyboard definition.
3/2004 - Which of the following is not related to chat?
1. IRC
2. IM
3. Op
4. AutoPlay
The correct answer for this month's quiz is number four. See each of the
following definitions for additional information about each of these terms.
IRC, IM, Op, and AutoPlay.
2/2004 - Which of the following is not considered a super user?
1.
2.
3.
4.
Admin
Agent
Op
Root
The correct answer for this month's quiz is number two. See each of the
following definitions for additional information about each of these terms.
Admin, Agent, Op, and Root.
1/2004 - Which of the below commands displays the time on most Linux
and Unix computers?
1.
2.
3.
4.
time
date
timex
now
The correct answer for this month's quiz is number two. The time command
is used to time a command and not display the time. To display the time and
date, users must use the date command. Users who may come from an MSDOS environment may have difficulties with this little difference at first.
12/2006 - What is 10100110?
1. 4
2. 19
40
3. 151
4. 166
11/2006 - Which of the below is not a codec?
1.
2.
3.
4.
DivX
EVid
FLAC
XviD
10/2006 - How much disk space does a standard CD hold?
1.
2.
3.
4.
650MB
600MB
500MB
200MB
9/2006 - What does LOL stand for?
1.
2.
3.
4.
Log Off Laptop
Laughing Out Loud
Lack Of Laughter
Lag On Laptop
6-8/2006 - Which of the below is not an e-mail client?
1.
2.
3.
4.
Eudora
Opera
Outlook
Thunderbird
5/2006 - What command comments out a line in a batch file?
1.
2.
3.
4.
#
;
Hide
Rem
4/2006 - Which of the below is not a PC game?
1.
2.
3.
4.
Dune
Oregon trail
Tropico
Ultimate defense
41
3/2006 - Who developed the Apple I?
1.
2.
3.
4.
Bill Gates
Bill Jobs
Steve Palmer
Steve Wozniak
2/2006 - Which of the below is not a network connectors?
1.
2.
3.
4.
DVI
RJ-45
BNC
DB-15
1/2006 - What is the .tbz file extension?
1.
2.
3.
4.
Compressed text file
Text file
Audio file
Compressed tar file
12/2005 - Which of the below HTML tags is correct for inserting an image?
1.
2.
3.
4.
<a img="">
<img src="">
<image source="">
<image="">
The correct answer for this month's quiz is number two. The img src tag is
the correct tag to insert images into an HTML document. Additional
information about HTML and HTML tags can be found on our HTML help page.
11/2005 - What is the maximum transfer speed of the wireless 802.11a
standard?
1.
2.
3.
4.
100 Mbps
54 Mbps
24 Mbps
10 Mbps
42
The correct answer for this month's quiz is number two. 54 Mbps is the
maximum transfer speed of this standard. See our 802.11 standard page for
a listing of each of the standards and their capabilities.
10/2005 - Which of the below people is credited for developing the World
Wide Web?
1.
2.
3.
4.
Alan Kay
Tim Berners-Lee
Jack Kilby
Robert Noyce
The correct answer for this month's quiz is number two. Tim Berners-Lee is
credited for developing the Internet.
9/2005 - Which of the below is not a type of printer?
1.
2.
3.
4.
Bubble Jet printer
LED printer
Thermal printer
Microwave printer
The correct answer for this month's quiz is number four. See Bubble Jet
printer definition, LED printer definition, Thermal printer definition, or
Microwave printer definition for additional information about the other
printers listed in this month's poll.
8/2005 - Which year was Microsoft Windows XP released?
1.
2.
3.
4.
2000
2001
2002
2003
The correct answer for this month's quiz is number two. Microsoft Windows
XP was released on October 25, 2001. Additional history on Microsoft
Windows can also be found on our Windows history page.
7/2005 - What is another name for a motherboard?
1.
2.
3.
4.
CPU
Fatherboard
Main system
System board
43
The correct answer for this month's quiz is number four. A system board is
another name for a computer motherboard. See our motherboard dictionary
definition for additional information about this term as well as other
common names for it.
6/2005 - Which of the below is not a type of game?
1.
2.
3.
4.
FPS
RTS
RPG
ETS
The correct answer for this month's quiz is number four, ETS is not a type of
game. However, FPS, RTS, and RPG are all types of games.
5/2005 - Which of the below is a type of memory that cannot have
information written to it?
1.
2.
3.
4.
DRAM
RAM
ROM
SRAM
The correct answer for this month's quiz is number three. ROM, which is
short for Read Only Memory, is a type of memory that cannot have
information written to it. See our DRAM, RAM, ROM, and SRAM dictionary
definitions for additional information about each of these terms.
4/2005 - Which of the below is not a type of network?
1.
2.
3.
4.
MAN
HAN
LPN
VPN
The correct answer is number three. An LPN is not a type of network. See
our MAN, HAN, and VPN dictionary definitions for additional information
about each of these terms.
3/2005 - Which below file extension is not a type of compressed file?
1. .bin
2. .rar
44
3. .tar
4. .z
The correct answer for this month's quiz is number three. The .tar file
extension is not a type of compressed file, it is actually a single file that
contains a group of files that is uncompressed. Additional information about
each of the above file extensions as well as hundreds of other file extensions
can be found on our file extension section.
Update - We would like to thank "Marduk" and "Father Nature" for bringing to
our attention that a .tar file is not actually a compressed file. It is actually a
catalogued conglomeration of files without compression. Therefore, if you
answered .tar for this month's quiz, it would have also been correct.
Update - We would like to thank Allan for bringing to our attention that a
.bin file can be a compressed file. The bin file can preserve resource forks in
Mac OS files. For example, a disk image (compressed) file that may have a
Mac resource fork can be preserved by making it a bin file.
Update - Because of the above updates, this month's correct answer as been
changed to number three.
2/2005 - What is Unix short for?
1.
2.
3.
4.
UNIplex Information eXit
UNIveral multIcs eXit
UNiversal Internet eXperts
None of the above
The correct answer for this month's quiz is number four. Unix is actually not
acronym for anything, Unix was first known as UNICS (UNiplexed Information
and Computing Service) and later renamed. Additional information about
Unix can be found on our Unix / Linux page, see our Unix history page for
more history on Unix.
1/2005 - Which of the below is not a text editor?
1.
2.
3.
4.
Vim
Perl
Pico
Vi
45
The correct answer for this month's quiz is number two, Perl is a
programming language and not a text editor. See our Vim, Perl, Pico, and Vi
dictionary definitions for additional information.
12/2002 - Which of the following is not a network protocol?
1.
2.
3.
4.
HTTP
RIP
PIM
PSI
The correct answer for this month's quiz is number four. PSI is not a type of
network protocol. Additional information about network protocols may be
found on our protocol dictionary page.
11/2002 - Which video resolution is not correct?
1.
2.
3.
4.
640x480
800x680
1024x768
1152x864
The correct answer for this month's quiz is number two. 800x680 is not a
valid monitor resolution. Additional information and help with monitor
resolutions can be found on our video card help section.
10/2002 - Which of the following is currently a hard disk drive
manufacturer?
1.
2.
3.
4.
Dell
Microsoft
Conner
Seagate
The correct answer for this month's quiz is number four. Although Conner
has manufactured hard disk drives in the past from the above list, Seagate is
the only company still manufacturing hard disk drives.
9/2002 - Which of the following is an example of Binary?
1.
2.
3.
4.
123
111 1011
7B
All of the above
46
The correct answer for this month's quiz is number two. For additional
information about binary, see our dictionary binary definition.
8/2002 - Which of the following will not help your computer's security?
1.
2.
3.
4.
Firewall
VLAN
Good Password
Updated software
The correct answer for this month's quiz is a VLAN. A firewall, good password
and updated software are all good steps in keeping your computers secure.
7/2002 - What is IRC?
1.
2.
3.
4.
Internet Relay Channel
Internet Respond Channel
Internet Relay Chat
Internet Response Cache
The correct answer for this month's quiz is three. IRC, or Internet Relay
Chat, is a popular method of chatting and sharing software. Additional
information and complete definition of IRC can be found on our IRC
definition page.
6/2002 - What was the latest stand alone version of MS-DOS?
1.
2.
3.
4.
MS-DOS 6.0
MS-DOS 6.22
MS-DOS 95
MS-DOS 6.2
The correct answer for this month's quiz is number two. MS-DOS is available
in versions 2.0x through 6.22. Some may be under the impression that MSDOS 7.0 is the latest version of MS-DOS. Windows 95 included MS-DOS 7.0;
however, this was not a stand alone version of MS-DOS and cannot be
purchased by itself.
Additional information about MS-DOS can be found on our MS-DOS page.
5/2002 - Which of the following is not a mouse technology?
1. Mechanical
2. Optical
47
3. Motorized
4. Optical-Mechanical
The correct answer for this month's quiz is number three. See our computer
mouse help page for additional information about mechanical, optical, and
optical-mechanical mouse.
4/2002 - Which of the following is not a programming language?
1.
2.
3.
4.
Lisp
See
Java
Perl
The correct answer for this month's quiz is number two. Not to be confused
with C, see is not a programming language. See Lisp, Java, and Perl for
additional information about each of these programming languages.
3/2002 - Which of the following is not related to e-mail?
1.
2.
3.
4.
BCC
SPAM
Pen
Pine
The correct answer for this month's quiz is number three. See BCC
Definition, SPAM definition, and Pine information for additional information
about each of these.
2/2002 - Which of the following is part of a hard disk drive?
1.
2.
3.
4.
Mother Board
Platter
Laser
Riser Board
The correct answer for this month's quiz is number two. A platter is the
portion of a hard disk drive that information is written to. Additional
information about the computer hard disk drive can be found on our hard
disk drive help page.
1/2002 - Which of the following is not a network device?
48
1.
2.
3.
4.
Core
Switch
Hub
Router
The correct answer for this month's quiz is number 1. Core is not a network
device. Find the definition for any of the above terms by clicking on any of
the following links: Core, Hub, Router or Switch.
12/2003 - How many bits are in a megabit?
1.
2.
3.
4.
1000000
1024
256
8
The correct answer for this month's quiz is one. There are 1,000,000 bits in a
megabit.
We would like to thank Daniel T. for correcting our mistake in stating a
megabit is equal to 1,048,576 and forwarding us additional information
about the subject. In addition to correcting this month's answers, we have
also updated each of our related dictionary definitions and related help
pages with the correct information.
11/2003 - Which of the following file systems or file allocation tables did
Windows 95 not provide?
1.
2.
3.
4.
NTFS
FAT32
HPFS
All of the above
The correct answer for this month's quiz is number four. Microsoft Windows
95 only provided support for FAT16. Support for NTFS, HPFS, and FAT32 were
introduced and/or available in later versions of Microsoft Windows.
10/2003 - Which of the following is not related to a computer hard disk
drive?
1. Platter
2. Pwrite
49
3. Access Arm
4. MFM
The correct answer for this month's quiz is number two. See our platter,
pwrite, access arm, and/or MFM dictionary definition for additional
information about each of these terms.
9/2003 - IP is an abbreviation for which of the following?
1.
2.
3.
4.
Internet Printer
Internet Ping
Internet Person
Internet Protocol
The correct answer for this month's quiz is number four. See our IP
dictionary definition here for additional information about this term.
8/2003 - Which of the following was the first Intel processor introduced?
1.
2.
3.
4.
3080
4004
8080
8086
The correct answer for this month's quiz is number two. The Intel 4004,
introduced in 1970, was the first processor introduced by Intel.
7/2003 - Which of the following is not a search engine?
1.
2.
3.
4.
Google
Zeal
Amazon
Hotbot
The correct answer for this month's quiz is number three. Although Amazon
is a real site, it is not a search engine.
6/2003 - How many bits in a byte?
1.
2.
3.
4.
1
2
4
8
50
The correct answer for this month's quiz is number four. There are eight bits
in a byte.
5/2003 - Which Linux command sets a file's permission?
1.
2.
3.
4.
attrib
chmod
properties
rights
The correct answer for this month's quiz is number two. Additional
information about the Linux chmod command can also be found by clicking
here.
4/2003 - Which of the following is not related to programming?
1.
2.
3.
4.
Subroutine
Compile
Null pointer
Interleave
The correct answer for this month's quiz is number four. See our subroutine,
compile, null pointer, or interleave definitions for the meanings of each of
these terms. Additional programming dictionary definitions can be found
here.
3/2003 - Which of the following is not a keyboard layout?
1.
2.
3.
4.
QWERTY
Chiclet
Sholes
Dvorak
The correct answer for this month's quiz is number three. Although Sholes
did develop the QWERTY keyboard layout, it is not the name of the layout.
Additional information about computer keyboards canbe found on our
keyboard page.
2/2003 - Which of the following is the directory commonly used to store a
website?
1. /home
2. /public
51
3. /home_html
4. /public_html
The correct answer for this month's quiz is number four. The /public_html
directory is the directory commonly used on Sun Solaris boxes, *nix boxes,
and other platforms to store each user's website on that computer. While it
is also possible for this directory to be anything, it is very common for most
web hosting services to store web pages and website information in the
/public_html directory.
1/2003 - Which of the below formulas add cells a1 through a5 in Microsoft
Excel?
1.
2.
3.
4.
=sum(A1+A5)
=sum(A1:A5)
=add(A1+A5)
=total(A1:A5)
The correct answer for this month's quiz is number two. When using the
colon this allows a formula to perform the function for A1 through A5.
However, when doing a single plus symbol this will only add the two cells
together. Additional information and help with Excel can be found on our
Microsoft Excel page.
12/2000 - Which of the following is not an image file?
1.
2.
3.
4.
JPEG
GIF
TMP
BMP
Each of the listed file types are valid file extensions; however, the file
extension TMP is not an image file. TMP, or temp files, are temporary
Windows files used to store temporary data or be used as a backup for files
that are being used.
Additional information about PC computer file extensions an be found on our
Extensions page.
11/2000 - Which command lists files in MS-DOS?
52
1.
2.
3.
4.
cd
ls
dir
list
The command dir, short for directory, will list files in MS-DOS. Not to be
confused with the command ls that is generally used to list files in Unix
variants.
Additional information about dir and other MS-DOS command can be found
on our DOS page.
10/2000 - What is the capacity of a standard PC floppy?
1.
2.
3.
4.
2MB
1.44K
1.44MB
120MB
A standard PC floppy, once formatted, is capable of holding 1.44 MB.
Because of this small capacity by today's standards, a floppy diskette and
drive are rarely used. New solutions such as the LS-120 floppy diskette drive
are cable of reading the standard 1.44MB floppy diskettes and also support a
new type of floppy diskette capable of holding 120MB which is equivalent to
around 80 floppy diskettes.
Additional information about floppy diskettes can be found on our floppy
disk drive page.
Additional information about LS-120 drives can be found on our LS-120 page.
09/2000 - What is downloading?
1.
2.
3.
4.
Sending a file on the Internet
Retrieving a file on the Internet
Moving a file from a floppy
Scanning a picture
Downloading is the method of getting a file from another computer. The
opposite of downloading a file is uploading a file, where a user sends a file
to another computer.
When on the Internet you are actually downloading, to your computer's hard
disk drive, each page you view. In addition to downloading web pages, when
53
downloading software such as a software update or patch you are also
downloading a file to the computer.
When downloading a file it is important that you remember where you
copied the file to on your hard disk drive. If this is not known you may have
a difficult time locating the file and running it to have it do its specific task.
Several downloads can be found through our download page.
08/2000 - What is a cookie?
1.
2.
3.
4.
Cooking software
Web site
Internet information file
Hacker file
Cookie, in short, is an Internet File. The complete definition of a computer
Cookie is simply an HTTP header that consists of a text-only string that gets
entered into the memory of your browser. This string contains the domain,
path, lifetime, and value of a variable that you set. If the lifetime of this
variable is longer than the time the user spends at your site, then this string
is saved to file for future reference.
Many believe that computer cookies are dangerous and are a privacy
concern. However, cookies are stored on your computer hard disk drive and
only accessible by the page it was created or the user of the computer.
Some examples of how computer cookies can help you are:
1. Store on your hard disk drive your personal information and
preferences for a web site such as an Internet Store. This information
can only be accessed by that store and is used to help direct you faster
to places that most interest you.
2. Store information about your preferences for a start page. If you have
a customized start page which contains information such as local
weather and news, this information is placed on the web page by
looking at information from a cookie.
The above are just a few good examples of computer cookies, to help
understand what exactly they are used for.
07/2000 - What is degauss?
1. Attachment for CPU
2. Creating magnetic media
54
3. Erasing magnetic media
4. Medical software
Term derived from Johann Gauss who was a mathematician that studied and
worked with electro-magnetic fields. Degauss is a method of erasing
magnetic media and the removal of remnants of previously recorded signals.
The degauss process is achieved by passing magnetic media through a
magnet field more powerful than the media itself in order to rearrange the
magnetic particles.
Update: Michael B., a visitor of Computer Hope, also indicated that
Degaussing was first used by the British Royal Navy in the 2nd WW. An
electro-magnetic cable was inserted on the inside and around each warship
as a safeguard against magnetic mines. Each time a ship came into harbor it
was degaussed. An electrical current was passed through this cable and the
magnetic field was neutralized, hence the magnetic mine was unemployed.
When degaussing a monitor the degauss demagnetizes the CRT, fixing
possible color impurities. After either the Degauss button is pressed or the
monitor is manually Degaussed, the degaussing circuit will be activated and
then deactivated after a few seconds. Older monitors may not have this
ability; however, handheld monitor degauss can also be used to restore color
impurities. Additional Information on Monitors can be found on our monitor
page.
06/2000 - A Computer Virus cannot be contracted by.
1.
2.
3.
4.
Floppy diskette
E-mail
Scanner
Internet Downloads
Computer Viruses cannot be contracted through a computer scanner, not to
be confused with a Virus Scanner. While the hardware scanner may be
inputting data from hard copies or other sources of data, it is impossible for
a virus to be transferred through a scanner as the input is being placed into
an image format. Additional information on computer viruses can be found
at our Virus section.
05/2000 - A CPU stands for what?
1. Central Power Unit
2. Certified Public Unit
55
3. Central Processing Unit
4. Certified Power Unit
The CPU, or the Central Processing Unit, is the brain of the computer and
the single most important chip in the computer. Modern processors contain
millions of transistors which are etched onto a tiny square silicon called a
die, which is about the with of a standard thumb. The CPU performs the
system's calculating and processing. The majority of personal computers
included the Intel processors. Intel released the first processor, the 4004, in
1971. Today, the market is being shared by other companies such as the
popular AMD processor manufactured by the AMD company. Additional
information can be found on our CPU page.
04/2000 - A Cathode Ray Tube is found in what?
1.
2.
3.
4.
CPU
Printer
Monitor
Scanner
A Cathode Ray Tube that is commonly referred to as a CRT is found in a
Computer Monitor. The CRT is the main component and most expensive part
within your computer monitor. Within the CRT are three electron guns: Red,
Green and Blue. Each of these guns streams a steady flow of electrons left to
right for each line of your monitor. As the electrons hit the phosphors on the
CRT, the phosphor will glow certain intensities. As a new line begins, the
guns will then begin at the left and continue right, these guns will repeat
this process sometimes thousands of times, until the screen has been
completely drawn line by line. Once the phosphors on the CRT have been hit
with an electron they will only glow for a short period of time; because of
this, the CRT must be refreshed which means the process will be repeated as
explained above. Additional information on computer Monitors can be found
on our Monitor Page.
03/2000 - What does the term IRQ stand for?
1.
2.
3.
4.
Input Request Que
Interrupt Request Que
Interrupt Request
Input Request
IRQ stands for Interrupt Request. An IRQ or Interrupt request line allows a
hardware device inside of the computer a direct line to the Microprocessor
56
and tells the Microprocessor to stop what it is doing and wait until it has
further instructions. Every PC computer has a maximum of 15 IRQs and are
prioritized in the computer according to the importance of the device. See
our Understanding system resources page for additional information.
02/2000 - The Intel Pentium bug/flaw was an issue with the:
1.
2.
3.
4.
Cache
FPU
Socket
There was no bug/flaw
The Intel Pentium bug/flaw was an issue with the FPU which is a section of
the processor which allows the computer to perform floating-point
calculations. While this issue was very small and only occurred on earlier
Intel Pentium processors, there was wide coverage of this issue and several
thousand processors ended up being replaced. Additional Information about
this issue and ways of testing your old Pentium processor can be found on
our CPU page.
01/2000 - What does the term MIME stand for?
1.
2.
3.
4.
Mail Internet Mail Exchange
Mail Interleave Method Exchange
Multipurpose Internet Mail Extensions
Multipurpose Interleave Mail Exchange
Mime stands for Multipurpose Internet Mail Extensions, which is a standard
format for attaching non-text files, such as graphics and other files to a text
base electronic mail message.
12/2001 - Which of the following is not a Unix or Linux variant
1.
2.
3.
4.
SunOS
RedHat
DOS
Debian
The correct answer for this month's quiz is number 3. DOS, also known as MSDOS, is not a variant of Unix or Linux. Additional information about MS-DOS
can be found on our MS-DOS page. Additional information about Unix, Linux
and its variants can be found on our Unix page.
57
11/2001 - Which of the following is a PC video file extension?
1.
2.
3.
4.
.MVE
.MP3
.AVI
.VDO
The correct answer for this month's quiz is number 3, or .AVI. AVI is a
Microsoft Windows movie file and is commonly used for short movies.
10/2001 - Which of the following file extensions is not an audio file
format?
1.
2.
3.
4.
MP3
AIF
WAV
COM
The correct answer would be COM. A com file is a compiled executable file
and not an audio file format file. Additional information about file
extensions can be found here. Additional information about MP3 files can be
found here.
9/2001 - Which of the following is not an Operating System?
1.
2.
3.
4.
SuSE
Unix
OSD
DOS
The correct answer would be OSD which is not related to a computer
Operating System. Additional information and help with computer Operating
Systems can be found here.
8/2001 - Which of the following is a broadband Internet connection?
1.
2.
3.
4.
28.8k
56k
Cable
Modem
The correct answer would be cable as it is one of the many broadband
possibilities available in some areas of the world. 28.k, 56k and Modem are
58
all types of modems. Additional information about modems can be found on
our Modem help page.
7/2001 - Which of the following is not an Internet browser?
1.
2.
3.
4.
Internet Explorer
AOL
Netscape
Opera
The correct answer would have been AOL as it is an Internet Service provider
and not an Internet browser. Internet Explorer, Netscape and Opera are all
types of Internet browsers available for various platforms.
6/2001 - Which of the following is not a network command?
1.
2.
3.
4.
Ping
Winipcfg
Netcfg
Tracert
The command netcfg is not a network command. Additional information
about each of the above valid commands can be found on document
CH000444.
5/2001 - Typically, hard disk drives employ what technology as a storage
mechanism?
1.
2.
3.
4.
Laser
Magnetic
Light
Chemical
Hard disk drives today generally utilize a magnetic technology to read, write
and store information. Additional help and information about hard disk
drives can be found on our hard disk drive page.
4/2001 - Microsoft Windows XP is an upcoming Operating System, what is
XP short for?
1.
2.
3.
4.
Whistler
eXtra Powerful
eXPerienced
It is not an acronym
59
Codenamed Whistler, Microsoft Windows XP is sort for Windows Experienced.
Windows XP is currently in Beta and will be released the second half of 2001.
3/2001 - Unix is short for what?
1.
2.
3.
4.
UNIt eXchange
UNIform eXchange
UNIt X
It is not an acronym
Unix is not an acronym, therefore it is not short for anything. An early
version of Unix was actually called UNICS and it was short for UNiplexed
Information and Computing Service. Additional information about Unix can
be found on our Unix page. Unix history can be found on our Unix history
page.
2/2001 - The windows registry consists of which two files?
1.
2.
3.
4.
autoexec.bat and config.sys
user.dat and win.ini
user.dat and system.dat
win.reg and user.dat
The system registry consists of two files named the user.dat and system.dat.
These two files have backups named user.da0 and system.da0. Additional
information about the system registry can be found on our registry page.
1/2001 - Why was the first Intel Celeron processor not as popular as
expected?
1.
2.
3.
4.
Had errors
No level 2 cache
Caused errors
Caused Excess heat
The original Intel Celeron processor was not as popular as expected because
it lacked level 2 cache to help reduce the price of the processor. With no
level 2 cache the processor was much slower than the competitor
processors. Users felt that while the processor was cheap it was not worth
the dramatic speed decrease.
Additional information about CPUs can be found on our CPU page.
60
61