Question
In a certain code language, ‘HARVEST’ is
coded as ‘22-21-7-24-20-3-10. How will ‘FARMER’ be coded as in that language?Solution
‘HARVEST’ is coded as ‘22-21-7-24-20-3-10, Positional value of H + 2 = 8 + 2 = 10 Positional value of A + 2 = 1 + 2 = 3 Positional value of R + 2 = 18 + 2 = 20 Positional value of V + 2 = 22 + 2 = 24 Positional value of E + 2 = 5 + 2 = 7 Positional value of S + 2 = 19 = 2 = 21 Positional value of T + 2 = 20 + 2 = 22 Now write in reverse order i.e. 22-21-7-24-20-3-10. Similarly, For 'FARMER' Positional value of F + 2 = 6 + 2 = 8 Positional value of A + 2 = 1 + 2 = 3 Positional value of R + 2 = 18 + 2 = 20 Positional value of M + 2 = 13 + 2 = 15 Positional value of E + 2 = 5 + 2 = 7 Positional value of R + 2 = 18 + 2 = 20 ‘FARMER’ is coded as '20-7-15-20-3-8'
What is a key benefit of using the MVC architecture in software development?
Which data analytics technique is suitable for handling missing data points in a dataset?
In a DBMS using a "Strict Two-Phase Locking" protocol, when is a transaction allowed to release its locks?
The JDBC-ODBC bridge is
In a digital signature scheme, what does the process of "signing" mean?
How can the Banker's algorithm be used to prevent deadlocks?
What is a resource in the context of deadlocks?
SELECT E.EmpFname, E.EmpLname, P.EmpPosition FROM EmployeeInfo E INNER JOIN EmployeePosition P ON E.EmpID = P.EmpID AND P.EmpPosition IN ('Manager'); <...
State true/false
Approach to Data mining is Infrastructure, exploration, analysis, interpretation and exploration.
syntax of loops in shell scripting?