Cit 100 Marking Guide
Cit 100 Marking Guide
Cit 100 Marking Guide
A
1. A(n) __COMPUTER________ is a machine that performs four basic operations: input,
processing, output, and storage.
2. A(n) ___PROGRAM_ is a list of instructions that tells the computer how to perform a task.
3. The _____HARDWARE____ includes the physical components of the computer, including
the computer itself as well as the keyboard, monitor, and speakers.
4. __RAM OR RANDOM ACCESS MEMORY __ is used to temporarily store the programs
and data with which the CPU interacts.
5. The most common ______INPUT DEVICES__ are the keyboard, mouse, and microphone.
6. The most common _______OUTPUT DEVICES___________ are monitors and printers.
7. ____SUBNOTEBOOKS___are notebook computers that omit some components (such as a
CD-ROM drive) to cut down on weight and size.
8. ____________SUPERCOMPUTERS________________ are ultrafast computers that
process large amounts of scientific data and then display the underlying patterns that have been
discovered.
9. A(n) ________NOTEBOOK______________________ is a portable computer which
usually weighs 4-8 pounds (2 to 4 kilograms), depending on display size, hardware e.t.c.
10. A(n) ___________NETWORK_________________________________ is a group of two
or more computer systems connected together to share devices and resources.
11. ______APPLICATION SOFTWARE________________ consists of all of the programs
that can be used to perform a task, such as writing a research paper or browsing the Web.
12. _____SYSTEM SOFTWARE_____________________ includes all of the programs that
enable a computer to function, the most important being the operating system (OS).
13. ______COMPUTER EITHICS__________________ explores computer-related moral
dilemmas and defines ethical principles for computer professionals.
14. _COMMUNICATIONS_ involves moving data within the computer or between
computers.
15. _______CLIENTS__________________________ are desktops, laptops, workstations, or
any other computer for individuals, that contact a server to obtain needed information.
B.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
T F T T T T T F T T T F T T T
QUESTION TWO Short answers
(a) Write the steps to replace the word “detection” which appears
100 times in word document with 200 pages [3
marks]
1. Go to menu -->Find & Replace
2. Enter the word or phrase you want to replace in Find what.
3. Enter your new text in Replace with.
4. Choose Replace All to change all occurrences of the word or
phrase. ...
NOTE: The above advantages are not the only one others can be found in compendium
page 76-77
QUESTION THREE
Consider the worksheet in figure 1, and answer questions underneath:
(f) Among the following cell references, which ones are invalid $J5, $G$5, $5B,
E11, 6$F$? [02 marks]
Answer: $5B, 6$F$
(g) Write a formula that will determine the minimum annual sales collected by
an individual. [02 marks]
Answer: =MIN(E3:E10)
(i) Write a general formula for cell F3 to calculate the amount of tax paid. Hint:
Tax paid = Annual sales*tax rate. [02 marks]
Answer: = E3*$J$3 or = E3*J$3
(j) If the formula proposed in F3 is copied to cell F5, what will be the formula in
cell F5? [01 mark]
Answer: = E5*$J$3 or = E5*J$3
(k)Provide a formula which can calculate total amount of sales for female sales
persons only. [02 marks]
Answer: =SUMIF(C3:C10, ‘F’, E3:E10)
(l) In cell G3, provide a formula that will display “Award” if the annual sale of an
individual is greater than 800,000; otherwise, display “No award”.
Answer: IF (E3>800,000, “AWARD”, “No AWARD”)
QUESTION FOUR
Peer-To-Peer network
Client/Server Network
(e) State any five (5) types of infections that a computer may be
exposed. [05 marks]
(f) What are the signs that a computer has been infected? State
any five (5). [05 marks]
Functions slower than normal
Responds slowly and freezes often
Restarts itself often
See uncommon error messages, distorted menus, and dialog
boxes
Notice applications fail to work correctly
Fail to print correctly
(g) How can you prevent infections to your computer? State any
five [05 marks] -