0% found this document useful (0 votes)
1K views2 pages

Class 7 Computer

Uploaded by

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

Class 7 Computer

Uploaded by

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

DELHI PUBLIC SCHOOL, UNNAO

Annual Examination 2023-24


Class: VII COMPUTER MM. :- 40

Name: ___________________________________Roll no: _______Date: ______________ Duration: 1 hour 30 mins


General Instructions: -
 There are two sections. Section A (Objective) and Section B (Subjective).
 Do as per the instructions given in the respective sections (Internal Choices are given).
 Attempt all the questions.
 Marks are indicated with each question.

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

j) Processing of information is very important to write a / an


___________________
i. Syntax ii. Flowchart iii. Program iv. Algorithm
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)
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.

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

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.

You might also like