Search Header Logo

Global 3r ESO

Authored by Irene Jimenez

Computers

12th Grade

Used 7+ times

Global 3r ESO
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

One Boolean expression

None, because the if is written wrongly

One complex boolean expression formed by 4 simpler boolean expression.

One numeric boolean expression formed by 3 more complex boolean expression

2.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The int function always turns back:

A numeric string

None of the other answers

A number

A variable

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

The main function of a varible in a program is:

Check if a boolean expression is True

Do maths operation between numbers and booleans

Save information so you can consult it and change it later

Check if a boolean expression is False

4.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which one of the following lines evaluate if a variable var1 is bigger or equal than 100, and bigger than a second variable var2 or var2 is odd?

 if var1>=100 and var1>var2 or var2 %2==0:

 if var1>=100 and var1>var2 or var2 %2==1:

 if var1>=100 and var1>var2 and var2 %2==1:

 if var1<=100 and var1<var2 or var2%2:

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

If you want to make an infinite loop you can use:

while

for

if

int

6.

MULTIPLE SELECT QUESTION

3 mins • 1 pt

To delete an element from a list called weather you can use:

del weather[2]

weather.remove("sunny")

delete (weather[2])

remove(weather[2])

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What function is used to verify that what is entered in an input is a number?

if number

int

.isnumeric()

int()

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?