Technical Questions

Q:

What is Mail Gateway

Answer

It is a system that performs a protocol translation between different electronic mail delivery protocols

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2056
Q:

What are the various segment registers in 8086?

Answer

Code, Data, Stack, Extra Segment registers in 8086.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

1 2054
Q:

What is DRAM? In which form does it store data?

Answer

DRAM is not the best, but it’s cheap, does the job, and is available almost everywhere you look. DRAM data resides in a cell made of a capacitor and a transistor. The capacitor tends to lose data unless it’s recharged every couple of milliseconds, and this recharging tends to slow down the performance of DRAM compared to speedier RAM types.

Report Error

View answer Workspace Report Error Discuss

1 2045
Q:

What are various scheduling queues?

Answer

 



  • Job queue

  • Ready queue

  • Device queue

Report Error

View answer Workspace Report Error Discuss

1 2040
Q:

What is the difference between the following declarations?

extern int fun();

int fun();

Answer

There is no difference except for the fact that the first one gives a hint that the function fun() is probably in another source file.

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2035
Q:

What is SLIP

Answer

It is a very simple protocol used for transmission of IP datagrams across a serial line.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

1 2035
Q:

What is a Multi-homed Host?

Answer

It is a host that has a multiple network interfaces and that requires multiple IP addresses is called as a Multi-homed Host

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

1 2034
Q:

What is the logical difference b/w Move A to B and COMPUTE B=A?

Answer

In case of Move A to B it will move whatever the value of A into B.It mean it will move numeric, alphanumeric and alphabatic value.


In case of COMPUTE B=A it will assign the value of A into B. But in case of compute only numeric value will be compute.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2034