

InterviewSolution
Saved Bookmarks
1. |
How many types of sequences, brief them. |
Answer» There are two types of sequences: a. Finite Sequence: If the number of terms in a sequence is finite (countable) i.e. if there is an end of terms in the sequence then it is called a Finite Sequence. Examples: i. 1, 2, 3, … 20. ii. 4, 6, 8, … 50. iii. 1, 4, 9, 16, … 100. b. Infinite Sequence: If the number of terms in a sequence is infinite (uncountable) i.e. there is no end of terms in the sequence then it is called an Infinite Sequence. Examples: i. 1, 3, 5, 7, … ii. 5, 10, 15, … iii. 2, 4, 6, 8, … |
|