Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

9th Grade

16 Qs

quiz-placeholder

Similar activities

Python - If Else...

Python - If Else...

9th Grade

19 Qs

Python basics

Python basics

2nd - 9th Grade

20 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python 1

Python 1

7th - 9th Grade

20 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Variables, Inputs and Concatenation

Variables, Inputs and Concatenation

Assessment

Quiz

Computers

9th Grade

Medium

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 *

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?