Question
From 6 men and 5 women, a committee of 4 is formed. In
how many ways can it be formed with at least 2 women?Solution
ATQ, 2W2M: C(5,2)×C(6,2) = 10×15 = 150 3W1M: C(5,3)×C(6,1) = 10×6 = 60 4W0M: C(5,4)×C(6,0) = 5×1 = 5 Total = 150+60+5 = 215
Which of the following best describes the primary function of Network Address Translation (NAT)?Â
- Which of the following is a characteristic of Cross-Site Request Forgery (CSRF) attacks?
What is the primary advantage of using a stack in recursive algorithms?
Which of the following best describes the main advantage of a Management Information System (MIS)?
What will be the output of the following code snippet demonstrating abstraction in Python?
from abc import ABC, abstractmethod
class Shape...
Which of the following sorting algorithms is NOT stable?Â
Size of MD5 message digest
Which of the following statements best describes a key difference between virtual machines and containers?Â
- Which attack type specifically targets application-layer protocols like HTTP, DNS, and SMTP?
In Big Data Analytics, what is the main function of the MapReduce programming model?