
- •3. Read ( , );
- •7. Read ( , );
- •12. Read ( , );
- •13. Read ( , , );
- •17. Read ( , );
- •18. Read ( , , );
- •22. Read ( , );
- •23. Read ( , , );
- •27. Read ( , )
- •28. Read ( , , );
- •32. Read ( , , );
- •36. Read ( , );
- •37. Read ( , );
- •41. Read ( , );
- •42. Read ( , );
- •46. Read ( , )
- •47. Read ( , );
- •Раздел 2
- •Раздел 3
- •252. Какая запись верная?
- •253. Read ( , );
- •Раздел 4
- •Раздел 5
1. Какая запись верная?
A)
;
B)
;
C)
;
D)
;
E)
;
2.
read (
,
);
if
>
then
:=sqrt
(
)
else y:=sqr(b);
write ( );
при =9, =4 чему равен ответ?
A)3
B)2
C)81
D)16
E)9
3. Read ( , );
:=
mod
;
:=
div
;
if < then := +
else := - ;
write ( );при =9, b=16 чему равен ответ?
A)8
B)9
C)6
D)16
E)0
4. S1:=0; S2:=0;
for
:=5
downto 1 do
if Odd ( ) then S1:=S1+sqr( )
else S2:=S2+sqrt ( );
Чему равен S1?
A)50
B)12
C)5
D)34
E)3
5. read ( ); S:=0;
while =5 do S:=S+1;
write (S);при =1 чему равен ответ?
A)Никакой
B)0
C)1
D)5
E)6
6.
:=1;
:=10;
Repeat
Write ( );
:= +1;
:= +10;
Until =5;
Чему равен ответ?
A)1
B)5
C)10
D)1 2 3 4
10 20 30 40
7. Read ( , );
if < then :=sqrt ( )
else :=sqr ( );
write ( );при =36, =4 чему равен ответ?
A)1296
B)16
C)6
D)2
E)36
8. read ( , ); := mod ;
d:= div ;
if > then := +
else := - ;
write ( );при =9, =16 чему равен ответ?
A)8
B)6
C)9
D)0
E)16
9. S1:=0;
for :=3 to 5 do
if Odd ( ) then S1:=S1+sqr ( )
else S2:=sqrt ( );
Чему равен S2?
A)5
B)3
C)2
D)12
E)0
10. read ( ); S:=0;
while <5 do begin
S:=S+5; := +1; end;
Write (S); при =1 чему равен ответ?
A)5
B)25
C)2
D)20
E)0
11. :=1; :=10;
Repeat
:= +1;
:= +10;
write ( );
Until =5;
Какой ответ будет выдан на печать?
20 30 40
B)2 3 4
C)10 20 30 40 50
D)20 30 40 50
E)50
12. Read ( , );
if < then :=sqrt ( )
else :=sqr ( );
write ( );
при =25, =16 чему равен ответ?
A)625
B)256
C)5
D)4
E)1256
13. Read ( , , );
if ( < ) and ( < ) then
y:= else := ;
write ( );при =4, =2, =6 чему равен ответ?
A)8
B)24
C)6
D)12
E)4
14. S1:=0; S2:=0;
for :=5 downto 3 do
if Odd ( ) then S1:=S1+sqr ( )
else S2:=S2+sqrt ( );
Чему равен S2?
A)2
B)3
C)5
D)12
E)0
15. read ( ); S:=0;
while <5 do begin
S:=S+5; := +1;
end; write (S);
При =3 чему равен ответ?
A)20
B)15
C)10
D)25
E)5
16. :=1;
:=10;
Repeat
:= +1;
:= +10;
Until =5;
Write ( );
Чему равен ответ?
A)10
B)20
C)30
D)40
E)50
17. Read ( , );
if > then :=sqrt ( )
else :=sqr ( );
write ( );
При =49, =9 чему равен ответ?
A)3
B)2201
C)49
D)81
E)7
18. Read ( , , );
if ( < ) and ( < ) then
:= else := ;
write ( );
При =2, =4, =6 чему равен ответ?
A)2
B)8
C)4
D)12
E)24
19. S1:=0; S2:=0;
for :=3 to 5 do
if Odd ( ) then S1:=S1+sqr( )
else S2:=S2+sqrt ( );
Чему равен S1?
A)50
B)12
C)5
D)3
E)34
20. :=1;
while <5 do := +1;
Чему равен ?
A)1
B)5
C)0
D)1, 2, 3, 4, 5
E)2
21. :=0;
Repeat
:= +2;
write ( );
Until =10;
Чему равен ответ?
A) 1 2 3 4 5 6 7 8 9 10
B) 2 4 6 8 10
C) 10
D) 0
E) 2