Searching for "he"

Q:

A bill for Rs. 6000 is drawn on July 14 at 5 months. It is discounted on 5th October at 10%. Find the banker's discount, true discount, banker's gain and the money that the holder of the bill receives.

A) 4390 B) 6580
C) 5880 D) 5350
 
Answer & Explanation Answer: C) 5880

Explanation:

Face value of the bill = Rs. 6000.

Date on which the bill was drawn = July 14 at 5 months. Nominally due date =                  December 14.

Legally due date = December 17.

Date on which the bill was discounted = October 5.

Unexpired time  : Oct.               Nov.                Dec.

                                 26  +               30  +              17     = 73 days  =1/ 5Years

 

 B.D. = S.I. on Rs. 6000 for 1/5 year

= Rs.   (6000 x 10 x1/5 x1/100)= Rs. 120.

T.D. = Rs.[(6000 x 10 x1/5)/(100+(10*1/5))]

            =Rs.(12000/102)=Rs. 117.64.

B.G. = (B.D.) - (T.D.) = Rs. (120 - 117.64) = Rs. 2.36.

Money received by the holder of the bill = Rs. (6000 - 120) = Rs. 5880.

Report Error

View Answer Report Error Discuss

Filed Under: Banker's Discount

Q:

A function cannot be defined inside another function

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

A function cannot be defined inside the another function, but a function can be called inside a another function.

Report Error

View Answer Workspace Report Error Discuss

Subject: Programming

Q:

Which is the simplest file structure?

A) Sequential B) Indexed
C) Random D) None
 
Answer & Explanation Answer: A) Sequential

Explanation:

Sequential is the simplest file structure

Report Error

View Answer Report Error Discuss

Filed Under: Software Testing

Q:

Classify the Hashing Functions based on the various methods by which the key value is found.

Answer

Direct method,


 Subtraction method,


 Modulo-Division method,


 Digit-Extraction method,


 Mid-Square method,


 Folding method,


Pseudo-random method

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

Q:

List out few of the applications that make use of Multilinked Structures?

Answer

Sparse matrix,


Index generation

Report Error

View answer Workspace Report Error Discuss

Subject: Technology

Q:

What is the data structures used to perform recursion?

Answer

Stack. Because of its LIFO (Last In First Out) property it remembers its ‘caller’ so knows whom to return when the function has to return. Recursion makes use of system stack for storing the return addresses of the function calls. Every recursive function has its equivalent iterative (non-recursive) function. Even when such equivalent iterative procedures are written, explicit stack is to be used.

Report Error

View answer Workspace Report Error Discuss

Subject: C++

Q:

List out the areas in which data structures are applied extensively?

Answer

Compiler Design,


 Operating System,


 Database Management System,


Statistical analysis package,


Numerical Analysis,


 Graphics,


 Artificial Intelligence,


 Simulation

Report Error

View answer Workspace Report Error Discuss

Subject: C++

Q:

When Were You Most Satisfied in Your Job?

Answer

The interviewer wants to know what motivates you. If you can relate an example of a job or project when you were excited, the interviewer will get an idea of your preferences.


Eg: "I was very satisfied in my last job, because I worked directly with the customers and their problems; that is an important part of the job for me."

Report Error

View answer Workspace Report Error Discuss

Subject: About Yourself