Question
The number of terms in the sequence 5, 20, 80,
320,……………., 5120 is:Solution
The given sequence is 5, 20, 80, 320, ………., 5120 We can see that, the given series is a geometric progression with common ratio 4. nth term of a geometric progression is given as: ar(n-1) Where, a = first term, r = common ratio ∴ 5 × 4(n-1) = 5120 ⇒ 4(n-1) = 5120/5 = 1024 ⇒ n – 1 = 5 ⇒ n = 6
Which of the following sorting algorithms is NOT stable?Â
Which file structure allows for efficient retrieval of data using a hierarchical model?
- Which of the following correctly describes the second normal form (2NF) in database normalization?
In the field of Natural Language Processing (NLP), which of the following tasks focuses on identifying the sentiment behind a given text?     ...
Definition of 2NF
Which of the following best describes the concept of abstraction in object-oriented programming (OOP)?Â
Which of the following statements best describes a key difference between virtual machines and containers?Â
In an enterprise environment, which of the following backup strategies provides the best balance between minimizing storage usage and ensuring data reco...
In a binary tree, how is the height of the tree defined?
- Which type of software testing ensures that integrated modules of an application work together as expected?