Quiz 2

Quiz 2

Professional Development

9 Qs

quiz-placeholder

Similar activities

IQ test

IQ test

KG - Professional Development

10 Qs

Guess the song

Guess the song

University - Professional Development

9 Qs

Get to Know LSA!

Get to Know LSA!

Professional Development

11 Qs

Office T&T

Office T&T

Professional Development

12 Qs

mit app inventer

mit app inventer

KG - Professional Development

11 Qs

Cambios próximos Tres Torneos

Cambios próximos Tres Torneos

Professional Development

13 Qs

Staff Handbook

Staff Handbook

Professional Development

10 Qs

A Quiz About My Preferences by Daniel Magidson

A Quiz About My Preferences by Daniel Magidson

KG - Professional Development

10 Qs

Quiz 2

Quiz 2

Assessment

Quiz

Fun

Professional Development

Medium

Created by

Gabriela Martínez

Used 2+ times

FREE Resource

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