Gr 5. computer Term1 Worksheets
Gr 5. computer Term1 Worksheets
(Answer key)
SUBJECT: General Computers GRADE-5
_____________________________________________________________
Answer key – File management
Fill in the blanks:
1.Recycle Bin
2.Folder
3.Renaming
4.Sub folder
5.Document Folder
6.Icons
7.Highlighted.
8.Data and information
9.medium sized icons
10.Window
11.hierarchical
12.selected
13.small icon
14.ctrl+A
15.left and right
Answer the following questions:
Differentiate between: a.File and Folder b.Copying and moving a file.
a. File:
All the work that you do in a computer is stored in the form of file.
A file contains anything such as drawing ,text ,picture using a software.
Every file has its own unique name.
Folder
A folder is a location for organizing your file. A similar group of files
saved together under a common name is called a folder.
b. Copying and moving a file
When you copy a file ,the file remains in its original location and also
appears in the new location . When you move a file , the file gets
removed from its original location and appears in the new location.
There are some main folders in Windows in which our files are saved, by
default – Documents, pictures ,Music, Videos and ,downloads.
a. b. c.
d. e. f.
Ans: Conditional statement tells the program which action to take based on a certain
condition.
2. Name the block in Scratch used to calculate percentage of marks
scored. Ans: Operators Block.
3. What is nested repeat?
Ans: When a Repeat block is inserted inside another Repeat block, it is called Nested
Repeat.
Ans: This is a control block used to check the condition. If the condition is true, the
code inside the first C block will run and if the condition is false, the code inside the
second C block will be activated.
5. Name two commands used to control the flow of execution in Scratch program.