Question
In the word ‘MARSHMALLOW’ all consonants are written
as their preceding letter and all vowels are written as their following letters. Now all letters are arranged in alphabetical order from left to right and all the repeated letters are eliminated. Then, how many such pairs of letters are there, each of which have as many letters between them in the word (forward direction) as they have between them in the English alphabetical series?Solution
The word -Â M A R S H M A L L O W
     L B Q R G L B K K P VÂ
    B B G K K L L P Q R V
    B G K L P Q R V Â
Only KL, PQ and QR are there for the forward arrangement.  Â
In a depth-first traversal of a tree or graph, what data structure is typically used to keep track of nodes to be visited next?
What is the main advantage of Network Attached Storage (NAS) technology?
Which recovery model in a database allows for point-in-time recovery using transaction logs?
Which command is used to search for a specific pattern in a file in a Unix/Linux system?
What is the decimal equivalent of the binary number 10101?
 Which number system is commonly used in mathematics and everyday life?
Which cryptographic system uses two different keys for encryption and decryption?
Which data processing technique is commonly used for handling large-scale data in distributed computing environments?
What is the primary design goal of a combinational circuit?
What happens when a program accesses data that is not currently in physical memory (RAM) due to virtual memory management?