wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Midterm Exam Content ITEC 204

Total questions: 20

Worksheet time: 9mins

Name
Class
Date
1.

An indexed sequence of components.

a)

Index

b)

Elements

c)

Array

d)

Dimensions

2.

An object type may contain objects of any subtype

of that object.

a)

Data Type

b)

Array Elements

c)

Data Structure

d)

Dimensions

3.

Each variable or cell in an array.

a)

Data Type

b)

Index

c)

Dimension

d)

Arrays

4.

Each component of the array has a fixed, unique index.

a)

Algorithm

b)

Array Index

c)

Length of the array

d)

Set

5.

Individual data/items in an array

indicated by the array name followed by its

dimensions appears in a square brackets.

a)

Elements

b)

Array Index

c)

Data Structure

d)

Data Type

6.

An integer from 1 – n called

dimensional variables.

a)

Dimensions

b)

Arrays

c)

Data Structure

d)

HashSet

7.

It is used to get the total number of elements in all the dimensions of

the Array.

a)

Rank

b)

Property

c)

Length

d)

Set

8.

It is used to get an object that can be used to synchronize access to the

Array.

a)

Clone()

b)

SyncRoot

c)

Rank

d)

Sort(Array)

9.

The data is stored in tabular form (row * column)

which is also known as matrix.

a)

Length Array

b)

Multidimensional Arrays

c)

Non Linear Array

d)

Single Array

10.

A data structure in which we store

a collection of data item of the SAME data type

a)

Lenght Array

b)

Arrays

c)

Data Structure

d)

One Dimensional Array

11.

Step-by-step unambiguous instructions.

(a)  

12.

Elements are NOT arranged in a contiguos manner.

(a)  

13.

Elements are stored sequentially and the elements are connected to the previous and next element.

(a)  

14.

English-like syntax that resembles a programming language

(a)  

15.

Graphical representation of an algorithm.

(a)  

16.

Every instruction should be clear, it should not be complex.

(a)  

17.

Zero or more input

(a)  

18.

Must produce output Finiteness – must have ending.

(a)  

19.

Unambiguous and clear

(a)  

20.

Expressing algorithm in a form that can be executed by a computer.

(a)