The Code Hunter Quiz

The Code Hunter Quiz

University

20 Qs

quiz-placeholder

Similar activities

Java_MCQ_3

Java_MCQ_3

University

15 Qs

Internet and App script

Internet and App script

5th Grade - University

22 Qs

Java Basics

Java Basics

12th Grade - University

22 Qs

Python Programming Basics

Python Programming Basics

University

20 Qs

Python Programming Concepts Quiz

Python Programming Concepts Quiz

University

20 Qs

KODING PYTON 1

KODING PYTON 1

11th Grade - University

20 Qs

Tes Awal Modul 1_PK

Tes Awal Modul 1_PK

University

20 Qs

PPL (QUIZ 6) Memory Management Quiz

PPL (QUIZ 6) Memory Management Quiz

University

20 Qs

The Code Hunter Quiz

The Code Hunter Quiz

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

bekah samuel

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a valid variable name in Python?

1variable

variable1

variable-1

variable.1

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is an immutable data type in Python?

list

dictionary

set

tuple

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which operator is used for exponentiation in Python?

%

**

^

//

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What keyword is used to define a function in Python?

def

function

func

lambda

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Given the dictionary my_dict = {'letters': ['a', 'b', 'c']}, how would you access the element 'b'?

my_dict['letters'][0]
my_dict['letters'][2]
my_dict['letters'][1]
my_dict['letters'][3]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: print(type([]))?

array

tuple

dictionary

list

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python, which method is used to add an element to a list?

add()

append()

push()

insert()

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?