Question
Cost price of an article is Rs X and marked price is
400% more than cost price. To gain profit of 100%, what percent of discount should be offered on this particular article.Solution
CP = x MP = 5x SP = 2x D% = (5x – 2x)/5x × 100 = 60%
Which relationship type indicates that an entity is associated with exactly one instance of another entity?
Which layer of the OSI model is responsible for establishing, managing, and terminating connections between applications?
What is the primary purpose of the three-way handshake in TCP?
What is the decimal equivalent of the hexadecimal number A5?
In a DBMS, what is the primary purpose of a locking protocol?
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
What is the primary purpose of synchronization in an operating system?
What is the function of a web server in web technology?
Which type of variable has the widest scope and can be accessed from any part of the program?
Which of these signifies Not a value?