- (a)Bubble sort
- (b)Linear Search
- (c)Selection sort
- (d)Binary Search
Arrays
Appeared in 10 of the 11 available papers.
Appears almost every year — treat as core
Average per paper it appears in · 302 marks in total
54% of this chapter's 39 questions
4 questions carry a figure — practise drawing them
Question-type distribution
- Program21
- MCQ8
- Output5
- Short answer3
- Difference2
Most frequent topics
Showing 25 of 39 matching questions (302 marks).
25 questions
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)25
- (b)200
- (c)50
- (d)100


Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)16
- (b)4
- (c)8
- (d)32
- (a)P[1][1]
- (b)P[0][1]
- (c)P[1][2]
- (d)P[0][0]

- (a)ar.length()
- (b)ar[].length
- (c)ar.length()-1
- (d)ar.length-1

Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)12
- (b)24
- (c)96
- (d)48
- (a)6
- (b)5
- (c)3
- (d)2
Choose the correct answers to the questions from the given options. (Do not copy the questions, write only the correct answers.)
- (a)N
- (b)N-1
- (c)N-2
- (d)N+1