Search Header Logo

DS EXP1

Authored by RAVIKANTH K

Computers

University

Used 1+ times

DS EXP1
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

30 sec • 1 pt

Which of these best describes an array?

A data structure that shows a hierarchical behavior

Container of objects of similar types

Arrays are immutable once initialized

Array is not a data structure

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you initialize an array in C

int arr[3] = (1,2,3);

int arr(3) = {1,2,3};

int arr[3] = {1,2,3};

d) int arr(3) = (1,2,3);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In general, the index of the first element in an array is __________

0

-1

2

1

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Elements in an array are accessed _____________

randomly

sequentially

exponentially

logarithmically

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the length of an array when its first index is denoted by i and last index is denoted by j

length of array = i + j

length of array = j - i -1

length of array = j - i

length of array = j - i + 1

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output ?

void main(){

int arr[2]= {1, 0, 10};

int x;

for(int i =0;i<n;i++){

x += arr[i]

}

printf("%d", x);

}

11

Compilation Error

Run Time Error

None

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output ?

void main(){

int arr[2]= {1, 0, 10};

for(int i =0;i<n;i++){

x += arr[i]

}

printf("%d", x);

}

11

Compilation Error

Run Time Error

None

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?