
Test array c++

Quiz
•
Computers
•
10th Grade
•
Easy
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
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
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
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
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
Similar Resources on Wayground
15 questions
Java Variables, Input and Output

Quiz
•
10th - 12th Grade
6 questions
Tablouri unidimensionale

Quiz
•
10th Grade
10 questions
Программирование C#

Quiz
•
1st - 10th Grade
10 questions
LATIHAN 4

Quiz
•
10th Grade
10 questions
TEST GRILA Windows si organizarea fisierelor

Quiz
•
9th - 12th Grade
10 questions
P9-PSeInt

Quiz
•
1st - 10th Grade
10 questions
Python_10 câu

Quiz
•
10th Grade
10 questions
Programming with C++

Quiz
•
9th - 12th Grade
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade