Array

Array

University

15 Qs

quiz-placeholder

Similar activities

Data Structures Quiz

Data Structures Quiz

University

10 Qs

JAVA FINAL QUIZ FOR ASSESSMENT

JAVA FINAL QUIZ FOR ASSESSMENT

University

15 Qs

Java - Revisão I

Java - Revisão I

University

20 Qs

DSA - Intro

DSA - Intro

University

10 Qs

Array_to be discussF3

Array_to be discussF3

University

18 Qs

Java Arrays

Java Arrays

University

10 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

DATA STRUCTURE QUIZ 1- INTRO TO DATA STRUCTURES

University

10 Qs

Array

Array

Assessment

Quiz

Computers

University

Medium

Created by

Illiana Azizan

Used 271+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A double type is an example of a simple data type.

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A one-dimensional array is an example of a structured data type.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Arrays can be passed as parameters to a function either by value or by reference.

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function can return a value of type array.

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The size of an array is determined at compile time.

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Given the declaration:

int list[10];


the statement:

list[5] = list[3] + list[2];


updates the content of the fifth component of the array list.

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In C++, some aggregate operations are allowed for strings.

True

False

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?