0% found this document useful (0 votes)
19 views25 pages

COS101 CA Complied Questions

The document contains a series of multiple-choice questions related to computer science concepts, historical figures, and logic gates. It covers topics such as the Jacquard loom, Boolean algebra, programming languages, and the history of computing. The questions are designed for a Computer Science Basics (COS101) course assessment for the academic year 2024/25.

Uploaded by

bryghtvera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
19 views25 pages

COS101 CA Complied Questions

The document contains a series of multiple-choice questions related to computer science concepts, historical figures, and logic gates. It covers topics such as the Jacquard loom, Boolean algebra, programming languages, and the history of computing. The questions are designed for a Computer Science Basics (COS101) course assessment for the academic year 2024/25.

Uploaded by

bryghtvera
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

COS101 CBT CA QUESTIONS (2024/25)

)5
1. What kind of cards did Jacquard's loom use?

/2
A) Punch cards
B) Loop cards

24
C) Binary cards
D) Textile cards

0
(2
2. What concept did Jacquard's loom introduce?
A) Looping

ts
B) Using cards to control weaving patterns
C) Storing data on cloth

en
D) Mechanical automation

ud
3. What is the output of a XOR gate if both inputs are false?
A) True
B) False
C) Undefined
St
D) Error
h
4. Where is De Morgan's theorem applied?
es

A) Circuit analysis
B) Programming languages
Fr

C) Logic gates
D) Operating systems
L

5. What symbol represents the AND gate in Boolean algebra?


0

A) +
10

B) •
C) -
by

D) '

6. What was Philip Emeagwali known for?


d

A) Inventing the first computer


B) Contributions to parallel computing
ie

C) Creating the internet


pl

D) Developing artificial intelligence


m

7. In an abacus, what part represents the fingers?


A) The upper rows
Co

B) The lower rows


C) The central beads
D) The frame

8. What is the function of a CPU?


A) Storing data
B) Performing calculations and processing instructions

)5
C) Displaying images

/2
D) Managing network connections

24
9. Who designs computer systems?
A) System analysts

0
B) Software engineers

(2
C) Programmers
D) Data scientists

ts
10. When was Microsoft founded?
A) 1975

en
B) 1980
C) 1990

ud
D) 2000

St
11. Who is known as the father of the Analytical Engine?
A) Blaise Pascal
B) Alan Turing
h
C) Charles Babbage
es

D) John von Neumann


Fr

12. What is the primary function of logic gates in computer science?


A) Store data
B) Perform calculations
L

C) Process logical operations


0

D) Control hardware components


10

13. What is a key feature of Jacquard's loom?


A) Automatic pattern weaving
by

B) Storing data in memory


C) Programming using binary
D) Electronic processing
d
ie

14. Who invented the Pascaline?


A) Charles Babbage
pl

B) Blaise Pascal
m

C) Alan Turing
D) Joseph Jacquard
Co

15. What software controls the sorting of files?


A) Compiler
B) Database Manager
C) Operating System
D) File Sorter
16. In a computer system, what is referred to as "humanware"?

)5
A) The CPU

/2
B) The operating system
C) The end-user

24
D) The RAM

0
17. What does 1 represent in Boolean algebra?

(2
A) False
B) True
C) Undefined

ts
D) Zero

en
18. What does a NOR gate consist of?
A) NOT and OR gates

ud
B) OR and XOR gates
C) AND and NOT gates
D) AND and OR gates St
19. What is the Boolean algebra representation of an OR gate?
h
A) X + A
es

B) 'X
C) X - A
Fr

D) X •

20. Who was the first computer programmer?


L

A) Grace Hopper
0

B) Ada Lovelace
10

C) Alan Turing
D) Charles Babbage
by

21. Which operator is represented by (.) in Boolean algebra?


A) XOR
B) OR
d

C) AND
ie

D) NOT
pl

22. What is the output of an OR gate when both inputs are 1?


m

A) Error
B) 0
Co

C) 1
D) Undefined

23. What type of operation is NOT?


A) Unary
B) Ternary
C) Binary
D) Polinary

)5
/2
24. What is the result of A(B+D) when A=1, B=0, and D=1?
A) 1

24
B) 0
C) Undefined

0
D) Error

(2
25. What is an application of De Morgan's law?
A) Defining truth tables

ts
B) Designing software packages
C) Simplifying logic expressions

en
D) Managing databases

ud
26. What is the output of a NAND gate when both inputs are 0?
A) 0
B) 1
C) Undefined
St
D) Error
h
es

27. What is the main difference between an interpreter and a compiler?


A) It works with machine code
Fr

B) It translates code into assembly language


C) It creates an executable file
D) It processes code one line at a time
0 L

28. Which of the following is an example of an input device?


10

A) Loudspeaker
B) Joystick
C) Printer
by

D) Monitor

29. What is a program that translates high-level language into machine language all at once?
d

A) Assembler
ie

B) Interpreter
C) Converter
pl

D) Compiler
m

30. Grace Hopper invented which programming language?


Co

A) FORTRAN
B) COBOL
C) C++
D) BASIC

31. The punch card machine was made of what material?


A) Wooden cards
B) Metal cards

)5
C) Plastic cards

/2
D) Glass cards

24
32. What does an assembler convert?
A) High-level language to assembly language

0
B) High-level language to machine language

(2
C) Machine language to assembly language
D) Assembly language to binary

ts
33. What is the difference between an assembler and a compiler?
A) Converts HHL to ML at once

en
B) Converts assembly language to machine code
C) Converts HHL line by line

ud
D) Translates logic operations

34. What does 1 stand for in the OR gate?


A) Undefined
St
B) ON
h
C) OFF
es

D) False
Fr

35. The output of a XNOR gate will be true if the inputs are ___?
A) Both true or both false
B) Either true or false
L

C) Only false
0

D) Only true
10

36. Which of the following is a hardware component?


A) Application software
by

B) Programmer
C) Operating software
D) CPU
d
ie

37. What is the output of an OR operation when either or both inputs are true?
A) Undefined
pl

B) Error
m

C) 1
D) 0
Co

38. Which gate produces an output only if both inputs are true or false?
A) NOR
B) XOR
C) AND
D) NXOR
39. Which operator is represented by DOT (.) in Boolean algebra?

)5
A) XOR

/2
B) OR
C) AND

24
D) NOT

0
40. What is the output of an OR gate when both inputs are 1?

(2
A) Error
B) 0
C) 1

ts
D) Undefined

en
41. What type of operation is NOT?
A) Unary

ud
B) Ternary
C) Binary
D) Polinary St
42. What is the result of A(B + D) when A = 1, B = 0, and D = 1?
h
A) 1
es

B) 0
C) Undefined
Fr

D) Error

43. What is an application of De Morgan's law?


L

A) Defining truth tables


0

B) Designing software packages


10

C) Simplifying logical expressions


D) Managing databases
by

44. What is the output of a NAND gate when both inputs are 0?
A) 0
B) 1
d

C) Undefined
ie

D) Error
pl

45. What is the primary difference between an interpreter and a compiler?


m

A) Works with machine code


B) Translates code into assembly language
Co

C) Creates executable files


D) Processes code one line at a time

46. Who was the first programmer?


A) Grace Hopper
B) Ada Lovelace
C) Alan Turing
D) Charles Babbage

)5
/2
47. Who "produces" procedures for an organization?
A) Data analyst

24
B) End user
C) Data entry

0
D) Programmer

(2
48. De Morgan's law helps in:
A) Simplifying logical expressions

ts
B) Managing resources
C) Programming software

en
D) Configuring networks

ud
49. The proper management of computer hardware resources is done by:
A) CPU
B) Operating system
C) Compiler
St
D) RAM
h
es

50. Who invented the Pascaline?


A) Charles Babbage
Fr

B) Blaise Pascal
C) Alan Turing
D) Joseph Jacquard
0 L

51. The OR operation is represented as:


10

A) +
B) •
C) -
by

D) /

52. Who invented the Mark I?


d

A) Alan Turing
ie

B) Grace Hopper
C) Charles Babbage
pl

D) Howard Aiken
m

53. When was the abacus invented?


Co

A) 500 BC
B) 700 BC
C) 600 BC
D) 400 BC

54. The type of cards used in ______ machine was ______?


A) Plastic
B) Glass

)5
C) Wooden

/2
D) Punched

24
55. The feature of modern computers adopted by the Von Neumann machine is ______?
A) Stored Program

0
B) Punched Cards

(2
56. The output of which logic gate is always true when the inputs are false?
A) NAND

ts
B) NOR
C) OR

en
D) XOR

ud
57. Howard Aiken was the creator of ______?
A) Mark I
B) Analytical Machine
C) ENIAC
St
D) EDVAC
h
es

58. What year did Bill Gates found Microsoft?


A) 1975
Fr

B) 1981

59. When was Microsoft invented?


L

A) 1975
0

B) 1980
10

C) 1985
D) 1990
by

60. Who is known as the father of the Analytical Engine?


A) Charles Babbage
B) Alan Turing
d

C) John von Neumann


ie

D) Howard Aiken
pl

61. Hollerith is known for inventing what?


m

A) The Abacus
B) Punched Card System
Co

C) Vacuum Tubes
D) Analytical Engine

62. Who invented Mark I?


A) Charles Babbage
B) Howard Aiken
C) Alan Turing
D) Blaise Pascal

)5
/2
63. What is Charles Babbage famous for?
A) Inventing the first mechanical computer

24
B) Creating the first compiler
C) Developing the Internet

0
D) Designing Microsoft Windows

(2
64. What is the difference between an interpreter and a compiler?
A) It converts high-level language to machine language line by line

ts
B) It processes the entire code at once
C) It generates assembly code

en
D) It executes code immediately

ud
65. Which of the following is a hardware component?
A) Operating system
B) CPU
C) Application software
St
D) Compiler
h
es

66. Grace Hopper invented which programming language?


A) COBOL
Fr

B) PASCAL
C) Java
D) Python
0 L

67. What was the first mechanical machine?


10

A) Pascaline
B) Abacus
C) Analytical Engine
by

D) Jacquard Loom

68. What is the difference between XNOR and XOR?


d

A) XNOR is true when inputs are the same, XOR is true when inputs are different
ie

B) XOR is true when inputs are the same, XNOR is true when inputs are different
C) XOR always gives true output
pl

D) XNOR always gives false output


m

69. A linker is used to:


Co

A) Compile a single executable file


B) Convert assembly code
C) Debug a program
D) Run interpreted languages

70. Abacus can be dated back to:


A) 100 BC
B) 500 BC

5 )
C) 300 BC

/2
D) 700 BC

24
71. Which gate produces a true output when both inputs are either true or false?
A) XOR

0
B) XNOR

(2
C) OR
D) NAND

ts
72. OR gate is represented as:
A) A • B

en
B) A'
C) A + B

ud
D) A / B

73. Augusta Ada earned her spot in history as ______?


A) The first computer programmer
St
B) The inventor of COBOL
h
C) The creator of Microsoft
es

D) The developer of FORTRAN


Fr

74. What is used to translate one high-level language (HLL) to another HLL all at once?
A) Interpreter
B) Compiler
L

C) Assembler
0

D) Preprocessor
10

75. What operation is carried out when the inputs are both true/false and they give an output of 1?
A) NOR
by

B) XNOR
C) NAND
D) OR
d
ie

76. Who invented the Pascaline?


A) Charles Babbage
pl

B) Alan Turing
m

C) Blaise Pascal
D) John von Neumann
Co

77. What is the function of an assembler?


A) Converts assembly code to machine code
B) Converts HLL to assembly
C) Translates one HLL to another
D) Executes machine instructions
78. Who invented the first mechanical calculator?

)5
A) Charles Babbage

/2
B) Howard Aiken
C) Blaise Pascal

24
D) John von Neumann

0
79. Which of the following is true for an XNOR gate?

(2
A) The output is true if the inputs are the same
B) The output is false if the inputs are different
C) The output is false if the inputs are the same

ts
D) The output is true if the inputs are different

en
80. When the input is 1 in a NOT gate, what will be its output?
A) 1

ud
B) 0
C) Undefined
D) Error St
81. Jacquard’s loom was based on:
h
A) Punched Cards
es

B) Magnetic Tape
C) Vacuum Tubes
Fr

D) Integrated Circuits

82. What is the function of a benchmark?


L

A) Measuring a system’s performance


0

B) Debugging software
10

C) Compiling code
D) Encrypting data
by

83. A program used to sort can be classified as a:


A) Operating System
B) Utility Program
d

C) Application Software
ie

D) System Software
pl

84. Which of the following is true when both inputs are either true or false?
m

A) AND
B) OR
Co

C) XOR
D) XNOR

85. Which software serves as an interface between hardware and users?


A) System Software
B) None of the Above
C) Application Software
D) Utility Software

5)
/2
86. Which of the following serves as an interface between hardware and the end-user?
A) System Software

24
B) Application Software
C) None of the Above

0
D) Middleware

(2
87Programs for word processing and graphics editing are categorized as:
A) System Software

ts
B) Application Package
C) Operating System

en
D) Utility Software

ud
88. A person that provides computerization procedures is called a:
A) Software Developer
B) System Analyst
C) Programmer
St
D) Data Processing Manager
h
es

89. Which of the following comprises the NOR Gate?


A) OR Gate followed by AND
Fr

B) NOT Gate followed by OR


C) OR Gate followed by NOT
D) AND Gate followed by OR
0 L

90. De Morgan’s Law is used for:


10

A) Simplifying Logic Expressions


B) Defining Truth Tables
C) Writing Algorithms
by

D) Designing Circuit Boards

91. Who was the first computer programmer?


d

A) Augusta Ada Byron


ie

B) Grace Hopper
C) Herman Hollerith
pl

D) Charles Babbage
m

92. The human fingers are represented by ______ on the abacus.


Co

A) The Upper and Lower Beads


B) The Upper Beads
C) The Lower Beads
D) The Frame

93. A cashier in a banking system is a:


A) Data Entry Operator
B) Programmer

)5
C) Analyst

/2
D) System Administrator

24
94. Which of the following is true for XNOR?
A) XNOR is the inverse of XOR

0
B) XOR is true when both inputs are the same

(2
C) XNOR is false when both inputs are the same
D) XNOR is true when both inputs are the same

ts
95. Setting up a payroll uses what type of software?
A) Utility Software

en
B) User Application Software
C) System Software

ud
D) Application Software

96. Which operator represents a NOT gate?


A) Unary
St
B) Binary
h
C) Ternary
es

D) Denary
Fr

97. The CPU is responsible for:


A) Processing Data
B) Displaying Graphics
L

C) Storing Files
0

D) Managing Networks
10

98. ________ form an interface between computer hardware and the user.
A) Operating Systems
by

B) Programming Languages
C) Network Devices
D) Input Devices
d
ie

99. A cashier in a bank is an example of:


A) Programmer
pl

B) End User
m

C) System Analyst
D) Database Manager
Co

100. What is the function of an operating system?


A) Managing Hardware and Software Resources
B) Writing Code
C) Designing Web Pages
D) Connecting to the Internet
101. Who invented the first calculating machine?

5)
A) Blaise Pascal

/2
B) Charles Babbage
C) John von Neumann

24
D) Alan Turing

0
102. Is DBMS system software or application software?

(2
A) System Software
B) Application Software
C) Both A and B

ts
D) Neither A nor B

en
103. What is the use of logical operations?
A) Making Decisions in Programming

ud
B) Displaying Graphical Output
C) Sorting Data
D) Storing Files St
104. The number of inputs in a Boolean function is determined by the formula:
h
A) 2^n
es

B) 2^3
C) n^2
Fr

D) log(n)

105. The XOR gate outputs true when:


L

A) Both inputs are the same


0

B) Both inputs are different


10

C) One input is true


D) One input is false
by

106. The OR function is written as:


A) X + Y
B) X * Y
d

C) X ⊕ Y
ie

D) X̅
pl

107. Boolean algebra can be used for:


m

A) Simplifying logic circuits


B) Solving complex equations
Co

C) Solving polynomials
D) Factorizing quadratic equations

108. Which logic gate gives a true output when both inputs are either true or false?
A) AND
B) OR
C) XOR
D) XNOR

)5
/2
109. Which of the following is an application package?
A) Graphics Package

24
B) Operating System
C) Utility Program

0
D) Language Translators

(2
110. A computer can be considered as:
A) Electronic Device

ts
B) Mechanical Device
C) Analog Device

en
D) None of the Above

ud
111. Which type of punched cards were used in Jacquard’s loom?
A) Glass Punched Cards
B) Wooden Punched Cards
C) Plastic Punched Cards
St
D) Metal Punched Cards
h
es

112. The hardware components of a computer comprise:


A) CPU and Humanware
Fr

B) CPU and Peripherals


C) Storage Devices and Peripherals
D) Motherboard and Software
0 L

113. Which logic gate outputs 1 only when both inputs are false?
10

A) XOR
B) AND
C) NAND
by

D) NOR

114. In Boolean algebra, 1 represents:


d

A) False
ie

B) Off
C) On
pl

D) None of the Above


m

115. A cashier working with a bank information system is an example of a:


Co

A) System Analyst
B) Programmer
C) End User
D) Data Operator

116. A computer program used to combine organized files is called a:


A) File Manager
B) Database Manager

)5
C) File Compiler

/2
D) Data Integrator

24
117. The operating system is part of the:
A) Application Package

0
B) System Software

(2
C) Benchmark Program
D) Utility Software

ts
118. A benchmark program is used to:
A) Measure system performance

en
B) Debug software
C) Translate programs

ud
D) Manage databases

St
119. A computer program created to solve simultaneous equations is considered:
A) System Software
B) Utility Package
h
C) Application Software
es

D) Translators
Fr

120. Who wrote the first computer program?


A) Augusta Ada Byron
B) Charles Babbage
L

C) Alan Turing
0

D) John von Neumann


10

121. Which of the following software is used for statistical analysis?


A) SQL
by

B) SPSS
C) Excel
D) MATLAB
d
ie

122. Which part of the computer controls all processing?


A) ALU
pl

B) Hardware
m

C) Control Unit
D) Peripheral
Co

123. Which language translator translates HLL to ML equivalent all at once?


A) Compiler
B) Interpreter
C) Preprocessor
D) Debugger
Co
m
pl
ie
d
by
10
0L
Fr
es
h
St
ud
en
ts
(2
0 24
/2
5 )
COS101 CBT CA SOLUTION

1. A) Punch cards
2. B) Using cards to control weaving patterns
3. B) False
4. C) Logic gates
5. B) •
6. B) Contributions to parallel computing
7. B) The lower rows
8. B) Performing calculations and processing instructions
9. A) System analysts
10. A) 1975
11. C) Charles Babbage
12. C) Process logical operations
13. A) Automatic pattern weaving
14. B) Blaise Pascal
15. C) Operating System
16. C) The end-user
17. B) True
18. A) NOT and OR gates
19. A) X + A
20. B) Ada Lovelace
21. C) AND
22. C) 1
23. A) Unary
24. A) 1
25. C) Simplifying logic expressions
26. B) 1
27. D) It processes code one line at a time
28. B) Joystick
29. D) Compiler
30. B) COBOL
31. A) Wooden cards
32. D) Assembly language to binary
33. B) Converts assembly language to machine code
34. B) ON
35. A) Both true or both false
36. D) CPU
37. C) 1
38. D) NXOR
39. C) AND
40. C) 1
41. A) Unary
42. A) 1
43. C) Simplifying logical expressions
44. B) 1
45. D) Processes code one line at a time
46. B) Ada Lovelace
47. D) Programmer
48. A) Simplifying logical expressions
49. B) Operating system
50. B) Blaise Pascal
51. A) +
52. D) Howard Aiken
53. A) 500 BC
54. D) Punched
55. A) Stored Program
56. B) NOR
57. A) Mark I
58. A) 1975
59. A) 1975
60. A) Charles Babbage
61. B) Punched Card System
62. B) Howard Aiken
63. A) Inventing the first mechanical computer
64. A) It converts high-level language to machine language line by line
65. B) CPU
66. A) COBOL
67. A) Pascaline
68. A) XNOR is true when inputs are the same, XOR is true when inputs are different
69. A) Compile a single executable file
70. B) 500 BC
71. B) XNOR
72. C) A + B
73. A) The first computer programmer
74. B) Compiler
75. B) XNOR
76. C) Blaise Pascal
77. A) Converts assembly code to machine code
78. C) Blaise Pascal
79. A) The output is true if the inputs are the same
80. B) 0
81. A) Punched Cards
82. A) Measuring a system’s performance
83. C) Application Software
84. D) XNOR
85. A) System Software
86. A) System Software
87. B) Application Package
88. B) System Analyst
89. C) OR Gate followed by NOT
90. A) Simplifying Logic Expressions
91. A) Augusta Ada Byron
92. C) The Lower Beads
93. B) End User
94. D) XNOR is true when both inputs are the same
95. D) Application Software
96. A) Unary
97. A) Processing Data
98. A) Operating Systems
99. B) End User
100. A) Managing Hardware and Software Resources
101. A) Blaise Pascal
102. B) Application Software
103. A) Making Decisions in Programming
104. A) 2^n
105. B) Both inputs are different
106. A) X + Y
107. A) Simplifying logic circuits
108. D) XNOR
109. A) Graphics Package
110. A) Electronic Device
111. B) Wooden Punched Cards
112. B) CPU and Peripherals
113. D) NOR
114. C) On
115. C) End User
116. A) File Manager
117. B) System Software
118. A) Measure system performance
119. C) Application Software
120. A) Augusta Ada Byron
121. B) SPSS
122. C) Control Unit
123. A) Compiler

---
**Final Answer Key**
\boxed{1} to \boxed{123}: Answers provided above.
COS 101 COMPILED CA QUESTIONS
1. Howard Aiken was the creator of (a) Analytical Machine (b) Mark I (c) Power looms (d)
Punch card machine
2. Bill Gates founded Microsoft in the year (a) 1975 (b) 1979 (c) 1981 (d) 1984
3. Who is known as father of analytical engine? (a) Blaise Pascal (b) Augusta Bryon (c) Charles
Babbage (d) John Neumann
4. Herman Hollerith is known for inventing what? (a) Simultaneous equation (b) Abacus (c)
Power looms (d) Punch card machine
5. Which of the following effectively describes compilers? (a) Converts high level language

'3 0
to low level language (b) Converts high level language to low level language one at a time
(c) Converts high level language to low level language all at once (d) Converts high level
language to its equivalent low level language

translator (d) Central processing unit


S S
6. Which of these is a hardware? (a) Operating system (b) Graphic package (c) Language

A
7. Grace Hopper invented which of these? (a) COBOL (b) PASCAL (c) FORTRAN (d) BASIC
8. Who invented the first mechanical calculator? (a) Pascaline (b) Abacus (c) Analytical
engine (d) Hollerith’s desks
L
C
9. A linker is used to (a) Load up executable files (b) Compile object files into a single

S
executable file (c) Arrange object objection specified sequence (d) Collect related files
10. The difference between interpreter and compiler is (a) Interpreter converts high level

B
language to low level language (b) Compiler converts high level language to low level

B
language one at a time (c) Interpreter converts high level language to low level language
all at once (d) Compiler converts high level language to low level language all at once

M
11. Abacus can be dated back to (a) 100 BC (b) 500 BC (c) 300 BC (d) 700 BC

NAND
0 L
12. The output is true when both inputs are either true or false is (a) XOR (b) XNOR (c) OR (d)

1 0
13. OR gate is represented as (a) A.B (b) A’ (c) A+B (d) A×B
14. Augusta Ada earned her spot in history as (a) The first computer programmer (b) The
inventor of COBOL (c) The creator of Microsoft (d) The developer of FORTRAN
15. What is used to translate one high level language to machine language all at a time? (a)
Interpreter (b) Compiler (c) Assembler (d) Pre processor
16. Pascaline was invented by (a) Charles Babbage (b) Phillip Emeagwali (c) Bill Gates (d) Blaise
Pascal
17. A+(B+D), if a=1, b=0, d=1 (a) Not sure (b) 0 (c) 1 (d) ½
18. What is the function of an assembler? (a) Converts assembly language to low level
language (b) Converts high level language to low level language one at a time (c) Converts
high level language to low level language all at once (d) Converts high level language to its
equivalent low level language
19. When the input is 1 in a NOT gate, what will be it’s output? (a) 1 (b) 0 (c) Undefined (d)
Not sure
20. Jacquards loom was based on (a) Punched cards (b) Eight dials (c) Analytical engine (d)
Compiler
21. What is the function of a benchmark? (a) Arranging files in specified sequence (b) Serving
as interface between hardware and user (c) Programs for evaluating hardware and
software (d) Creating and amending programs
22. The program used to sort can be classified as (a) Operating system (b) Utility program (c)
Database management system (d) Control unit

'3 0
23. Which software serves as an interface between the hardware and users? (a) System
software (b) None of the above (c) Application software (d) Utility software

S
(b) Application package (c) Operating system (d) None of the above
S
24. Programs for word processing and graphics editing are categorized as (a) System software

analyst (c) Programmer (d) Data processing manager


LA
25. A person that provides computerization procedures is (a) Software developer (b) System

26. Which of the following comprises of the NOR Gate? (a) OR gate followed by AND (b) NOT

C
gate followed by OR (d) NOR gate followed by AND (d) OR gate followed by NOT

B S
27. De-Morgan’s law is used for (a) Simplifying logic expressions (b) Defining truth tables (c)
Analyzing arguments (d) Reducing Boolean operations
28. Who was the first computer programmer? (a) Augusta Byron (b) Grace Hopper (c) Herman
Hollerith (d) Charles Babbage
B
M
29. The human fingers are represented by what on the abacus? (a) The upper and lower beads
(b) The upper beads (c) The lower beads (d) Not sure

user
0 L
30. A cashier in a banking system is (a) Data entry operator (b) Programmer (c) Analyst (d) End

1 0
31. The difference between XOR and XNOR is (a) XNOR is the inverse of the value gotten in
XOR (b) XOR is true when both inputs are the same (c) XNOR is false when both inputs are
the same (d) XNOR is true when both inputs are the same
32. Setting up a payroll uses what type of software? (a) Utility software (b) User Application
software (c) System software (d) Application software
33. Which operator is a NOT gate? (a) Unary (b) Binary (c) Tenary (d) Denary
34. A function of operation system (a) Controls other parts of hardware (b) Ensures utilization
of system resources (c) Performs routine computing tasks (d) Standardized collection of
programs for evaluating hardware and software
35. The number of input in boolean function is determined by the formula (a) 2^n (b) 2^3 (c)
2^2n (d) 23^n
36. The function of control unit is (a) Stores data and instructions for processing (b) Programs
to accomplish well defined tasks (c) Decodes and issues commands for accomplishing
instructions (d) Creating and securing database
37. Function of merge utility is (a) Arranges file in specified sequence (b) Combine arranged
files (c) Transfer file to different storage medium (d) Detecting errors in program
38. An application of Boolean Algebra is (a) Simplifying logic circuits (b) Solving complex
equations (c) Solving polynomials (d) Factorizing quadratic equations
39. Which of these is not a component of hardware? (a) Control Unit (b) Database
management system (c) Auxillary Storage Devices (d) Arithmetic and logic unit
40. Which of the following is an application package? (a) Graphics package (b) Operating
system (c) Utility program (d) Language translators

'3 0
41. A computer can be considered as a/an (a) Electronic device (b) Mechanical device (c)
Analog device (d) None of the above

S S
42. Which of the following punched cards were used in Jacquard’s loom? (a) Glass punched
cards (b) Wooden punched cards (c) Plastic punched cards (d) Metal punch cards

LA
43. The hardware component of the computer comprises (a) CPU and humanware (b) Storage
devices and peripherals (c) CPU and peripherals (c) Storage devices and peripheral (d)
Software and CPU

C
44. Which logic gate outputs 1 only when both inputs are false? (a) XOR (b) AND (c) NAND (d)
NOR

B S
45. In Boolean algebra, 1 represents (a) False (b) Off (c) On (d) None of the above
46. Operating system is part of the (a) Application package (b) System software (c) Benchmark

B
program (d) Database management system

M
47. Benchmark program is used to (a) Feed data into system (b) Ensure effective utilization of
resources (c) Detect and amend errors in program (d) Evaluate hardware and software

0 L
48. A computer program created to solve simultaneous equations is considered (a) System
software (b) Utility package (c) Application software (d) Translators

1 0
49. A software is (a) Sequence of programs (b) Sets of programs that made the hardware
usable (c) Program written by user to solve individual problems (d) Programs written by
manufacturer for effective system resources
50. A+(B.D), if a=0, b=1, d=0 (a) Not sure (b) ½ (c) 1 (d) 0
51. De Morgan’s theorem is not applied in (a) Circuit analysis (b) Programming languages (c)
Logic gates (d) Operating systems
52. What was Philip Emeagwali known for? (a) Inventing the first computer (b) Contributions
to parallel computing (c) Creating the internet (d) Developing artificial intelligence
53. What is the primary function of logic gates in computer science? (a) Process logical
operations (b) Perform calculations (c) Store data (d) Control hardware components
54. What concept did Jacquard’s loom introduce? (a) Looping (b) Using cards to control
weaving patterns (c) Storing data on cloth (d) Mechanical automation
55. What is the output of a XOR gate if both inputs are false? (a) True (b) False (c) Undefined
(d) Error
56. AND gate is represented as (a) A.B (b) A’ (c) A+B (d) A×B
57. What is the function of Central processing unit? (a) Managing network connections (b)
Performing calculations and processing instructions (c) Displaying images (d) Storing data
58. Who designs computer systems? (a) System analysts (b) Software engineers (c)
Programmers (d) Data scientists
59. What software controls the sorting of files? (a) Compiler (b) Database Manager (c)
Operating System (d) File Sorter

'3 0
60. In a computer system, what is referred to as humanware? (a) The CPU (b) The operating
system (c) The end user (d) The RAM

NOT gates (d) AND and OR gates


S S
61. What does a NOR gate consist of? (a) NOT and OR gates (b) OR and XOR gates (c) AND and

LA
62. What is the output of an OR gate when both inputs are 1? (a) Error (b) 0 (c) 1 (d) Undefined
63. What is an application of De Morgan’s law? (a) Defining truth tables (b) Designing software
packages (c) Simplifying logic expressions (d) Managing databases

C
64. Which of the following is an example of input device? (a) Loudspeaker (b) Joystick (c)
Printer (d) Monitor

B S
65. Who produces procedures for an organization? (a) Data analyst (b) End user (c) Data entry
(d) Programmer

B
66. What is the output of a NAND gate when both inputs are 0? (a) 0 (b) 1 (c) Undefined (d)
Error
M
67. The proper management of computer hardware resources is done by (a) CPU (b)

0 L
Operating system (c) Compiler (d) RAM
68. What is Charles Babbage famous for? (a) Inventing the first mechanical computer (b)

1 0
Creating the first compiler (c) Developing the Internet (d) Designing Microsoft Windows
69. Is DBMS system software or application software? (a) System software (b) Application
software (c) Both A and B (d) Neither A nor B
70. What is the use of logical operations? (a) Storing files (b) Displaying graphical output (c)
Sorting data (d) Making decisions in programming
71. Which language translator translates high level to machine language equivalent one line
at a time? (a) Compiler (b) Interpreter (c) Preprocessor (d) Debugger
72. Which of the following software is used for statistical analysis? (a) SQL (b) SPSS (c) Excel
(d) Matlab
73. The operating system is part of the (a) Application package (b) Benchmark program (c)
System software (d) Utility software
74. Which machine first employed binary arithmetic? (a) Mark I (b) Analytical engine (c) J. V.
Atanasoff’s machine (d) Jacquard’s loom
75. Who was regarded as one of the founding fathers of the internet? (a) Phillip Emeagwali
(b) Blaise Pascal (c) Charles Babbage (d) John Neumann
76. Which of the following is a hardware component? (a) Application software (b)
Programmer (c) Central processing unit (d) Operating system
77. Which of the following is true for XNOR? (a) XNOR is the inverse of NOR (b) XOR is true
when both inputs are the same (c) XNOR is false when both inputs are the same (d) XNOR
is true when both inputs are the same
78. All these are made up of the NOT gate except (a) NOR (b) NAND (c) XNOR (d) XOR
79. NOT gate is represented as (a) A.B (b) A×B (c) A+B (d) A’

'3 0
80. The feature of modern computers adopted by the Von Neumann machine is (a) Stored
program (b) Punched cards (c) Beads and wires (d) Capacitor charges

ANSWERS
S S
1-10. B A C D C D A A B D
11-20. B B C D B D C A B A
LA
21-30. C B A B B D A A A D
31- 40. D D A B A C B A B A
C
41-50. A B C C C B B C B D
51-60. D C A B B A D B C C
B S
61-70. A C C B D B B A A D
71-80. B B C C A C D D D A
B
M ANSWERS BY: O , FOR THE ACADEMIC TEAM

0 L
1 0

You might also like