7 Python concepts

7 Python concepts

8th Grade

8 Qs

quiz-placeholder

Similar activities

Programming Basics

Programming Basics

KG - University

8 Qs

CPU and Memory

CPU and Memory

6th - 8th Grade

12 Qs

Python Programming

Python Programming

7th - 9th Grade

10 Qs

FOUNDATION OF PROGRAMMING GRADE 10

FOUNDATION OF PROGRAMMING GRADE 10

8th Grade

11 Qs

Introduction to Computer Science

Introduction to Computer Science

1st - 9th Grade

10 Qs

CPU

CPU

8th Grade - University

9 Qs

The CPU

The CPU

7th - 8th Grade

8 Qs

Coding - Computer Programming

Coding - Computer Programming

KG - University

10 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