wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Public Programming

Total questions: 4

Worksheet time: 50secs

Name
Class
Date
1.

What Should You Add if it increase every time


for(i = 0; i > 255; i__)


fill the "__" blank

(a)  

2.

what variable that use to define true or false ?

a)

float

b)

int / interger

c)

bool / boolean

d)

string

3.

Choose that type of variables

a)

float

b)

12f

c)

public

d)

bool

e)

int

4.

Y = 2;

Z= 4;

X = 964 / Z * Y;


is X value is 482 ?

a)

True

b)

False