Search Header Logo

Topic 2: Arrays and Data Structures

Authored by najihah ibrahim

Computers

12th Grade

Topic 2: Arrays and Data Structures
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary operation performed on an array?

Store and retrieve

Sort and filter

Add and remove

Display and hide

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many dimensions can an array have?

Only one

Only two

Two or three

One, two, three, or more

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Java, how do you declare an array of 150 grades of real numbers?

int[] grades = new int[150];

float grades = new float[150];

double[] grades = new double[150];

double grades[150];

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does a sparse matrix primarily consist of?

A mix of zeros and non-zeros

Only non-zero elements

Only positive numbers

Only zero elements

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the formula to calculate the number of elements in an array A[l:u]?

u + l + 1

u + l

u - l + 1

u - l

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid way to initialize a two-dimensional array in Java?

int[][] arr = new int[5][5];

int arr[5][5];

int arr = new int[5][5];

int[5][5] arr;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the address calculation for a one-dimensional array A[i] in memory?

α + i

α - i

α * i

α / i

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?