Ce este un tablou în C++?

evaluare formativă:Întrebări despre Tablouri în C++

Quiz
•
Computers
•
10th Grade
•
Hard
Loghinova Veronica
Used 2+ times
FREE Resource
21 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
O variabilă ce poate stoca un singur element
Un container ce stochează valori de tip diferit
O variabilă ce poate stoca mai multe valori de același tip
Un obiect care poate stoca orice tip de date
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum se definește un tablou unidimensional în C++?
int tablou[10];
int[10] tablou;
tablou int[10];
int tablou = {10};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum este indexat un tablou în C++?
De la 1 la n
De la -1 la n
De la 0 la n-1
De la 0 la n
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care este dimensiunea unui tablou cu 5 elemente de tip int în C++?
5 bytes
10 bytes
20 bytes
40 bytes
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Care dintre următoarele este o declarație corectă a unui tablou bidimensional în C++?
int tablou[3,3];
int tablou[3][3];
int tablou[] = {3,3};
int tablou(3)(3);
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum accesezi elementul de pe a doua linie și a treia coloană dintr-un tablou bidimensional în C++?
tablou[1,2]
tablou[2][3]
tablou[1][2]
tablou(1,2)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Cum inițializezi un tablou unidimensional cu valori implicite?
int tablou[5];
int tablou[];
int tablou[5] = {};
int tablou{5};
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Microcontrolere Noțiuni generale. Structura internă

Quiz
•
KG - 12th Grade
20 questions
Întrebări despre tipuri de date în C++

Quiz
•
10th Grade
16 questions
De todo

Quiz
•
1st Grade - Professio...
20 questions
Recursivitate

Quiz
•
10th - 11th Grade
20 questions
TEST1.PY

Quiz
•
10th Grade - University
19 questions
Fișă de lucru Nr.1 C++

Quiz
•
10th Grade
16 questions
Structuri repetitive în C++

Quiz
•
9th - 12th Grade
20 questions
Aplicatia Microsoft Word

Quiz
•
5th - 10th Grade
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade