Computer Science, asked by tinkuthakur036, 10 months ago

.
2. Draw the shapes executed by the following commands in the box provided.
(a) REM DRAWING A SLANT LINE
SCREEN 9
LINE (10, 10) - (100, 100), 2
(b) REM DRAW AN ISOSCELES TRIANGLE WITH HORIZONTAL BASE
SCREEN 7
LINE(160,30) - (250,180),4
LINE(250,180) - (70,180), 2
LINE(70,180) - (160,30),1
(c) REM DRAWING A SQUARE BOX
SCREEN 9
LINE (10, 10) - (100, 100), 2, B
(d) REM DRAW A BOX FILLED WITH COLOR
SCREEN 9
LINE (10, 10) - (100, 100), 2, BF​

Answers

Answered by HrsSingh
3

Answer:

symbol is a mark, sign or word that indicates, signifies, or is understood as representing an idea, object, or relationship. Symbols allow people to go beyond what is known or seen by creating linkages between otherwise very different concepts and experiences. All communication (and data processing) is achieved through the use of symbols. Symbols take the form of words, sounds, gestures, ideas or visual images and are used to convey other ideas and beliefs. For example, a red octagon may be a symbol for "STOP". On a map, a blue line might represent a river. Numerals are symbols for numbers. Alphabetic letters

Answered by rudraenterprises0907
0

Explanation:

REM DRAWING A SLANT LINE

SCREEN 9

LINE (10, 10) - (100, 100), 2

Similar questions