INTRODUCTION TO COMPUTER
OPERATING SYSTEM
STORAGE AND OUTPUT
WORD PROCESSING
Spreadsheets AND Databases
100

Define Data


Raw facts and figures that have no meaning until processed.

100

State one function of an operating system.



Manages computer hardware resources.

100


 Define disk partitioning



Dividing a physical hard disk into separate logical sections.

100

– Define word processor


A software application used to create, edit, format, and print text documents

100

– Define columns, rows, and cells.

 


  Column = vertical arrangement (A, B, C…).

  Row = horizontal arrangement (1, 2, 3…).

  Cell= intersection of row and column

200

Differentiate between data processing and information.


Data processing is the manipulation of data into a meaningful form, while information is the processed, meaningful and organized output.

200

Explain the function of authenticity in software purchase.



Ensures the software is original and not pirated.

200

State two purposes of the recycle bin.


Stores deleted files temporarily; allows restoration of deleted files.

         


200


 Give two examples of word processing software.


MS Word, Google Docs.

200

Write a formula to calculate the total for a row of sales (e.g., Rexona).


=SUM(B4:E4).

300

Explain what is meant by computer booting


The process of starting up a computer and loading the operating system into memory.

300

 Explain the function of portability in software purchase.

 

 the ability of software to run on different computer systems

300

Give three advantages and one disadvantage of laser printers over inkjet printers.

 

 

Advantages:Faster printing, higher quality, lower cost per page.

Disadvantage: Expensive to purchase

300

Name four document formatting features.


Bold, italics, font size, alignment.

300

Write the formula for the maximum sales in Region 2.


=MAX(C4:C8).

400

List four parts that make up a computer.

 

Input devices, output devices, central processing unit (CPU), storage devices.

400

State three functions of an operating system.


  1. File management.

  2. Resource allocation.

  3. User interface management.

400

List three factors to consider when buying an output device.



Cost, compatibility, speed/quality of output.

400

Explain find & replace and undo & redo.


  


  Find & Replace -locates text and substitutes it.

  Undo & Redo -reverses or restores recent actions.

400

Write the function that returns the number of sales ≥ 2000.

 

=COUNTIF(B4:E8, ">=2000").

500

Explain three ways computers can make an office more efficient.


  1. Faster document preparation and editing.

  2. Easy communication via email and networks.

  3. Efficient storage and retrieval of records.

500

List and explain three functional elements of a computer system.

  

1. Input – for data entry (e.g., keyboard).

  2. Processing – CPU executes instructions.

  3. Output – displays results (e.g., monitor, printer).

500

What is meant by warranty when purchasing a computer?


 

A written guarantee that the computer will be repaired or replaced if it fails within a specified period.

500

Explain thesaurus and autocorrect


 

 Thesaurus suggests synonyms/antonyms.

  Autocorrect automatically fixes typing/spelling errors.

500

If =SUM(B4:E4) is copied to cell F8, what does the new formula become?


=SUM(B8:E8)