Logo 
Search:

c sharp Interview FAQs

Submit Interview FAQ
No Records Found!!!
Go Ahead and Post your Interview FAQ
Home » Interview FAQs » c sharpRSS Feeds
Assembly Language
Comments: 0

In what way interrupts are classified in 8085?

In 8085 the interrupts are classified as Hardware and Software interrupts.
Posted By:Adalgisa Fischer      Posted On: Sep 18

Assembly Language
Comments: 0

What is an Operand?

The data on which the operation is to be performed is called as an Operand.
Posted By:Reamonn Fischer      Posted On: Sep 17

C++ Programming
Comments: 0

When you call a function by passing the address of a data variable, it is know as which option

Options

a) Call by reference
b) Call by value
c) Call by two directions
d) Both b and c

Answer : a) Call by reference
Posted By:Luisa Fischer      Posted On: Sep 16

C++ Programming
Comments: 0

What would be the output of the following code 2?

What would be the output of the following code?

#include
#include
class A
{
public:
virtual void disp()
{
coutdisp();
}

Options

a) This is from class A
b) This is from class B
c) This is from class A This is from class B...
Posted By:Dylan Evans      Posted On: Sep 16

C++ Programming
Comments: 0

The insertion operator is another name for which operator

Options

a) input operator
b) output operator
c) extraction operator
d) None of the above


Answer : b) output operator
Posted By:Bingham Fischer      Posted On: Sep 16

Assembly Language
Comments: 0

What is synchronous data transfer?

It is a data method which is used when the I/O device and the microprocessor match in speed. To transfer a data to or from the device, the user program issues a suitable instruction addressing the device. The data transfer is completed at the end of ...
Posted By:Aubrey Schmidt      Posted On: Sep 12

Assembly Language
Comments: 0

In what way interrupts are classified in 8085?

In 8085 the interrupts are classified as Hardware and Software interrupts.
Posted By:Adalgisa Fischer      Posted On: Sep 18

Assembly Language
Comments: 0

What is an Operand?

The data on which the operation is to be performed is called as an Operand.
Posted By:Reamonn Fischer      Posted On: Sep 17

C++ Programming
Comments: 0

When you call a function by passing the address of a data variable, it is know as which option

Options

a) Call by reference
b) Call by value
c) Call by two directions
d) Both b and c

Answer : a) Call by reference
Posted By:Luisa Fischer      Posted On: Sep 16

C++ Programming
Comments: 0

What would be the output of the following code 2?

What would be the output of the following code?

#include
#include
class A
{
public:
virtual void disp()
{
coutdisp();
}

Options

a) This is from class A
b) This is from class B
c) This is from class A This is from class B...
Posted By:Dylan Evans      Posted On: Sep 16

C++ Programming
Comments: 0

The insertion operator is another name for which operator

Options

a) input operator
b) output operator
c) extraction operator
d) None of the above


Answer : b) output operator
Posted By:Bingham Fischer      Posted On: Sep 16

Assembly Language
Comments: 0

What is synchronous data transfer?

It is a data method which is used when the I/O device and the microprocessor match in speed. To transfer a data to or from the device, the user program issues a suitable instruction addressing the device. The data transfer is completed at the end of ...
Posted By:Aubrey Schmidt      Posted On: Sep 12

  102  103  104  105  106  107  108  109