
Strutture

Quiz
•
Computers
•
9th Grade
•
Medium
Tea Randon
Used 3+ times
FREE Resource
26 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Quale affermazione tra le seguenti è corretta?
Un array è una collezione di elementi dello stesso tipo.
Una array può contenere diversi tipi di dati.
un array memorizza solo tipi di dati int.
2.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Quale affermazione tra le seguenti è corretta?
Una struttura è una collezione di elementi dello stesso tipo.
Una struttura può contenere diversi tipi di dati.
una Struttura memorizza solo tipi di dati int.
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Come si dichiara un array di strutture in C++?
struct NomeStruttura array[10];
NomeStruttura array[10];
array[10] struct NomeStruttura;
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Quale dei seguenti codici si usa per creare una struttura che contiene un array:
struct Studente { char nome[50]; int eta; };
struct Studente array[5];
struct Studente array[];
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Qual è il modo corretto per accedere al secondo elemento di un array di strutture?
array[1];
array[2];
array(2);
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Come si dichiara una matrice di interi 3×3 in C++?
int matrice[3,3];
int matrice[3][3];
matrix<int,3,3> matrice;
int matrice{3,3};
7.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Quale delle seguenti operazioni su un array di interi vett[] è errata?
vett[0] = 10;
cout << vett[4];
cin >> vett[100]; (sapendo che l'array ha 10 elementi)
vett[vett[0]] = 5;
Create a free account and access millions of resources
Similar Resources on Wayground
25 questions
Cuestionario Lifecole

Quiz
•
9th - 12th Grade
26 questions
N5 Computing Science: Standard Algorithms

Quiz
•
9th Grade
25 questions
Python - Unit Test 2

Quiz
•
9th Grade - University
22 questions
Итоговый тест 2023

Quiz
•
9th - 12th Grade
25 questions
CSP - Units 3 & 4

Quiz
•
9th - 12th Grade
22 questions
Ôn tập kiểm tra giữa kỳ

Quiz
•
9th Grade
21 questions
HTML Element Vocab and Data Type Review

Quiz
•
9th - 12th Grade
30 questions
Struktur Data dan Ekspresi Logika

Quiz
•
9th 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
14 questions
Inputs and Outputs: Computer Science Intro

Lesson
•
5th - 9th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade