Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python Quiz 1

Python Quiz 1

1st - 12th Grade

18 Qs

Python Errors

Python Errors

8th - 10th Grade

12 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

python

python

9th - 10th Grade

12 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Python Year 9 Quiz

Python Year 9 Quiz

8th - 10th Grade

19 Qs

python intro

python intro

4th - 12th Grade

17 Qs

Programming 8.1

Programming 8.1

9th Grade

20 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 233+ 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?