Searching for "u"

Q:

You toss a coin AND roll a die. What is the probability of getting a tail and a 4 on the die?

A) 1/2 B) 1/12
C) 2/3 D) 3/4
 
Answer & Explanation Answer: B) 1/12

Explanation:

Probability of getting a tail when a single coin is tossed =12
Probability of getting 4 when a die is thrown =16

Required probability  =(12)×(16)
= 1/12

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

Out of 17 applicants 8 boys and 9 girls. Two persons are to be selected for the job. Find the probability that at least one of the selected persons will be a girl.

A) 19/34 B) 5/4
C) 20/34 D) 25/34
 
Answer & Explanation Answer: D) 25/34

Explanation:

The events of selection of two person is redefined as first is a girl and second is a boy or first is boy and second is a girl or first is a girl and second is a girl.

So the required probability:
=817*916+917*816+817*716

 

934+934+734
2534

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

Series of interface points that allow other computers to communicate with the other layers of network protocol stack is called SAP

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:
Report Error

View Answer Workspace Report Error Discuss

Q:

From a pack of 52 cards, 3 cards are drawn. What is the probability that one is ace, one is queen and one is jack?

A) 19/5525 B) 16/5525
C) 17/5525 D) 7/5525
 
Answer & Explanation Answer: B) 16/5525

Explanation:

Required probability:

 4C1*4C1*4C152C3=4*4*422100=165525

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

What do you meant by "triple X" in Networks?

Answer

The function of PAD (Packet Assembler Disassembler) is described in a document known as X.3. The standard protocol has been defined between the terminal and the PAD, called X.28; another standard protocol exists between hte PAD and the network, called X.29. Together, these three recommendations are often called "triple X"

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

Q:

In a race, the odd favour of cars P,Q,R,S are 1:3, 1:4, 1:5 and 1:6 respectively. Find the probability that one of them wins the race.

A) 319/420 B) 27/111
C) 114/121 D) 231/420
 
Answer & Explanation Answer: A) 319/420

Explanation:

P(P)=14,P(Q)=15,P(R)=16,P(S)=17
All the events are mutually exclusive hence,

 

Required probability = P(P)+P(Q)+P(R)+P(S)

 

14+15+16+17=319420

Report Error

View Answer Report Error Discuss

Filed Under: Probability

Q:

What is pre-emptive and non-preemptive scheduling?

Answer

Preemptive scheduling: The preemptive scheduling is prioritized. The highest priority process should always be the process that is currently utilized.


Non-Preemptive scheduling: When a process enters the state of running, the state of that process is not deleted from the scheduler until it finishes its service time.

Report Error

View answer Workspace Report Error Discuss

Q:

Explain the meaning of mutex.

Answer

Mutex is the short form for ‘Mutual Exclusion object’. A mutex allows multiple threads for sharing the same resource. The resource can be file. A mutex with a unique name is created at the time of starting a program. A mutex must be locked from other threads, when any thread that needs the resource. When the data is no longer used / needed, the mutex is set to unlock.

Report Error

View answer Workspace Report Error Discuss