0% found this document useful (0 votes)
16 views3 pages

G 7 Comp Worksheet (2024 25) Answserkey

The document is an answer key for a Grade VII computer worksheet at Greenfields Public School for the academic year 2024-25. It includes multiple-choice questions, fill-in-the-blanks, true or false statements, short answer questions, application-based questions, and programming exercises related to computer science concepts. The content covers topics such as image editing tools, Python programming, artificial intelligence, and robotics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views3 pages

G 7 Comp Worksheet (2024 25) Answserkey

The document is an answer key for a Grade VII computer worksheet at Greenfields Public School for the academic year 2024-25. It includes multiple-choice questions, fill-in-the-blanks, true or false statements, short answer questions, application-based questions, and programming exercises related to computer science concepts. The content covers topics such as image editing tools, Python programming, artificial intelligence, and robotics.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Annual Worksheet (2024-25)

Greenfields Public School


Computer
(Answer Key)
Grade VII
Q1.Multiple Choice Question
1. Which of the following extension can be used to save a Krita file?
i. .kri ii. .kra iii. .kft iv. .kta
2. Which of the following tools helps us remove the unwanted portions of an image?
i. Crop Tool ii. Gradient Tool iii. Rectangular Selection Tool iv. None of these
3. Which of the following is the place where you create and edit an image?
i. Toolbox ii. Workspace iii. Menu Bar iv. Toolbar
4. The statement using AND operator results true if ----------.
i. Both operands are true ii. Both operands are false
iii. Either of the operands are true iv. Neither of the operands is true
5. Which of the following symbol(s) is/are used for comments in Python?
i. // ii. " iii. /**/ iv. #
6. Which of the following conditional statements is used to test multiple conditions?
i. if ii. if…else iii. if…elif…else iv. All of these
7. Which component/s are required to perform a dialog between human and a computer system?
i. Human ii. Computer iii. Interaction iv. All of these
8.Which product was launched in 2016 by Dexta Robotics?
i. Daxmo ii. Doxmo iii. Dexmo iv. None of these 9.
Who is known as the father of wearable computing?
i. Steve Mann ii. Ivan Sutherland iii. John Mauchly iv. Edmund Huey
10. Who is known as the father of wearable computing?
i. Steve Mann ii. Ivan Sutherland iii. John Mauchly iv. Edmund Huey
11. AI learns, thinks and behaves like ----------.
i. cats ii. butterflies iii. humans iv. None of these
12. How can CCTV monitoring help reduce crime?
i. Face recognition ii. Motion detection iii. Image analysis iv. Object tracking

Q2. Fill in the blanks.


1. Clone tool is used to duplicate a part of an image.
2. The Assignment operators are used to assign the value of the right expression to the left operand.
3. The else block will be executed if and only if the provided condition evaluates to false.
4. The print () function to display output on the screen.
5. The statement print (“Python”+”Programming”) will print PythonProgramming.
6. Voice user Programming allows audio mode to interact with the computer system.
7. The first data entry watch was launched by seiko .
8. The Qwerty keyboard was one of the first text input devices.
9. AI can be classified on the basis of three functionality of AI applications.
10. Machine’s intelligence is created by the humans.
11. Robots are deployed as security guards to protect humans.
12. Pepper is a customer service robot that works in shopping centers.

Q3. Write True or False.


1. The Rectangular Selection tool is suitable for selecting square portions of an image. True
2. Assignment operators are used to perform arithmetic operations. False
3. The if…elif…else ladder not a conditional statement in Python. False
4. Stylus is not the correct example of Touch Sensitive Interface. False
5. Chatbots Programming the examples of Super AI. False
6. Narrow AI is smart enough to understand that a person is angry. False
7. Weak AI machines have human like intelligence. False
8. Traffic is better managed in smart cities. True
9. Autonomous vehicles uses radars, cameras, sensors and AI to work efficiently. True
10. Smart lighting helps conserve energy. True

Q4. Short answer type questions. (Refer book back exercise)

1. What is the use of Tool Options docker?


2. List the relational operators used in Python with the help of an example.
3. Write the four stages of HMI.
4. Define Artificial Intelligence.
5. Write any one difference between the categories of AI.
6. What do you mean by smart highway?
7. Name any two self-driving car manufacturers.
8. Name any two robots that are used in agriculture. (Not in Syllabus)
9. Identify the type of the robot used to perform the above tasks. (Not in Syllabus)
10. How NASA is using robotic devices in space exploration? (Not in Syllabus)

Q5. Write the output of the following programs

A. B. C.

A. b is greater than a B. Both conditions are True C. Above ten


and also above 20!
Q6.Application based questions. –
1. Anshika was writing a program in which she wanted to execute a particular set of statements
depending upon a particular test condition. Which type of statements can she use for this? Conditional
Statement
2.Rishabh describes a weapon system that operates automatically and doesn’t require human input.
What kind of AI technology is Rishabh referring to? AI -assisted Military Technology

Q7. Identify the following images: -

A. B. C. D.

Smart Hubs Smart Thermostats Virtual Reality Gaming Joysticks


Q8. Write a program in python: -

A. To check whether a given number is two-digit number, three- digit number or four-digit number.
number = int (input ( ‘Enter the number:’))
if (9<number<=99):
print (‘Two-digit number’)
elif (99<number<=999):
print (‘Three-digit number’)
elif (999<number<=9999):
print (‘Four-digit number’)
elif (9999<number<=9999):
print (‘Five-digit number’)

B. To check whether a given number is Even or Odd.


number = int (input ( ‘Enter the number:’))
if (number%2==0):
print (“number is even”)
else:
print(“number is odd”)

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy