Start learning 50% faster. Sign in now
Interest paid by A = (5680 × 2 × 30)/100 = Rs.3408 Interest received by A from the scheme = (5680 × 2 × 40)/100 = Rs.4544 Profit = 4544 – 3408 = Rs.1136
Which web technology allows web pages to adapt to different screen sizes and devices?
Which of the following is a valid token in lexical analysis?
What does the complexity class P refer to?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
In Hadoop, what is the purpose of the MapReduce paradigm?
Which Apache project provides real-time stream processing and messaging capabilities in Hadoop?
What is exception handling in programming?
In the context of synchronization, what is a deadlock?
State true or false
FDMA is a communication technique that divides the available frequency spectrum into multiple non-overlapping frequency ba...
Which of the following function is used in every hashing technique