Searching for "%"

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

Q:

What is cycle stealing?

Answer

We encounter cycle stealing in the context of Direct Memory Access (DMA). Either the DMA controller can use the data bus when the CPU does not need it, or it may force the CPU to temporarily suspend operation. The latter technique is called cycle stealing. Note that cycle stealing can be done only at specific break points in an instruction cycle.

Report Error

View answer Workspace Report Error Discuss