G(7) Quiz#4 - L3.4

G(7) Quiz#4 - L3.4

7th Grade

9 Qs

quiz-placeholder

Similar activities

Scratch Quiz 1

Scratch Quiz 1

6th - 8th Grade

10 Qs

10.4 Python Lists

10.4 Python Lists

7th - 10th Grade

14 Qs

App Creators - Lesson 2

App Creators - Lesson 2

6th - 8th Grade

7 Qs

Quiz One Review

Quiz One Review

7th - 12th Grade

14 Qs

Coding Basics in Swift

Coding Basics in Swift

7th Grade

11 Qs

Python list and tuple

Python list and tuple

6th - 8th Grade

10 Qs

Google Sheets

Google Sheets

7th - 8th Grade

14 Qs

Banana Tales Part I (1-40)

Banana Tales Part I (1-40)

6th - 8th Grade

10 Qs

G(7) Quiz#4 - L3.4

G(7) Quiz#4 - L3.4

Assessment

Quiz

Computers

7th Grade

Medium

Created by

Maram Khusheim

Used 8+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

subjects_list = []

This code line will

create an empty list

print list

delete an element

None of the above

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

True/False: A list is an example of a data structure.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A ___________ is a type of variable that can hold many values.

Loop

if condition

data structure

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Traverse a list means

looking at every value

printing a list

deleting a list

None of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

We can traverse a list using a

variable

print

for loop

None of the above

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

for i in range(5):

^

This loop will repeat

i times

4 times

5 times

None of the above

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The number that stops the loop is called

pause value

stop value

element value

None of the above

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

colors = ["blue", "pink", "yellow"]

Select the code to get the list length

print(colors)

colors[i]

len(colors)

None of the above

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

colourList = ["red","yellow","blue","green"]

stop = len(coloursList)

the value of stop is equal to

3

4

5

None of the above

Discover more resources for Computers