SSS One Objective Exam Questions in Computer Studies
1. The computing devices invented by Charles Babbage are
A. Abacus and difference engine
B. Abacus and slide rule
C. Analytical and difference engine
D. Slide rule and analytical engine
Click here to show answer
2. The Census machine was invented by
A. Blaise Pascal
B. Gottfried Leibnitz
C. Herman Hollerith
D. Joseph Jacquard
Click here to show answer
3. Each set of Napier’s bones consisted of ______ rods.
A. 5
B. 9
C. 11
D. 13
Click here to show answer
4. Once you load the suitable program and provide the required data, the computer does not need human intervention. This feature is known as
A. Accuracy
B. Reliability
C. Versatility
D. Automation
Click here to show answer
5. Who is credited with the idea of using punch cards to control patterns in a weaving machine?
A. Pascal
B. Hollerith
C. Babbage
D. Jacquard
Click here to show answer
6. Which of the following is not the function of the mouse?
A. Clicking
B. Pointing
C. Pumping
D. Dragging
Click here to show answer
7. Abacus was an invention of the
A. Chinese
B. Indians
C. Charles Babbage group
D. Babylonians
Click here to show answer
8. Which of the following printers can produce the best quality graphics production?
A. Dot Matrix printer
B. Inkjet printer
C. Laser printer
D. Compact printer
Click here to show answer
9. The collection of unorganized facts and figures is called
A. data
B. file
C. Information
D. Variable
Click here to show answer
10. What is the name of the main computer hardware that accommodates other accessories?
A. CPU
B. Monitor
C. System unit
D. Motherboard
Click here to show answer
11. Which of these devices can serve as an input and output device?
A. Touchpad
B. Stylus
C. Touch screen
D. Printer
Click here to show answer
12. The following are activities that can be performed in the processing of data into information EXCEPT
A. classification or sorting
B. calculations
C. storing
D. Translating
Click here to show answer
13. Which of the following is not an output device
A. stylus
B. Projector
C. Printer
D. Speaker
Click here to show answer
14. A computer can solve more than one kind of problem. Which of the following characteristics is this related to?
A. Accuracy
B. Reliability
C. Versatility
D. Automation
Click here to show answer
15. Which of the following machines was not invented by Charles Babbage?
A. Tabulating Machine
B. Analytical Engine
C. Difference Engine
D. All of the above
Click here to show answer
16. An input device that is connected to a computer that allows anyone connected to the Internet to view either still pictures or motion video of a user or other objects is called
A. digital camera
B. webcam
C. OCR
D. monitor
Click here to show answer
17. Short Cut key for Print Preview in MS Word is:
A. Ctrl + F2
B. Ctrl + F3
C. Ctrl + F1
D. Ctrl + P
Click here to show answer
18. One computer that is not considered portable is
A. Palmtop
B. Laptop computer
C. Notebook computer
D. Desktop
Click here to show answer
19. A paper printout of a document is known as
A. Softcopy output
B. Hardcopy output
C. Permanent Output
D. All of above
Click here to show answer
20. ENIAC represents data and instructions in what number system
A. Decimal Numbering System
B. Octal Numbering System
C. Binary Numbering System
D. Hexadecimal Numbering System
Click here to show answer
21. Where would you find the word QWERTY
A. Printer
B. Mouse
C. Keyboard
D. Light pen
Click here to show answer
22. One advantage of the trackball over the mouse is that
A. It does not require much space to use it.
B. It does not require much electricity to use it
C. It does not require much skills to use it
D. All of the above
Click here to show answer
23. The speed of a character printer is measured in
A. Character per inch
B. Line per inch
C. Character per second
D. Line per second
Click here to show answer
24. The world’s first commercial computer is
A. ENIAC
B. EDVAC
C. UNIVAC 1
D. EDSAC
Click here to show answer
25. The shortcut “Shift + Insert” is used to
A. paste
B. Copy
C. High light
D. Undo
Click here to show answer
26. All the following are printers that print characters and graphics on a piece of paper without striking the paper EXCEPT
A. Daisy wheel printer
B. Laser printer
C. Inkjet printer
D. thermal printer
Click here to show answer
27. An output device that can take the display of a computer screen and project a large version of it onto a flat surface is called
A. Monitor
B. Projector
C. Printer
D. Speaker
Click here to show answer
28. Which of the following computers is not invented by J.P. Eckert and John Mauchly?
A. ENIAC
B. EDVAC
C. UNIVAC 1
D. EDSAC
Click here to show answer
29. One of the following machines was used to process census information in the U.S.A. in 1890.
A. Herman Hollerith Machine
B. Jacquard’s Loom
C. Pascaline
D. Gottfried Leibnitz
Click here to show answer
30. A hard copy would be prepared on a
A. monitor
B. printer
C. keyboard
D. joystick
Click here to show answer
31. Which of the following is not a programming language
A. HTML
B. Python
C. BASIC
D. PASCAL
Click here to show answer
32. The operating system, translators and utility program are categories of
A. application software
B. customized software
C. network software
D. system software
Click here to show answer
33. A programming language that uses mnemonic codes is called:
A. Assembly program
B. BASIC program
C. COBOL program
D. FORTRAN program
Click here to show answer
Study the program below and answer questions 34 and 35
10 REM …………………………..
20 CLS
30 FOR I = 10 TO 20 STEP 3
40 PRINT I
50 NEXT I
60 END
34. The statement on line number 20 stands for
A. Clear screen
B. Calculate
C. Remark
D. None of the above
Click here to show answer
35. The output of the above program when executed is
A. 10 TO 20
B. 10, 13, 16, 19
C. 11, 14, 17, 20
D. 10, 20, 3
Click here to show answer
36. The only language a microprocessor understands is:
A. Computer language
B. Machine language
C. Assembly language
D. Translator
Click here to show answer
37. Word processing, spreadsheet, and graphic packages are examples of:
A. Operating system
B. System software
C. Application software
D. Utility software
Click here to show answer
38. Which of the following LET statements is correct
A. LET A$ = ‘faith’
B. LET A = “faith”
C. LET A$ = “faith”
D. LET A$ = faith
Click here to show answer
39. An operating system that allows many different users to take advantage of the computer's resources simultaneously is called
A. Single user, single task OS
B. Distributed OS
C. Multi-user OS
D. Single-user, multi-tasking OS
Click here to show answer
40. Which statement is valid about computer programs?
A. High-level languages must be converted into machine language to execute
B. High-level language programs are more efficient and faster to execute
C. It is more difficult to identify errors in high-level language programs than in low-level programs
D. All of the above
Click here to show answer
41. FORTRAN is a programming language. What does FORTRAN stand for?
A. File Translation
B. Format Translation
C. Formula Translation
D. Floppy Translation
Click here to show answer
42. Part of an operating system that allows users to click and drag objects with a mouse instead of entering command lines. is called
A. Graphical User Interface
B. Command line
C. Mobile-based OS
D. Embedded system
Click here to show answer
43. Computer software used to store, retrieve information and conduct transactions related to air travel is called
A. Banking software
B. Payroll system
C. Reservation system
D. Human resources management
Click here to show answer
44. Which of the following is not a DBMS package
A. Oracle
B. Paradox
C. SQL Server
D. MS word
Click here to show answer
45. Multiple applications bundled together are sometimes referred to as:
A. Application suite
B. User application programs
C. General purpose application software
D. Specific purpose application software
Click here to show answer
46. A software package used to display information, normally as a slide show is called
A. Presentation program
B. Spreadsheet application
C. Payroll
D. Statistical package
Click here to show answer
47. Antivirus, disk partitioner and file managers are examples of
A. Operating system
B. Translators
C. Utility program
D. Hardware
Click here to show answer
48. A computer program that converts high-level language into machine language is called a/an
A. Translator
B. Simulator
C. Copier
D. Commander
Click here to show answer
49. The command line prompt of the MS-DOS operating system is represented as
A. C:\>
B. C:\
C. C. >
D. C:/
Click here to show answer
50. An operator used for various mathematical calculations is a/an:
A. Relational operator
B. Logical operator
C. Arithmetic operator
D. String operator
Click here to show answer
51. A BASIC statement that is used in a program to give data to a variable with a user prompt or a group of variables is:
A. INPUT statement
B. LET statement
C. READ statement
D. END statement
Click here to show answer
52. The BASIC programming language was invented by
A. John Kemeny and Presper Eckert
B. Thomas Kurtz and John Mauchly
C. Preper Eckert and John Mauchly
D. John Kemeny and Thomas Kurtz
Click here to show answer
53. To “run” a program in BASIC means to …… a program.
A. pursue
B. execute
C. write
D. find
Click here to show answer
54. All the following are examples of GUI-based operating systems except
A. Windows
B. Android
C. iOS
D. DOS
Click here to show answer
55. The algebraic expression 𝑥2 + 𝑦2 in a BASIC arithmetic expression is
A. (𝑥 + 𝑦)2
B. 2X + 2Y
C. X^2 + Y^2
D. All of the above
Click here to show answer
56. Evaluate the BASIC expression A + B*C/2*A if A = 1, B = 4 and C = 10
A. 21
B. 23
C. 25
D. 35
Click here to show answer
57. All the following are BASIC key statements EXCEPT
A. LEM
B. INPUT
C. PRINT
D. LET
Click here to show answer
58. The programming language ideal for a business environment is
A. BASIC
B. PASCAL
C. COBOL
D. C++
Click here to show answer
59. The programming language that allows for a program to be written in forms that are readable to human beings is called
A. Assembly language
B. Machine language
C. High-level language
D. all of the above
Click here to show answer
60. Utility programs are also known as
A. Service program
B. Operating system
C. Graphic program
D. Word processing software.
Click here to show answer
61. The acronym POST stands for
A. Power Off Self Test
B. Power On Self Test
C. Power Off Self Task
D. Power On Self Task
Click here to show answer
62. A communication strategy in ICT that happens in real time and requires all the parties involved to present at the same time is called
A. Synchronous communication
B. Face-to-face communication
C. WhatsApp communication
D. Asynchronous communication
Click here to show answer
63. The programming language ideal for a business environment is
A. BASIC
B. PASCAL
C. COBOL
D. C++
Click here to show answer
64. The programming language that allows for a program to be written in forms that are readable to human beings is called
A. Assembly language
B. Machine language
C. High-level language
D. all of the above
Click here to show answer
65. Utility programs are also known as
A. service routine
B. Operating system
C. Graphic program
D. Word Processing program
Click here to show answer
66. Which of the following is not a programming language
A. HTML
B. Python
C. BASIC
D. PASCAL
Click here to show answer
67. The operating system, translators and utility program are examples of
A. application software
B. customized software
C. network software
D. system software
Click here to show answer
68. An example of a programming language that uses mnemonic code is
A. Assembly program
B. BASIC program
C. COBOL program
D. FORTRAN program
Click here to show answer
69. Word processing, spreadsheet, and graphic packages are examples of:
A. Operating system
B. System software
C. Application software
D. Utility software
Click here to show answer
70. Which of the following LET statements is correct
A. LET A$ = ‘Theresa’
B. LET A = “Theresa”
C. LET A$ = “Theresa”
D. LET A$ = Theresa
Click here to show answer
71. Which statement is valid about computer programs?
A. High-level languages must be converted into machine language to execute
B. High-level language programs are more efficient and faster to execute
C. It is more difficult to identify errors in high-level language programs than in low-level programs
D. All of the above
Click here to show answer
72. Operating systems that allow users to click and drag objects with a mouse instead of entering command line(s) are called
A. Graphical User Interface
B. Command line
C. Mobile-based OS
D. Embedded system
Click here to show answer
73. The algebraic expression in BASIC language notation is..
A. (Xy)(X-y)
B. X+Y/X*Y
C. X+Y/X-Y
D. X-Y/X+Y
Click here to show answer
74. Which of the following is not a DBMS package
A. Oracle
B. Paradox
C. SQL Server
D. MS Excel
Click here to show answer
75. The first program that runs every time the computer is turned on is;
A. POST
B. ROM BIOS
C. CMOS
D. Operating system
Click here to show answer
76. Pressing the Ctrl + Alt + Del keys simultaneously why the computer is running is
A. Cold Booting
B. Warm Booting
C. Hot Booting
D. Chill booting
Click here to show answer
77. Who is credited with the idea of using punch cards to control patterns in a waving machine?
A. Pascal
B. Hollerith
C. Babbage
D. Jacquard
Click here to show answer
78. Which of the following is not the function of the mouse?
A. Clicking
B. Pointing
C. Pumping
D. Dragging
Click here to show answer
79. Abacus was an invention of the
A. Chinese
B. Indians
C. Charles Babbage group
D. Babylonians
Click here to show answer
80. Which of these is quantitative data
A. (A) A, B, C, D
B. 12345
C. AC3D
D. +)&^%
Click here to show answer
81. Hardware connected to the system unit is called
A. CPU
B. Monitor
C. Peripherals
D. Motherboard
Click here to show answer
82. Which of the following did not contribute to computer development?
A. Blaise Pascal
B. Joseph Jacquard
C. Isaac Newton
D. Gottfried Leibnitz
Click here to show answer
Study the figure above and answer questions 83 to 86
83. The part used for justifying is
A. I
B. V
C. IV
D. II
Click here to show answer
84. The part labelled II is used for
A. Undoing text
B. Understanding text
C. Underlining text
D. Undermining text
Click here to show answer
85. What part is used for changing font-face or style
A. I
B. II
C. III
D. IV
Click here to show answer
86. The part labelled IV is used for
A. changing font size
B. changing font style or face
C. Justifying
D. centralizing
Click here to show answer
87. The following are application areas of ICT EXCEPT
A. Telecopying
B. Tele-computing
C. Teleconferencing
D. Messaging
E. Tele-presence
Click here to show answer
88. Which of these networks is the largest
A. LAN
B. PAN
C. WAN
D. MAN
Click here to show answer
89. The following are elements of Windows desktop EXCEPT?
A. System tray
B. Desktop
C. Icons
D. Toolbox
Click here to show answer
90. The following are examples of presentation software EXCEPT?
A. Corel Presentations
B. OpenOffice.org Impress
C. SlideSlider
D. MS Excel
Thank you so much for this
ReplyDeleteYou're welcome
DeleteThis is awesome! God Bless Man.
ReplyDeleteThis is great. Really helpful. God bless you guy.
ReplyDeleteI love this
ReplyDeleteAbiodun bukola
ReplyDeleteThank you. Very helpful
ReplyDeleteThis is nice. Thanks
ReplyDelete