Test array c++

Test array c++

10th Grade

11 Qs

quiz-placeholder

Similar activities

Test-C++Tablouri unidiensionale-prof. Tudor V

Test-C++Tablouri unidiensionale-prof. Tudor V

10th Grade - University

9 Qs

Structuri repetitive în C++

Structuri repetitive în C++

9th - 12th Grade

16 Qs

Tipul de date compatibile si identice

Tipul de date compatibile si identice

10th Grade

6 Qs

Arrays

Arrays

10th - 12th Grade

10 Qs

Programming

Programming

1st - 10th Grade

10 Qs

Instructiuni Repetitive C++

Instructiuni Repetitive C++

10th Grade

9 Qs

2D Arrays

2D Arrays

9th - 12th Grade

15 Qs

Instrucțiuni simple

Instrucțiuni simple

9th - 11th Grade

10 Qs

Test array c++

Test array c++

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Ion Gutu

Used 1+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Selectează expresia corectă ce corespunde unui tip de date array (tablou) unidimensional

int vector [15];

int tablou;

float tab_und;

int tablou {10};

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Selectează expresia corectă ce corespunde unui tip de date array (tablou) bidimensional

float matrice [5] [4];

int tablou[3..4];

float tab_bid;

int tablou {3} {4};

3.

MULTIPLE SELECT QUESTION

1 min • 3 pts

Se dau următoarele declarații:

int a,b; char c; int linie[8]; int tab[4] [4];

Selectează atribuirile corecte.

tab[1] [3]=b;

linie[7]=c;

b=15;

tab[4] [3]=linie[5];

tab[4] [5]=a;

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Selectează rezultatul executării instrucțiunilor din imagine

1 2 3 4 5

0 1 2 3 4

1 1 1 1

0 0 0 0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Selectează rezultatul executării instrucțiunilor din imagine:

0 2 4 6 8 10

0 1 2 3 4 5

1 1 1 1 1

0 3 6 9 12 15

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Variabila d este de tip array. Selectează declararea corectă a acestei variabile.

int d [3] [4];

int d [4] [3];

int d [3..4];

int d [12];

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Variabila d este de tip array. Selectează poziția valorii minime a acestei variabile.

[3,4]

[2,2]

[1,3]

[3,1]

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?