Basic Loop concepts

Basic Loop concepts

8th - 10th Grade

5 Qs

quiz-placeholder

Similar activities

Variables - 1

Variables - 1

7th - 8th Grade

9 Qs

Programming in Java

Programming in Java

8th Grade

10 Qs

AP CS A Unit 6 Quiz PRACTICE

AP CS A Unit 6 Quiz PRACTICE

9th - 12th Grade

10 Qs

Python Lesson 2

Python Lesson 2

5th - 9th Grade

10 Qs

AP CSP Conditionals

AP CSP Conditionals

9th - 12th Grade

7 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

AP Comp (POP Quiz)

AP Comp (POP Quiz)

9th - 12th Grade

7 Qs

Estructura Iterativa For en Python

Estructura Iterativa For en Python

10th Grade

10 Qs

Basic Loop concepts

Basic Loop concepts

Assessment

Quiz

Computers

8th - 10th Grade

Hard

Created by

Curtis Forbes

Used 11+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

5 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

In the following question there are multiple answers:

What does the following statement mean?

y = 0

y starts at 0

y ends at 0

y is initialised to 0

y is assigned 0

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we call this statement


y <=15

a condition

algorithm

an input

declaration

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

There are multiple answers to the following question:

What does this statement do?


y = y +1

increases y by 1

increments y

adds 1 to y

initialises y

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the following statement where will the result be stored?


sq = num * num *num

num

num *num * num

sq

y

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What kind of statement is this?


DIM num as integer

initialisation

increment

assignment

declaration