Question
If in a certain code language “STRONGER” is coded as
‘20’, ‘POSITIONAL’ is coded as ‘49’, then, ____ is coded as ‘45’ in the same code language.Solution
The words are coded as the sum of the positional value of all the vowels in the word. STR O NG E R = 15 + 5 = 20. P O S I T IO N A L = 15 + 9 + 9 + 15 + 1 = 49 E X E C U TIV E = 5 + 5 + 21 + 9 + 5 = 45
Which of the following traversal methods is used to visit nodes in the order "left child, root, right child" in a binary tree?
Which SQL query will retrieve the second highest salary from an Employee table?
Which of the following is a key advantage of digital signatures?
Which encryption technique is used in Transport Layer Security (TLS) to securely establish a session key?
Which SOLID principle emphasizes that a class should have only one reason to change?
- Natural Language Processing (NLP)
In the context of sentiment analysis, which of the following NLP techniques provides the most accurate classification ...
Which of the following statements best describes polymorphism in object-oriented programming?
Which of the following types of testing is typically conducted by end-users to verify that the developed software meets their requirements?
What is a key advantage of containerization over traditional virtual machines?
Which of the following statements is true about deadlocks in an operating system?