Программирование на Pascal

Программирование на Pascal

10th Grade

16 Qs

quiz-placeholder

Similar activities

BÀI 16 - THUẬT TOÁN SẮP XẾP

BÀI 16 - THUẬT TOÁN SẮP XẾP

9th Grade - University

15 Qs

Python Syntax II

Python Syntax II

10th Grade

16 Qs

ICT Computer Basics pt1

ICT Computer Basics pt1

10th - 12th Grade

12 Qs

J808 LO1 and LO2 planning project keywords / terms

J808 LO1 and LO2 planning project keywords / terms

9th - 11th Grade

15 Qs

Ethical and Social Issues in ICT

Ethical and Social Issues in ICT

10th Grade

15 Qs

JUEGO - UNIDADES DE MEDIDA DE ALMACENAMIENTO

JUEGO - UNIDADES DE MEDIDA DE ALMACENAMIENTO

1st - 10th Grade

12 Qs

Kuis Dadakan ;)

Kuis Dadakan ;)

10th Grade - University

15 Qs

Identidad Corporativa

Identidad Corporativa

10th Grade

15 Qs

Программирование на Pascal

Программирование на Pascal

Assessment

Quiz

Computers

10th Grade

Practice Problem

Hard

Created by

Татьяна Крикало

Used 136+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

16 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Что будет выведено на экран в результате выполнения фрагмента программы

a:=5; b:=3;

write( 'Z(', a, ')=', '(', a+b, ')' );

Здесь a и b — целые переменные.

2.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Чему будет равна переменная «c» после выполнения этой программы:

a := 22;

b := 4;

c := a mod b + b;

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Чему будет равна переменная «c» после выполнения этой программы:

a := 22;

b := 4;

b := a div b;

c := a mod (b + 1);

2

6

5

4

4.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Чему будет равна переменная «c» после выполнения этой программы:

a := 28;

b := 7;

b := a mod b;

c := a div (b + 1);

5.

FILL IN THE BLANK QUESTION

30 sec • 1 pt

Определите значение переменной «a» после выполнения фрагмента программы:

a := 10;

if a < 5 then

a := a + 12

else

a := a - 7;

6.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Определите значение переменной «a» после выполнения фрагмента программы:

a := 10;

if a < 5 then a := a + 12

else a := a - 7;

if a < 5 then a := a + 12

else a := a - 7;

7.

FILL IN THE BLANK QUESTION

45 sec • 1 pt

Определите значение переменной «a» после выполнения фрагмента программы:

a := 10; b := 3;

if a > b then b := b + 12

else a := a - 7;

if a > b then a := a + 12

else a := a - 7;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?