Unit 4 โ Arrays
Quiz-summary
0 of 25 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
Information
Unit 4 โ Arrays
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 25 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Categories
- Unit 4 โ Arrays 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- Answered
- Review
-
Question 1 of 25
1. Question
Which of the following is written inside pair of brackets with name of array?
Correct
Incorrect
-
Question 2 of 25
2. Question
How many type of arrays?
Correct
Incorrect
-
Question 3 of 25
3. Question
During program execution A is used following the array name to designate a specific array element
Correct
Incorrect
-
Question 4 of 25
4. Question
The loop allows us to excess the elements of an array in sequential order.
Correct
Incorrect
-
Question 5 of 25
5. Question
Which of the following is used to process large volume of data of same type?
Correct
Incorrect
-
Question 6 of 25
6. Question
Arrays are also called
Correct
Incorrect
-
Question 7 of 25
7. Question
We can read write contents of array by
Correct
Incorrect
-
Question 8 of 25
8. Question
What is true about a DIM statement in BASIC?
Correct
Incorrect
-
Question 9 of 25
9. Question
How many elements of array are automatically adjusted by BASIC?
Correct
Incorrect
-
Question 10 of 25
10. Question
Which of the following statement is used to declare large array having more than 11 elements?
Correct
Incorrect
-
Question 11 of 25
11. Question
Arrays are also used to manage the programmers life
Correct
Incorrect
-
Question 12 of 25
12. Question
First subscript of an array is
Correct
Incorrect
-
Question 13 of 25
13. Question
If A is a numeric type array and we writ A( 5 ) = 10, it means
Correct
Incorrect
-
Question 14 of 25
14. Question
Suppose Z$(5)= 30 and Z$(10)=40, if we write Print Z$(N) where N=5 what will be print?
Correct
Incorrect
-
Question 15 of 25
15. Question
If K = 100 and Num (K ) = 50 it means
Correct
Incorrect
-
Question 16 of 25
16. Question
Which of the following is a set of like variables arranged in a sequence?
Correct
Incorrect
-
Question 17 of 25
17. Question
Each memory location holds a single value which is called?
Correct
Incorrect
-
Question 18 of 25
18. Question
What is not true about the subscript of an array in BASIC?
Correct
Incorrect
-
Question 19 of 25
19. Question
Which of the following statement is used to access and print data of array on screen?
Correct
Incorrect
-
Question 20 of 25
20. Question
The statement P ( 15 ) will reserve memory locations
Correct
Incorrect
-
Question 21 of 25
21. Question
Arrays are used in application
Correct
Incorrect
-
Question 22 of 25
22. Question
That procedure to putting the data in an array is called
Correct
Incorrect
-
Question 23 of 25
23. Question
In BASIC a single DIM statement may declare
Correct
Incorrect
-
Question 24 of 25
24. Question
In the BASIC statement change A$ to B, B must be
Correct
Incorrect
-
Question 25 of 25
25. Question
In two dimension array when dimension is not mentioned the array should not have more than elements
Correct
Incorrect