
CLASA 9 INSTRUCȚIUNI

Quiz
•
Computers
•
9th - 10th Grade
•
Medium

Vera Kozlova
Used 136+ times
FREE Resource
11 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Program p5;
var x,y:integer;
begin
x:=3;
if x<=5 then y:=10 div 3 else y:=10 mod 4;
writeln (y);
end.
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
variabil n după execuția următorului fragment de program dacă n=0 și x=3.
REPEAT
X:=X DIV 2;
N:=N+1;
UNTIL X=0;
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
for i:=10 to 14 do a:=a+4;
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
for i:=12 downto 14 do a:=a+4;
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
program p7;
var i,x:integer;
begin
i:=5;
case i of
1..3: x:=i+10;
2..7: x:=i*i;
6..10: x:=i*i*i;
end;
writeln (x);end.
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Kiểu Xâu

Quiz
•
8th - 11th Grade
10 questions
Одномерные массивы целых чисел

Quiz
•
9th Grade
6 questions
Nhanh như chớp

Quiz
•
9th - 12th Grade
10 questions
Introduction à la programmation

Quiz
•
10th - 11th Grade
6 questions
Tablouri unidimensionale

Quiz
•
10th Grade
10 questions
TEST GRILA Windows si organizarea fisierelor

Quiz
•
9th - 12th Grade
10 questions
Паскаль ABC (1)

Quiz
•
7th - 9th Grade
16 questions
Программирование на Pascal

Quiz
•
10th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
Appointment Passes Review

Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
Grammar Review

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

Interactive video
•
6th - 10th Grade
17 questions
[AP CSP] Binary Number System

Lesson
•
9th - 12th Grade
15 questions
1.1 Network Fundamentals Quiz

Quiz
•
10th Grade
20 questions
Understanding Information Processing Cycle

Quiz
•
10th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade