ICT-Revision - Worksheet - Term - 3 - Grade 8

Download as pdf or txt
Download as pdf or txt
You are on page 1of 6

Islamiya English School, Abu Dhabi, UAE.

Subject: ICT
Term 3 Revision Worksheet Grade 5
Q#1: FILL IN THE BLANKS

1. Microsoft PowerPoint is a part of the Microsoft _ application software package.


2. To enter text in a PowerPoint slide you should be in the view.
3. In the view in the PowerPoint, you can view and edit the slides one at a time.
4. Ready-made slide design in PowerPoint are called .
5. A presentation that is made to loop continuously, can be stopped by pressing the key.
6. are used to display or analyze data in pictorial format.
7. are the special effects added to the objects and text in a presentation.
8. A blank presentation with already designed colors and graphics for the slides is called .
9. BASIC is a level computer language.

10. Low level computer languages are like code.


11. Beginner’s All Purpose Symbolic Instruction Code is popularly known as _ _.
12. The command used to display a word on the monitor is called .
13. The key on the keyboard is pressed to run a program.
14. You can use the command to give a remark about the program you have written.
15. REM, PRINT, END are words of the BASIC language.
16. The command use to clear the screen is .
17. Command use to display a word at a desired place on the screen is .
18. command is use to indicate that the program is over.

Q#2: TRUE/ FALSE

1. For every photo album, a new presentation is created. ______


2. You cannot reuse slides from another presentation.
3. By using a hyperlink, the text is created as a link to another file or a website.
4. You can animate the objects on the slide by using Slide Master.
5. Notes Master helps you to advance your slide by using either the mouse-click or automatically after an
interval of a few second.
6. In PowerPoint, you can only take a printout with one slide per page.
7. A template is a actually background design for your slide.
8. By default, the name of the program file in QB64 is ‘Untitled’.

9. BES is the extension of a QB64 program.


10. QBASIC is designed from BASIC language.
11. The ‘Exit’ option is used to save the changes in the program file.
12. To exit from QB64, use the new option found in the File menu.
13. Commas and semicolons are the two separators used with PRINT statements.

14. Print is a name of the memory location.


15. Variables are non-executable statements.
16. To accept a value from the user, an input statement is used.
17. % sign is used with string variables.

Q#3: MATCH THE FIRST COLUMN WITH THE SECOND ONE

1. Handouts a) A link to a slide, a web page, an email or any other program.

2. Hyperlink b) A menu where the table option is available.

3. Animations c) An option which allows slides to be picked from another


presentation.
4. Insert d) The reading material given to the audience during the presentation.
5. Reusingslides e) Slide effects that are added in a presentation.

Q#4: GIVE ONE WORD FOR THE FOLLOWING:


1. Runs a program.

2. File extension in QB64.

3. Helps to give a name to a file.

4. Changes are saved.

5. Command for clearing the screen.

6. Command to display the output on the screen.___________________________


Q#5 LABEL THE FOLLOWING COMPONENTS OF THE SCRATCH WINDOW.

Q#6: WRITE THE COMMAND FOR THE FOLLOWING STATEMENTS:

1. To display “Hello QB64” message on the screen.


2. To leave a blank line. _________________
3. To assign a value 10 to a number variable N2.
4. To assign a string value “ABC” to a string variable NAME2.
5. To give the comments THIS IS A SAMPLE PROGRAM.
6. To accept the class teacher’s name in the variable CLTEACHER.

Q#7: CHECK WHETHER THE FOLLOWING VARIABLE NAMES ARE VALID OR INVALID.

String variable Numeric variable String variable Numeric variable


Click$ …………….. 5GS5 …………….. 3Start$ …………….. C- 36
……………..
Rose3$ Var2$ …………….. Name …………….. Ch4 ……………..
…………….

Q#8: ANSWER THE FOLLOWING QUESTIONS:

1. What is the importance of reusing slides in MS PowerPoint 2013?


2. What do you understand by Slide Master in MS PowerPoint 2013?

3. What is QB64? How is it related to QBASIC?

4. Name the different components of the QB64 window.

5. What is the use of REM statement? Give an example.


6. What is the importance of the INPUT statement? Give an example.

7. What is the purpose of LET statements? Give a small code to support your answer.

Q#9 IMPORTANT QBASIC PROGRAMS


1. Write a program to INPUT two numbers and PRINT their sum.
REM ** Number**
CLS
INPUT “Enter any two numbers”; A ,B
LET sum =A +B
PRINT
sum
END
2. Write a program to INPUT any three numbers and PRINT their sum .
REM ** Numbers **
CLS
INPUT “Enter any three numbers ”; A , B ,C
LET SUM = A+B+C
PRINT
SUM
END
3. Write a program to INPUT any four numbers and PRINT the sum of the first two numbers and
product of the last two numbers.
REM ** Numbers**
CLS
INPUT “Enter any four numbers”; A , B , C , D
LET SUM = A + B
LET PRODUCT = C * D
PRINT SUM
PRINT
Product
END

Write the description for the following icons shown:

Option Icon Description

You might also like