ÔN TẬP CUỐI HỌC KÌ II

ÔN TẬP CUỐI HỌC KÌ II

University

39 Qs

quiz-placeholder

Similar activities

Quiz Blaster

Quiz Blaster

University

50 Qs

EME 318 Review

EME 318 Review

University

50 Qs

Proportion Inference (Unit 5 BVD)

Proportion Inference (Unit 5 BVD)

10th Grade - University

46 Qs

WORD PROCESSING-SPREADSHEET - FINALS

WORD PROCESSING-SPREADSHEET - FINALS

University

49 Qs

Moldiyar Tech 50 questions

Moldiyar Tech 50 questions

University

50 Qs

Algebra 1 EOC Review - FL BEST 2025

Algebra 1 EOC Review - FL BEST 2025

9th Grade - University

51 Qs

Algebra 1 Quadratics Review

Algebra 1 Quadratics Review

9th Grade - University

50 Qs

Unit 10A Review

Unit 10A Review

11th Grade - University

56 Qs

ÔN TẬP CUỐI HỌC KÌ II

ÔN TẬP CUỐI HỌC KÌ II

Assessment

Quiz

Mathematics

University

Easy

Created by

undefined undefined

Used 2+ times

FREE Resource

AI

Enhance your content

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

39 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the While statement, the loop block is executed until:

<đk>= False

<đk> = True

<kl>=True

<kl>= False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In the program, when encountering which command must it stop (even if it is in a loop)?

break

end

peat

reak

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the meaning of the following program: k=2 while k<50: print(k) k=k+3

prints the sequence from 2 to less than 50, increasing by 3 each time.

prints the sequence less than 50, increasing by 3 each time.

prints the sequence outside 50, summing the elements of the sequence.

prints the sequence three times the sequence of 50.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the result of the following program: for k in range(10): print(k,end= “ ”) if k==5: break

0,1,2,3,4,5

0,1,2,3,4,5,6,7,8,9

0,1,2,3,4,5,6,7,8,9,10

1,2,3,4,5,6,7,8,9

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the command to get the length of the list K?

len(K)

len[K]

len “K”

K.len()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the list H=[5,7,9,6,4], what is the command to access the element with the value 9 in that list H?

H[2]

H[3]

H[9]

H(2)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a list, we can access each element of the list through:

index

value

list

command

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?