WorksheetsAapLab LC 1
Total questions: 12
Worksheet time: 6mins
Which type of color code consists of 3 different colors?
Hex Code
Binary Code
RGB Code
Secret Code
Can you use multiple themes in different screen of your app?
Yes
No
How can images be added in the app?
Using images URL
Uploading images to the platform
Both
None of the above
Usage of setTimeout?
Screen navigation
Delayed code execution
Exclusion from execution
None of these
Images can be used in the platform using
Image URL
Uploading the images to code.org
Both
None
How to use multiple options to the user to choose one, in a space saving format
Multiple lables
Dropdown menu
Which is used to verify program output with the actual output?
Machine log
Report log
Result log
Console log
The action of doing something over and over again.
Looping
Bugging
Programming
An error in a program that prevents the program from running as expected.
bug
debugging
for loop
binary
Finding and fixing errors in a program.
debugging
bug
nested loop
event
A loop that continues to repeat while a condition is true.
while loop
until loop
for loop
bug
A loop command that tells you to do something only up to the point that something becomes true.
until loop
conditional
nested loop
while loop
