Quizz

Quizz

11th Grade

7 Qs

quiz-placeholder

Similar activities

Asesmen Dasar Smart Relay Zelio

Asesmen Dasar Smart Relay Zelio

11th Grade

10 Qs

Quiz Diagram Alir dan Algoritma

Quiz Diagram Alir dan Algoritma

1st Grade - University

9 Qs

IPO Chart Quiz

IPO Chart Quiz

11th Grade - University

8 Qs

Understanding Arrays and Loops in JavaScript

Understanding Arrays and Loops in JavaScript

11th Grade - University

7 Qs

Python Mod 2 Sec 5

Python Mod 2 Sec 5

11th Grade

10 Qs

python conditional statements intermediate level

python conditional statements intermediate level

9th - 12th Grade

10 Qs

ASESMEN INFORMATIKA

ASESMEN INFORMATIKA

9th Grade - University

8 Qs

Data Types and Conversion Quiz

Data Types and Conversion Quiz

6th Grade - University

4 Qs

Quizz

Quizz

Assessment

Quiz

Information Technology (IT)

11th Grade

Medium

Created by

Vong Phromden

Used 3+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

1. What does the following code output?

A) 0 1 2

B) 1 2 3

C) 0 1 2 3

D) 1 2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

2. What is the output of this code?

A) 1 2 3 4

B) 1 3

C) 2 4

D) 1 3 5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

3. What does the following code output?

A) 0 1 2

B) 0 1 2 Done

C) Done

D) Error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

4. What is the output of this code?

A) 0 1 2

B) 0 1 2 3

C) 0 1 2 3 4

D) 3

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

5. What does the following code output?

A) 0 1 2 4

B) 0 1 2 3 4

C) 0 1 2

D) 3

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

6. What is the output of this code?

A) 0 Done

B) 0 1 Done

C) 0

D) 0 1

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

7. What does the following code output?

A) Hello, Alice!

B) Hello, name!

C) Error

D) None