Operatori ciclici

Quiz
•
Computers
•
10th Grade
•
Medium
Veronika Katan
Used 4+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
De câte ori se va executa ciclu?
For k:=2 to 7 write('Instrucțiunea 1');
9
6
7
2
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce valoare va primi variabila x după efectuarea următorului
fragment de program?
x:=1;
while x<10 do begin x:=x+3;
x:=x+1; end;
10
5
13
11
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa in urma executării următoarei secvențe de program?
S:=0;
for k:=8 to 12 do S:=S+12 ;
write(s);
Eroare în execuție
60
48
32
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Care valoare va primi variabila y după executarea următorului fragment de program?
y:=1;
while y<100 do begin y:=y*2; end;
0
64
36
128
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Care valoare va primi variabila x după executarea următorului fragment de program?
x:=1;
while x<10 do x:=x+3; x:=x+1;
9
7
11
10
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa la ecran în urma executării următorului fragment de program :
p:=1;
for k:=5 downto 1 do p:=p*k;
write(p);
120
5
60
Eroare în program
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Ce se va afișa la ecran în urma executării următorului fragment de program :
S:=0;
for j:=10 to 15 do s:=s+2*j;
writeln(s);
150
120
100
15
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Python IF Statements

Quiz
•
9th - 12th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Programming Basics

Quiz
•
9th - 10th Grade
10 questions
PUBG

Quiz
•
3rd Grade - Professio...
9 questions
Логические выражения, операции, выражения

Quiz
•
10th Grade
10 questions
Functions and Parameters Summative preview

Quiz
•
9th - 12th Grade
5 questions
Instructiunile ciclice Pascal

Quiz
•
10th Grade
10 questions
gigabyte, megabyte, kilobyte

Quiz
•
7th - 11th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

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

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th 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
20 questions
Analog vs Digital

Quiz
•
9th - 12th Grade
10 questions
Exploring Cybersecurity Techniques and Threats

Interactive video
•
6th - 10th Grade
10 questions
Understanding the Internet and Data Transmission

Interactive video
•
7th - 12th Grade