Global 3r ESO

Global 3r ESO

12th Grade

25 Qs

quiz-placeholder

Similar activities

Python Revision Test

Python Revision Test

12th Grade

20 Qs

SAINS KOMPUTER TINGKATAN 4 (BAB1)

SAINS KOMPUTER TINGKATAN 4 (BAB1)

KG - University

21 Qs

A Level CS - 06 Boolean Algebra & Logic Gates

A Level CS - 06 Boolean Algebra & Logic Gates

11th - 12th Grade

20 Qs

Java Bell Ringer Terms Test 5

Java Bell Ringer Terms Test 5

9th - 12th Grade

20 Qs

AP CS A Unit 3 Review

AP CS A Unit 3 Review

11th - 12th Grade

20 Qs

Data Types

Data Types

9th - 12th Grade

20 Qs

AP CS Exam Review

AP CS Exam Review

11th - 12th Grade

20 Qs

Code.org Unit 3 Lesson 10-17

Code.org Unit 3 Lesson 10-17

3rd - 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

AI

Enhance your content

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

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?

Discover more resources for Computers