
Advanced C# Quiz 5: Arrays and Method
Computers
University
Used 5+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What logo is this?
Coca Cola
Android
Starbucks
Recycle
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you make an array?
int myArray = new int[7];
int() myArray = new int(7);
int[] myArray = new int[7];
int[] myArray = int[7];
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How many items in this array?
3
4
5
0
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is this called?
Index
Element
Array name
Value
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What will be in this array?
0, 1, 2, 3, 4, 5
10, 11, 12, 13, 14
10, 11, 12, 13, 14, 15
0, 1, 2, 3, 4
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you make an array of 5 Rectangle objects?
Rectangle[] rec = new Rectangle[5];
Rectangle[] rec = new Rectangle[4];
int[] rec = new int[4];
Rectangle rec = new Rectangle();
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you call this method?
SayHello;
string hi = SayHello();
Hello();
SayHello();
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?