Question
If âthe lastâ is coded as â23~VÂ 16%Hâ, âdead
smugglingâ is coded as â8%Z 28 ^Fâ, then âdrop of surgeâ may represent which of the following code? Study the information below and answer the following questions:â In a certain code language, â elections reservations policies destinyâ is written as â14 ^V   30 *H   24 @O   11 #H â â structures violence matters patronageâ is written as â29 !I  30 @L   20 #G  25 ^G â â column conceived descended pointâ is written as â9 $O  12 ^M  13 ^H  21 &R â â upper century society disconnectâ is written as â26 &K  10 #M   26 #X  14 !H âÂSolution
Letter = reverse of last letter + 3                                Number = sum of 2nd letters from left and right in a word                Symbol = Number of letters  If no. of letters is even then = & If no. of letters is odd then = $  (for satisfying letter condition we donât have three letter word in âofâ hence we canât find out the code for âofâ.)
The time complexity of binary search is:
A complete binary tree has 127 nodes. What is its height (assuming the root is at level 0)?
Which of the following phases in the Software Development Life Cycle (SDLC) ensures that the final product meets the agreed-upon requirements and specif...
Which of the following is a key characteristic of an effective Management Information System (MIS)?
Which CPU scheduling algorithm always selects the process with the smallest burst time first, potentially leading to starvation?
In the context of page replacement algorithms, which one minimizes page faults in an ideal scenario?
Which of the following types of software testing ensures that previously working functionality is still operational after changes?
Which OSI model layer is responsible for reliable delivery of data between devices?
Given a singly linked list with 'n' nodes, what is the time complexity to delete the last node?
Which traversal of binary tree gives nodes in sorted order?