CodeBotics-Book-5 Answers
CodeBotics-Book-5 Answers
PM
ANSWERS KEY
1
P 7
8
PM
13
15
17
18
TERM-1
DIGITAL LITERACY
1
Generation Period Technology
(1946-1958) Vacuum Tube
(1959-1964) Transistor
(1965-1970) Integrated Circuit
(1971 onwards) Microprocessor
(Present-Beyond) Artificial Intelligence
P
PM
IT PLANET-5 (CODEBOTICS)
2
2 WINDOWS – FILE MANAGEMENT
3
Tabs Ribbon
File Tab
File
P
PM
IT PLANET-5 (CODEBOTICS)
4
3 WORD – TABLE AND MAIL MERGE
5
3. Table provide a way of organizing information into horizontal rows
and vertical columns, which intersect to form cells.
4. We can create table in your document by three different ways:
Firstly, we can create a blank table and type data in it.
Secondly, we can insert a preset table in the document and
replace the text of the preset table with our own text.
Thirdly, we can draw a customized table by controlling how the
rows and columns appear in it.
5. Mail Merge feature is use to produce a personalized document such
as an announcement or a greeting card for each person on our
mailing list.
F. Application-based Question
Mail Merge
P
PM
IT PLANET-5 (CODEBOTICS)
6
4 POWERPOINT – CREATING PRESENTATION
7
5 EXCEL – INTRODUCTION
8
P
PM
9
IT PLANET-5 (CODEBOTICS)
WORKSHEET-I
CHAPTERS 1 - 5
10
E. Differentiate between the following.
1. Difference Engine: It was developed in 1882 by Charles Babbage. It
was able to perform mathematical operations automatically.
Analytical Engine: It was developed in 1833 by Charles Babbage. It
was designed to perform much better than Difference Engine.
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.
Emptying the Recycle Bin: Whenever we want to remove any
file/folder permanently from the computer memory, we have to
delete that file/folder from the Recycle Bin. After deleting the
file/folder from Recycle Bin, it cannot be recovered or restored.
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.
4. AutoCorrect: This feature corrects common spelling errors. For
example, if we type the word ‘adn’, the word processing software
automatically changes it to the correct word ‘and’.
P
AutoFormat: It automatically creates symbols, fractions, and ordinal
numbers. For example, when we type :), it changes to a smiling face
symbol.
PM
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.
Animation: It is the illusion of showing a series of still pictures in
motion in rapid succession.
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.
IT PLANET-5 (CODEBOTICS)
11
F. Answer the following questions.
1. The five key features that Charles Babbage used in Analytical Engine
are input device, storage unit, processor, control unit and output
device.
2. There are five generations of computer:
5.
P
the files and folders from Recycle Bin.
By following the below steps we can rename a file/folder.
Open the folder that contains the file we want to rename.
PM
Click the file we want to rename.
Press F2 key on the keyboard.
Type a new name for the file and then press the Enter key.
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.
7. The five different types of tabs are:
Left Tab (Normal) Right Tab Center Tab
Decimal Tab Bar Tab
8. There are five views available in PowerPoint presentation.
Normal view Outline view Slide Sorter view
Reading view Slide show view
IT PLANET-5 (CODEBOTICS)
12
TERM-2
CYBER ZONE
13
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.
3. While sending a message through e-mail, we must follow certain
etiquettes.
Our message should have a subject line that conveys its content
clearly.
The e-mail message should not be in capital letters.
We may use smileys for casual comments and abbreviations for
phrases.
Open only those email attachments that come from trusted
sources.
F. Application-based Question
By attachment feature.
P
PM
IT PLANET-5 (CODEBOTICS)
14
COMPUTATIONAL THINKING
7 PROGRAMMING BASICS
together.
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.
15
G. Answer the following questions.
1. A flowchart is a diagrammatic representation of a problem-solving
process, i.e. algorithm. It is called a flowchart as it charts the flow
of a program. The direction of flow in a flowchart is always from
top to bottom or left to right.
2. A computer language, also known as programming language, is a
special language understood by the computers. It consists of a set of
words, symbols, and codes that is used to write a computer
program.
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
P
PM
IT PLANET-5 (CODEBOTICS)
16
CODING JUNCTION
8 SCRATCH 3 PROGRAMMING
17
ARTIFICIAL INTELLIGENCE
18
2. Two advantages of AI are:
i. Minimizes Error: AI significantly reduces errors and increases
accuracy and precision.
ii. Non-stop Work: AI-driven machines can work endlessly without
breaks and perform multiple tasks at a time with accurate
results.
3. Two disadvantages of AI are:
i. Less Creative: AI cannot work or think outside the box.
ii. Emotionless: Machines cannot experience human emotions and
moral values.
4. Three domains of Artificial Intelligence are:
i. Data ii. Computer Vision (CV)
iii. Natural Language Processing (NLP)
F. Application-based Question
NLP (Natural Language Processing) P
Researchandidentifythedomain(Data,ComputerVisionand
NaturalLanguageProcessing)ofeachapplicationandwrite
PM
thesame.
Data
19
WORKSHEET-II
CHAPTERS 6 - 9
20
F. Differentiate between the following.
1. Signature: We can add our unique signature at the end of every
message we send through an e-mail program.
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.
Forward: This button helps us forward a received message to
someone else.
3. Compiler: A compiler converts the entire HLL program into machine
language at once and also displays errors for the whole program
together.
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.
4.
P
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.
PM
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, etc.
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.
IT PLANET-5 (CODEBOTICS)
21
To: The e-mail address of a person who shall be receiving the e-mail
message should be written in this section.
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.
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.
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.
3. An Algorithm is a step-by-step procedure to carry out any particular
task, such as a mathematical or a logical problem.
4. Advantages of flowchart:
i. Flowchart helps in solving a problem or carry out procedure in
a more systematic way.
ii.
P
It is a better way of communicating the logic of a system.
iii. It acts as a guide during the program development phase.
iv. It helps in finding out errors.
PM
5. A conditional statement tells the program which action to take,
based on a certain condition. Scratch provides us different
commands by which we can control the flow of execution.
6. Broadcast is a message that is sent to notify the scripts that an
event has happened. It is a good way to have sprites and scripts
communicate. The broadcast is sent with broadcast () and broadcast
and wait () blocks. Broadcast is received by when I receive () block.
7. Two disadvantages of Artificial Intelligence are:
i. Less Creative: AI cannot work or think outside the box.
ii. Emotionless: Machines cannot experience human emotions and
moral values.
8. Three domains of Artificial Intelligence are:
i. Data
IT PLANET-5 (CODEBOTICS)
22