Database Administration Questions


Q:

Important Time and Distance formulas with examples.

Answer

1. How to find Speed(s) if distance(d) & time(t) is given:


 


 Speed (S) = Distance (D)Time (T)  


 


Ex: Find speed if a person travels 4 kms in 2 hrs?


Speed = D/T = 4/2 = 2 kmph.


 


2.  Similarly, we can find distance (d)  if speed (s) & time (t) is given by


 


Distance (D) = Speed (S) x Time (T)


 


Ex : Find distance if a person with a speed of 2 kmph in 2 hrs?


Distance D = S X T = 2 x 2 = 4 kms. 


 


3.  Similarly, we can find time (t) if speed (s) &  distance (d) is given by


 


Time (T) = Distance (D)Speed (S)


 


Ex : Find in what time a person travels 4 kms with a speed of 2 kmph?


Time T = D/S = 4/2 = 2 hrs.


 


4. How to convert  km/hr into m/sec :


 


P km/hr = P x 518 m/sec


 


Ex : Convert 36 kmph into m/sec?


36 kmph = 36 x 5/18 = 10 m/sec 


 


5. How to convert  m/sec into km/hr :


 


P m/sec = P x 185 kmph.


 


Ex : Convert 10 m/sec into km/hr?


10 m/sec = 10 x 18/5 = 36 kmph.


 


6.  If the ratio of the speeds of A and B is a:b, then the ratio of the times taken by them to cover the same distance is b : a.


 


7.  Suppose a man covers a certain distance at x km/ hr and an equal distance at y km/hr . Then, the average speed during the whole journey is 2xyx+y km/hr.

Report Error

View answer Workspace Report Error Discuss

6 4928
Q:

Logical puzzle

You have 10 coins….arrange them in 4 straight lines such that each line contains 4 coins.

Report Error

View answer Workspace Report Error Discuss

27 4873
Q:

Find the Odd one out of the following Numbers?

A) 3 B) 19
C) 67 D) 133
 
Answer & Explanation Answer: D) 133

Explanation:

Here among the given numbers, 3, 19, 67 are prime numbers. And 133 is not a prime number.

 

Hence, the odd number of the given numbers is 133.

Report Error

View Answer Report Error Discuss

4 4858
Q:

Data flow analysis studies

A) The use of data on paths through the code B) Possible communications bottlenecks in a program
C) The intrinsic complexity of the code D) The rate of change of data values as a program executes
 
Answer & Explanation Answer: A) The use of data on paths through the code

Explanation:

Data flow analysis studies the use of data on paths through the code.

Report Error

View Answer Report Error Discuss

3 4800
Q:

Can character data be stored in computer memory? 

A) Yes---a primitive data type is used to store characters B) No---computer memory can only store patterns
C) Yes---characters are stored in special memory D) No---computers can only store numbers
 
Answer & Explanation Answer: A) Yes---a primitive data type is used to store characters

Explanation:
Report Error

View Answer Report Error Discuss

7 4775
Q:

Tilak rides on a cycle to a place at speed of 22 kmph and comes back at a speed of 20 kmph. If the time taken by him in the second case is 36 min. more than that of the first case, what is the total distance travelled by him (in km)?

A) 132 km B) 264 km
C) 134 km D) 236 km
 
Answer & Explanation Answer: B) 264 km

Explanation:

Let the distance travelled by Tilak in first case or second case = d kms

Now, from the given data,

d/20 = d/22 + 36 min

=> d/20 = d/22 + 3/5 hrs

=> d = 132 km.

 

Hence, the total distance travelled by him = d + d = 132 + 132 = 264 kms.

Report Error

View Answer Report Error Discuss

5 4769
Q:

Prince of Wales cup is associated with the game of

A) Golf B) Hockey
C) Volleyball D) Basketball
 
Answer & Explanation Answer: A) Golf

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Sports
Exam Prep: AIEEE , Bank Exams , CAT
Job Role: Analyst , Bank Clerk , Bank PO , Database Administration

8 4765
Q:

IP address is currently

A) 4 bytes long B) available in plenty
C) 6 bytes long D) not assigned as it is all used up
 
Answer & Explanation Answer: A) 4 bytes long

Explanation:

IP address is currently 4 bytes long. An IP address is written in "dotted decimal" notation, which is 4 sets of numbers separated by period each set representing 8-bit number ranging from (0-255).

Report Error

View Answer Report Error Discuss

1 4729