Question
In each of the following number series, one term is
wrong. Find the WRONG term. 5, 10, 19, 33, 49, 70Solution
Differences: 10 − 5 = 5 19 − 10 = 9 33 − 19 = 14 49 − 33 = 16 70 − 49 = 21 Try differences increasing by 4: 5, 9, 13, 17, 21 Start from 5: 5 → 10 (+5) 10 → 19 (+9) 19 → 32 (+13) 32 → 49 (+17) 49 → 70 (+21) So the correct term should be 32, not 33. Wrong term = 33
Which traversal of binary tree gives nodes in sorted order?
Given the IP address 192.168.10.5 and the subnet mask 255.255.255.240 , what is the range of valid host addresses in this subnet?
What will be the output of the following Java snippet?
class A {
   public void display() {
       System.out.pr...
Which of the following is a key objective of the Requirement Analysis phase in the Software Development Lifecycle (SDLC)?
Union-Find with path compression achieves nearly constant time because its complexity is:
Which of the following is a common issue that can arise from poorly designed recursive functions?
Which of the following is an effective countermeasure against Cross-Site Scripting (XSS) attacks in a web application?
Which of the following best describes the mechanism of a Cross-Site Scripting (XSS) attack?
Which tree traversal gives nodes in non-decreasing order for a BST?
Which of the following scenarios violates Boyce-Codd Normal Form (BCNF) in a relational schema?