Cunoștințele Acumulate

Cunoștințele Acumulate

7th Grade

15 Qs

quiz-placeholder

Similar activities

Lesson 33 - Collection module

Lesson 33 - Collection module

5th - 8th Grade

10 Qs

Spirit Antreprenorial Test Nr.1

Spirit Antreprenorial Test Nr.1

6th - 10th Grade

20 Qs

Lesson 15 - Test 2

Lesson 15 - Test 2

5th - 8th Grade

15 Qs

Lesson 35 - Math module and installation of external module

Lesson 35 - Math module and installation of external module

5th - 8th Grade

10 Qs

Loops-Quiz

Loops-Quiz

6th - 8th Grade

10 Qs

Lesson 31 Test-4

Lesson 31 Test-4

5th - 8th Grade

15 Qs

Lesson 3 - Operators-2 and module introduction

Lesson 3 - Operators-2 and module introduction

5th - 8th Grade

20 Qs

Lesson 2-keywords and operators-1

Lesson 2-keywords and operators-1

5th - 8th Grade

20 Qs

Cunoștințele Acumulate

Cunoștințele Acumulate

Assessment

Quiz

Professional Development

7th Grade

Medium

Created by

Edmond-Ferenc Mureșan

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

De câte ori se va executa următorul cod si care sunt valorile printate?

i=2

while i<=5:

i+=1

print(i)

De 5 ori

1

2

3

4

5

De 4 ori

2

3

4

5

De 5 ori

2

3

4

5

6

De 4 ori

3

4

5

6

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Care cuvânt cheie Python este folosit pentru a executa un bloc de cod repetat atâta timp cât o anumită condiție este adevărată?

while

for

break

if

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Care cuvânt cheie Python este folosit pentru a întrerupe în mod prematur o buclă?

for

while

break

if

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ce tip de date Python este folosit pentru a reprezenta o secvență de caractere?

integers

strings

booleans

floats

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Ce funcție Python este folosită pentru a determina lungimea unei liste?

length()

count()

len()

count()

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Care metodă Python este utilizată pentru a elimina și returna ultimul element dintr-o listă?

delete()

remove()

extract()

pop()

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Care metodă Python este utilizată pentru a adăuga un element la sfârșitul unei liste?

append()

add()

insert()

push()

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?