Question
Vishal has certain sum of money with him. He invested
80% of the sum in scheme βXβ offering 15% p.a. simple interest for 8 years and received Rs. 2040 as interest. He then invested the amount received from scheme βXβ in scheme βYβ for 2 years at 50% p.a., compound interest compounded annually. Find the amount received by Vishal from scheme B.Β ΒSolution
Let, Vishal invested Rs. x in scheme βXβ According to the question, {(x Γ 15 Γ 8)/100} = 2040 Or, x = 2040/1.2 Or, x = 1700 Total sum Vishal had = 1700/0.8 = Rs. 2125 Amount received from scheme βXβ = 1700 + 2040 = Rs. 3740 Amount received from scheme βYβ = 3740(1 + 50/100)2 = Rs. 8415Β Β
What is the maximum number of different Boolean functions involving n Boolean variables?
Trace the output int main() { int a=12,b=39; printf ("%d",a&b); return 0; }
Which famous algorithm follows a greedy approach for solving the minimum spanning tree problem in a graph?
Predict the output for below code in python
Count =10
Def function1() :
Global Count
for i in(1,2,3) :
Count=Count...
Which scheduling policy uses priority levels to determine the order of execution?
Which backup storage method involves backing up data to a remote data center over a network?
Which of the following tasks is not typically performed by a lexer?
Which network layer protocol is responsible for multicasting, where a packet is sent to multiple destinations simultaneously?
Which OWASP Top 10 vulnerability involves exploiting the lack of proper input validation and output encoding to inject malicious scripts into web pages...
Which component of RDBMS is responsible for processing SQL queries and managing database interactions?