Pair Programming Session 8: LC AppLab

Pair Programming Session 8: LC AppLab

1st - 5th Grade

5 Qs

quiz-placeholder

Similar activities

Sensors

Sensors

1st - 5th Grade

10 Qs

Express Quiz

Express Quiz

1st - 5th Grade

10 Qs

Coding Patterns

Coding Patterns

1st - 5th Grade

8 Qs

microbit

microbit

4th Grade

10 Qs

Block Coding

Block Coding

3rd - 9th Grade

9 Qs

Year 5 Lesson 3 Recap

Year 5 Lesson 3 Recap

5th Grade

10 Qs

Computer Programming

Computer Programming

1st - 6th Grade

8 Qs

Programming - Algorithms in Pseudocode & Flow Diagrams

Programming - Algorithms in Pseudocode & Flow Diagrams

1st - 12th Grade

10 Qs

Pair Programming Session 8: LC AppLab

Pair Programming Session 8: LC AppLab

Assessment

Quiz

Computers

1st - 5th Grade

Hard

Created by

Swapnil Gupta

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Multiple lables

Dropdown menu

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

Yes

No

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are statements that only run under certain conditions?
Code
Loop
Conditionals
Binary

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the operators do we use if we want at least one condition to be true?

and

or

else

not

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the action of doing something over and over again?
Loop
Persistence
Program
Code