Technical Questions

Q:

What does Quality factor mean?

Answer

The Quality Factor is also defined, as Q. So it is a number, which reflects the lossness of a circuit. higher the Q, the lower are the losses.


the quality factor is measurement of efficiency (or effectiveness) of a device or circuitry. In literal sense quality factor means qualitative performance of a device.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2244
Q:

What is process migration?

Answer

It is the transfer of sufficient amount of the state of process from one machine to the target machine.

Report Error

View answer Workspace Report Error Discuss

0 2243
Q:

Explain the concept of the Distributed systems?

Answer

Distributed systems work in a network. They can share the network resources,communicate with each other.

Report Error

View answer Workspace Report Error Discuss

0 2235
Q:

What is the difference between microprocessor and micro-controller?

Answer

In microprocessor more op-codes, few bit handling instrucitons. But in Microcontroller. fewer op-codes, more bit handling Instruction, and also it is defined as a device that includes micro processor, memory, & input / output signal lines on a single chip.


the basic architectual difference is that microcontroller has an programmable memory while it is not the case with mivroprocessors.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2226
Q:

Convert the expression ((A + B) * C – (D – E) ^ (F + G)) to equivalent Prefix Notation

Answer

Prefix Notation:


^ - * +ABC - DE + FG

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

1 2220
Q:

What is the difference between interior and exterior neighbor gateways?

Answer

Interior gateways connect LANs of one organization, whereas exterior gateways connect the organization to the outside world.

Report Error

View answer Workspace Report Error Discuss

Subject: Networking
Job Role: Network Engineer

0 2205
Q:

What would be the output of the following program?

/* sample.c */

main ( int argc, char **argv )

{

     argc = argc - (argc -1);

     printf ("%s", argv[argc - 1]);

}

Answer

C: \SAMPLE.EXE

Report Error

View answer Workspace Report Error Discuss

Subject: Programming

0 2193
Q:

What is meant by Maskable interrupts?

Answer

An interrupt that can be turned off by the programmer is known as Maskable interrupt.

Report Error

View answer Workspace Report Error Discuss

Subject: Hardware

0 2192