
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
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
Similar Resources on Wayground
12 questions
python 1

Quiz
•
9th Grade
10 questions
Java Print Statements Warm-Up

Quiz
•
9th - 12th Grade
10 questions
Python линейный алгоритм

Quiz
•
8th Grade
10 questions
Алфавит и словарь языка Python

Quiz
•
9th - 12th Grade
8 questions
Uvod u Džupiter

Quiz
•
9th - 10th Grade
10 questions
Year 7 Python Lesson 1 Recap

Quiz
•
8th Grade
10 questions
Python линейные алгоритмы

Quiz
•
8th Grade
10 questions
PYTHON (FOR LOOP)

Quiz
•
1st - 10th Grade
Popular Resources on Wayground
12 questions
Unit Zero lesson 2 cafeteria

Lesson
•
9th - 12th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
20 questions
Lab Safety and Equipment

Quiz
•
8th Grade
13 questions
25-26 Behavior Expectations Matrix

Quiz
•
9th - 12th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
18 questions
Company Logos

Quiz
•
6th - 8th Grade
15 questions
Acceptable Use Policy (Quiz)

Quiz
•
6th - 8th Grade
16 questions
Clovis Unified Student Use of Technology

Quiz
•
4th - 8th Grade
11 questions
Technology Acceptable Use

Quiz
•
6th - 8th Grade
20 questions
Introduction to Desktop Computer Systems

Quiz
•
9th - 12th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
15 questions
Student Technology Agreement

Quiz
•
6th - 8th Grade