Python WJEC KS4

Python WJEC KS4

10th Grade

20 Qs

quiz-placeholder

Similar activities

Program Development - Python: Output

Program Development - Python: Output

9th - 10th Grade

20 Qs

Python Baics

Python Baics

10th - 11th Grade

20 Qs

Python outputs

Python outputs

7th - 11th Grade

20 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

Python - lists,loops,basics

Python - lists,loops,basics

9th - 11th Grade

20 Qs

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python WJEC KS4

Python WJEC KS4

Assessment

Quiz

Computers

10th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

James Barrett

Used 16+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

print("12"*3)
What would this print?
36
121212
24
12*3

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
Print("Hello world!")
NameError
Hello world!
"Hello world"
Print(Hello world!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print(Hello world!)
Hello world!
SyntaxError
Hello world
print(Hello world!)

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!\nHello world!")
Hello world! Hello world!
Hello world!
Hello world!
SyntaxError
Hello world!

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code?
print("Hello world!" * 2)
TypeError
Hello world world!
Hello world!Hello world!
Hello world! * 2

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A data type consisting of numbers, letters and symbols.
String
Integer
Float
Boolean

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the most appropriate data type for: "13th December"
Float
Boolean
Integer
String

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?