Question
If a sum becomes 4 times in 20 years what is the rate of
simple interest given?Solution
Let the sum be Rs. 1 The sum become after 20 years = 4 × 1 = Rs. 4 SI=4-1= 3 As we know, SI = Prt/100  3 = (1 x r x 20)/100 r = 3 x 5 r = 15%
What is the main purpose of a parser in a compiler?
Which application layer protocol is primarily used for securely transferring files over a network?
What is the main purpose of subnetting?
Which of the following is a key function of the network layer?
What does CSMA/CD stand for in the context of LAN technology?
What is the primary responsibility of the "Controller" in the MVC architecture?
When applying KVL to a circuit, how are voltage drops represented?
Predict the output for below code in python
X=true
Y=false
Z=false
if not X or Y :
print(“first case”)
Which of the following is not a stable sort algorithm?
Which command is used to change the permissions of a file in a Unix/Linux system?