Question
T’s age is 3 times the age of D. 5 years ago, the
ratio of T and D is 4:1. Find the age of P who is 2/3 of T’s age.Solution
Let D’s age be x years. Then, T’s age = 3x years According to question, => (3x – 5)/(x - 5) = 4/1 => 3x - 5 = 4x – 20 => x = 15 T’s age = 3x = 45 years P’s age = 2/3 × 45 = 30 years
Complete the Java method to extract a substring from text starting at startIndex and having length characters.
public class StringUtil {
�...
The transfer function of the system below is ___________
State true or false
This scheduling algorithm is not ideal for time sharing systems.
Bus topology is also known by which one of the alternative names below?
What is the primary goal of access authentication in computer systems?
How many types of JDBC drivers?
Fill in the blanks
R _________are the same as the arrays in C language which are used to hold ____________data values of the same type
A C function insert(Node* root, int data) for a BST.
#include
typedef struct Node {
  int data;
  struct ...
 Resolution of analog to digital converter is given by_____
Fill in the correct option for 29 blank space.