Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

ICT PORTIONS FOR SUT 3

1. What is an algorithm?
2. What is a flowchart?
3. What is the use of flowcharts?
4. Study 5 symbols used in flowchart. Start, stop, decision, process, arrow
5. Learn how to draw flowcharts for a given problem.
6. Learn how to write algorithms for a given problem.
7. Study LOGO Commands.
Comma Meaning Example
nd
FD Move the turtle forward n steps FORWARD
50
BK Move the turtle backward n BACKWARD
steps 50
LT Turns left n degrees LT 90
RT Turns right n degrees RT 90
PU Lift the pen up (to not draw a PU
line)
PD Lower the pen down(to draw a PD
line)
HOME Goes to home position HOME
SETFC Set a color flood color , after SETFC[255
setfc use fill command. Range: 0 0]
[Red green blue] FILL
FILL Fill with a color FILL
REPEAT Commands should be repeated n REPEAT
n times 4[FD 10 RT
30]

8. Learn to draw square, triangle, circle and rectangle


9. Learn to fill colors using LOGO COMMANDS setfc[0-255 0-255 0-255],
fill
10. Learn to draw house, trees and flags.

About ICT Exam:


10 marks: THEORY, MCQs and Question & Answers - from Algorithm
& flowchart, Basic LOGO COMMANDS
30 marks: PRACTICAL,
Q1. To draw the given image using LOGO COMMANDS (Learn to draw
basic shapes like square, triangle, circle and rectangle).

ICT Grade 6 blog :


http://spgrade6.blogspot.ae
Q2. Draw a flowchart and write an algorithm for a given problem.

Note: Please be informed that ICT LAB will be busy from FEB 8th to 22nd
due to ISA Examination. So kindly download Microsoft Windows Logo
Software to your home PC.

ICT Grade 6 blog :


http://spgrade6.blogspot.ae

You might also like