Computer Science1711032664387
Computer Science1711032664387
Statement 1: Machine learning is used to program a machine in a manner that the machine can learn
independently.
Statement 2: AI based chat bots can solve customer-based queries 24 x 7.
i. Statement 1:True, Statement 2: False
ii. Statement 1:True, Statement 2: True
iii. Statement 1: False, Statement 2: True
5. The output of print(“10”+“20”) will be_________
i. 30 ii. 10+20 iii. 1020
6.____________________ is used in creating new security systems, face recognition and self-driven
vehicles.
i. Passwords ii. Computer Vision iii. Camera
___________________________________________________________________________
2.The component of the chart in Excel that describes the purpose and contents of the chart.
_________________________________________________________________________
Page 1 of 4
3.The ability of a machine to perceive its environment and take decisions to achieve a definite goal.
_____________________________________________________________________
4.The statements that enables the execution of a statement to repeat till the condition is true.
__________________________________________________________________________
2. ** : _________________________:: * : Multiplication
________________________________________________________________________
1. a=100
b=200
c=100
print(a<b)
2. a=29
If a%2==0:
print(“The number is even”)
else:
print(“The number is Odd”)
3. print(“Welcome ”*3)
Step1:______________________________________________________________________________
Step2:______________________________________________________________________________
Step3:______________________________________________________________________________
Page 2 of 4
2.What are sparklines and its types?
_______________________________________________________________________________
_______________________________________________________________________________
_______________________________________________________________________________
3.Write any two differences between sequential and conditional control structure.
_________________________________________ _________________________________________
_________________________________________ _________________________________________
_________________________________________ _________________________________________
_________________________________________ _________________________________________
Operator Description
1. __________________________________
2. __________________________________
3. __________________________________
***************************
Page 4 of 4
DELHI PUBLIC SCHOOL BANGALORE EAST
ANNUAL REVISION WORKSHEET (2023-2024)
SUBJECT: COMPUTER SCIENCE Answer Key
NAME: ___________________________________ CLASS: VII SEC: _____ ROLL NO.___
DATE: ______________________________
Statement 1: Machine learning is used to program a machine in a manner that the machine can learn
independently.
Statement 2: AI based chat bots can solve customer-based queries 24 x 7.
i. Statement 1:True, Statement 2: False
ii. Statement 1:True, Statement 2: True
iii. Statement 1: False, Statement 2: True
5. The output of print(“10”+“20”) will be_________
i. 30 ii. 10+20 iii. 1020
6.____________________ is used in creating new security systems, face recognition and self-driven
vehicles.
i. Passwords ii. Computer Vision iii. Camera
___Flowchart______________________________________________________________
2.The component of the chart in Excel that describes the purpose and contents of the chart.
Page 1 of 4
3.The ability of a machine to perceive its environment and take decisions to achieve a definite goal.
__Artificial Intelligence_______________________________________________________
4.The statements that enables the execution of a statement to repeat till the condition is true.
__Iterative Statements_________________________________________________________
1. a=100 True
b=200
c=100
print(a<b)
2. a=29 The number is Odd
If a%2==0:
print(“The number is even”)
else:
print(“The number is Odd”)
3. print(“Welcome ”*3) Welcome Welcome Welcome
Step2:__Check your age. If your age is greater than 18, then you can apply for the license.___________
Step3:__If it is less than 18, than you are not eligible to apply for a license.______________________
Page 2 of 4
2.What are sparklines and its types?
_Sparklines are the mini charts that fit in a single cell to provide a visual representation of data. There
are 3 types of Sparklines i.e. Line, Column and Win/Loss
_______________________________________________________________________________
3.Write any two differences between sequential and conditional control structure.
_Statements in the program are executed in a _The execution of statements depend on the specific
Operator Description
Page 3 of 4
IX. Answer the following Case Based Questions.
1. Suhan’s grandparents are farmers. The use old technologies to cultivate in their farm. Suhan wants
assist them in their business with new technologies.
i. Suggest him a device which he can use to monitor the field for pest identification?
__Drone with computer vision_______________________________________
ii. How can he help in direct product supplies to the customers using AI?
___Chat Bot________________________________________________________________
2. Rayan’s teacher has given him a divisibility check Python program.
i. Which control statement should he use to check the divisibility?
_____If -Else_________________________________________________________________
ii. Which two operators he should use to check the condition.
____% for Checking the remainder and == for comparing______________________________
3. David is working on the pollution analysis report of various states of our country. He has data in
multiple sheets which he has to formatted.
i. Which feature of Excel he should use to select all the worksheets?
___Grouping Worksheets______________________________________________________
ii. Which feature of Excel he should use to arrange the data in an ascending order?
___Sorting Data______________________________________________________________
iii. Which feature will be helpful in combining the data of multiple worksheets into a single
worksheet?
___Consolidating Data________________________________________________________
1. __Chart Title_______________________
2. __Value Axis_______________________
3. __Legend__________________________
**************************
Page 4 of 4