
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
10 questions
Символьные и строковые величины

Quiz
•
10th Grade
6 questions
Разветвляющиеся алгоритмы

Quiz
•
9th Grade
6 questions
Afisarea informatiei alfanumerice

Quiz
•
10th Grade
10 questions
Основы Pytnon

Quiz
•
8th - 9th Grade
10 questions
X_Пон_мас_ариф

Quiz
•
9th - 12th Grade
15 questions
Bebras-Selectie

Quiz
•
1st - 10th Grade
15 questions
Program Implementation

Quiz
•
10th - 12th Grade
15 questions
Начала программирования на языке Паскаль

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

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th 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
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade