Question
Sita gets a discount of 20% on a Rs.3,000 juicer mixer
machine. Since she pays cash, she gets an additional 5% discount too. How much does she pay?Solution
Given MP = 3000 Sita gets a Discount % on a juicer machine = 20% and he gets an additional discount on payment = 5% so successive discount = 20+5- 100/100 =25+1=24% CP of juicer machine for site = (3000×76)/100 =2280 Rs
What does below UNIX command do?
rm file1 file2
Which of the following techniques is used to train a machine learning model on labeled data?
Which block of code is used to handle exceptions?
B-trees and B+ trees are primarily used for efficient storage and retrieval of data in:
Which protocol is commonly used for sending and receiving emails?
In ______, the difference between the height of the left sub tree and height of the right tree, for each node, is almost one
Which of the following is a passive electronic component used in analog circuits?
The below mentioned code is in which programming language
type
array-identifier = array[index-type] of element-type;
Converting hexadecimal value (3FA7) to Octal will yield ________.
In reverse polish notation , expression A*B+C*D is written as