Arrays in CQuiz

Arrays in CQuiz

1st Grade

10 Qs

quiz-placeholder

Similar activities

Текстовий процесор MS Word

Текстовий процесор MS Word

5th Grade

11 Qs

Impacto de las TIC en la Sociedad

Impacto de las TIC en la Sociedad

University

10 Qs

AverageRound

AverageRound

University

10 Qs

SUMATIF FASE E (Berpikir Komputasional)

SUMATIF FASE E (Berpikir Komputasional)

10th Grade

15 Qs

Informatika Bab 1 Kelas 9

Informatika Bab 1 Kelas 9

9th Grade

15 Qs

BÀI 16. ĐỊNH DẠNG KHUNG

BÀI 16. ĐỊNH DẠNG KHUNG

12th Grade

10 Qs

Evaluación inicial

Evaluación inicial

10th Grade

10 Qs

1QRev

1QRev

11th Grade

15 Qs

Arrays in CQuiz

Arrays in CQuiz

Assessment

Quiz

Information Technology (IT)

1st Grade

Medium

Created by

Panha Panha

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the general form of a single-dimension array declaration?

type name[size];

array name[type];

name[size] type;

size[type] name;

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the index of the first element in an array?

2

-1

0

1

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

How many elements can a single-dimension array hold?

Only one

From one to several

Exactly ten

Unlimited

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the total bytes calculation for an integer array of size 5?

15

10

25

20

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the program that prints array A with elements (-1, 33, 26, -5, 9)?

1 2 3 4 5

-1 0 33 26 9

0 1 2 3 4

-1 33 26 -5 9

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct syntax to declare an array of floats with 8 elements?

float a(8);

a[8] float;

float[8] a;

float a[8];

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the output of the sorting program for the array {4.3, -2.2, 33, 51, -39.5, 2.9, 6.5, 78}?

-39.5 -2.2 2.9 4.3 6.5 33 51 78

4.3 33 51 78 -39.5 -2.2 2.9 6.5

78 51 33 4.3 2.9 -2.2 -39.5

33 51 78 4.3 2.9 -2.2 -39.5 6.5

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?