Question
In how many ways can the letters of the word VOWEL can
be arranged so that all the consonants occupy odd places, vowels come on even places?Solution
Consonants comes on Place number 1,3,5 So, number of arrangements = 3 ! = 6 Vowels come on Place number 2,4 So, number of arrangements = 2 ! = 2 Total number of arrangements = 6 × 2 = 12 ways
The symbol for a NOT gate is a:
What is the main purpose of the parity bit in error detection?
What is a top-down parser?
What is Inter-Process Communication (IPC) in the context of computer systems?
What is the term for the process of transferring data between physical memory and secondary storage in virtual memory systems?
Which type of memory is pre-programmed with data during the manufacturing process and cannot be modified?
Cardinality related to ————–
Which scheduling policy assigns the CPU to a job until it finishes or enters a waiting state?
COBOL is used in
Which algorithmic design technique involves breaking down a problem into smaller subproblems and solving them recursively?