Question
In how many different ways can the letters of the word
‘SURGICAL’ be arranged so that the vowels always come together ?Solution
The word SURGICAL contains 8 different letters When the vowels ‘UIA’ are always together, they can be supposed to form one letter Then, we have to arrange the letters SRGCL(UIA) Now 6 letters can be arranged in 6! = 720 ways The vowels (UIA) can be arranged among themselves in 3! = 6 ways ∴ Required number of ways = 720 × 6 = 4320 ways.
What is the main characteristic of a greedy algorithm?
What is the purpose of a firewall in cybersecurity?
In the context of backups, what is a retention policy?
Which of the following is a common programming technique to prevent SQL injection attacks?
Which tool is used to build data pipelines and workflows in Hadoop-based systems?
Which part of the RDBMS architecture is responsible for maintaining a physical copy of the database on disk?
Join of two table R and S where each has βmβ and βnβ tuples will be of size?
Which of the following are TCL commands
What is the primary role of the "View" in the MVC architecture?
What is the output of the following code?
print(0.3 + 0.5 == 0.8)