Python Test

Python Test

26 Qs

quiz-placeholder

Similar activities

2023-2024 Fundamentals of Technology FINAL

2023-2024 Fundamentals of Technology FINAL

KG - University

23 Qs

CodeHS Units 7-9 Quiz

CodeHS Units 7-9 Quiz

KG - University

21 Qs

Byte Bash

Byte Bash

KG - University

24 Qs

ECE B_Python Class Test_QA

ECE B_Python Class Test_QA

KG - University

25 Qs

First Round

First Round

KG - University

25 Qs

Python Test

Python Test

Assessment

Quiz

others

Medium

Created by

Alex Vera

Used 2+ times

FREE Resource

26 questions

Show all answers

1.

OPEN ENDED QUESTION

30 sec • Ungraded

Name:

Evaluate responses using AI:

OFF

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to output a string to the console in Python?
console.log "The string to be printed"
""" The string to be printed """
# The string to be printed
print "The string to be printed"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Python?
a reptile
a spoken language
a programming language
a markup language

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is this variable equal to?
3
32
0
16

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What is the data type of x?
Integer
Boolean
String
Floating point number

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
What does the str() function do?
It capitalizes all the characters in the string.
It measures the length of a string.
It gets rid of all the capitalization in your string.
It converts its content into a string.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which one is a single line comment in Python?
// No, I am a comment
""" This is a comment """
# I am a comment
"Pick me, I am a comment"

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?