Question
In how many different ways can the letters of the word
“MONDAY” be arranged in such a way that the vowels always come together?Solution
The arrangement is made in such a way that the vowels always come together; ie, “MNDY (OA)” Considering vowels as one letter, 5 different letters can be arranged in 5 ways; ie, 5! = 120 ways The vowels ‘OA’ can be arranged themselves in 2! ways; 2! = 2 ways Therefore, required number of ways = 120 × 2 = 240 ways
Which of the following routing algorithms guarantees loop-free paths using feasibility condition?
If we want to represent the graph as an______ , then it can be implemented as_______.Β
In a circuit with n nodes, how many independent KCL equations can be written?
The join operation can be defined as
The major drawback of RAD model is __________.
Which scheduling policy may result in high waiting times for long-running jobs?
In the context of ADTs, what does "polymorphism" refer to?
Which of the following is NOT a characteristic of a good algorithm?
In C programming, which header file is commonly used to work with DMA?
What is a critical section in the context of synchronization?