💻
🤖
🖥️
🗼
✨ Class 8 Computer Science Examination ✨
COMPUTISM LAB CLASS 8 HALF YEARLY EXAMINATION
Half-Yearly Assessment
ðŸ§
🤖
Class: 8
Max Marks: 70
Time Allowed: 2 Hours
Section A: Fill in the Blanks10 Marks
- Scratch was developed by the Lifelong Kindergarten Group at MIT Media Lab, led by .
- The axis in an Excel chart is also known as the category axis.
- Statements that repeat a set of instructions based on a condition are called statements.
- The function in Excel is used to calculate the sum of values.
- An operating system that manages network traffic and multi-user environments is essential for server computers, such as .
- A chart displays data points by combining X and Y values into single points.
- The statement is used for making decisions in programming languages.
- In Excel, absolute cell referencing uses the sign before column and row references.
- A chart includes all the objects and elements present in a chart window.
- Real-time operating systems are primarily used in applications that require zero .
Section B: Multiple Choice Questions (MCQs)20 Marks
- Which of the following is an effective way to display data in a pictorial form?
- a. Table
- b. Chart
- c. Function
- d. Formula
- Which chart type looks similar to a spider's net?
- a. Stock
- b. Radar
- c. Area
- d. Bubble
- Which operation is used for text concatenation in Excel?
- a. &
- b. +
- c. *
- d. %
- What type of error occurs when a number is divided by zero in Excel?
- a. #VALUE!
- b. #DIV/0!
- c. #NAME?
- d. #REF!
- Which of the following is a selection statement in programming?
- a. for
- b. while
- c. if...else
- d. do...while
- Which operating system type is used in air traffic control systems?
- a. Single-user
- b. Real-time
- c. Distributed
- d. Batch
- Which of these is a CUI-based operating system?
- a. Windows
- b. DOS
- c. Ubuntu
- d. Android
- Running several programs simultaneously on a computer system is known as:
- a. Single-tasking
- b. Multitasking
- c. Booting
- d. Compiling
- Which component shows the actual graph in an Excel chart?
- a. Plot area
- b. Chart area
- c. Legend
- d. Axis title
- What does the INT function do in Excel?
- a. Counts values
- b. Rounds to nearest integer
- c. Displays current date
- d. Finds maximum value
- Which of the following is not a control structure?
- a. Sequential
- b. Selection
- c. Looping
- d. Hardware
- Which chart is best suited for showing trends over time?
- a. Line chart
- b. Pie chart
- c. Doughnut chart
- d. Radar chart
- What function rounds a number to a certain number of digits?
- a. ROUND
- b. MOD
- c. INT
- d. SUM
- What does MOD(10, 3) return in Excel?
- a. 3
- b. 1
- c. 10
- d. 0
- Which axis represents values in a standard column chart?
- a. Category axis
- b. Value axis
- c. Series axis
- d. Plot axis
- Which of the following is an example of system software?
- a. MS Word
- b. Windows
- c. MS Excel
- d. Paint
- What is a cell range in Excel?
- a. A single cell
- b. A group of contiguous cells
- c. A workbook
- d. A formula bar
- Which loop structure checks the condition at the end of the loop?
- a. for loop
- b. while loop
- c. do...while loop
- d. if statement
- What does an operating system act as between the user and hardware?
- a. Barrier
- b. Interface / Bridge
- c. Antivirus
- d. Compiler
- Which program allows users to create presentations with text, graphics, and animations?
- a. MS PowerPoint
- b. MS Access
- c. MS Paint
- d. Notepad
Section C: Assertion-Based MCQs10 Marks
-
Assertion (A): Control statements alter the normal sequential flow of program execution.
Reason (R): They allow programs to make decisions and repeat blocks of code based on conditions.
a) Both A and R are true, and R is the correct explanation of A.
b) Both A and R are true, but R is not the correct explanation of A.
c) A is true, but R is false.
d) A is false, but R is true. -
Assertion (A): The condition in an if statement must evaluate to a Boolean value (True or False).
Reason (R): Program decisions depend entirely on whether the tested condition is true or false.
a) Both A and R are true, and R is the correct explanation of A.
b) Both A and R are true, but R is not the correct explanation of A.
c) A is true, but R is false.
d) A is false, but R is true. -
Assertion (A): Excel functions are predefined formulas used to perform calculations.
Reason (R): Users cannot write custom calculations; they must rely entirely on built-in functions.
a) Both A and R are true.
b) A is true, but R is false.
c) A is false, but R is true.
d) Both A and R are false. -
Assertion (A): An operating system is software that controls overall computer operations and hardware.
Reason (R): Application software can run independently without any operating system.
a) Both A and R are true.
b) A is true, but R is false.
c) A is false, but R is true.
d) Both A and R are false. -
Assertion (A): Charts make it easier to draw comparisons and analyze relationships in data visually.
Reason (R): Pictorial representation of data is more engaging and easier to interpret than raw numbers.
a) Both A and R are true, and R is the correct explanation of A.
b) Both A and R are true, but unrelated.
c) A is true, R is false.
d) A is false, R is true. -
Assertion (A): Absolute cell references change when copied to another cell.
Reason (R): Dollar signs ($) are used to lock row and column coordinates in absolute referencing.
a) Both A and R are true.
b) A is true, R is false.
c) A is false, but R is true.
d) Both A and R are false. -
Assertion (A): Real-time operating systems guarantee response within a strict time constraint.
Reason (R): They are utilized in mission-critical environments like medical equipment and industrial robotics.
a) Both A and R are true, and R is the correct explanation of A.
b) Both A and R are true, but unrelated.
c) A is true, R is false.
d) A is false, R is true. -
Assertion (A): The legend in a chart helps identify different data series by their colors or patterns.
Reason (R): Without a legend, users cannot read axis labels or chart titles.
a) Both A and R are true.
b) A is true, but R is false.
c) A is false, but R is true.
d) Both A and R are false. -
Assertion (A): Looping statements are used to repeat execution of a statement block multiple times.
Reason (R): For and while loops are classic examples of looping structures in programming.
a) Both A and R are true, and R is the correct explanation of A.
b) Both A and R are true, but unrelated.
c) A is true, R is false.
d) A is false, R is true. -
Assertion (A): GUI operating systems require users to type text commands for every operation.
Reason (R): Graphical user interfaces use icons, menus, and windows for easy interaction.
a) Both A and R are true.
b) A is true, R is false.
c) A is false, but R is true.
d) Both A and R are false.
Section D: True or False10 Marks
- The condition in an if statement must always return a Boolean value. (True / False)
- All conditions in an if...else if...else ladder are checked even if one is already true. (True / False)
- Sequential statements involve loops and conditions by default. (True / False)
- The chart title indicates the overall purpose of the chart. (True / False)
- Gridlines are exclusively used in XY scatter charts and no other chart types. (True / False)
- Software and hardware operate completely independent of each other without interaction. (True / False)
- The BIOS loads the operating system into the computer's RAM during startup. (True / False)
- A single-user multitasking operating system allows more than one user to log in at the same time. (True / False)
- The SUM function is used to calculate averages of a given cell range. (True / False)
- File management is an essential core function of modern operating systems. (True / False)
Section E: Short Answer Questions (2 Marks Each)20 Marks
- What is a control statement in programming?
- What is the difference between sequential and selection statements?
- What is a formula in Excel? Give an example.
- What is a cell range? How is it represented?
- Differentiate between absolute and mixed cell references.
- What is the role of an operating system? Name two examples.
- What are Excel functions? Give two examples of functions.
- What is the purpose of using a chart in Excel?
- What is a data series in a chart?
- Explain the benefit of a Graphical User Interface (GUI) over a Character User Interface (CUI).
⭐ Best of Luck for Your Examination! Keep Learning! 🚀
CREATED BY BIJAN KRISHNA PAUL
No comments:
Post a Comment