Python Dictionary

Python Dictionary

11th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Ass2-Quiz1-Programming

Ass2-Quiz1-Programming

11th Grade

34 Qs

Techlon's Code Marathon 2023

Techlon's Code Marathon 2023

12th Grade

30 Qs

PAS INFORMATIKA 2025

PAS INFORMATIKA 2025

10th Grade - University

30 Qs

Java Script

Java Script

12th Grade

30 Qs

PBO kelas XI

PBO kelas XI

11th Grade

30 Qs

PBO BAB 2A KELAS 11

PBO BAB 2A KELAS 11

9th - 12th Grade

30 Qs

JavaScript

JavaScript

9th - 12th Grade

29 Qs

JavaScript Quiz

JavaScript Quiz

9th - 12th Grade

29 Qs

Python Dictionary

Python Dictionary

Assessment

Quiz

Computers

11th - 12th Grade

Hard

Created by

Bryan Campbell

Used 43+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich')]

[0, 1, 2]

['Python', 'Java', 'JavaScript']

['Guido Rossum', 'James Gosling', 'Brendan Eich']

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich')]

[0, 1, 2]

['Python', 'Java', 'JavaScript']

['Guido Rossum', 'James Gosling', 'Brendan Eich']

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich')]

[0, 1, 2]

['Python', 'Java', 'JavaScript']

['Guido Rossum', 'James Gosling', 'Brendan Eich']

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich')]

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ('C', 'Dennis Ritchie')]

[('C', 'Dennis Ritchie'), ('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ]

['Guido Rossum', 'James Gosling', 'Brendan Eich', 'Dennis Ritchie']

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

['Python', 'Java', 'JavaScript', 'C']

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ('C', 'Dennis Ritchie')]

[('C', 'Dennis Ritchie'), ('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ]

['Guido Rossum', 'James Gosling', 'Brendan Eich', 'Dennis Ritchie']

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

['Python', 'Java', 'JavaScript', 'C']

[('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ('C', 'Dennis Ritchie')]

[('C', 'Dennis Ritchie'), ('Python', 'Guido Rossum'), ('Java', 'James Gosling'), ('JavaScript', 'Brendan Eich'), ]

['Guido Rossum', 'James Gosling', 'Brendan Eich', 'Dennis Ritchie']

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

What will be the output for the code above?

[('C', 'Dennis Ritchie'), ('Python', 'Guido Rossum'), ('JavaScript', 'Brendan Eich')]

James Gosling

['Python', 'JavaScript', 'C']

['Guido Rossum', 'Brendan Eich', 'Dennis Ritchie']

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?

Discover more resources for Computers