ICS3U Test 4

ICS3U Test 4

11th Grade

60 Qs

quiz-placeholder

Similar activities

Data Structures - PMT - mmd

Data Structures - PMT - mmd

11th Grade

57 Qs

8 тарау Пайтон

8 тарау Пайтон

11th Grade

60 Qs

Latihan Soal Logika & Algoritma

Latihan Soal Logika & Algoritma

KG - 12th Grade

58 Qs

CSD Final2

CSD Final2

9th - 11th Grade

60 Qs

Python Baseline Test (PCAP I)

Python Baseline Test (PCAP I)

9th Grade - Professional Development

60 Qs

2024 Final Exam Review PFGT

2024 Final Exam Review PFGT

9th - 12th Grade

55 Qs

Latsos 1

Latsos 1

11th Grade

60 Qs

IT112

IT112

7th Grade - University

64 Qs

ICS3U Test 4

ICS3U Test 4

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Lawrence Nelson

Used 2+ times

FREE Resource

60 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given this line:

for i in range(len(stuff)):

What is stuff, probably?

an array

an integer

a function

a loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given this line:

for i in range(len(stuff)):

What is i?

an array

an integer

a function

a loop

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given an array called things.

How would you go through the array?

for thing in things:

for i in range(things):

if thing== things:

for i in len(thing):

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given an array called things.

How would you go through the array?

for i in int(things):

for i in range(len(things)):

if thing == things:

for i in len(things):

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given this line:

for i in range(len(stuff)):

What is i NOT?

a letter

an index

a variable

an integer

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the line:

stuff = ["cat", "dog", "boy","car"]

len(stuff) would be:

3

4

12

"cat"

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

len()

is a function

is an integer

is a character

is an array

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