Array Quiz

Array Quiz

University

10 Qs

quiz-placeholder

Similar activities

Pre test P1 Algodat

Pre test P1 Algodat

University

12 Qs

UTS CT Scan Dasar

UTS CT Scan Dasar

University

15 Qs

Arrays

Arrays

University

15 Qs

Quiz on Object Oriented Programming and Java

Quiz on Object Oriented Programming and Java

University

15 Qs

C Arrays

C Arrays

University

10 Qs

Financial Management: Capital Budgeting  1

Financial Management: Capital Budgeting 1

University

10 Qs

Python for Data Analysis Quiz 10

Python for Data Analysis Quiz 10

University

10 Qs

Java Quiz1 @ VCE (CSE (AI&ML))

Java Quiz1 @ VCE (CSE (AI&ML))

University

15 Qs

Array Quiz

Array Quiz

Assessment

Quiz

Other

University

Medium

Created by

Anisha Mahato

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the right way to initialise an array in C?

int arr{}={1,2, 5,6,9}

int arr[5]={1,2, 5,6,9}

int arr{5}={1,2, 5,6,9}

int arr()={1,2, 5,6,9}

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

An integer array of dimension 10 is declared in a C program. The memory location of the first byte of the array is 1000. What will be the location of the 8th element of the array? (Assume integer takes 4 bytes of memory and the element stored at 1000 is identified as 1st element)

1028

1032

1024

1036

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the statements is correct?

An array contains more than one element

All elements of array have to be of same data type

The size of array has to be declared upfront

All of the above

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To compare two arrays, we can use

Comparison operator ‘==’ directly on arrays

Use switch case

Using for loop

Using ternary operator on arrays

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Find the output

5,4

5,5

4,4

3,4

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Media Image

Find the output

i=5, j=5, k=2

i=6, j=5, k=3

i=6, j=4, k=2

i=5, j=4, k=2

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Array elements are stored in memory in the following order

Contiguous

Random

Both contagious and random

None

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?