Kira JH U1/L2

Kira JH U1/L2

6th - 8th Grade

6 Qs

quiz-placeholder

Similar activities

Mid-Assessment Grade 6

Mid-Assessment Grade 6

6th Grade

3 Qs

History of Computing Pioneers

History of Computing Pioneers

6th - 8th Grade

8 Qs

Введение в программирование. Python

Введение в программирование. Python

7th Grade

7 Qs

Quiz tentang Perangkat Keras Komputer

Quiz tentang Perangkat Keras Komputer

7th Grade

11 Qs

Condition Programming Quiz

Condition Programming Quiz

1st Grade - University

9 Qs

MIS-RODOCODO

MIS-RODOCODO

1st Grade - University

8 Qs

Micro:bit Quiz

Micro:bit Quiz

7th Grade

10 Qs

Tipuri de structuri

Tipuri de structuri

6th - 8th Grade

10 Qs

Kira JH U1/L2

Kira JH U1/L2

Assessment

Quiz

Information Technology (IT)

6th - 8th Grade

Hard

Created by

COURTNEY CAMPBELL PARTON

Used 4+ times

FREE Resource

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A __________________ is a statement that can either be true or false.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

A ______________ statement repeats some code as long as the condition is true.

3.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

If you remove the ___________ at the end of the while statement, you will get a syntax error.

4.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Each line of code inside the while loop needs to have spaces at the front of it. We call these spaces _____________________________.

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

To move a line of code outside of the while loop, she removed the _________________________ at the front of the line.

6.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

To have a line of code execute multiple times, you can put it inside of a while __________.