CoderDojo Checkpoint

CoderDojo Checkpoint

9th - 12th Grade

11 Qs

quiz-placeholder

Similar activities

Scratch_SM

Scratch_SM

10th - 12th Grade

10 Qs

H7.P1&P2.Nova2.Geluid.mhv

H7.P1&P2.Nova2.Geluid.mhv

4th - 10th Grade

12 Qs

IT opakování

IT opakování

5th - 9th Grade

9 Qs

Excel: structuurelementen en basisformules

Excel: structuurelementen en basisformules

10th Grade

14 Qs

Bazy danych

Bazy danych

11th Grade

10 Qs

WDP Python S1 Q1

WDP Python S1 Q1

6th - 12th Grade

14 Qs

Découverte du clavier

Découverte du clavier

9th - 12th Grade

15 Qs

části počítače

části počítače

6th - 9th Grade

11 Qs

CoderDojo Checkpoint

CoderDojo Checkpoint

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Lamija Gutić

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Koja od sljedećih naredbi predstavlja dodjelu vrijednosti 3 varijabli mojaVarijabla:

  1. mojaVarijabla == 3

mojaVarijabla is 3

  1. mojaVarijabla = 3

  1. mojaVarijabla = input(3)

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Koje od navedenog su tipovi podataka u Pythonu:

  1. str, int, list, tuple

  1. string, double, float, int

  1. bool, str, numberType

  1. integer, if, list

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Kako izgleda naredba za ispravan unos cijelog broja u varijablu broj:

input(broj)

broj = int(input())

broj = input(“Unesi cijeli broj: “)

“Unesi cijeli broj” = input(broj)

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Kako testiramo da li je broj paran:

broj / 2 = 0

broj %= 2

broj % 2 == 0

broj == 0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Kojeg je tipa varijabla mojaVarijabla, kojoj je dodijeljena vrijednost mojaVarijabla = 5 > 2:

bool

str

float

int

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Ukoliko trebamo 5 puta ispisati tekst “Danas je lijep i suncan dan”, koji je za to najpogodniji način:


for i in range(5):

print(“Danas je lijep i suncan dan”)

for 5 print(“Danas je lijep i suncan dan”)

while 5:

print(“Danas je lijep i suncan dan”)

print(“Danas je lijep i suncan dan”)

print(“Danas je lijep i suncan dan”)

print(“Danas je lijep i suncan dan”)

print(“Danas je lijep i suncan dan”)

print(“Danas je lijep i suncan dan”)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Po kojem principu funkcioniše tip podatka rječnik:

ključ : vrijednost

riječ : rečenica

engleski : bosanski

riječi

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