week2

week2

Professional Development

30 Qs

quiz-placeholder

Similar activities

InCube Quiz #1

InCube Quiz #1

Professional Development

31 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

LIST-TUPLES-SET-DICTIONARY

LIST-TUPLES-SET-DICTIONARY

Professional Development

25 Qs

Bridge Course - Screening Test

Bridge Course - Screening Test

10th Grade - Professional Development

30 Qs

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

University - Professional Development

26 Qs

Python Lists Dictionaries Tuple Set

Python Lists Dictionaries Tuple Set

Professional Development

25 Qs

PG Code Breaker Challenge Round-1

PG Code Breaker Challenge Round-1

Professional Development

30 Qs

Year 9 Python: End of Unit assessment

Year 9 Python: End of Unit assessment

Professional Development

27 Qs

week2

week2

Assessment

Quiz

Computers

Professional Development

Hard

Created by

hubert Lu

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the data type of the value 5 in Python?
float
string
integer
list

2.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is a valid string declaration in Python?
string("Hello")
str = Hello
str('Hello')
string = 'Hello'

3.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

How do you get the length of a string s in Python?
len(s)
s.len()
length(s)
s.length()

4.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What will the output of the following code be? print("Hello" + " " + "World")
HelloWorld
Hello World
Hello + World
Error

5.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which function is used to convert a string to an integer in Python?
int()
str()
convert()
toInt()

6.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

What is the output of the following code? print("Python"[0])
P
y
t
n

7.

MULTIPLE CHOICE QUESTION

15 mins • 1 pt

Which of the following is not a valid data type in Python?
list
dict
set
array

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?