Question
A pen was sold for Rs.166.44 with a profit of 14%. If
it were sold for Rs.154.76, then what would have been the percentage of profit or loss?Solution
The correct answer is C
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
ICMP is primarily used for __________
Mesh analysis is a method used to solve electrical circuits by analyzing the currents in:
Which specification that provides runtime environment in which java byte code can be executed?
Which of the following is NOT a common type of firewall?
Which computer architecture uses a single bus to connect the CPU, memory, and peripherals?
What is the purpose of virtual memory?
What does the complexity class P refer to?
Which of the following is NOT a potential concurrency control issue?