Question
A certain sum of money becomes 5000 in 6 years and Rs.
6240 in 10 years at any certain rate of simple interest. Find the principal amount.Solution
Simple interest for 4 years = 6240 – 5000 = Rs.1240 Simple interest for 1 year = 1240/4 = Rs. 310 Simple interest for 6 years = 310 × 6 = Rs. 1860 So, required principal amount = 5000 – 1860 = Rs. 3140
In a multi-homed network, BGP route flapping causes external instability. Which mechanism MOST effectively prevents repeated advertisement of unstable r...
In IPv6, which of the following addresses is used for local communication within a network segment and is not routable beyond the local network?Â
Which query retrieves all records from TableA that have no corresponding records in TableB?
In a digital communication system, let the encoding scheme be “Add 1 at the end of the bit stream if number of 1 bits is odd, else add 0 at the end of...
Consider the following C++ code:
#include
#include
class Printer {
public:
  void print(int n...
Consider the following Python code:
s = "PythonProgramming"
part1 = s[2:6] # Corrected line
part2 = s[-5:]
print(part1 + par...
What does the Hamming distance measure in the context of information theory and coding?
Predict the output
list1 = ['physics', 'chemistry', 1997, 2000]
list2 = [1, 2, 3, 4, 5, 6, 7 ]
print "list1[0]: ", list1[0]Â Â Â Â ...
Which of the following protocol is a network layer protocol and used for reporting errors?
Which reasoning technique derives conclusions from general rules to specific cases?