class 8 revision
1st Unit Exam – 2026
STD: VIII | Subject: Computer
I. Choose the Correct Answer
The second argument in the IF() function is used when the expression evaluates to:
a) True
b) False
c) 0
d) Greater than given value
Answer: a) TrueThe error code ### indicates:
a) Column width too small to display result
b) Invalid value in formula
c) Data not available
d) Division by zero
Answer: a) Column width too small to display resultWhich of the following is an example of System Software?
a) MS Word
b) Google Chrome
c) Operating System
d) VLC Media Player
Answer: c) Operating SystemWhich of these is a disadvantage of a Character User Interface (CUI)?
a) Requires less memory
b) Difficult for beginners to use
c) Faster for experienced users
d) Provides precise control
Answer: b) Difficult for beginners to useWhat is the small program stored in ROM that controls the booting process?
a) GUI
b) CUI
c) MS-DOS
d) BIOS
Answer: d) BIOSThe values passed to a function are called:
a) Range
b) Arguments
c) Data
d) Expressions
Answer: b) ArgumentsWhich function is used to find the highest value in a range?
a) MIN()
b) MAX()
c) COUNT()
d) SUM()
Answer: b) MAX()Which symbol is used to start a formula in Excel?
a) @
b) #
c) =
d) $
Answer: c) =Which type of Operating System allows multiple users to work at the same time?
a) Single-user OS
b) Multi-user OS
c) Real-time OS
d) Batch OS
Answer: b) Multi-user OSWhich key is commonly used to access Help in many applications?
a) F1
b) F2
c) F5
d) Esc
Answer: a) F1Which function counts only numeric values?
a) COUNT()
b) COUNTA()
c) MIN()
d) MAX()
Answer: a) COUNT()
II. Fill in the Blanks
The & operator is used to __________ two or more text strings.
Answer: Concatenate / JoinThe key used to cycle through relative, absolute, and mixed references is __________.
Answer: F4The cell address B$5 is an example of __________ cell reference.
Answer: MixedThe Operating System acts as an __________ between the user and the computer hardware.
Answer: InterfaceThe first program loaded into the computer’s memory when it starts is the __________.
Answer: Operating SystemThe OS function that keeps track of where files are stored is called __________.
Answer: File ManagementThe __________ function is used to find the highest value in a range.
Answer: MAXA spreadsheet is made up of rows and __________.
Answer: ColumnsThe __________ function is used to count numerical entries.
Answer: COUNTGUI stands for __________ User Interface.
Answer: GraphicalThe process of starting a computer is called __________.
Answer: Booting
III. Mention the Function for the Given Situation
Determine the lowest price for an item from a list of sellers.
Answer: MIN()Calculate sales tax at a constant 8% while dragging the formula down.
Answer: Absolute Cell Reference ($)Check if a student’s attendance (cell B5) is below 75% to mark “Detained”.
Answer: IF()Find the average of daily temperature readings for a month.
Answer: AVERAGE()Find the total marks obtained by a student.
Answer: SUM()Count the number of students who have submitted assignments.
Answer: COUNT()Display “Pass” if marks are 40 or above, otherwise “Fail”.
Answer: IF()Find the highest score in a class.
Answer: MAX()Join First Name and Last Name into a single cell.
Answer: CONCATENATE() or & Operator
IV. Answer the Following Questions
List the advantages of GUI.
Answer:Easy to use
User-friendly interface
No need to memorize commands
Supports icons, menus, and windows
Give two examples where Real-Time Processing Operating Systems are used.
Answer:Air Traffic Control Systems
Medical Monitoring Systems
What is the key difference between COUNT() and MIN() functions?
Answer:COUNT() counts numeric entries in a range.
MIN() returns the smallest value in a range.
List common errors encountered while working in Excel.
Answer:#DIV/0!
#NAME?
#VALUE!
#REF!
What is booting?
Answer:
Booting is the process of starting a computer and loading the operating system into memory.Differentiate between GUI and CUI.
Answer:
GUI uses icons and menus, whereas CUI uses text commands.What is an Operating System? Give two examples.
Answer:
An Operating System is system software that manages computer resources and acts as an interface between the user and hardware.
Examples: Windows, Linux.Explain absolute and relative cell references with examples.
Answer:Relative Reference: A1 (changes when copied)
Absolute Reference: $A$1 (does not change when copied)
What is BIOS? Mention its function.
Answer:
BIOS (Basic Input Output System) is a program stored in ROM that starts the computer and checks hardware during booting.What is the importance of system software?
Answer:
System software manages hardware resources, runs application software, and provides a platform for users to interact with the computer.
Comments
Post a Comment