Question
A sum fetched a simple interest of ₹3,040 at the rate
of 8 %.p.a. in 5 years. What is the sum?Solution
The correct answer is B
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?