Question
A is 4 years older than B while C is 5 years younger
than B. The ratio of age of A, 7 years hence and age of B, 6 years ago is 3:2. What was age of C, 11 years ago?Solution
Let the present age of B be x years. A’s present age = (x + 4) years C’s present age = (x - 5) years According to question, => [(x + 4) + 7]/(x -6) = 3/2 => x = 40 C’s age, 11 years ago = (40 - 5) – 11 = 24 years
Abstraction in OOP primarily focuses on:
The following Java code attempts to define an abstract class and use it. Identify the best way to correct the error to allow instantiation of a concrete...
In public key cryptography ___
 key is used for encryption and ____ key is used for decryption.
...A circuit has five branches with four nodes including reference node , then the number of linearly independent mesh equation would be_______
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Which is connectionless and unreliable protocol
Which statement is FALSE for analog input module for PLCs?Â
Which of the following action is treated as Anomaly while understanding User activity logs?
The transfer function of the system below is ___________
Consider a min-heap represented as an array: [1, 3, 5, 7, 9]. If the element 2 is inserted into this min-heap, what will be the state of the heap array ...