Question
Marked price of an article is Rs. 1800. S1 =
Selling price after a single discount of 50 percent. S2 = Selling price after two succesive discounts of 40 percent and 20 percent. What is the value of S1 β S2? ΒSolution
S1 = 1800 Γ 50/100 = Rs. 900 S2 = 1800 Γ 60/100 Γ 80/100 = 864 Required difference = 900 β 864 = Rs. 36
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?