wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

class 7 SMALL BASIC

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Small basic was develop by

a)

thomas knoll

b)

vijay sem

c)

vijay raji

d)

alen cooper

2.

The ________________is used when loop count is not known beforehand.

a)

For Loop

b)

Goto

c)

While loop

d)

none of these

3.

____________is a optional statement which may be either positive or negative.

a)

Store

b)

Sep

c)

Step

d)

loop

4.

This is used in that case where we have to execute the same steps over and over again.

a)

func

b)

control

c)

subroutine

d)

graphics

5.

At the top left corner of the graphics window the x and y coordinates are

a)

1,1

b)

1,2

c)

0,0

d)

5,5

6.

The Graphics window area is made up of tiny dots called..............

a)

dot

b)

picture

c)

image dots

d)

pixels

7.

Name the property which is used to specify the colour to be filled in shapes drawn on the Graphics Window.

a)

Pencolor

b)

Penwidth

c)

Brush color

d)

background color

8.

what are the default dimension of Graphic Window

a)

567,444

b)

624,444

c)

464,624

d)

444,625

9.

which method is used to draw a rectangle with a given width and height?

a)

Fill rectangle()

b)

DrawRectangle()

c)

DrawEllipse

d)

none of these

10.

GraphicsWindow.Background is used

a)

change color

b)

change background color

c)

fill color

d)

all are correct