lists

lists

University

8 Qs

quiz-placeholder

Similar activities

Arduino Basics: Inputs and Outputs Quiz

Arduino Basics: Inputs and Outputs Quiz

12th Grade - University

11 Qs

Structured Programming

Structured Programming

University

11 Qs

Intro to JS: Functions, Scope & Objects

Intro to JS: Functions, Scope & Objects

11th Grade - University

8 Qs

C_i_Quiz

C_i_Quiz

University

12 Qs

Вопросы по C# от Naviuki

Вопросы по C# от Naviuki

University

12 Qs

Arrays in CQuiz

Arrays in CQuiz

1st Grade - University

10 Qs

SOAL MID SEMESTER INFORMATIKA

SOAL MID SEMESTER INFORMATIKA

6th Grade - University

10 Qs

Uji Pengetahuan Sistem Komputer

Uji Pengetahuan Sistem Komputer

10th Grade - University

10 Qs

lists

lists

Assessment

Quiz

Information Technology (IT)

University

Medium

Created by

quizizz kse

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select list

a = (1,2,3)

b = [1, 2, 3]

c = {1, 2 ,3}

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be output to the console?

1

0

-1

2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be output to the console?

1

error

5

0

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be output to the console?

0 2 4 6 8

2 4 6 8

0 2 4 6 8 10

2 4 6 8 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be output to the console?

error

8 7 6 5 4 3 2 1 0

8 7 6 5 4 3 2 1

1 2 3 4 5 6 7 8

6.

OPEN ENDED QUESTION

3 mins • 1 pt

Media Image

what should be written instead of #####?

Evaluate responses using AI:

OFF

7.

MATCH QUESTION

1 min • 1 pt

Match the following

list

a = (2, 3, 4)

set

c = [1, 2, 3]

tuple

b = {1, 2, 3}

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will be output to the console?

h

error

s

hello