Collections

Collections

11th Grade

9 Qs

quiz-placeholder

Similar activities

Python L1 Quiz 4: Lists

Python L1 Quiz 4: Lists

1st - 12th Grade

10 Qs

SQL

SQL

10th - 12th Grade

11 Qs

One-Dimensional Array in Python

One-Dimensional Array in Python

10th - 11th Grade

10 Qs

Interactive Animations and Games from code.org

Interactive Animations and Games from code.org

7th - 12th Grade

14 Qs

Access - Lesson 10

Access - Lesson 10

9th - 12th Grade

10 Qs

Python Arrays

Python Arrays

9th - 12th Grade

13 Qs

FANUC Robotics week ending 1107

FANUC Robotics week ending 1107

10th - 12th Grade

11 Qs

Quiz Konfigurasi WLAN Mikrotik

Quiz Konfigurasi WLAN Mikrotik

11th Grade - University

14 Qs

Collections

Collections

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Faryal Arsalan

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What should be the first step in collections pseudocode?

.addItem()

.resetNext()

.getNext()

.isEmpty()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

A car dealer wants to add a new Item to the CARS collection. what access method should be used

.addItem(MG)

.addItem()

.addItem("MG")

.isEmpty()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What method should be used to check if there are no students added to the collections

STUDENTS.resetNext()

STUDENTS.isEmpty

STUDENTS.hasNext()

STUDENTS.addItem("")

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

if size is not fixed _____________ should be used

Arrays

Collections

Integer

Variables

5.

DRAG AND DROP QUESTION

1 min • 1 pt

Media Image

​ STUDENTS​ (a)  

loop while STUDENTS​ (b)  

output MARKS.​ (c)  

​ (d)  

.resetNext()
.hasNext()
getNext()
end loop

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Array size is fixed

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Media Image

Rate your understanding for todays lesson

Media Image
Media Image
Media Image

8.

OPEN ENDED QUESTION

3 mins • 1 pt

What went well (specify one)

Evaluate responses using AI:

OFF

9.

OPEN ENDED QUESTION

3 mins • 1 pt

One thing you found difficult ?(specify one)

Evaluate responses using AI:

OFF