Class 7 Computer
Class 7 Computer
SECTION- A (OBJECTIVE)
Q1. Multiple Choice Questions. (MCQ) Choose the correct option. [1 x 10 = 10]
a) Greater Than, Less Than, Equal To and Between are the criteria of _______________rules.
i. Top / Bottom rules iii. Highlight cells rules
ii. 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 iii. b is not greater than a
ii. 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 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 iii. Smart smoke detectors
ii. Smart camera iv. Video doorbells
SECTION - B (SUBJECTIVE)
Q3. Short Answer Type Questions: [2 × 3 = 6]
a) Find the error in the following code and rewrite the code –
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.
c) Write if-then-else condition to check the given number is Even or Odd.
Q4. Short Answer Type Questions: (Programming Based Questions) [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.
b) Write a Python program to check the given number is two-digit number, three-digit number or four-digit
number.
OR
Write a Python program to check whether the year input by the user is a leap year or not.
a) Draw a flowchart to find greatest number from the given three numbers.
b) What is Smart Home? Write any three benefits of Smart Homes.
OR
What devices are used in a smart home? Explain any three devices.