A scored 32% marks and failed by 70 marks whereas B scored 64% marks, which was 90 more than the passing marks of the examination. Find the total marks of the examination.
Let the total available marks in the examination be 100x. Marks scored by A = 32% of 100x= 32x Marks scored by B = 64% of 100x= 64x According to question, => 32x + 70 = 64x – 90 => 32x = 160 => x = 5 Total marks of the examination = 100x = 500
What is the purpose of penetration testing in cybersecurity?
What is the difference between Token Ring and Ethernet?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What is the purpose of the "JOIN" clause in an SQL query?
Which data structure follows the "last-in, first-out" (LIFO) principle?
What is the main advantage of using a hash table data structure?
An object that represents a useful model of a problem domain is which type of abstraction?
Divide and conquer partition a problem into independent smaller sub problems, whereas dynamic programming partition a problem into overlapping sub-probl...
Which of the following is NOT a potential concurrency control issue?
In dynamic programming, what does "optimal substructure" mean?