L3 U14 Python Basics 2

L3 U14 Python Basics 2

11th - 12th Grade

13 Qs

quiz-placeholder

Similar activities

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Micro:bit Python #1

Micro:bit Python #1

9th - 12th Grade

17 Qs

Python

Python

10th - 11th Grade

10 Qs

Python - Creating Programs

Python - Creating Programs

9th - 11th Grade

14 Qs

KS3 GCSE Computer Science (Programming / Python)

KS3 GCSE Computer Science (Programming / Python)

7th - 11th Grade

10 Qs

Python variables and Data types

Python variables and Data types

10th - 12th Grade

10 Qs

Foundations of Programming Pre-Test

Foundations of Programming Pre-Test

9th - 12th Grade

15 Qs

XI_CS_24JUN2021

XI_CS_24JUN2021

11th Grade

15 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?