Search Header Logo

Year 8 | Intro to Python | Quiz 1

Authored by H Malaney

Computers

7th Grade

Used 28+ times

Year 8 | Intro to Python | Quiz 1
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a program?

A program is a type of hardware.

A program is a set of instructions expressed in a programming language.

A program is a user interface design.
A program is a computer's memory.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is an algorithm?

A recipe for cooking a meal.
A random guess about a problem.
A collection of data without any steps.

An algorithm is a step-by-step set of instructions for solving a problem.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is a recipe an example of a program or an algorithm?

Algorithm

Program

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In programming what is a variable?

A variable is a name for a storage location that can hold a value and may change during program execution.

A variable is a command that executes a specific task in a program.
A variable is a type of function that performs calculations.
A variable is a fixed value that cannot be changed during program execution.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which version of a print() statement will run?

print('Hello, World!')

print("Hello, World!")

PRINT("Hello, World!")

Print('Hello World!'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the = sign mean in the following line of code:

name = "Brett"

?

Name is equal to Brett

Brett is being saved to the name variable

"Brett" is being saved to the name variable

Brett is equal to name

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What key command word do we use if we want the user to enter data?

print()

if

input()

output()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?