2ndPartialReview

2ndPartialReview

11th Grade

11 Qs

quiz-placeholder

Similar activities

HTML

HTML

9th - 12th Grade

12 Qs

KIểu mảng

KIểu mảng

11th Grade

16 Qs

conditional and iterative statements

conditional and iterative statements

11th Grade

10 Qs

ôn tập chỉnh ảnh và làm phim

ôn tập chỉnh ảnh và làm phim

11th Grade

15 Qs

Bermain Gambar

Bermain Gambar

1st Grade - Professional Development

15 Qs

Database Concepts

Database Concepts

11th - 12th Grade

15 Qs

Podsumowanie: binarny, komputer, sieć

Podsumowanie: binarny, komputer, sieć

7th Grade - University

13 Qs

Word basics

Word basics

8th - 12th Grade

10 Qs

2ndPartialReview

2ndPartialReview

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Miriam Martínez Montemayor

Used 3+ times

FREE Resource

AI

Enhance your content in a minute

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

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

These are the two loops that exist in many language programs

while, loop

while, for

cycle, loop

while, cycle

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The result of the following code:

j = 7

while j>0:

j = j-1

print (j)

5

4

3

2

1

7

6

5

4

3

2

1

7

6

5

4

3

2

1

0

7

4

1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Solve considering p = T, q = F

p and q

F

T

TF

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be the result from this code? Consider a= 5, b=3

if a == b:

print (a+b)

else:

if a>b:

print (a)

else:

print (b)

3

8

5

15

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be the result of this code? Consider a=8, b=2

if b>a:

print ("hi hello")

elif a==b:

print ("how are you today?")

elif a>b:

print ("come on, let's play")

hi hello

come on, let's play

how are you today?

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you connect 2 conditions in an if?

and / or

with / within

lowerstate / upperstate

in / not in

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Considering r = true and s = false...

((r and s) and (r or s))

false

true

T and T

F and F

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?