7 Python concepts

7 Python concepts

8th Grade

8 Qs

quiz-placeholder

Similar activities

Morelos Power Point

Morelos Power Point

8th Grade

10 Qs

Internet

Internet

7th - 10th Grade

10 Qs

File Management 3 Quiz

File Management 3 Quiz

8th Grade

10 Qs

Los periféricos del computador

Los periféricos del computador

1st Grade - Professional Development

9 Qs

Micro:bit assessment 1

Micro:bit assessment 1

7th - 8th Grade

10 Qs

Administrasi Sistem Jaringan

Administrasi Sistem Jaringan

1st - 10th Grade

10 Qs

8° Capítulo 3 - Lecciones 1 y 2

8° Capítulo 3 - Lecciones 1 y 2

8th Grade

11 Qs

Internet seguro

Internet seguro

8th Grade - University

10 Qs

7 Python concepts

7 Python concepts

Assessment

Quiz

Computers

8th Grade

Practice Problem

Medium

Created by

Philip Roberts

Used 9+ times

FREE Resource

AI

Enhance your content in a minute

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

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a string variable?

A type of variable that holds a sequence of characters.

A type of variable that holds whole numbers without any decimal points.

A type of variable that holds numbers with decimal points.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a integer variable?

A type of variable that holds a sequence of characters.

A type of variable that holds whole numbers without any decimal points.

A type of variable that holds numbers with decimal points.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a float variable?

A type of variable that holds a sequence of characters.

A type of variable that holds whole numbers without any decimal points.

A type of variable that holds numbers with decimal points.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Conditional Statement?

An instruction to execute a specific block of code defined in a function

Instructions which allow you to execute different blocks of code based on whether a condition is true or false.

Instructions which can be used to repeatedly prompt the user for input until a valid input is provided.

Instructions which can be used to give the user a limited number of chances to perform a task.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Method Call?

An instruction to execute a specific block of code defined in a function

Instructions which allow you to execute different blocks of code based on whether a condition is true or false.

Instructions which can be used to repeatedly prompt the user for input until a valid input is provided.

Instructions which can be used to give the user a limited number of chances to perform a task.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Conditional Loop for Error Check Input?

An instruction to execute a specific block of code defined in a function

Instructions which allow you to execute different blocks of code based on whether a condition is true or false.

Instructions which can be used to repeatedly prompt the user for input until a valid input is provided.

Instructions which can be used to give the user a limited number of chances to perform a task.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Counted Loop?

An instruction to execute a specific block of code defined in a function

Instructions which allow you to execute different blocks of code based on whether a condition is true or false.

Instructions which can be used to repeatedly prompt the user for input until a valid input is provided.

Instructions which can be used to give the user a limited number of chances to perform a task.

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an input?

A set of code which is a message requesting a typed user response, and which will store the response in the message variable as a string.

An annotation

An argument

An expression