NEW
Font size
WorksheetsIntroduction to Array
Total questions: 10
Worksheet time: 5mins
An______is a group of related data items that share a common name.
Array
Variable
Memory
None of thses
There are ________ types of array in computer programming.
4
5
6
3
The individual data items are called _______________.
Character
String
Variable
Element
There are ______ types of array in qbasic programming.
One
Two
Three
Four
______________ is a short name used for dimension of array.
DIMN
DIM
DIVISION
None of these
The correct general syntax of array is_____.
DIM Arrayfile(size) AS Data Type
DIM ArrayName(size)As Data Type
DIM Arrayfolder(size)As Data Type
None of These
_______________ is an example of string data element.
23
"kathmandu"
123.56
A
123.1552
____________is an example of double data element.
4321
123.4
4.321
"kathmamdu"
______is an example of integer data element.
456
6.45
6.453
"456"
_____ is an example of character data type element.
A
"ABC"
123
12.45
