Free account: track your progress — Sign up free

WAEC Computer Studies 2024 Objective Past Questions

All 50 questions from the West African Examinations Council (WAEC) Computer Studies 2024 Objective paper, with the correct answer and a full explanation for each. Free, no signup needed.

Advertisement

Computer Studies 2024 Objective — Question 1

1. An automatic system is one that A. is operated using sophisticated skills. B. needs fuel before it can be operated by humans. C. performs different kinds of tasks diligently. D. requires little or no human intervention to work.

  • A. is operated using sophisticated skills.
  • B. needs fuel before it can be operated by humans.
  • C. performs different kinds of tasks diligently.
  • D. requires little or no human intervention to work.Correct

Explanation

An automatic system is one that requires little or no human intervention to work.

Computer Studies 2024 Objective — Question 2

2. Which of the following features of information is not important for meaningful decision?

  • A. Accuracy
  • B. CompetitivenessCorrect
  • C. Completeness
  • D. Timeliness

Explanation

Information must be accurate, complete and timely to be useful; competitiveness is not a standard quality feature of information.

Computer Studies 2024 Objective — Question 3

3. The microprocessor that controls a washing machine is known as A.

  • A. bot.
  • B. console.
  • C. embedded computer.Correct
  • D. mainframe computer.

Explanation

An embedded computer is designed to be within a larger device or system; the washing machine is one such case.

Computer Studies 2024 Objective — Question 4

4. Which of the following statements is true about data?

  • A. Information is a product of data while knowledge is a product of information.Correct
  • B. Data produces knowledge while knowledge produces information.
  • C. Data is a product of information while knowledge produces information.
  • D. Knowledge is a product of data. Knowledge produces information while information produces data.

Explanation

Data provides the foundation upon which information is built; knowledge then emerges from information being applied.

Computer Studies 2024 Objective — Question 5

5. Instructions were written to the first generation computers using A.

  • A. assemblers.
  • B. low level language.
  • C. machine language.Correct
  • D. mnemonics.

Explanation

First generation computers used machine language, which consists of binary code (0's and 1's).

Computer Studies 2024 Objective — Question 7

7. In using the slide rule, multiplication that goes off the scale can be corrected by the following approaches except A.

  • A. resetting the slide.Correct
  • B. using circular slide rule.
  • C. using flat scales.
  • D. using folded scales.

Explanation

Resetting the slide does not correct multiplication that goes off scale; rather it signifies the start of a new calculation.

Computer Studies 2024 Objective — Question 8

8. The computer's short-term memory is the A.

  • A. arithmetic logic unit.
  • B. arithmetic operator.
  • C. control unit.
  • D. random access memory.Correct

Explanation

RAM (Random Access Memory) only stores programs the computer is currently working on; once the program closes, RAM deletes it, hence it is short-term memory.

Computer Studies 2024 Objective — Question 9

9. Which of the following logic devices is considered as equivalent gate? A. AND B. EX-NOR C. EXOR D. NOR (Use the devices in Figures 1 and 2 to answer questions 10 to 13 given that the input variables X and Y have values of 0011 and 0101 respectively as shown in Table 1.)

Diagram for question 9
  • A. AND
  • B. EX-NORCorrect
  • C. EXOR
  • D. NOR

Explanation

An EX-NOR gate is a digital logic gate that outputs true (1) when an even number of true (1) inputs are present, making it an equivalent gate.

Computer Studies 2024 Objective — Question 10

10. Compute the value of the output Z in Figure 1 using the values of X and Y given.

Diagram for question 10
  • A. 0001
  • B. 0110
  • C. 0111Correct
  • D. 1000

Explanation

The gate in Figure 1 is an OR gate that gives 0 only when both inputs are 0, else it gives 1. With X=0011,Y=0101: Z=0111.

Computer Studies 2024 Objective — Question 11

11. If the input variable X in Figure 1 is passed through the device in Figure 2 before going into the logic gate in Figure 1, what will be the value of the output Z?

Diagram for question 11
  • A. 0111
  • B. 1011
  • C. 1101
  • D. 1110Correct

Explanation

Figure 2 is a NOT gate that inverses the input. Passing X=0011 through the NOT gate gives 1100. Passed through the OR gate with Y, Z=1110.

Computer Studies 2024 Objective — Question 12

12. If the input variable Y in Figure 1 is passed through the device in Figure 2 before going into the logic gate in Figure 1, compute the resulting value of the output at Z.

Diagram for question 12
  • A. 0111
  • B. 1011Correct
  • C. 1101
  • D. 0110

Explanation

Y=0101 passed through the NOT gate becomes 1010. Passed through the OR gate with X=0011, Z=1011.

Computer Studies 2024 Objective — Question 13

13. Using the given values of X and Y for the device in Figure 1, what will be the value of the output Z if it is passed through the device in Figure 2?

Diagram for question 13
  • A. 0001
  • B. 0110
  • C. 0111
  • D. 1000Correct

Explanation

The original output Z from Figure 1 is 0111. Passing it through the NOT gate in Figure 2 gives 1000.

Computer Studies 2024 Objective — Question 14

14. The part labelled Q in Figure 3 is called A.

Diagram for question 14
  • A. control unit.Correct
  • B. data bus.
  • C. memory unit.
  • D. register.

Explanation

The Central Processing Unit (CPU) relies on the memory unit to store and retrieve data and instructions; the part labelled Q is the control unit.

Computer Studies 2024 Objective — Question 15

15. MS Access is an example of A.

  • A. word processing package.
  • B. spreadsheet application.
  • C. graphic software.
  • D. database management system.Correct

Explanation

MS Access is an example of a database management system, similar to MySQL, Oracle and MongoDB.

Computer Studies 2024 Objective — Question 16

16. Which of the following statements explains the function of device drivers? They A.

  • A. convert source code to object code.
  • B. enable hardware and software control and manage the system.
  • C. help to clean disk space and manage installation of applications.
  • D. help to improve the functionality of hardware devices.Correct

Explanation

Device drivers improve the functionality of hardware devices.

Computer Studies 2024 Objective — Question 17

17. One usefulness of utility software in the computer is A.

  • A. conversion of source code to object code.
  • B. enhancement of communication between hardware and the computer system.
  • C. removal of malware from the computer.Correct
  • D. to improve the functionality of hardware devices.

Explanation

Utility software performs tasks that help manage, maintain and optimize computer systems, including removal of malware.

Computer Studies 2024 Objective — Question 18

18. Which of the following statements about operating system is false? It A.

  • A. enhances the booting process.
  • B. manages computer devices.
  • C. manages storage location.
  • D. protects the computer from surge.Correct

Explanation

The Operating System does not protect the computer from surge; that is the job of a surge protector, e.g. an Uninterruptible Power Supply (UPS).

Computer Studies 2024 Objective — Question 19

19. Debugging in program development is the process of A.

  • A. fixing errors.Correct
  • B. introducing bugs.
  • C. removing virus.
  • D. writing error messages.

Explanation

Debugging is the process of identifying, isolating and fixing errors, bugs or glitches in a program.

Computer Studies 2024 Objective — Question 21

21. The flowchart symbol in Figure 4 is used to A.

Diagram for question 21
  • A. show the preparation stage.
  • B. represent a decision-making point.Correct
  • C. input data manually in a flowchart.
  • D. execute a process.

Explanation

The symbol is used to represent a decision-making point.

Computer Studies 2024 Objective — Question 22

22. Which of the following operations will be executed last in a program?

  • A. Addition
  • B. Division
  • C. Exponentiation
  • D. SubtractionCorrect

Explanation

Order of operations is PEMDAS: Parentheses, Exponents, Multiplication, Division, Addition, Subtraction -- Subtraction is executed last.

Computer Studies 2024 Objective — Question 23

23. The equation x = p + q(r + s) can be expressed in QBASIC programming as

  • A. X = P + Q*(R/S)
  • B. X = P + Q*(R/S) (as printed, variant)Correct
  • C. X = P + Q(R/S)
  • D. X = P + Q(R/S) (as printed, variant)

Explanation

In QBASIC, multiplication is represented by an asterisk (*) and division by a forward slash (/), so x=p+q(r+s) becomes X=P+Q*(R/S).

Computer Studies 2024 Objective — Question 24

24. Which of the following statements is true about the rules of flowcharting?

  • A. All boxes of flowcharts are connected with arrows to show the logical connection between them.Correct
  • B. All flowchart process boxes are connected with on page connector to show the flow of operation.
  • C. All flowcharts start with a start box and end with a decision box.
  • D. The flow of control must always enter an object from bottom to top.

Explanation

All boxes in a flowchart must be connected with arrows to show the logical connection between them.

Computer Studies 2024 Objective — Question 25

25. In computer programming, it is advised to translate source code into intermediate code to A.

  • A. change the analysis portion for different compilers.
  • B. ensure that full native compiler is used for every new machine that will run the program.
  • C. make it easier to apply the source code modifications to improve code performance.Correct
  • D. make the synthesis part of the compiler target-machine dependent.

Explanation

Translating source code into intermediate code makes it easier to apply source code modifications to improve code performance.

Computer Studies 2024 Objective — Question 26

26. A graphic or text in a document or web page that links to another file or object is referred to as A.

  • A. domain name.
  • B. hyperlink.Correct
  • C. shortcut.
  • D. icon.

Explanation

A hyperlink is a graphic or text in a document or webpage that links to another file, object, or other document.

Computer Studies 2024 Objective — Question 27

27. Instant messages can be sent with little or no time lag using A.

  • A. podcast.
  • B. email.
  • C. chat room.Correct
  • D. facsimile.

Explanation

Chat rooms allow for real-time text-based conversations with little to no time lag.

Computer Studies 2024 Objective — Question 28

28. Which of the following statements is true about preventing phishing?

  • A. Ensure that antivirus is updated regularly
  • B. Do not click on links in emails from untrusted sourcesCorrect
  • C. Do not download from untrusted sites
  • D. Use a strong password at all times

Explanation

Phishing is a cybercrime where attackers try to trick individuals into revealing sensitive information; one way to prevent it is to not click on links in emails from untrusted sources.

Computer Studies 2024 Objective — Question 29

29. Which of the following statements is true about star topologies? A.

  • A. Computers are connected node-to-node.
  • B. Computers are connected to a central device.Correct
  • C. The connection is linear in shape.
  • D. The connection is a tree-like structure.

Explanation

In star topology, computers are connected to a central device (hub or switch).

Computer Studies 2024 Objective — Question 30

30. An internet user secures his social media account by regularly changing passwords. Which of the following passwords produces the best security?

  • A. wasscesc2024
  • B. WASSCESC2024
  • C. 2024wasscesc
  • D. WASSCEScHool-Candidates@2024Correct

Explanation

A very secure password is one with a large number of characters, complex (uppercase, lowercase and special characters mixed) and unpredictable.

Computer Studies 2024 Objective — Question 31

31. Which of the following statements is true about intranet? A.

  • A. Private network that uses internet protocol and is accessible by all visitors to an organization's website.
  • B. Private network that uses internet protocol and is accessible by employees of an organization.Correct
  • C. Private network which does not use internet protocol and is accessible by an employee of an organization.
  • D. Public network that uses internet protocol and is accessible by all visitors to an organization's website.

Explanation

The intranet is a private network that uses internet protocol and is accessible by the employees of an organization.

Computer Studies 2024 Objective — Question 32

32. The art of checking for errors in a Word document before publishing is referred to as A.

  • A. editing.
  • B. formatting.
  • C. modifying.
  • D. proof reading.Correct

Explanation

Proof-reading is the art of checking for errors in a word document before publishing.

Computer Studies 2024 Objective — Question 34

34. Which of the following application packages is suitable for making budgets?

  • A. Word processor
  • B. Spreadsheet packageCorrect
  • C. Graphic package
  • D. Database Management System

Explanation

Spreadsheet package is suitable for making budgets.

Computer Studies 2024 Objective — Question 35

35. What happens when a user clicks on the icon in Figure 5 on the Microsoft Excel menu bar?

Diagram for question 35
  • A. A copy of the selection is put on the clipboard so that user can paste somewhere else.
  • B. A label that spans multiple columns is created.
  • C. Content on the clipboard is added to the document.Correct
  • D. Selected range of cells is quickly converted to a table with its own style.

Explanation

This icon is the paste icon. When clicked, the content on the clipboard is added to the document.

Computer Studies 2024 Objective — Question 36

36. New comment can be added to a cell in MS Excel by using the procedure A.

  • A. Edit -> Comment.
  • B. File -> Comment.
  • C. Insert -> Comment.
  • D. Review -> Comment.Correct

Explanation

To add a new comment in MS Excel, go to the Review tab and click new comment.

Computer Studies 2024 Objective — Question 37

37. What is the function of the CorelDraw Toolbox object shown in Figure 6? It is used to

Diagram for question 37
  • A. change the magnification level in drawing window.
  • B. draw lines and curves.
  • C. edit the shape of objects.
  • D. select and transform objects.Correct

Explanation

The object shown is the Pick tool. It is used to select and transform objects.

Computer Studies 2024 Objective — Question 38

38. Which of the following statements about index is true?

  • A. It is a data structure that reduces the speed of data retrieval operations on a database table.
  • B. It is used to quickly locate data without searching every row in a table.Correct
  • C. It is created using only two rows of a database table to uniquely identify each record.
  • D. It allows relational database to split and store data in different tables, while linking disparate items.

Explanation

An index data structure can be used to quickly locate data without searching every row in a table every time a database table is accessed.

Computer Studies 2024 Objective — Question 39

39. A collection of computer wires used to identify memory location in a computer is A.

  • A. system bus.
  • B. data bus.
  • C. data cable.
  • D. address bus.Correct

Explanation

Address bus is a collection of computer wires used to identify memory location in a computer.

Computer Studies 2024 Objective — Question 40

40. Read Only Memory (ROM) contains A.

  • A. current program in operation.
  • B. preset instructions for operation.Correct
  • C. user instructions.
  • D. volatile programs.

Explanation

The ROM contains preset instructions for operation. It is a non-volatile memory.

Computer Studies 2024 Objective — Question 41

41. What happens when the Shift key is pressed down while deleting a file from the computer? The file is A.

  • A. uninstalled from the computer.
  • B. permanently deleted from the computer.Correct
  • C. deleted and sent to the Recycle Bin.
  • D. deleted and kept in the clipboard.

Explanation

This permanently deletes the file from the computer without storing it in the Recycle Bin.

Computer Studies 2024 Objective — Question 42

42. Which of the following statements about warm booting is true? The computer A.

  • A. reloads the operating system while still running in the background.Correct
  • B. loads the operating system into memory from the power-on button.
  • C. reloads the operating system into memory while still running.
  • D. loads the application into memory from rest state.

Explanation

Warm booting reloads the operating system while running in the background.

Computer Studies 2024 Objective — Question 43

43. The ASCII character set represents alphabetical and control characters using numeric code ranging from A.

  • A. 0 to 32.
  • B. 0 to 64.
  • C. 0 to 127.Correct
  • D. 0 to 128.

Explanation

The ASCII character set represents characters using numeric code ranging from 0 to 127 (128 characters in total).

Computer Studies 2024 Objective — Question 44

44. Which of the following hard disk drive memory capacities can store the largest size of data?

  • A. 2TBCorrect
  • B. 12GB
  • C. 240MB
  • D. 800KB

Explanation

1TB=1024GB, so 2TB=2x1024=2048GB, which is larger than any other option.

Computer Studies 2024 Objective — Question 45

45. The equivalent of the letter A in the standard ASCII is A.

  • A. 01000001Correct
  • B. 01000010
  • C. 01100001
  • D. 01100010

Explanation

A in standard ASCII is 65 (decimal), which is 01000001 in binary form.

Computer Studies 2024 Objective — Question 46

46. One example of a file containing reference data which is usually altered is A.

  • A. brand name.
  • B. payroll.
  • C. price list.
  • D. stock.Correct

Explanation

Stock file contains reference data (e.g. quantity of inventory) that is frequently altered to reflect changes.

Computer Studies 2024 Objective — Question 47

47. Figure 7 represents a procedure to A.

Diagram for question 47
  • A. backup files on a computer.
  • B. repair a corrupted file on a computer.
  • C. transfer files from one device to another.Correct
  • D. update software on a device.

Explanation

This process involves the transfer of files from one device to another via Bluetooth.

Computer Studies 2024 Objective — Question 48

48. A user observed that a certain file in a removable storage device changed to a shortcut icon. This implies that A. the file is shared. B. the file is corrupt. C. the removable storage device is corrupt. D. there is a link to the file.

  • A. the file is shared.
  • B. the file is corrupt.
  • C. the removable storage device is corrupt.Correct
  • D. there is a link to the file.

Explanation

This can occur when the storage device is corrupt, making the file inaccessible and appear as a shortcut icon.

Computer Studies 2024 Objective — Question 49

49. Set of characters used to authenticate a computer user is called A.

  • A. encoder.
  • B. binary code.
  • C. password.Correct
  • D. barcode.

Explanation

Password is a set of characters used to authenticate a computer user.

Computer Studies 2024 Objective — Question 50

50. Which of the following statements about firewall is correct? A.

  • A. A network transmission system that increases the speed of incoming and outgoing network traffic.
  • B. A network security system that establishes a barrier between a trusted internal network and an untrusted external network such as the Internet.Correct
  • C. A data structure that improves the speed of data retrieval operations.
  • D. A data structure created using only two rows of a database table to uniquely identify each record.

Explanation

A firewall is a network security system that establishes a barrier between a trusted internal network and an untrusted external network such as the Internet.

Advertisement

Sign up free to unlock

  • Score tracking
  • Practice history
  • Saved questions
  • Progress dashboard
  • Personalized sessions
  • Weak-topic breakdown

…and/or go further with premium services and No Ads.