Python

Python

8th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Программирование C#

Программирование C#

1st - 10th Grade

10 Qs

Input Commands Quiz

Input Commands Quiz

10th Grade

15 Qs

C Programming Concepts

C Programming Concepts

10th Grade

15 Qs

Preetest Pemrograman Bahasa C

Preetest Pemrograman Bahasa C

11th Grade

10 Qs

10th - Computer - Introduction to Java

10th - Computer - Introduction to Java

10th Grade

15 Qs

Quiz 4 Edhesive Review

Quiz 4 Edhesive Review

9th - 12th Grade

10 Qs

Programming

Programming

1st - 10th Grade

10 Qs

QuickCSharpCodeQuiz

QuickCSharpCodeQuiz

8th - 12th Grade

12 Qs

Python

Python

Assessment

Quiz

Computers

8th - 12th Grade

Hard

Created by

Timothy Little

Used 561+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat a fixed number of times use a
while loop
for loop
if loop
indentation

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To repeat until a particular condition is true use
while loop
for loop
if loop
indentation

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The second part of if, that is executed when the condition is false
if
else
for
input

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Data type that can only be true or false
int
string
bool
float

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A variable that can hold a collection of values, often called an array in other programming languages
list
int
string
constant

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

The character that must be at the end of the line for if, while, for etc.
:
;
.
,

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Decides if a string only contains numbers
isalpha()
isnumeric()
int()
string()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?