0% found this document useful (0 votes)
6 views

Gr 5. computer Term1 Worksheets

The document provides a lesson plan for Grade 5 students at Gulf Asian English School on file management and Scratch programming. It includes fill-in-the-blank exercises, differentiation questions, and explanations of key concepts related to file management in Windows and programming in Scratch. The answer key is also provided for both sections to assist in evaluating student understanding.

Uploaded by

kirthiga29
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)
6 views

Gr 5. computer Term1 Worksheets

The document provides a lesson plan for Grade 5 students at Gulf Asian English School on file management and Scratch programming. It includes fill-in-the-blank exercises, differentiation questions, and explanations of key concepts related to file management in Windows and programming in Scratch. The answer key is also provided for both sections to assist in evaluating student understanding.

Uploaded by

kirthiga29
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/ 5

Gulf Asian English School, Sharjah

Windows – File Management


SUBJECT: General Computers GRADE-5
I. Fill the blanks with the correct answer:
1. Deleting file goes into ________ .
2. A group of files stored under a common name is called a _______
3. Changing the name of file/folder is called _______.
4. Folder with in another folder is called _____.
5. Saved documents will be saved in ___________ folder.
6. A computer represents files and folders with _____.
7. Selected files appear ________ on our screen.
8. File is a collection of _____ and _____ .
9. Tile view will display _________ sized icons.
10. _________ is the rectangular area on the screen that displays the contents of an
application or folder.
11. File explorer is used to view files in a __________ order.
12. The right pane in file explorer displays the contents of files/folder that is _______ .
13. The view which displays more information about the file is _____ icon view.
14. Keyboard shortcut to select all files is ________ .
15. File Explorer is divided into _____ and _____ panes.
II. Answer the following:
1. Differentiate between :
a.File and Folder b.Copying and moving a file.
2. How do we rename a file/folder?
3. Write the names of main folders in Windows
4. What is the use of Recycle Bin?
5. What is the role of File Explorer in Windows 10?
Gulf Asian English School, Sharjah
Windows – File Management

(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.

1. How do we rename a file/folder?


1. Open the folder that contains the file you want to rename.
2. Click the file you want to rename
3. Press F2 key on the keyboard.
4. Type a new name for the file and then press the Enter key.
A file name cannot contain characters like / \ ? “ < > or ! .
The new name appears under file icon.

2. Write the names of main folders in Windows

There are some main folders in Windows in which our files are saved, by
default – Documents, pictures ,Music, Videos and ,downloads.

3. What is the use of Recycle Bin?


Recycle Bin is user to store deleted files and folders. We can restore the files
and folders from recycle Bin.

4. What is the role of File Explorer in Windows 10


It is used for viewing files and folders in hierarchical order. It is very helpful for
efficiently organizing file and folders that are stored in different disk drives of
a computer. We can move, rename, and delete files in File Explorer.
Gulf Asian English School, Sharjah
Scratch-3 Programming
SUBJECT: General Computers GRADE-5

I. Fill the blanks with the correct answer:


1. The repeat block a control block which runs the script for a set number of times.
2. A program is a set of instructions which are executed sequential manner.
3. Creating variable is also called defining variable.
4. Scratch is a fun based visual pogramming language.
5. An integer is a numeric value that does not include a decimal point.
6. The blocks which help to get information from users are sensing block.
7. A sequential statement shows one or more actions following each other in order.
8. The message that is sent to notify the scripts that event has happened is broadcast.
II. Name the block where the following codes are present:

a. b. c.

d. e. f.

III. Answer the following


1. What is a conditional statement?

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.

4. Explain If-Then-Else block.

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.

Ans. 1. If-Then Block 2. If-Then-Else Block

You might also like