Question
In an election, a voter may vote for any number of
candidates not greater than the number to be chosen. There are 8 candidates and 5 members are to be chosen. In how many way can a person vote?Solution
A voter may cast vote for either 1 candidate or 2 candidates or 3 candidates or 4 candidates or 5 candidates out of 8. The voter may cast vote for 1 candidate in 8C1 ways = 8 The voter may cast vote for 2 candidate in 8C2 ways = 28 The voter may cast vote for 3 candidate in 8C3 ways = 56 The voter may cast vote for 4 candidate in 8C4 ways = 70 The voter may cast vote for 5 candidate in 8C5 ways = 56 Total ways = 218
Which version of IP is widely used in today's networks?
In a typical Ethernet LAN, what type of cable is commonly used for wired connections?
What is the primary function of Internet Protocol (IP)?
What is the primary purpose of memory management in an operating system?
- Which one of the following algorithm design techniques is used in finding all pairs of shortest distances in a graph?
Amongst which of the following is / are the Numeric Types of Data Types?
Which type of memory can be both read from and written to by the processor?
State true/false
Trojans can sometimes acts in favour of ransomware and ask for ransom.
What is a primary key in the context of the ER model?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?