Python Fundamentals - II

Python Fundamentals - II

11th - 12th Grade

27 Qs

quiz-placeholder

Similar activities

python - Launch Lesson

python - Launch Lesson

7th - 12th Grade

22 Qs

STRING HANDLING IN PYTHON

STRING HANDLING IN PYTHON

9th - 11th Grade

24 Qs

Algorithms - python (GCSE)

Algorithms - python (GCSE)

10th - 12th Grade

25 Qs

ICC Exam Review

ICC Exam Review

12th Grade

25 Qs

Python Conditionals Review

Python Conditionals Review

9th - 12th Grade

31 Qs

AGAD: UNIT 4_C# & UNITY

AGAD: UNIT 4_C# & UNITY

9th - 12th Grade

24 Qs

python_1

python_1

5th - 12th Grade

22 Qs

ทดสอบภาษาไพทอนเบื้องต้น

ทดสอบภาษาไพทอนเบื้องต้น

10th - 12th Grade

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