Year 8 | Intro to Python | Quiz 1

Year 8 | Intro to Python | Quiz 1

7th Grade

15 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Python programming

Python programming

6th - 12th Grade

16 Qs

Introduction to Python Turtle

Introduction to Python Turtle

7th - 8th Grade

10 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Python

Python

7th Grade

10 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python

Python

7th - 8th Grade

12 Qs

Grade 7 Python

Grade 7 Python

7th Grade

20 Qs

Year 8 | Intro to Python | Quiz 1

Year 8 | Intro to Python | Quiz 1

Assessment

Quiz

Computers

7th Grade

Medium

Created by

H Malaney

Used 22+ times

FREE Resource

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()

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?