SEB-72 Week 10 Python and Django (Little bit of SQL) Quiz

SEB-72 Week 10 Python and Django (Little bit of SQL) Quiz

9th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Python Data Types and Operators Skill #1

Python Data Types and Operators Skill #1

12th Grade

13 Qs

Data Type- XI

Data Type- XI

11th Grade

10 Qs

Python Tuple

Python Tuple

11th Grade

15 Qs

Python Programming Random Quiz

Python Programming Random Quiz

11th Grade

15 Qs

Tuples

Tuples

11th - 12th Grade

15 Qs

Python Programming Concepts Challenge

Python Programming Concepts Challenge

10th Grade - University

10 Qs

Python: Review

Python: Review

9th Grade

18 Qs

Computer Science Tuples

Computer Science Tuples

11th Grade

15 Qs

SEB-72 Week 10 Python and Django (Little bit of SQL) Quiz

SEB-72 Week 10 Python and Django (Little bit of SQL) Quiz

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lay Jones

Used 4+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which Javascript method is Python's .append() similar to?

.pop()

.push()

.splice()

.filter()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

You can declare a variable without assigning a value to it

true

false

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does the f stand for in a f-String?

factorial

feature

formatted

filter

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is one of the key difference between lists and tuples?

You can access individual items by index in a tuple but not in a list

Tuples are immutable whereas lists are mutable

A list is an object whereas a tuple is not

The list is faster than the tuple

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does a function start with?

function

main

const

def

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Indentation is not required in Python?

True

False

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

I have this list:
List = ['He', 'Loves', 'To', 'Code', 'In', 'Python']

...

print(List)

What method can I used in place of the ... to randomize the items of that list

shuffle()

random()

enumerate()

extend()

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?