Quiz 2

Quiz 2

Professional Development

9 Qs

quiz-placeholder

Similar activities

One Direction

One Direction

KG - Professional Development

10 Qs

Celebvation 2020 Games 01

Celebvation 2020 Games 01

Professional Development

10 Qs

Mom vs Dad

Mom vs Dad

Professional Development

14 Qs

Rogue Lineage quiz

Rogue Lineage quiz

Professional Development

13 Qs

international course Alicante

international course Alicante

Professional Development

10 Qs

Marvel quiz

Marvel quiz

KG - Professional Development

11 Qs

Butler Quiz!

Butler Quiz!

KG - Professional Development

10 Qs

Tom Holland

Tom Holland

KG - Professional Development

10 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Fun

Professional Development

Practice Problem

Medium

Created by

Gabriela Martínez

Used 2+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

It is a variable that increases / decreases with different values.

Accumulator

Counter

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Are the following instructions the same?

y += 10

y = y + 10

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the last number that the following code prints?

0

3

2

1

4.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What type of data is the following?

x = "4.7"

string

integer

boolean

float

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

The list is represented with its values delimited by:

" "

[ ]

{ }

( )

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Which of the following examples represents a list?

(2, 4, 6, 8, 10)

{ “lunes”, “martes”, “miércoles”, “jueves”, “viernes”}

[“lunes”, 29.0, True, 17]

34,25

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following commands corresponds to the initialization of an empty list?

grades = [empty]

grades = [0]

grades = [ ]

grades = empty

8.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

Largest country in the World

China

India

Russia

Brazil

9.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any variable declared inside a function is known as...

Global Variable

Variables

Lists

Local Variable