Array

Array

University

15 Qs

quiz-placeholder

Similar activities

Object/Abstract/Final in JAVA

Object/Abstract/Final in JAVA

University

10 Qs

Java Arrays

Java Arrays

University

10 Qs

Introduction to Arrays

Introduction to Arrays

KG - University

10 Qs

Data Structures- Introduction

Data Structures- Introduction

University

20 Qs

Array_to be discussF3

Array_to be discussF3

University

18 Qs

Advanced Excel

Advanced Excel

KG - University

20 Qs

Linked List and Arrays in JAVA

Linked List and Arrays in JAVA

University

16 Qs

UTS - Struktur Data

UTS - Struktur Data

University

20 Qs

Array

Array

Assessment

Quiz

Computers

University

Medium

Created by

Illiana Azizan

Used 265+ 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?