Search Header Logo

Advanced C# Quiz 5: Arrays and Method

Computers

University

Used 5+ times

Advanced C# Quiz 5: Arrays and Method
AI

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

Media Image

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

Media Image

How many items in this array?

3
4
5
0

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is this called?

Index
Element
Array name
Value

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

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

Media Image

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?