Question
In a certain code language, ‘time taken to’
is coded as ‘428’. Similarly, ‘taken complete work' is coded as ‘723’ and ‘time complete work’ is coded as ‘473’. What will be the code for ‘work’ in the given code language?Solution
time taken to → 4 2 8 ….. (i) taken complete work → 7 2 3…… (ii) time complete work → 4 7 3…..(iii) From(i) and (iii), complete /work → 3 / 7 Hence the code for ‘work’ is either 3 or 7.
Recursive problems are implemented by
Which of the following is considered the strongest type of encryption method in modern cyber security practices?   Â
Which algorithm finds the longest common subsequence (LCS) of two sequences?
What is the worst-case time complexity of QuickSort with a random pivot for sorting n distinct elements?
Which traversal method in a binary search tree retrieves nodes in sorted order?
Dynamic Programming is preferred over recursion when:
Which sorting algorithm is not stable by default?
Which file structure is best suited for handling large datasets and ensuring fast access in C, C++, Java, or Python?    Â
In Database Management Systems, what is the primary purpose of normalization?
Which architecture allows multiple processors to share memory and work simultaneously?     Â