Search Header Logo

Informatica, cl.X-a

Authored by Bas Vasile

Computers

10th Grade

Used 11+ times

Informatica, cl.X-a
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Instrucțiunea IF.

Bifați răspunsul care reprezintă aranjarea corectă.

IF <conditie> Else <instructiune2> Then <instructiune1>;

IF <conditie> Then <instructiune1> Else <instructiune2>;

Then <instructiune1> IF <conditie> Else <instructiune2>;

IF <conditie>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se va afișa la ecran în urma execuției secvenței date:

a=4; b=7;

If a<>b Then write(a) Else write(b);

3

4

7

5

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ce se va afișa la ecran în urma execuției secvenței date:

c=10;

CASE c of

1..9: Write('Cifra');

10..20: Write('Numar');

end;

Cifra

Numar

Nimic

0

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Care va fi valoarea lui S în urma execuției secvenței de program:

S:=0;

For i:=1 to 5 do

S:=S+i;

12

14

15

16

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Care va fi valoarea lui S?

S:=0; n:=234;

While n<>0 do

begin

C:=n mod 10; S:=S+C; n:=n div 10;

end;

7

8

9

Access all questions and much more by creating a free account

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

Already have an account?