How words are arranged in the final step: Words get arranged alphabetically from the middle. First word is at fifth position and opposite of this word is at sixth position. Next word is at fourth position and opposite of this word is at seventh position and so on. What machine is doing in each step: In the first step, one word is getting arranged from the left side alphabetically and opposite word is getting arranged from the right side. In each of the further steps, same procedure is followed as in the first step and words arranged is the previous step are shifting one place to their right and opposite words are shifting on place to their left alphabetically. INPUT : wrong far near practical happy weeping right laughing sad theoretical Step I: far wrong practical happy weeping right laughing sad theoretical near Step II: happy far wrong practical weeping right laughing theoretical near sad Step III :laughing happy far wrong practical right theoretical near sad weeping. Step IV: practical laughing happy far wrong right near sad weeping. theoretical Step V: right practical laughing happy far near sad weeping. theoretical wrong
You have a standard deck of 52 playing cards. What is the probability of drawing a red card (heart or diamond) from the deck?
Which type of memory is directly accessible by the CPU for storing data and instructions during execution?
What is the purpose of a firewall in cybersecurity?
How many dimensions are selected in Slice operation?
Which of the following define the value of the number in positional number?
Which data structure is ideal for implementing a LRU (Least Recently Used) cache?
File Transfer Protocol (FTP), uses well-known port 21 is used for control connection and port 20 for the
In which network topology does each node have a direct connection to every other node?
The join operation can be defined as
In a binomial distribution, if you increase the number of trials (n) while keeping the probability of success (p) constant, what happens to the distribu...