Question
In a certain code language, ‘PICTURE’ is coded as
‘SLFGROB’ then, what is the code for ‘BLOOPER’ in the same code language?Solution
The first three letters from the left end are replaced by their third succeeding letter, as per English alphabetical series. Middle letter is replaced by its opposite letter as per the English alphabetical series. The last three letters are replaced by their second preceding letter, as per English alphabetical series. PICTURE → SLFGROB BLOOPER → EORLMBO
Which of the following is an open-source SQL query engine for analyzing data stored in Hadoop clusters?
COCOMO is a model used for estimating:
Which data structure follows the "first-in, first-out" (FIFO) principle?
Which command is used to count the number of lines, words, and characters in a file in a Unix/Linux system?
Which of the following best describes inheritance in object-oriented programming?
Which Apache project provides real-time stream processing and messaging capabilities in Hadoop?
Which type of lock allows a transaction to read a resource and, at the same time, prevent other transactions from writing to that resource?
What is a smart contract in the context of blockchain technology?
What is the scope of a variable declared as "static" inside a function?
The dynamic memory allocation is the memory allocation done at the _________.