
Programiranje- ponavljanje osnova
Authored by Dzenita Ligata
Computers
7th - 9th Grade
Used 4+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
7 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Naredba PRINT služi za
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
10 questions
Technology Quiz - II
Quiz
•
6th - 8th Grade
10 questions
PENGENALAN PERANGKAT LUNAK PENGOLAH ANGKA
Quiz
•
8th Grade
12 questions
Ինֆորմատիկա
Quiz
•
7th Grade
10 questions
Python - print()
Quiz
•
7th Grade
10 questions
Számítógépes alapismeret 31-40
Quiz
•
5th - 8th Grade
10 questions
แบบทดสอบครั้งที่ 2
Quiz
•
9th Grade
12 questions
9-Класс
Quiz
•
9th Grade
10 questions
Word 2016 Basics - Saving Document, Page Layout, Header & Foot
Quiz
•
7th Grade
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
29 questions
Alg. 1 Section 5.1 Coordinate Plane
Quiz
•
9th Grade
22 questions
fractions
Quiz
•
3rd Grade
11 questions
FOREST Effective communication
Lesson
•
KG
20 questions
Main Idea and Details
Quiz
•
5th Grade
20 questions
Context Clues
Quiz
•
6th Grade