Python järjend

Python järjend

7th - 9th Grade

30 Qs

quiz-placeholder

Similar activities

SST Yr9 - Python Lists

SST Yr9 - Python Lists

8th Grade

30 Qs

Python Conditional Statements

Python Conditional Statements

9th - 12th Grade

25 Qs

Computer Pretest2(Python Grade7_t1)

Computer Pretest2(Python Grade7_t1)

2nd Grade - University

30 Qs

Informaatika aastalõpu silmaringi viktoriin

Informaatika aastalõpu silmaringi viktoriin

7th - 12th Grade

32 Qs

Python 6 topic (lists and dictionaries)

Python 6 topic (lists and dictionaries)

5th - 12th Grade

32 Qs

Python_QUIZ_S2_EEBA

Python_QUIZ_S2_EEBA

7th Grade

30 Qs

Python review

Python review

8th Grade

28 Qs

Python järjend

Python järjend

Assessment

Quiz

Computers

7th - 9th Grade

Easy

Created by

Terttu Tammaru

Used 3+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milline neist on täpseim kirjeldus järjendile Pythoni mõistes?

Järjend on andmete kogum, millel on kindel järjekord ja mida saab muuta.

Järjend on hulk muutujaid.

Järjendit kasutatakse poes käimiseks.

Järjend on andmete kogum, milles ei või olla mitu samasugust elementi ja seda ei saa muuta.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milline neist on järjend?

fruit = ["apples", "oranges", "bananas"]

fruit = "apples", "oranges", "bananas"

fruit = {"apples", "oranges", "bananas"}

fruit = ("apples", "oranges", "bananas")

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Kas on tegemist korrektse järjendi loomisega?


register = {"Sam", "Pheobe", Georgia", Richard"}

Yes

No

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milliste sümbolite vahel on listis tema elemendid?

( ) ümarsulud

{ } looksulud

[ ] nurksulud

" " jutumärgid

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Millist märki kasutatakse järjendis elementide eraldamiseks?

Sulg

Koma

Punkt

Tühik

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milline neist on õige viis nimede listi loomiseks?

nameList = John, Harry, Jesse, John, Harry, Harry

nameList = ("John", "Harry", "Jesse", "John", "Harry", "Harry")

nameList = ["John", "Harry", "Jesse", "John", "Harry", "Harry"]

nameList = [John, Harry, Jesse, John, Harry, Harry]

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Mis andmetüüpi on elemendid selles listis?

Sõned

Tõeväärtused

Ujukomaarvud

Täisarvud

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?