7 Python concepts

7 Python concepts

8th Grade

8 Qs

quiz-placeholder

Similar activities

Von Neumann achitecture

Von Neumann achitecture

8th - 10th Grade

11 Qs

Computational Thinking

Computational Thinking

8th Grade

13 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Input Process Output

Input Process Output

7th - 8th Grade

10 Qs

Python

Python

7th - 8th Grade

10 Qs

Von Neumann

Von Neumann

1st - 9th Grade

10 Qs

Command Line Terms

Command Line Terms

7th - 8th Grade

12 Qs

CPU Components

CPU Components

5th - 10th Grade

11 Qs

7 Python concepts

7 Python concepts

Assessment

Quiz

Computers

8th Grade

Medium

Created by

Philip Roberts

Used 9+ times

FREE Resource

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