Free account: track your progress — Sign up free

NECO Computer Studies 2025 Objective Past Questions

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

Advertisement

Computer Studies 2025 Objective — Question 1

A system is described as a

  • A. collection of static hardware components
  • B. digital means of solving problems
  • C. method of computerization
  • D. set of objects connected to form a whole unitCorrect

Explanation

A system is defined as a set of objects connected to form a whole unit. In computing, a system comprises various components (hardware, software, data, procedures and people) that interact to perform tasks and solve problems.

Computer Studies 2025 Objective — Question 2

One method of obtaining data is through

  • A. calculation
  • B. conversion
  • C. observationCorrect
  • D. transmission

Explanation

Observation is a fundamental method of obtaining data, especially in scientific enquiry, research and practical computing applications like user studies or field analysis.

Computer Studies 2025 Objective — Question 3

The number B8F is written in

  • A. binary system
  • B. decimal system
  • C. hexadecimal systemCorrect
  • D. octal system

Explanation

The number B8F is expressed in the hexadecimal system. Hexadecimal is a base-16 number system that includes digits 0-9 and letters A-F, representing values 10 to 15.

Computer Studies 2025 Objective — Question 4

One difference between a desktop computer and a laptop computer is that laptop computer

  • A. can be connected directly to the Internet through WiFi but desktop computer can only be connected through Ethernet
  • B. contains high capacity battery that powers it for an extensive period while desktop computer mainly uses UPS for alternative power sourceCorrect
  • C. does not support the use of mouse while desktop computer supports the use of mouse
  • D. uses only serial ports for all connections while desktop computer uses only parallel ports for all connections

Explanation

Laptops contain a high-capacity battery that powers them for an extended period, allowing portability and use without being plugged in. Desktop computers generally rely on an external power source and often use a UPS for backup during power outages.

Computer Studies 2025 Objective — Question 5

A mechanical device that allows the operation of multiplication through repeated addition is the

  • A. Jacquard's Loom
  • B. Pascaline
  • C. Slide Rule
  • D. Stepped ReckonerCorrect

Explanation

The stepped Reckoner is a mechanical calculator invented by Gottfried Wilhelm Leibniz in the 17th century. It was capable of performing arithmetic operations, including multiplication, by using repeated addition through a series of mechanical steps.

Computer Studies 2025 Objective — Question 6

Which of the following statements about the Slide Rule are true? I. Multiplication that goes off the slide can be corrected by resetting the slide. II. Operations of addition can be carried out by directly adding two or more numbers together on the slide. III. Logarithm is used to transform the operations of multiplication and division to addition and subtraction.

  • A. I and II only
  • B. I and III onlyCorrect
  • C. II and III only
  • D. I, II and III

Explanation

When the result exceeds the scale, the slide rule user must adjust or reset the slide to continue calculations correctly. Logarithm is used to transform the operations of multiplication and division to addition and subtraction.

Computer Studies 2025 Objective — Question 7

The following features distinguish the supercomputer from other types of computer except

  • A. high processing speed
  • B. number of users connected at once
  • C. physical size
  • D. small memory capacityCorrect

Explanation

Supercomputers are known for high processing speed, use of parallel processing and large physical size. Small memory capacity does not describe them, making it the correct exception.

Computer Studies 2025 Objective — Question 8

Which of the following statements are true about pointing devices? I. Device has buttons used to select objects. II. Device moves an onscreen pointer to allow user select objects. III. Older types of the device used laser, an optical technology that tracks movements with light while newer types of the device use ball only. IV. User slides device along a flat surface to move pointer around the screen.

  • A. I, II and III only
  • B. I, II and IV onlyCorrect
  • C. I, III and IV only
  • D. I, II, III and IV

Explanation

All the statements except III are correct. Statement III is factually incorrect and reversed: older mice used a rubber ball while newer ones use optical or laser sensors, which rely on light, not the other way round.

Computer Studies 2025 Objective — Question 9

Which of the following logic devices is a non-equivalent gate?

  • A. AND gate
  • B. EX-NOR gate
  • C. EX-OR gateCorrect
  • D. NOR gate

Explanation

The term 'non-equivalent' gate in digital logic means the EX-OR gate, as it performs the complement of equivalence.

Computer Studies 2025 Objective — Question 10

Use the logic devices in Figures 1 and 2 to answer this question and the next two, given that the input variables X and Y have values of 0011 and 0101 respectively. Compute the value of the output Z in Figure 1 using the values of X and Y given.

  • A. 1110
  • B. 1000
  • C. 0001Correct
  • D. 0111

Explanation

Feeding X(0011) and Y(0101) into the logic gate in Figure 1 (an AND gate) bit by bit gives an output Z of 0001. (Note: this question depends on a diagram/figure that was not fully legible in the source scan; the answer given is a best estimate.)

Computer Studies 2025 Objective — Question 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 output Z?

  • A. 1001
  • B. 0100Correct
  • C. 1101
  • D. 0110

Explanation

When an input passes through the NOT gate (Figure 2), its complement is produced. So, if we pass 0011 into the NOT gate, we have 1100 as the output. Feeding this value (1100) and Y(0101) into the AND gate gives an output Z of 0100.

Computer Studies 2025 Objective — Question 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 output at Z

  • A. 1101
  • B. 0100
  • C. 0010Correct
  • D. 0001

Explanation

If we feed Y(0101) into the NOT gate, its complement Y'(1010) is obtained. Now, feeding X and Y' into the AND gate gives an output Z of 0010.

Computer Studies 2025 Objective — Question 13

Which of the following memory capacities is the largest?

  • A. 1TBCorrect
  • B. 100 GB
  • C. 500 MB
  • D. 960 KB

Explanation

1kB = 1,000 bytes, 1mB = 1,000 kB, 1GB = 1,000 mB, 1TB = 1,000 GB. Comparing the options: 960kB is less than 1mB; 500mB is less than 1GB; 100GB is less than 1TB; 1TB is the largest capacity.

Computer Studies 2025 Objective — Question 14

Which one of the following statements is true about logic gates?

  • A. The output of AND gate is low if both inputs are high
  • B. The output of AND gate is high if both or either of the inputs is low
  • C. The output of NOT gate is high if the input is lowCorrect
  • D. The output of OR gate is low if both inputs are high

Explanation

A NOT gate produces an output that is the opposite of the input. So, if the input to a NOT gate is 0 (low), the output will be 1 (high) and if the input is 1 (high) the output will be 0 (low).

Computer Studies 2025 Objective — Question 15

A set of instructions written in the language of the computer to solve a user's problem is called a(n)

  • A. assembler
  • B. byte
  • C. pseudocode
  • D. softwareCorrect

Explanation

Software is a collection of programs written in programming languages that solve users' problems by giving instructions to the computer. It encompasses application software and system software.

Computer Studies 2025 Objective — Question 16

In computer operation, loading and starting of application programs is carried out by the

  • A. device drivers
  • B. embedded system
  • C. operating systemCorrect
  • D. peripheral devices

Explanation

The operating system is the primary software responsible for loading and launching other application programs. It manages resources and serves as an interface between the user and the computer hardware.

Computer Studies 2025 Objective — Question 17

The operating system is responsible for

  • A. checking the effect of virus on the computer
  • B. creating tasks for computer programmers
  • C. making the most efficient use of the computer hardwareCorrect
  • D. teaching new skills to computer users through videos

Explanation

The operating system manages computer hardware resources to ensure they are used efficiently, coordinating tasks between hardware and software.

Computer Studies 2025 Objective — Question 18

Which one of the following statements explains the function of utility software?

  • A. Converts source code to object code
  • B. Enables hardware to communicate with the computer
  • C. Helps to clean disk space and manages installation of applicationsCorrect
  • D. Helps to improve the functionality of hardware devices

Explanation

Utility software performs maintenance tasks such as cleaning disk space and managing the installation and uninstallation of applications, helping keep the system running smoothly.

Computer Studies 2025 Objective — Question 19

The clear and precise step-by-step procedure of solving a particular problem is called

  • A. algorithmCorrect
  • B. flowchart
  • C. interpretation
  • D. programming

Explanation

An algorithm is a clear, precise, step-by-step procedure for solving a particular problem.

Computer Studies 2025 Objective — Question 20

A program written in source code can be converted to object code by

  • A. code converter
  • B. language translatorCorrect
  • C. operating system
  • D. utility software

Explanation

A language translator (such as a compiler or assembler) converts a program written in source code into object code that the computer can execute.

Computer Studies 2025 Objective — Question 21

The process of searching for errors and eliminating them in a computer program is called

  • A. compilation
  • B. debuggingCorrect
  • C. execution
  • D. normalization

Explanation

Debugging is the process of searching for errors (bugs) in a computer program and eliminating them.

Computer Studies 2025 Objective — Question 22

Use the QBASIC program below to answer this question. The main function of the statement in line 20 (CLS) in the QBASIC program above is to

  • A. assign variable names before the execution of current program
  • B. create memory location for all the variables that will be declared in the current program
  • C. erase previously printed output on the screen before the output of the current programCorrect
  • D. indicate that the current program is command based

Explanation

CLS (Clear Screen) clears any previously displayed output on the screen before the current program's output is shown.

Computer Studies 2025 Objective — Question 23

Which one of the following statements is correct about the rules of flowcharting?

  • A. All symbols of flowchart are connected with Terminal Box to show the logical connection between them
  • B. All flowchart process symbols 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 top to bottomCorrect

Explanation

A standard rule of flowcharting is that the flow of control generally enters a symbol/object from the top and exits from the bottom (or side), maintaining a consistent, readable flow direction.

Computer Studies 2025 Objective — Question 24

The major difference between low level programming languages and high level programming languages is that

  • A. high level languages are less memory efficient while low level languages are more memory efficientCorrect
  • B. high level languages will not need a translator but low level languages will
  • C. low level languages are slower while high level languages are faster
  • D. low level languages are interpreted while high level languages are assembled

Explanation

High level languages, being more abstracted from hardware, tend to be less memory efficient compared to low level languages, which operate closer to the machine and are more memory efficient.

Computer Studies 2025 Objective — Question 25

In computer programming, source codes are usually translated to intermediate codes in order to

  • A. avoid the need for full native compiler for every new machine that will run the programCorrect
  • B. change the analysis portion for different compilers
  • C. prevent modification of the program source code by unauthorized persons
  • D. prevent the synthesis part of the compiler from changing for any target machine

Explanation

Translating source code to an intermediate representation avoids the need to write a full native compiler for every new target machine, since only the intermediate-to-machine-code step needs to change.

Computer Studies 2025 Objective — Question 26

The set of rules by which communication takes place over a network is called

  • A. connectivity
  • B. ethics
  • C. protocolCorrect
  • D. topology

Explanation

A protocol is the set of rules that governs how communication takes place over a network.

Computer Studies 2025 Objective — Question 27

Which one of the following pairs contains types of network topology?

  • A. Token and Mesh
  • B. Star and Token
  • C. Ring and BusCorrect
  • D. Bus and Node

Explanation

Ring and Bus are both recognised types of network topology, describing how devices are arranged and connected in a network.

Computer Studies 2025 Objective — Question 28

An advantage of using Computer Aided Manufacturing in car manufacturing industry is that

  • A. cost of equipment is low
  • B. equipment does not require close supervision
  • C. pollution is reduced
  • D. products follow consistent standardsCorrect

Explanation

Computer Aided Manufacturing (CAM) ensures precision and repeatability in production processes, so products follow consistent standards.

Computer Studies 2025 Objective — Question 29

The Transmission Control Protocol/Internet Protocol (TCP/IP) is used to

  • A. interconnect devices on the InternetCorrect
  • B. retrieve email from a mail server
  • C. transfer files from a server to a client
  • D. send email from one user to another

Explanation

TCP/IP is the fundamental suite of protocols used to interconnect devices and enable communication across the Internet.

Computer Studies 2025 Objective — Question 30

One difference between intranetworking and internetworking is that

  • A. intranetworking is more secured compared to internetworkingCorrect
  • B. intranetworking has unlimited coverage compared to internetworking
  • C. intranetworking is publicly owned while internetworking is privately owned
  • D. intranetworking can be accessed by everyone while internetworking is accessible to the staff of an organization only

Explanation

An intranet is typically a private, restricted network within an organisation, making it more secure compared to the broader, publicly accessible internetworking (the Internet).

Computer Studies 2025 Objective — Question 31

Which one of the following statements is true about email client?

  • A. It is a server which stores email messages
  • B. It is a program which enables users to send and receive emailCorrect
  • C. It is a person using email services
  • D. It is a computer which provides email services to users

Explanation

An email client is a program (application) that enables a user to send, receive, and manage email messages.

Computer Studies 2025 Objective — Question 32

A record in a database can be identified using

  • A. a key fieldCorrect
  • B. an attribute key
  • C. an entity relationship
  • D. an object identifier

Explanation

A key field (such as a primary key) is used to uniquely identify a record in a database.

Computer Studies 2025 Objective — Question 33

Which one of the following software can be used by a company accountant to prepare staff payment?

  • A. Microsoft Word
  • B. Microsoft Publisher
  • C. Microsoft PowerPoint
  • D. Microsoft ExcelCorrect

Explanation

Microsoft Excel, with its calculation and spreadsheet capabilities, is well suited for preparing staff payment/payroll records.

Computer Studies 2025 Objective — Question 34

In MS Access, the first object to be created which will enable user to create or use other objects is a

  • A. Form
  • B. Macro
  • C. Report
  • D. TableCorrect

Explanation

In MS Access, a Table is the first object created, since it stores the actual data that forms, queries, and reports depend on.

Computer Studies 2025 Objective — Question 35

Use Figure 3 (a Microsoft Excel menu bar icon) to answer this question. The Microsoft Excel menu bar icon in Figure 3 represents a command used to

  • A. change the row height or column width, organize sheets, protect or hide cellsCorrect
  • B. continue a series or pattern into neighbouring cells in any direction
  • C. remove the selection and put it on the clipboard so that user can paste it somewhere else
  • D. wrap extra-long text into multiple lines to allow a user view all of it

Explanation

The icon shown corresponds to the Format command in Excel, used to change row height/column width, organize sheets, and protect or hide cells. (Note: this question depends on a diagram/figure that was not fully legible in the source scan; the answer given is a best estimate.)

Computer Studies 2025 Objective — Question 36

Use Figure 4 (a CorelDraw toolbox object) to answer this question. The CorelDraw Toolbox object in Figure 4 is used to

  • A. select and transform objects
  • B. edit the shape of objectsCorrect
  • C. draw lines and curves
  • D. change the magnification level in the drawing window

Explanation

The tool shown corresponds to the Shape tool in CorelDraw, used to edit the shape of objects. (Note: this question depends on a diagram/figure that was not fully legible in the source scan; the answer given is a best estimate.)

Computer Studies 2025 Objective — Question 37

Which one of the following statements is true about the Slide Sorter View in Microsoft PowerPoint?

  • A. Only texts of all slides are shown
  • B. Preview presentation takes place
  • C. Slide time appears on the screen
  • D. Thumbnail versions of all slides are arrangedCorrect

Explanation

The Slide Sorter View in PowerPoint displays thumbnail versions of all the slides in a presentation, arranged for easy reordering and overview.

Computer Studies 2025 Objective — Question 38

Arrange the following steps in the correct order of creating queries in Microsoft Access. I. Choose the tables to include in the query. II. Choose the fields to include and adjust the criteria. III. Click the CREATE > Query Design button on the ribbon. IV. Click the RUN button/switch to Data Sheet View.

  • A. I, II, III, IV
  • B. I, II, IV, III
  • C. II, I, III, IV
  • D. III, I, II, IVCorrect

Explanation

The correct order is: first click CREATE > Query Design (III), then choose the tables to include (I), then choose the fields and adjust criteria (II), and finally click RUN/switch to Data Sheet View (IV).

Computer Studies 2025 Objective — Question 39

A small picture or object that represents a file, program, webpage or comment in windows is called

  • A. a taskbar
  • B. a toolbar
  • C. an iconCorrect
  • D. an image

Explanation

An icon is a small picture or object that represents a file, program, webpage or comment within a windowed operating system.

Computer Studies 2025 Objective — Question 40

The two main types of user interface are

  • A. visual user interface and command driven interface
  • B. soft user interface and graphical user interface
  • C. graphical user interface and visual user interface
  • D. graphical user interface and command driven interfaceCorrect

Explanation

The two main types of user interface are the graphical user interface (GUI) and the command driven (command-line) interface.

Computer Studies 2025 Objective — Question 41

To initiate the startup process, the BIOS requires

  • A. date, hardware status and system configuration
  • B. date, time, hardware status and system configurationCorrect
  • C. date, time, data file and hardware status
  • D. date, time, hardware status and text file

Explanation

The BIOS requires date, time, hardware status and system configuration information to initiate the computer's startup process.

Computer Studies 2025 Objective — Question 42

A desktop computer is switched on and the monitor displays an error message which reads: No input signal. The likely cause of this error is

  • A. a defective monitor
  • B. a disconnected VGA cableCorrect
  • C. low memory
  • D. power failure

Explanation

A 'No input signal' error typically indicates the monitor is not receiving a video signal, commonly caused by a disconnected or loose VGA (or other video) cable.

Computer Studies 2025 Objective — Question 43

The parts of the EBCDIC are

  • A. nibbles and bytes
  • B. strings and integers
  • C. words and numbers
  • D. zone bits and numerical bitsCorrect

Explanation

EBCDIC (Extended Binary Coded Decimal Interchange Code) character codes are made up of zone bits and numerical bits.

Computer Studies 2025 Objective — Question 45

Convert 70 from base ten to octal

  • A. 018(base 8)
  • B. 106(base 8)Correct
  • C. 601(base 8)
  • D. 810(base 8)

Explanation

70 divided by 8 gives 8 remainder 6; 8 divided by 8 gives 1 remainder 0; 1 divided by 8 gives 0 remainder 1. Reading the remainders from bottom to top gives 106(base 8).

Computer Studies 2025 Objective — Question 46

Backing up of computer files is the process of

  • A. updating files in the computer main storage area
  • B. storing extra copy of files in the main memory of the computer
  • C. storing extra copy of files in an external storage locationCorrect
  • D. storing extra copy of files on the computer main storage area

Explanation

Backing up files involves storing an extra copy of files in an external (separate) storage location, protecting against data loss in the main system.

Computer Studies 2025 Objective — Question 47

The file structure is represented systematically in ascending order as

  • A. data -> field -> record -> fileCorrect
  • B. Record -> data -> file -> field
  • C. field -> record -> data -> file
  • D. file -> record -> field -> data

Explanation

The file structure is represented systematically in ascending order as: data -> field -> record -> file, with each level building on the previous, smaller unit.

Computer Studies 2025 Objective — Question 48

Which of the following statements supports the goals of data backup? I. Need for duplication. II. Need for future reference. III. Protection against data loss.

  • A. I and II only
  • B. I and III only
  • C. II and III only
  • D. I, II and IIICorrect

Explanation

All three statements - duplication, future reference, and protection against data loss - support the goals of performing data backup.

Computer Studies 2025 Objective — Question 49

The unauthorized use of computer and network resources is known as

  • A. hackingCorrect
  • B. phishing
  • C. piracy
  • D. spamming

Explanation

Hacking refers to the unauthorized use of, or access to, computer and network resources.

Computer Studies 2025 Objective — Question 50

Poor implementation of network or lack of ICT policies may result in

  • A. phishing
  • B. security breachCorrect
  • C. spamming
  • D. virus infection

Explanation

Poor implementation of network/ICT policies weakens an organisation's overall protections, generally resulting in a security breach.

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.