Question
In a certain code language, ‘WELCOME’ is coded as
'3 5 5 12 13 15 23' and ‘REGRET’ is coded as '5 5 7 18 18 20'. How will ‘DEFINE’ be coded, in that language?Solution
The logic followed here is as follows, The place value of the all the letter, as per English alphabetical order, are written in decreasing order form left to right. W E L C O M E 23 5 12 3 15 13 5 3 5 5 12 13 15 23 (Decreasing order). R E G R E T 18 5 7 18 5 20 5 5 7 18 18 20 (Decreasing order). D E F I N E 4 5 6 9 14 5 4 5 5 6 9 14 (Decreasing order).
Which component in the CPU is responsible for fetching instructions from memory and incrementing the program counter?
In a circuit with n mesh currents, how many essential KVL equations are written when performing mesh analysis?
In a pipelined CPU design, what is the purpose of the instruction pipeline?
What is the role of the catch block in exception handling?
What is the purpose of the Index Manager in RDBMS architecture?
Which scheduling policy may result in high waiting times for long-running jobs?
A read bit can be read
How many dimensions are selected in dice operation?
The time taken by a single bit to travel around the ring is known as ___?
Which of the following synchronization mechanisms provides a more structured approach to synchronization, allowing only one thread to access a resource...