Logo 
Search:

Interview FAQs

Submit Interview FAQ
Home » Interview FAQsRSS Feeds
Assembly Language
Comments: 0

Which interrupt has the highest priority?

TRAP has the highest priority.
Posted By:Dylan Bouchard      Posted On: Dec 05

C++ Programming
Comments: 0

What is the output of the below code 1?

Consider the following code segment:
int main()
{
double f, *f_ptr=&f;
f=5.25;
f_ptr=4.5;
cout
c) Value of f is: 4.5
d) Compiler error


Answer : d) Compiler error
Posted By:William Evans      Posted On: Dec 03

Assembly Language
Comments: 0

How many address lines in a 4096 x 8 EPROM CHIP?

12 address lines are in a 4096 x 8 EPROM CHIP.
Posted By:Evelyn Hughes      Posted On: Dec 03

Assembly Language
Comments: 0

What is the signal classification of 8085

All the signals of 8085 can be classified into 6 groups

1 Address bus
2 Data bus
3 Control and status signals
4 Power supply and frequency signals
5 Externally initiated signals
6 Serial I/O ports
Posted By:Jackson Bouchard      Posted On: Dec 02

C++ Programming
Comments: 0

Which functions can have access to the private and protected members of a class?

Options

a) A member function of a class that is a friend of the class
b) A member function of a derived class
c) A function that is a friend of the class
d) All of the above

Answer : d) All of the above
Posted By:Sam Evans      Posted On: Dec 02

Assembly Language
Comments: 0

In 8085 name the 16 bit registers?

Stack pointer and Program counter all have 16 bits.
Posted By:Grace Campbell      Posted On: Dec 01

  18  19  20  21  22  23  24  25  26  27  28