WEEK 1-2 Quiz on Python Basics and Data Structures

WEEK 1-2 Quiz on Python Basics and Data Structures

12th Grade

20 Qs

quiz-placeholder

Similar activities

python-series

python-series

12th Grade

20 Qs

list in python

list in python

12th Grade

19 Qs

Python basics

Python basics

9th - 12th Grade

16 Qs

Python Skills

Python Skills

1st Grade - Professional Development

15 Qs

Python Basics Quiz

Python Basics Quiz

9th - 12th Grade

15 Qs

Python Basic 1

Python Basic 1

12th Grade

20 Qs

Python Data Types Quiz

Python Data Types Quiz

10th Grade - University

20 Qs

Kuis Pemrograman dan AI

Kuis Pemrograman dan AI

10th Grade - University

20 Qs

WEEK 1-2 Quiz on Python Basics and Data Structures

WEEK 1-2 Quiz on Python Basics and Data Structures

Assessment

Quiz

Computers

12th Grade

Easy

Created by

Darwin Vargas

Used 5+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to print a message in Python?

print "Hello"

console.log("Hello")

print("Hello")

System.out.println("Hello")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol is used to start a comment in Python?

#

//

/* */

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data types is immutable in Python?

List

Dictionary

Tuple

Set

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of type([1, 2, 3]) in Python?

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

func

define

def

function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method is used to add an item to a Python list?

append()

add()

push()

insert()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the first element of a list named my_list?

my_list[1]

my_list[0]

my_list.first()

my_list[-1]

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?