Ввод/вывод данных на языке Паскаль

Quiz
•
Computers, Instructional Technology
•
9th - 10th Grade
•
Hard
Владимир Чавдарь
Used 20+ times
FREE Resource
9 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая процедура используется для вывода данных на экран и переводит курсор на другую строку?
read
write
readln
writeln
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
a:=5;
b:=7;
c:=(a+b)/2;
write('c=',c)
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Запросите у пользователя ширину и высоту прямоугольника. Найдите его площадь.
Как правильно написать программу для решения этой задачи?
program Primer;
var a,b,s:integer;
begin
readln(a,b);
s:=a*b;
writeln(s);
end.
program Primer;
var a,b,s:integer;
begin
s:=a*b;
readln(a,b);
writeln(s);
end.
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Чему будет равно значение переменной М в результате выполнения серии операторов
N:=5;
Y:=2;
M:=N/5+3*Y*N
М:=M+1;
31
32
33,5
31,5
8.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Что произойдет при выполнении данного алгоритма?
var a, b, c:integer;
begin a:=2;
b:=a*14-7;
c:=b/3;
write(c);
end.
Будет выведено число 7
Будет выведено число 0
Программа выведет ошибку
Будет выведено число 4
9.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение примет переменная а в результате выполнения фрагмента программы:
а:=7;
b:=а+1;
а:=а+b;
7
8
15
16
Similar Resources on Wayground
10 questions
Python списки

Quiz
•
10th Grade
10 questions
Сpp 1_3

Quiz
•
9th - 12th Grade
9 questions
Язык программирование Python

Quiz
•
9th Grade
10 questions
Цикл FOR

Quiz
•
10th Grade
10 questions
Циклы

Quiz
•
10th Grade
10 questions
Python Матрицы

Quiz
•
10th - 11th Grade
10 questions
Python

Quiz
•
1st - 12th Grade
10 questions
Строки. Промежуточный контроль

Quiz
•
9th 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