Python KP 1-2

Python KP 1-2

12th Grade

120 Qs

quiz-placeholder

Similar activities

FINAL REVISION GUIDE

FINAL REVISION GUIDE

12th Grade

120 Qs

Computer Software Test

Computer Software Test

12th Grade

120 Qs

Networking MID-Term Review

Networking MID-Term Review

9th - 12th Grade

117 Qs

SPACE PYTHON TEST

SPACE PYTHON TEST

12th Grade

115 Qs

Software Testing 2nd Inter

Software Testing 2nd Inter

12th Grade

116 Qs

ITE8 - Module 5 Terms

ITE8 - Module 5 Terms

12th Grade

124 Qs

Year 11 AIT 2022 Term 3 week 8

Year 11 AIT 2022 Term 3 week 8

10th - 12th Grade

120 Qs

IT Fundamentals Fall 2021 (Broughton)

IT Fundamentals Fall 2021 (Broughton)

8th - 12th Grade

118 Qs

Python KP 1-2

Python KP 1-2

Assessment

Quiz

Computers

12th Grade

Hard

Created by

J Gabe

Used 1+ times

FREE Resource

120 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the special symbol used in python to add comments?

/*...*/

#

//

$

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Please select the valid single line comment in Python.

# comment

"comment"

'comment'

/* comment */

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of the following statements are true?

A compiler scans the entire source code file and translates the whole of it into machine code at once

Compiled code tends to execute faster than interpreted code

An interpreter translates one statement of the source code at a time into machine code

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data structure that can't be changed after its creation is known as _____?

immutable

mutable

duck-typed

strongly-typed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to output the string "Hello" in Python?

System.out("Hello")

printf("Hello")

print("Hello")

echo("Hello")

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one of the following is the correct extension of the Python file?

.p

.pyt

.python

.py

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Identify the Python docstring comment.

Comment 1

Comment 2

Comment 3

Comment 4

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?