2R C-Skill Lab Test Autumn 2024-25

2R C-Skill Lab Test Autumn 2024-25

University

14 Qs

quiz-placeholder

Similar activities

WILMA RUDOLPH

WILMA RUDOLPH

KG - University

10 Qs

Practice Game

Practice Game

University

10 Qs

The year 2021

The year 2021

7th Grade - University

11 Qs

Emotions? Related to mental health?

Emotions? Related to mental health?

1st Grade - Professional Development

15 Qs

QUIZ 2 LAND DEALINGS

QUIZ 2 LAND DEALINGS

University

10 Qs

Włochy Italia

Włochy Italia

4th Grade - Professional Development

11 Qs

Introduction to Management

Introduction to Management

University - Professional Development

10 Qs

คิดในใจ

คิดในใจ

12th Grade - University

10 Qs

2R C-Skill Lab Test Autumn 2024-25

2R C-Skill Lab Test Autumn 2024-25

Assessment

Quiz

Other

University

Hard

Created by

Shrijeet Pagrut

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to add "Python" to the list. my_list = ["C", "Java"] my_list.__________("Python") print(my_list)

append

insert

add

extend

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to print the second item in the list. my_list = [10, 20, 30, 40] print(_________)

my_list[0]

my_list[1]

my_list[2]

my_list[-1]

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to create a dictionary with the key "name" and the value "John". my_dict = {"name": ________}

name

"name"

"John"

John

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to access the substring "Python" from the string. my_string = "Learn Python Programming" print(_________)

my_string[6:12]

my_string[:6]

my_string[12:]

my_string[6:18]

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

Complete the code to find the length of the tuple. my_tuple = (1, 2, 3, 4) print(_________)

len(my_tuple)

count(my_tuple)

length(my_tuple)

size(my_tuple)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to convert the given kilometers into meters. km = 5 meters = km _________

* 1000

+ 1000

/ 1000

- 1000

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Complete the code to create an empty set in Python. my_set = ________

set

set()

{}

None

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?