wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

AapLab LC 1

Total questions: 12

Worksheet time: 6mins

Name
Class
Date
1.

Which type of color code consists of 3 different colors?

a)

Hex Code

b)

Binary Code

c)

RGB Code

d)

Secret Code

2.

Can you use multiple themes in different screen of your app?

a)

Yes

b)

No

3.

How can images be added in the app?

a)

Using images URL

b)

Uploading images to the platform

c)

Both

d)

None of the above

4.

Usage of setTimeout?

a)

Screen navigation

b)

Delayed code execution

c)

Exclusion from execution

d)

None of these

5.

Images can be used in the platform using

a)

Image URL

b)

Uploading the images to code.org

c)

Both

d)

None

6.

How to use multiple options to the user to choose one, in a space saving format

a)

Multiple lables

b)

Dropdown menu

7.

Which is used to verify program output with the actual output?

a)

Machine log

b)

Report log

c)

Result log

d)

Console log

8.

The action of doing something over and over again.

a)

Looping

b)

Bugging

c)

Programming

9.

An error in a program that prevents the program from running as expected.

a)

bug

b)

debugging

c)

for loop

d)

binary

10.

Finding and fixing errors in a program.

a)

debugging

b)

bug

c)

nested loop

d)

event

11.

A loop that continues to repeat while a condition is true.

a)

while loop

b)

until loop

c)

for loop

d)

bug

12.

A loop command that tells you to do something only up to the point that something becomes true.

a)

until loop

b)

conditional

c)

nested loop

d)

while loop