Question
There are two wrong number series given in question and
three relationships has been derived from that you have to answer the correct relationship between the two wrong numbers. I) 449, 452, 461, 476, 497, 520 II) 24, 36, 90, 260, 1417.5, 7796.25 i) Difference between two wrong numbers is 44 ii) Both the numbers are divisible by 11 iii) Ratio of two wrong numbers is 2: 1Solution
Answer: E Series I, 449 + (3 * 1) = 452 452 + (3 * 3) = 461 461 + (3 * 5) = 476 476 + (3 * 7) = 497 497 + (3 * 9) = 524 The Wrong term is 520 Series II, 24 * 1.5 = 36 36 * 2.5 = 90 90 * 3.5 = 315 315 * 4.5 = 1417.5 1417.5 * 5.5 = 7796.25 The Wrong term is 260 i) Difference = 0, wrong ii) Both the numbers are divisible by 11, wrong iii) Ratio of two wrong numbers is 2: 1, true.
- Which layer of the OSI Model is responsible for ensuring error-free delivery of data between source and destination?
Which method is used to compute the inverse of a matrix in numerical computing efficiently?
Which layer in the OSI model corresponds to the Transport layer in the TCP/IP model and is responsible for end-to-end communication, error correction, a...
Which of the following best describes Third Normal Form (3NF) in a relational database?
State true or false
Confidentiality, integrity and availability, also known as the CIA triad, is a model designed to guide policies for infor...
Consider a Binary Search Tree (BST) with the following values inserted in sequence: 45, 32, 50, 15, 40, 47, 60. What will be the in-order traversal of t...
SMTP commands
Predict the program output
void main ()
{
int x = 128;
printf ("n%d", 1 + x++);
}
- Which type of software testing ensures that integrated modules of an application work together as expected?
What is the purpose of the with statement when working with files?