Searching for "i"

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:

The cash realised on selling a 14% stock is Rs.106.25, brokerage being 1/4% is

A) 123 B) 106
C) 100 D) 156
 
Answer & Explanation Answer: B) 106

Explanation:

Cash realised= Rs. (106.25 - 0.25)
                      = Rs. 106.

Report Error

View Answer Report Error Discuss

Filed Under: Stocks and Shares

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:

Frame relay is a packet switching technology operates in the data link layer

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

Explanation:

Frame relay is a packet switching technology. It will operate in the data link layer.

Report Error

View Answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

Q:

What is a drawback of MVT?

Answer

1) ability to support multiple processors
2) virtual storage
3) source level debugging

Report Error

View answer Workspace Report Error Discuss

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:

What is a daemon?

Answer

Daemon is a program that runs in the background without user’s interaction. A daemon runs in a multitasking operating system like UNIX. A daemon is initiated and controlled by special programs known as ‘processes’.

Report Error

View answer Workspace Report Error Discuss