Global 3r ESO

Global 3r ESO

12th Grade

25 Qs

quiz-placeholder

Similar activities

Understanding Programming Concepts and Logic

Understanding Programming Concepts and Logic

9th - 12th Grade

20 Qs

Programming General Knowledge Stds 2

Programming General Knowledge Stds 2

9th - 12th Grade

21 Qs

Python Basics 2

Python Basics 2

9th - 12th Grade

20 Qs

if statement java

if statement java

9th - 12th Grade

20 Qs

Tipe Data dalam Pemrograman

Tipe Data dalam Pemrograman

12th Grade

20 Qs

uCertify JavaScript Chapter 3 Test

uCertify JavaScript Chapter 3 Test

9th - 12th Grade

25 Qs

Code.org CSD Unit 3 Lessons 1-12

Code.org CSD Unit 3 Lessons 1-12

3rd - 12th Grade

20 Qs

Mastering Python Basics

Mastering Python Basics

12th Grade

20 Qs

Global 3r ESO

Global 3r ESO

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Irene Jimenez

Used 7+ times

FREE Resource

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()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?