5407
5407
TD
L
.
T
P
V
H
E
RS
ANSWER KEY
IT PLANET - 5 (CodeAI) 0
Table of Contents
H
E
RS
WORKSHEET – II.................................................................................24
IT PLANET - 5 (CodeAI) 1
DIGITAL LITERACY
EXERCISE:
A. Tick [] the correct answer.
1. b 2. c 3. a 4. a 5. c
IT PLANET - 5 (CodeAI) 2
Fourth Generation Computer: The Fourth Generation of Computers started in
1971, and they used Microprocessor, which is a single chip that does all the
processing.
2. Microprocessor is a single chip that does all the processing. It has thousands of
Integrated Circuits built onto a single chip. Fourth generation of computers used
Microprocessor chip.
3. The main goal of the fifth generation is to develop the computers that can
respond to natural language, and are capable of learning and taking their own
decisions.
G. Application-based Question.
Abacus
ACTIVITY WRITE:
Complete the following table.
IT PLANET - 5 (CodeAI)
3
EXERCISE:
Folder: A folder is a location for organizing files. A similar group of files saved
together under a common name is called a folder. A folder has a unique name. There
cannot be two folders of the same name at a particular location.
2. Copying File: When we copy a file, the file remains in its original location and also
appears in the new location.
PM PUBLISHERS PVT. LTD.
Moving File: When we move a file, the file gets removed from its original location
and appears in the new location.
IT PLANET - 5 (CodeAI) 4
E. Answer the following questions.
1. There are some main folders in Windows 10 in which our files are saved, by default
— Documents, Pictures, Music, Videos, and Downloads.
2. It is used for viewing files and folders in a hierarchical order. It is very helpful for
efficiently organizing files and folders that are stored in different disk drives of a
computer. We can move, rename, and delete files in File Explorer.
4. Recycle Bin is used to store deleted files and folders. We can restore the files and
folders from Recycle Bin.
F. Application-based Question.
He can restore file from Recycle Bin.
ACTIVITY LABEL:
Label the following parts of folder window.
Tabs Ribbon
File Tab
rward and Back Buttons
PM PUBLISHERS PVT. LTD.
Search Box
Address Bar
Navigation Folder
Pane
File
IT PLANET - 5 (CodeAI)
5
EXERCISE:
2. Merge Cell: You can combine two or more cells in your table to create one large
PM PUBLISHERS PVT. LTD.
cell. Combining cells is useful when you want to display a title across the top or
the down side of your table.
Split Cell: You can split one cell into two or more cells in your table to create more
than one section. You can even split cells into columns or rows.
IT PLANET - 5 (CodeAI) 6
E. Answer the following questions.
1. Format Painter tool is used to copy the formatting that we apply to the text in
one portion to another portion of our document. This will save our time and give
the text a consistent appearance.
3. Table provide a way of organizing information into horizontal rows and vertical
columns, which intersect to form cells.
F. Application-based Question.
PM PUBLISHERS PVT. LTD.
Mail Merge
IT PLANET - 5 (CodeAI)
7
EXERCISE:
2. Print Preview: If we want to see how our printout will look, we can see the
Preview of the slides.
PM PUBLISHERS PVT. LTD.
Print Handouts: We can print the slides on the paper to review them separately
from our computer, or we might want to print handouts for our audience to
follow during our live presentation.
IT PLANET - 5 (CodeAI) 8
E. Answer the following questions.
1. There are five views available in PowerPoint presentation
a. Normal view
b. Outline view
c. Slide sorter view
d. Reading view
e. Slide show view
4. Slide Show view is used to give the presentation to a group of people. We can
run a slide show of our presentation on the computer screen. A slide show
displays one slide at a time, covering the entire screen.
F. Application-based Question.
Animation effect
PM PUBLISHERS PVT. LTD.
IT PLANET - 5 (CodeAI)
9
EXERCISE:
2. Mouse pointer: The mouse pointer is displayed as a block plus sign whenever it is
located in a cell on the worksheet. Another common shape of the mouse pointer
is the block arrow.
Worksheet: The rows and columns in Excel are collectively called worksheet Each
worksheet of Excel 2019 typically has 16384 columns and 1048576 rows.
IT PLANET - 5 (CodeAI) 10
F. Answer the following questions.
1. Microsoft Excel is a powerful spreadsheet program that allows us to organize
data and complete calculation in rows and columns.
2. We can save our workbook to reuse it or share it with others. By default, Excel
workbook is saved in the .xlsx file extension.
3. AutoFill feature of Excel is used to add duplicate entries or a data series to our
worksheet cells. We can create our own custom data lists as well as use built-in
lists of common entries, such as days of the week, months of the year, and
number series.
G. Application-based Question.
Gridlines
ACTIVITY LABEL:
Label the following window of Excel 2019.
IT PLANET - 5 (CodeAI)
11
CYBER ZONE
EXERCISE:
Postal mail: First get a headed notepaper and write your message in it. Find an
envelope and paste the stamp on the envelop. Now, go to the post box to drop
the letter. Postal mail could take three-four days or even more to be delivered.
2. To: The e-mail address of a person who shall be receiving the e-mail message
PM PUBLISHERS PVT. LTD.
From: It refers to the person who is sending the e-mail message; his or her e-mail
address is written in this section.
IT PLANET - 5 (CodeAI) 12
3. Reply: This button allows us to send a reply to someone who has sent us an e-mail.
2. Most e-mail messages consist of only text but we can also attach some other
types of information, such as a photo, a spreadsheet file or a word processing
document to share. When we attach a file and send the message, the file or
information is sent along with the e-mail as attachment.
F. Application-based Question.
By attachment feature.
PM PUBLISHERS PVT. LTD.
IT PLANET - 5 (CodeAI)
13
COMPUTATIONAL THINKING
IT PLANET - 5 (CodeAI) 14
sequence of letters called mnemonic codes like ADD for addition, CMP for
comparison, LDA for loading, and MUL for multiplying.
Interpreter: Interpreter converts one line of program at a time. It displays error of one
line at a time and goes to the next line only after correction of that error.
3. A high-level language (HLL) has instructions which are almost similar to English
language. It is user-friendly and resembles the language that we use. A program
written in HLL can be run on almost all the computers, without any change.
H. Application-based Question.
Either by Compiler or Interpreter
PM PUBLISHERS PVT. LTD.
IT PLANET - 5 (CodeAI)
15
ACTIVITY REDRAW:
Redraw the following chart after correcting the symbols.
IT PLANET - 5 (CodeAI)
16
CODING JUNCTION
EXERCISE:
A. Tick [] the correct answer.
1. a 2. b 3. b 4. a 5. a
If-then-else block: This is also a control block which is used to check its condition.
If the condition is true, the code inside the first C block will run. If the condition is
false, the code inside second C block will be activated.
2. Repeat block: The Repeat block is a control block which runs the script for a set
PM PUBLISHERS PVT. LTD.
number of times. This block is used when we know how many times the
command block will run.
Nested repeat block: When we insert Repeat block inside another Repeat block,
it is called nested repeat block.
IT PLANET - 5 (CodeAI) 17
E. Answer the following questions.
1. Variables are the names we give to computer memory locations which are used
to store value (data/information) in a computer program.
F. Application-based Question.
Operator block
IT PLANET - 5 (CodeAI)
18
ARTIFICIAL INTELLIGENCE
EXERCISE:
A. Tick [] the correct answer.
1. b 2. a 3. c 4. c 5. a
2. Computer Vision (CV): The discipline of teaching machines how to see and
perceive the human world is known as computer vision. This domain of AI
enables machines to identify objects in images and videos in the same way as
humans do. Examples of this domain are, driver-less car, face recognition app,
etc.
IT PLANET - 5 (CodeAI) 19
Natural Language Processing (NLP): This domain of AI is concerned with giving
computers the ability to understand text and spoken words in much the same
way as human beings do. Alexa is one such virtual assistant that can understand,
process, learn from, and respond to voice inputs in natural ways.
F. Application-based Question.
PM PUBLISHERS PVT. LTD.
IT PLANET - 5 (CodeAI)
ACTIVITY RESEARCH AND IDENTIFY:
Research and identify the domain (Data, Computer Vision and Natural Language Processing)
of each application and write the same.
Data
IT PLANET - 5 (CodeAI)
21
Worksheet - I
Chapters 1 - 5
1. Abacus: Abacus was the first calculating device invented about 5000 years ago by
the Chinese. Simple calculations like addition and subtraction were performed,
using the abacus. It is still in use in many parts of the world.
IT PLANET - 5 (CodeAI) 22
3. Folder: A folder is a location for organizing our files. A similar group of files saved
together under a common name is called a folder. A folder has a unique name.
There cannot be two folders of the same name at a particular location.
4. Thesaurus: With Thesaurus, we can look up for synonyms (words with the same
meaning) for words in a document.
7. Formula bar: It is used to enter and edit formulas, and perform calculations on
our worksheet data.
2. Restoring a file: It means to restore the file which is in Recycle Bin to its original
location from where we had deleted it.
PM PUBLISHERS PVT. LTD.
IT PLANET - 5 (CodeAI) 23
3. Copying File: When we copy a file, the file remains in its original location and also
appears in the new location.
Moving File: When we move a file, the file gets removed from its original location
and appears in the new location.
5. Transition: A transition is a visual effect that appears when we move from one
slide to another. We can apply a transition in Normal or Slide Sorter view to a
single slide, multiple slides, or all slides.
6. Name Box: The cell reference of an active cell is displayed in this box.
Formula Bar: It is used to enter and edit formulas, and perform calculations on our
worksheet data.
1. The five key features that Charles Babbage used in Analytical Engine are input
device, storage unit, processor, control unit and output device.
IT PLANET - 5 (CodeAI) 24
2. There are five generations of computer:
3. The main goal of the fifth generation is to develop the computers that can
respond to natural language, and are capable of learning and taking their own
decisions.
4. Recycle Bin is used to store deleted files and folders. We can restore the files and
folders from Recycle Bin.
6. Format Painter tool is used to copy the formatting that we apply to the text in
one portion to another portion of our document. This will save our time and give
the text a consistent appearance.
b. Right Tab
c. Center Tab
d. Decimal Tab
e. Bar Tab
IT PLANET - 5 (CodeAI)
8. There are five views available in PowerPoint presentation.
Normal view, Outline view, Slide Sorter view, Reading view and Slide show view
9. AutoFill feature of Excel is used to add duplicate entries or a data series to our
worksheet cells. We can create our own custom data lists as well as use built-in
lists of common entries, such as days of the week, months of the year, and
number series.
IT PLANET - 5 (CodeAI)
26
Worksheet - II
Chapters 6 - 9
IT PLANET - 5 (CodeAI) 27
E. Define the following.
1. E-mail address: We can send e-mail messages anywhere around the world if we
have an e-mail address. All e-mail users have their own, unique e- mail
addresses. The messages are sent to the correct recipient because of the
uniqueness of the address.
2. Attachment: Most e-mail messages consist of only text but we can also attach
some other types of information, such as a photo, a spreadsheet file or a word
processing document to share. When we attach a file and send the message, the
file or information is sent along with the e- mail as attachment.
3. Shouting: A message written in capital letters is annoying and hard to read. This
is called shouting.
5. Variables: Variables are the names we give to computer memory locations which
are used to store value (data/information) in a computer program.
6. Computer Vision: The discipline of teaching machines how to see and perceive
the human world is known as Computer vision.
1. Signature: We can add our unique signature at the end of every message we
send through an e-mail program.
IT PLANET - 5 (CodeAI) 28
Subject: A very short description of our message is written in this section. For
example, if we are sending a resume by e-mail, we can write Resume in this
section.
2. Reply: This button allows us to send a reply to someone who has sent us an e-mail.
3. Compiler: A compiler converts the entire HLL program into machine language at
once and also displays errors for the whole program together.
4. If-then block: It is a control block which is used to check its condition. If the
condition is true, the code inside the C block will run. If the condition is false, the
code inside the C block will be ignored.
If-then-else block: This is also a control block which is used to check its condition.
If the condition is true, the code inside the first C block will run. If the condition is
false, the code inside second C block will be activated.
5. Computer Vision (CV): The discipline of teaching machines how to see and
perceive the human world is known as computer vision. This domain of AI
enables machines to identify objects in images and videos in the same way as
humans do. Examples of this domain are, driver-less car, face recognition app,
PM PUBLISHERS PVT. LTD.
etc.
1. Different programs that are used to create and manage an e-mail are:
Window Mail, Outlook, Hotmail, and Gmail are different programs that are used
to create and manage an e-mail.
2. Parts of e-mail message are:
a. From: It refers to the person who is sending the e-mail message; his or her e-
mail address is written in this section.
b. To: The e-mail address of a person who shall be receiving the e-mail message
should be written in this section.
c. CC: It stands for Carbon Copy. It is an exact copy of the message. The e-mail
address of a person, who is not directly involved but we would like the
message to be sent to him/her too, should be written in this section.
d. BCC: It stands for Blind Carbon Copy. We can take the help of BCC if we want
to send the message to several people, without showing them that others
have also received the same message.
e. Subject: A very short description of our message is written in this section. For
example, if we are sending a resume by e-mail, we can write Resume in this
section.
4. Advantages of flowchart:
a. Flowchart helps in solving a problem or carry out procedure in a more
systematic way.
b. It is a better way of communicating the logic of a system.
c. It acts as a guide during the program development phase.
IT PLANET - 5 (CodeAI) 30
d. It helps in finding out errors.
IT PLANET - 5 (CodeAI)
31