L3 U14 Python Basics 2

L3 U14 Python Basics 2

11th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

Python Basics - yr 9

Python Basics - yr 9

9th - 12th Grade

18 Qs

Python Review KS3

Python Review KS3

9th - 12th Grade

17 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Micro:bit Python #1

Micro:bit Python #1

9th - 12th Grade

17 Qs

Basics of Python

Basics of Python

9th - 12th Grade

12 Qs

Python

Python

10th - 11th Grade

10 Qs

Python - Creating Programs

Python - Creating Programs

9th - 11th Grade

14 Qs

L3 U14 Python Basics 2

L3 U14 Python Basics 2

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Caroline Piercy

Used 5+ times

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python identifies blocks of code by

BEGIN and END keywords

{ and }

indentation (aligning the starts of lines)

guessing

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Joining elements together to make a string is called what?
Combining
Connecting
Concatenation
Stringing

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' FLOAT data type' can be defined as...?
holds alphanumerical data

holds whole numbers

holds a decimal point in a number

hold either true or false

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("3+4")

7

3+4

34

SyntaxError

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print(3+4)

7

3+4

34

SyntaxError

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?

print("Hello", "world", "today")

Helloworldtoday

Hello world today

"Hello" "world" "today"

SyntaxError

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?