Python KP 1-2

Python KP 1-2

12th Grade

120 Qs

quiz-placeholder

Similar activities

Python Test

Python Test

9th - 12th Grade

125 Qs

ITE8 Chapter 1 Terms

ITE8 Chapter 1 Terms

9th - 12th Grade

117 Qs

Boolean Test

Boolean Test

9th - 12th Grade

125 Qs

Python

Python

12th Grade

118 Qs

Q WORDPRESS

Q WORDPRESS

9th - 12th Grade

119 Qs

OOP C#

OOP C#

12th Grade

121 Qs

Airplanes/FMC Test

Airplanes/FMC Test

9th - 12th Grade

120 Qs

Data Communication Lesson

Data Communication Lesson

9th - 12th Grade

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

Discover more resources for Computers