2025 WAEC Computer Studies Essay & Objectives Questions and Answers Now Available

Computer Studies 2 (Essay)
01:00pm – 02:00pm

Computer Studies 1 (Objective)
02:00pm – 03:00pm

*πŸ”₯2025 WASSCE VERIFIED AND CONFIRMED COMPUTER SCIENCE QUESTIONS AND ANSWERS πŸ”₯*

WELL ARRANGED. 1,2,3,4,5,6.

*WAEC COMPUTER*

*NUMBER ONE*

(1a)
(i) X: Power Button
(ii) Y: USB Port
(iii) Z: Optical Drive (CD/DVD Drive)

(1bi)
-X-
(PICK ANY ONE)
(i) Turns the computer on or off.
(ii) Wakes the computer from sleep or hibernation mode.
(iii) Forces shutdown when held down for several seconds.
(iii) Restarts the computer if pressed quickly on some systems.

(1bii)
-Y-
(PICK ANY ONE)
(i) Connects USB devices such as flash drives
(ii) Charges mobile devices like smartphones.
(iii) Connects peripherals like a mouse, keyboard, or webcam.
(iv) Transfers data between the computer and external storage.

(1biii)
-Z-
(PICK ANY ONE)
(i) Reads data from CDs or DVDs.
(ii) Installs software from discs.
(iii) Plays media such as movies and music.
(iv) Burns (writes) data onto blank CDs or DVDs.

*WAEC COMPUTER*

*NUMBER TWO*

(2a)
Word processing is the use of a computer application to create, edit, format, and print text documents. It allows users to type, modify, save, and share written content easily.

(2bi)
A watermark is a faint background image or text (like “Confidential” or “Draft”) that appears behind the main content of a document to indicate the document’s status or ownership.

(2bii)
The thesaurus tool in MS Word helps users find synonyms (words with similar meanings) and antonyms (opposite meanings) to improve their writing vocabulary and avoid repetition.

(2biii)
A drop cap is a large capital letter at the beginning of a paragraph that drops down several lines. It is used to enhance the appearance of a document, especially in newsletters or books.

(2biv)
The “Find and Replace” feature allows users to search for specific text within a document and replace it with new text automatically, which is useful for making quick, consistent changes.

(3a)
The computer keyboard is an input device used to enter data and commands into a computer by typing. It typically consists of alphanumeric keys, function keys, navigation keys, and special keys, arranged in a QWERTY layout for efficient typing.

(3b)
(i) Alphanumeric keys
(ii) Function keys
(iii) Modifier keys
(iv) Navigation keys

(3c)
(i) Shift + Delete: Permanently deletes selected items without moving them to the Recycle Bin
(ii) Alt + F4: Closes the currently active window or application

(3d)
(i) Ctrl + A
(ii) Ctrl + P

(5)
DIM studentName(10) AS STRING
DIM scores(10, 5) AS INTEGER
DIM totalScore(10) AS INTEGER
DIM averageScore(10) AS SINGLE

FOR i = 1 TO 10
PRINT “Enter student “; i; “‘s name: ”
INPUT studentName(i)

totalScore(i) = 0

FOR j = 1 TO 5
PRINT “Enter score for subject “; j; “: ”
INPUT scores(i, j)
totalScore(i) = totalScore(i) + scores(i, j)
NEXT j

averageScore(i) = totalScore(i) / 5
NEXT i

CLS

FOR i = 1 TO 10
PRINT “Student Name: “; studentName(i)
PRINT “Total Score: “; totalScore(i)
PRINT “Average Score: “; averageScore(i)
PRINT
NEXT i

IF YOU NEED THE ANSWER ON WHATSAPP IS AVAILABLE, ITΒ  COST #1,000… ADD US ON WHATSAPP WITH => 09054348225

Be the first to comment

Leave a Reply

Your email address will not be published.


*