Python Fundamentals - II

Python Fundamentals - II

11th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

Int to Comp Sci Python Quiz 1

Int to Comp Sci Python Quiz 1

9th - 12th Grade

23 Qs

Y9 Python Baseline

Y9 Python Baseline

9th - 11th Grade

25 Qs

CSP Python Review

CSP Python Review

9th - 12th Grade

25 Qs

Programming Quiz

Programming Quiz

11th Grade

22 Qs

Python Quiz 1

Python Quiz 1

9th - 12th Grade

22 Qs

8525 AQA GCSE 3.2.8 String-handling operations

8525 AQA GCSE 3.2.8 String-handling operations

11th Grade

24 Qs

GCSE Python Programming Basics

GCSE Python Programming Basics

11th Grade

23 Qs

Python Fundamentals - II

Python Fundamentals - II

Assessment

Quiz

Computers

11th - 12th Grade

Medium

CCSS
6.EE.B.6

Standards-aligned

Created by

Tamil Selvi

Used 116+ times

FREE Resource

27 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print(3+4)
3+4
7
SyntaxError
print(3+4)

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What will the output be from the following code?
print("3+4")
7
3+4
34
SyntaxError

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over multiple lines?
/
\n
\l
n

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

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?