
SWE111_quiz 2

Quiz
•
Information Technology (IT)
•
University
•
Medium
Riham KamalAbdelAziz
Used 3+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct way to declare an array in C++?
int arr[];
array<int> arr;
int arr[5];
arr = new int[5];
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is the correct syntax to initialize an array?
int arr[3] = {1, 2, 3};
int arr = {1, 2, 3};
int arr[] = [1, 2, 3];
int arr[3] {1, 2, 3};
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access the last element of an array arr of size n?
arr[n]
arr[n-1]
arr[-1]
arr[last]
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What happens when an array is passed to a function?
A copy of the array is created
The base address of the array is passed
The function cannot modify the array
It results in a syntax error
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Given int arr[5] = {1, 2, 3, 4, 5};, what does cout << arr; print?
The first element
The address of the first element
The entire array
Compilation error
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Can an array size be changed after declaration in C++?
Yes
No
Only for global arrays
Depends on compiler
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of the following code fragment:
int ar[] = {2, 4, 6, 8 };
ar[0] = 23;
ar[3] = ar[1];
cout << ar[0]<< "and" <<ar[3] << endl;
23 and 2
2 and 8
3 and 1
23 and 4
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
BYTS ASSESSMENT

Quiz
•
University
5 questions
chapter 4- array

Quiz
•
University
11 questions
Python Quiz

Quiz
•
University
12 questions
Aula07 - Matrizes

Quiz
•
University
10 questions
Abstracciones procedimentales

Quiz
•
University
15 questions
Quizizz - SS03 - TSU_PLUS Java Fundamental

Quiz
•
University
13 questions
Session 15 + 16 : Function

Quiz
•
University
10 questions
C++ Templates Quiz

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Information Technology (IT)
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University