Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python First Steps Homework Quiz

Python First Steps Homework Quiz

7th - 9th Grade

20 Qs

Python - The Basics

Python - The Basics

9th - 12th Grade

18 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

Coding and Python Revision

Coding and Python Revision

7th - 10th Grade

21 Qs

Python basics yr7

Python basics yr7

6th - 9th Grade

20 Qs

Python Beginner

Python Beginner

9th - 10th Grade

16 Qs

Errors in Python

Errors in Python

9th - 12th Grade

12 Qs

Python debug & calculations

Python debug & calculations

8th - 9th Grade

15 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

Assessment

Quiz

Computers

9th Grade

Medium

CCSS
6.EE.B.6, L.2.2C

Standards-aligned

Created by

W Boote

Used 241+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?

a programming language

DTP software

Spreadsheet software

Code

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Variable?

A box(memory location) where you store values

A value that remains the same throughout a program

A value that loads when the program runs

a type of memory

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What symbol is used in python to assign values to a variable?
equals =
plus + 
forward slash /
asterisk *

Tags

CCSS.6.EE.B.6

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a Syntax Error?

A problem with the language ("grammar") used

A problem with the logical structure used

A problem with the version of Python used

A problem with the Operating System

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Syntax?

Syntax is the word used to describe an error

Syntax is the rules of the programming language

It is used to read information

It is used to output information

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

"Dave"

name

(name)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When you have an error in your code what is the term used to define finding and fixing that error?

Error checking

Debugging

Syntax finder

Error finder

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?