Class Vii Computer Annual Set II 2023 24

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

ALLENHOUSE PUBLIC SCHOOL PANKI, KANPUR

SET - II
ANNUAL EXAMINATION 2023-24
CLASS – VII
COMPUTER

Time: 1 hour 30 mins MM: 40


General Instructions:-
 There are two sections: Section A and B.
 Do as per the instructions given in the respective sections (internal choice has given).
 Attempt all the questions.

SECTION - A (Objective Answer Type)


Q1. Multiple Choice Questions :- [1× 10=10]
a) Greater Than, Less Than, Equal To and Between are the criteria of _______________rules.
i. Top / Bottom rules
ii. Highlight cells rules
iii. Data Bars
iv. Icon sets
b) The binary code for ASCII upper case A is ___________________
i. 1000001
ii. 1000010
iii. 1000100
iv. 1001000
c) What is the output of given expression –
a = 20
b = 30
else :
print ( “ b is greater than a ”)
if b > a :
print ( “ b is not greater than a ”)
i. b is greater than a
ii. b is not greater than a
iii. b is greater than a, b is not greater than a
iv. invalid syntax error
d) Which of the following protects a smart home form intruder?
i. Smart TV
ii. Smart smoke detectors
iii. Smart cameras
Page 1 of 3
iv. Smart lighting
e) Near which option do small arrows appear when we apply filter feature?
i. Row headers
ii. Column headers
iii. Sheet tab
iv. Filters
f) ______________is the fundamental form of the programming data that is directly interpreted
by a computer.
i. Binary code
ii. High level code
iii. Secret code
iv. Normal code
g) _________________conditional statement is used to test multiple conditions?
i. if
ii. if ….. else
iii. if …elif…..else
iv. if…...else…elif
h) __________help in saving and conserving the energy.
i. Smart light
ii. Smart TV
iii. Smart camera
iv. Video doorbells
i) Identify the given smart device –

i. Smart speaker
ii. Smart smoke detectors
iii. Smart camera
iv. Video doorbells
j) Processing of information is very important to write a / an _____________
i. Syntax
ii. Flowchart
iii. Program
iv. Algorithm

Page 2 of 3
Q2. Fill in the blanks [1× 8=8]
a) ______________________ can be applied on the basis of different criteria.
b) _________________________is a pictorial representation of an algorithm.
c) In Python, ________________________is done by conditional statements.
d) NLP stands for ______________________________________
e) _____________________has a built-in camera to watch and microphone to talk to the visitor
through intercom.
f) In Excel, ________________________is used to separate unwanted data from a set of data.
g) ____________statements are used in a program to instruct the computer to make a decision.
h) In Python the non-zero value is interpreted as _______________________________

SECTION - B (Subjective Answer Type)


Q3. Short Answer Type - [2× 3=6]
a) Find the error in the following code and rewrite the code – [2]
Age = 20
if ( age > 18)
print (“ You are eligible to vote” ) ;
else
print (“ Not eligible to vote” )
b) Which domains of AI are used in smart devices nowadays? Write any four. [2]
c) Write if-then-else condition to check the given number is Even or Odd. [2]
Q4. Short Answer Type - [3× 2=6]
a) Udit has prepared a list of students with their marks obtained in annual exam using Excel 2019.
He wants to highlight the marks with red color those have scored more than 90. Suggest him a
feature of Excel 2019, which can help him to do his work quickly. Also write the steps. [3]
b) Write a Python program to check the given number is two-digit number, three-digit number or
four-digit number. [3]
OR
Write a Python program to check whether the year input by the user is a leap year or not.

Q5. Long Answer Type - [5× 2=10]


a) Draw a flowchart to find greatest number from the given three numbers. [5]
b) What is Smart Home? Write any three benefits of Smart Homes. [5]

OR
What devices are used in a smart home? Explain any three devices.

Page 3 of 3

You might also like