Question
Four number-pairs have been given, out of which three
are alike in some manner and one is different. Select the number-pair that is different.Solution
1) 54 - 11, = (5 X 4) - (5 + 4) = 20 β 9 = 11 2) 63 - 9, = (6 X 3) - (6 + 3) = 18 - 9 = 9 3) 93 β 15 = (9 X 3) - (9 + 3) = 27 - 12 = 15 4) 73 β 16= (7 X 3) - (7 + 3) = 21 - 10 = 11
Which protocol is commonly used in the network layer for addressing and routing on the internet?
What is the main purpose of the parity bit in error detection?
Which data structure is ideal for implementing a LRU (Least Recently Used) cache?
Which scheduling policy ensures fairness by giving each job an equal time slice?
What is the main characteristic of a greedy algorithm?
How many dimensions are selected in Slice operation?
A 240V, 10A electric heater is used. Calculate the power consumed by the heater.
What is a "page fault" in the context of virtual memory?
Which of the following is an example of an active electronic component?
Running time T(n) where 'n' is the input size of the recursive algorithm given as : T(n) = c + T(n-1), if n > 1 ; T(n) = d if n < 1. The order of the a...