Naredba PRINT služi za

Programiranje- ponavljanje osnova

Quiz
•
Computers
•
7th - 9th Grade
•
Hard

Dzenita Ligata
Used 4+ times
FREE Resource
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
ispisivanje na ekran dok pišemo kod
ispisivanje na ekran kad pokrenemo program
za unos teksta
za ostavljanje komentara dok pišemo kod
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Naredba INPUT služi za
da bi korisnik programa mogao nešto upisati
da bi korisnik programa mogao nešto ispisati
da bi korisnik programa mogao ostavljati komentare
da bi korisnik programa mogao upisati samo tekst
3.
MULTIPLE SELECT QUESTION
45 sec • 1 pt
Zadatak1. Napisati program koji će ispisati zbir dva broja.
CLS
INPUT A, B
C=A+B
PRINT C
END
CLS
INPUT A, B
C=A+B
PRINT D
END
CLS
INPUT A, B
C=A-B
PRINT C
END
CLS
INPUT A, B
PRINT A+B
END
CLS
INPUT
PRINT 2+4
END
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Zadatak 2. Napisati program koji od vas traži da unesete vaše ime pa onda vaše prezime, a ispisuje prvo vaše prezime pa vaše ime.
CLS
INPUT ime$, p$
PRINT p$,ime$
END
CLS
PRINT p$, ime$
INPUT p$, ime$
END
CLS
PRINT p, ime
INPUT p, ime
END
CLS
INPUT A,B
PRINT B,A
END
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Zadatak 3. Napisati program koji ispisati "Dobar dan" 4 puta.
CLS
PRINT Dobar dan
PRINT Dobar dan
PRINT Dobar dan
PRINT Dobar dan
END
CLS
INPUT "Dobar dan"
INPUT "Dobar dan"
INPUT "Dobar dan"
INPUT "Dobar dan"
END
FOR i = 1 br = 4
PRINT"dobar dan"
NEXT i
END
br = 1
DO UNTIL br = 4
PRINT br
br = br + 1
LOOP
END
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Zadatak 4. Napisati program koji ispisuje sve parne brojeve od 6 do 1
FOR n = 6 TO 1 STEP -2
PRINT n
NEXT n
END
FOR n = 6 TO 1 STEP 2
PRINT n
NEXT i
END
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Zadatak 5. Napisati program koji ispisuje sve parne brojeve do 100.
FOR n = 0 TO 100 STEP 2
PRINT n
NEXT n
END
FOR n = 1 TO 100 STEP 2
PRINT n
NEXT n
END
FOR n = 0 TO 100
PRINT n
NEXT n
END
Similar Resources on Quizizz
10 questions
Short Cut Keys

Quiz
•
3rd - 10th Grade
10 questions
ôn tập tin 8 python

Quiz
•
8th Grade
10 questions
Python

Quiz
•
6th - 8th Grade
10 questions
Тест по начальным функциям информатики

Quiz
•
6th - 8th Grade
10 questions
Python basics29

Quiz
•
9th - 12th Grade
12 questions
Ch-8 Iterative statements in Python

Quiz
•
8th Grade
10 questions
สอบเก็บคะแนน การเขียนโปรแกรมด้วยภาษา Python

Quiz
•
8th Grade
12 questions
Python Print Statement

Quiz
•
6th - 10th Grade
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade
Discover more resources for Computers
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
43 questions
LinkIt Test - 24-25_BM4_7th

Quiz
•
7th Grade
25 questions
Spanish preterite verbs (irregular/changed)

Quiz
•
9th - 10th Grade
10 questions
Identify Slope and y-intercept (from equation)

Quiz
•
8th - 9th Grade
10 questions
Juneteenth: History and Significance

Interactive video
•
7th - 12th Grade
15 questions
Volume Prisms, Cylinders, Cones & Spheres

Quiz
•
8th Grade
14 questions
One Step Equations

Quiz
•
5th - 7th Grade