control structure,array

control structure,array

University

10 Qs

quiz-placeholder

Similar activities

Array

Array

University

7 Qs

Java

Java

University

15 Qs

C - Array

C - Array

University

13 Qs

C Quiz

C Quiz

University

15 Qs

Python Strings and Variables

Python Strings and Variables

5th Grade - University

8 Qs

Java Quiz

Java Quiz

University

10 Qs

Understanding Arrays in Programming

Understanding Arrays in Programming

University

10 Qs

Golang Basics 2

Golang Basics 2

University

15 Qs

control structure,array

control structure,array

Assessment

Quiz

Other

University

Hard

Created by

Nithisree. P BCA

Used 9+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about the array are not true?

a.To use an array, previously it is declared and defined.

b. A one-dimensional array can store data in the form of table with many rows and columns.

c. The position of every element of the array is used to access that element that position.

d. A one-dimensional array can store different types of data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In VB.NET, when an array is partially initialized, the rest of its elements will automatically be set to zero.

true

false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A two-dimensional array represents data in the form of table with rows and columns.

true

false

none

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you have an array of 20 elements, what is the good way to assign a value to each element?

a. Assigning each element individually without using a loop

b. Using a loop to assign a value to each element

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An array object has a _________ property that can be used to find the number of elements in the array.

breath

length

height

string

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The purpose of using a loop is to

make decision

repeat operation many times

selection

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the VB.NET loops is not a pretest loop?

a. for loop

b. while loop

do loop

if

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?