NEW
Font size
Worksheetsclass 7 SMALL BASIC
Total questions: 10
Worksheet time: 5mins
Small basic was develop by
thomas knoll
vijay sem
vijay raji
alen cooper
The ________________is used when loop count is not known beforehand.
For Loop
Goto
While loop
none of these
____________is a optional statement which may be either positive or negative.
Store
Sep
Step
loop
This is used in that case where we have to execute the same steps over and over again.
func
control
subroutine
graphics
At the top left corner of the graphics window the x and y coordinates are
1,1
1,2
0,0
5,5
The Graphics window area is made up of tiny dots called..............
dot
picture
image dots
pixels
Name the property which is used to specify the colour to be filled in shapes drawn on the Graphics Window.
Pencolor
Penwidth
Brush color
background color
what are the default dimension of Graphic Window
567,444
624,444
464,624
444,625
which method is used to draw a rectangle with a given width and height?
Fill rectangle()
DrawRectangle()
DrawEllipse
none of these
GraphicsWindow.Background is used
change color
change background color
fill color
all are correct
