Global 3r ESO

Global 3r ESO

12th Grade

25 Qs

quiz-placeholder

Similar activities

PEMBOLEHUBAH,PEMALAR DAN JENIS DATA

PEMBOLEHUBAH,PEMALAR DAN JENIS DATA

7th - 12th Grade

20 Qs

Java Casting & Booleans

Java Casting & Booleans

10th - 12th Grade

20 Qs

Coding pre test

Coding pre test

9th - 12th Grade

22 Qs

uCertify JavaScript Chapter 3 Test

uCertify JavaScript Chapter 3 Test

9th - 12th Grade

25 Qs

Variables and Loops Review

Variables and Loops Review

9th - 12th Grade

20 Qs

AP CS A Unit 3

AP CS A Unit 3

9th - 12th Grade

20 Qs

C++ programming

C++ programming

7th - 12th Grade

20 Qs

AGAD: UNIT 4_C# & UNITY

AGAD: UNIT 4_C# & UNITY

9th - 12th Grade

24 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?