RL Junior Python Basics Quiz 2

RL Junior Python Basics Quiz 2

6th - 8th Grade

20 Qs

quiz-placeholder

Similar activities

Python Quiz

Python Quiz

8th Grade

20 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

Python year 9

Python year 9

8th - 11th Grade

20 Qs

Python KS3

Python KS3

6th - 9th Grade

17 Qs

Python Revision

Python Revision

8th Grade

15 Qs

ASK F2 -KOD ARAHAN (PYTHON)

ASK F2 -KOD ARAHAN (PYTHON)

1st Grade - University

15 Qs

Python basics

Python basics

6th - 8th Grade

15 Qs

python intro

python intro

4th - 12th Grade

17 Qs

RL Junior Python Basics Quiz 2

RL Junior Python Basics Quiz 2

Assessment

Quiz

Computers

6th - 8th Grade

Medium

Created by

Aahnik Daw

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A dictionary in Python consists of

key

value

word meaning

english words

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

string = "Hello"

string[-1]

o

l

H

e

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which of them are Python datatypes?

list

str

int

dict

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

a = bool( x>10 and y<20)
If I say that x = 12, y = 31, then a = ?

False

False and True

True and False

True

5.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

The keys of a dictionary can be of the following type

str

int

list

dict

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which keyword is used to define a function in Python?

func

def

define

function

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

def add(a,b):

______ a+b

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?