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

What is RXD?

RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be received by 8251A.
Posted By:Kuhlbert Schmidt      Posted On: Mar 15

C++ Programming
Comments: 0

The declaration of a class includes which option

Options

a) Declaration of data members
b) Declaration of function prototype
c) Return statements of functions
d) Both a and b


Answer : d) Both a and b
Posted By:Anna Schmidt      Posted On: Mar 14

C++ Programming
Comments: 0

What is Selection Sort in dfs (data file structure)?

It is the easiest way to sort a table. The sort is being performed from the first element; a search is performed to locate the element that is smaller than the key element. When this element is found, it is interchanged with the first element in th...
Posted By:Adaliz Fischer      Posted On: Mar 14

C++ Programming
Comments: 0

What is Directed Graph in dfs (data file structure)?

If each and every member edge is directed edge then the graph is called directed graph.
Posted By:Huberta Miller      Posted On: Mar 12

C++ Programming
Comments: 0

Which is used to read a line of text with blanks? - Select option

Options

a) inputline( )
b) getline( )
c) putline( )
d) None the above

Answer : b) getline( )
Posted By:Isla Hughes      Posted On: Mar 10

Assembly Language
Comments: 0

What is the function of mode set register in 8257?

The mode set register is used for programming the 8257 as per the requirements of the system. The function of the mode set register is to enable the DMA channels individually and also to set the various modes of operation.
Posted By:Isla Hughes      Posted On: Mar 10

Assembly Language
Comments: 0

What is RXD?

RXD- Receive Data Input This input pin of 8251A receives a composite stream of the data to be received by 8251A.
Posted By:Kuhlbert Schmidt      Posted On: Mar 15

C++ Programming
Comments: 0

The declaration of a class includes which option

Options

a) Declaration of data members
b) Declaration of function prototype
c) Return statements of functions
d) Both a and b


Answer : d) Both a and b
Posted By:Anna Schmidt      Posted On: Mar 14

C++ Programming
Comments: 0

What is Selection Sort in dfs (data file structure)?

It is the easiest way to sort a table. The sort is being performed from the first element; a search is performed to locate the element that is smaller than the key element. When this element is found, it is interchanged with the first element in th...
Posted By:Adaliz Fischer      Posted On: Mar 14

C++ Programming
Comments: 0

What is Directed Graph in dfs (data file structure)?

If each and every member edge is directed edge then the graph is called directed graph.
Posted By:Huberta Miller      Posted On: Mar 12

C++ Programming
Comments: 0

Which is used to read a line of text with blanks? - Select option

Options

a) inputline( )
b) getline( )
c) putline( )
d) None the above

Answer : b) getline( )
Posted By:Isla Hughes      Posted On: Mar 10

Assembly Language
Comments: 0

What is the function of mode set register in 8257?

The mode set register is used for programming the 8257 as per the requirements of the system. The function of the mode set register is to enable the DMA channels individually and also to set the various modes of operation.
Posted By:Isla Hughes      Posted On: Mar 10

  75  76  77  78  79  80  81  82  83  84  85