Page 7 - TP_Modular_V2.1_Class2
P. 7
The CT Corner: Special section The AI Corner: Special section Do's and Don'ts: This section
on Computational on Artificial Intelligence describes ways to handle the
Thinking (CT). (in III–VIII). computer cautiously.
INTRODUCTION TO ROBOTS
SHAPES AND PATTERNS
A. Draw a line to connect each shape with its other half. One has been done
for you. Hey Karan!
Meet my
new friend.
1. a.
Hello! I am Vinci!
I am a robot.
Computational Thinking 2. b. Artificial Intelligence robots…!! and using robots. A robot Let me tell you about types of
Robotics means
designing, creating,
Hmm
robots. A humanoid robot is
a robot which looks like you.
is a machine, created by
For example, Atlas and Asimo.
humans that helps in doing
many tasks.
3. c.
An industrial robot is
a robot used for making
Oh! They
look so much things in a factory.
Robots in a car factory.
4. d. like us. For example, Scara and Robots in a
car factory
Asimo
Atlas Scara robot
The CT Corner! (Shapes and Patterns) 39
74 Touchpad MODULAR (Version 2.0)-III
SDG Activity: This Think Tank: This encourages students to
SDG Activity
activity shows how "Good health helps us enjoy life and feel great.” Make a few explore innovative ideas and think beyond
flash cards with different healthy activity quotes such as "Eat a
students use digital fruit," "Play outside," "Drink water," "Get a good night's sleep," conventional topics.
and "Wash your hands" in a Word document.
literacy to understand
Century 21 st #Technology Literacy
Skills #Creativity
In the lab
the SDGs. Do the following on your computer in Word 2016 under your teacher’s guidance:
Type the poem 'My Big, Fat Cat'.
Save the document as ‘My Poem’.
Close Word 2016.
Assessment Resources
Teacher's Corner
1. Explain different parts of the Word 2016 screen, functions, how to open, close, minimize and
maximize a document.
2. Discuss the use of the Spelling and Grammar tool to correct spellings and grammatical
mistakes.
Exercise: This section has objective and subjective questions.
Introduction to Word 2016 35
Exercise B. Write ‘T’ for true and ‘F’ for false.
1. Apps are developed for desktops only. .....................
2. Android is a mobile operating system. .....................
A. Tick ( ) the correct option.
1. Which of following tweens control the transparency level of the object? 3. Web apps require hand-held devices for installation. .....................
4. Mobile apps can be used without Internet connectivity. .....................
a. Colour b. Scale
5. App Inventor is a free platform used to create apps for smart phones. .....................
c. Opacity d. All of these
C. Fill in the blanks using the words given below:
2. Which of following helps us make animation process easier and faster?
a. Tween b. Frames Android, Install, Hybrid, Gaming, Mobile
c. Layers d. Keyframe
3. Which of the following tweens is used to change the colour of an object? 1. Apps created by combining the features of native and web apps is called a ................................ app.
2. ................................ applications are developed for hand-held devices such as smartphones and
a. Shear tween b. Coloring tween tablets.
c. Scale tween d. Motion tween 3. ................................ is an operating system for mobile devices developed by Google.
4. Ludo King is an example of ................................ app.
4. Which of the following tweens is used to move an object?
5. To use an app you need to ................................ it first.
a. Coloring tween b. Rotation tween
D. Short answer type questions.
c. Motion tween d. Shear tween
1. What do you understand by the term App?
B. Write 'T' for true and 'F' for false statements. .....................................................................................................................................................................................................
1. Scale tween helps rotate an object clockwise and anti-clock wise. ............... .....................................................................................................................................................................................................
2. Shear tween helps control the opacity of an object at two points. ............... 2. What are Web apps?
3. Motion tween helps change the rotation of the object. ...............
.....................................................................................................................................................................................................
4. Layers allow a user modify the image, add text, change colours on the same page .....................................................................................................................................................................................................
without modifying the original photo. ...............
3. Write any three components of Block Editor Window.
C. Short answer type questions. .....................................................................................................................................................................................................
1. What is the significance of tween?
E. Long answer type questions.
.....................................................................................................................................................................................................
2. What is a Layer? 1. Briefly explain any three types of apps with examples.
.....................................................................................................................................................................................................
.....................................................................................................................................................................................................
.....................................................................................................................................................................................................
3. What is the use of Coloring tween? .....................................................................................................................................................................................................
.....................................................................................................................................................................................................
2. How do you change the display name of a button?
D. Long answer type questions. .....................................................................................................................................................................................................
1. How do you insert a frame in Tupi 2D?
.....................................................................................................................................................................................................
.....................................................................................................................................................................................................
.....................................................................................................................................................................................................
.....................................................................................................................................................................................................
Animations in Tupi 2D 81 98 Modular (Ver. 2.1)-VIII
Worksheet: This section helps Test Sheet: This section Project Work: This is an
to evaluate the knowledge has questions to assess assessment to challenge
of the students. students. the students to apply the
concepts learnt.
Worksheet 4 Test Sheet 2
(Based on chapters 6 to 9)
(Based on chapters 7 to 9) PROJECT WORK
A. Guess! Who am I? Section A
1. I am an app store developed by Google. ........................... A. Tick ( ) the correct option.
2. I am a mobile operating system developed by Apple Inc. ...........................
1. Which panel contains the set of frames for each scene of your project?
3. I am an app created by combining the features of native app and web app. ........................... a. Scenes Manager b. Exposure Sheet Century 21 st #Creativity
#Technology Literacy
4. I am a category of apps which shared more than 24% area of the app store. ........................... GIMP Skills
c. Library d. Layers
5. I am a category of apps that provides a platform for children to learn from 2. Which of the following is a collection of different colours? Project 1
anywhere and anytime. ........................... Open an image of flower in GIMP.
6. I am a category of apps which allows people to connect with friends and a. Color Palette b. Left sidebar
family members. ........................... c. Exposure sheet d. Brush Properties
B. Find the error in the given codes and rewrite the correct codes. 3. Which of following tweens control the transparency level of the object?
https://www
1. i = 0 a. Colour b. Scale
c. Opacity d. All of these
While i < 5:
print(i) 4. Which of the following tweens is used to change the colour of an object?
i += 1 a. Shear tween b. Coloring tween
if i = 3 c. Scale tween d. Motion tween
break
5. Which of the following is not considered as a gaming app?
else: a. Disney+ Hotstar b. Ludo King
print(0)
2. i = 0 c. Angry Birds d. Free Fire Use the GIMP tools to create two duplicates of the flower to give it a look of a bunch of
while i < 3 6. You can download an app from .................................. on an android mobile device. flowers.
print (i) a. App Store b. Play Store Sharpen the bunch of flowers.
i += 1 c. App Inventor b. All of these
else 21 st #Creativity
print (0 7. Which of the following is a looping statement in Python? Project 2 Century Skills #Technology Literacy
Create poster on "Women's Day" in GIMP.
a. while b. if
C. Write a program to print first 20 odd numbers in decreasing order using for loop in Python.
c. break d. All of these
8. Identify the statement that allows to repeat a task for a fixed number of times.
https://www
a. for b. if…else
c. continue d. All of these
B. Write 'T' for true and 'F' for false.
1. The workspace is the area where we can draw and create animation. ...............
2. Cap option allows to change the brush stroke styles. ...............
Worksheet 4 115
116 Modular (Ver. 2.1)-VIII
118 Modular (Ver. 2.1)-VIII

