what is software cycle?
What is a mission critical system ?

What is the important aspect of a real-time system ?

Explain the difference between microkernel and macro kernel.

Give an example of microkernel.Why paging is used ?

Which is the best page replacement algo and Why ?

What is software life cycle ?

How much time is spent usually in each phases and why Which
one do U want to work if selected in Honeywell ?

Which are the different types of testing ?

What is a distributed system ?

Some questions about CSP.

Which languages do U know ?

What are the differences between Pascal and C.

questions from Compiler construction and Lisp.

Which are the different computer architecture?

What is the requirement in MIMD ?

What is the difference between RISC and CISC processors ?

Difference between loosely coupled and tightly coupled systems ?

What is an open system?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are Virtual Functions? How to implement virtual functions in "C" ?

3 Answers  


How to declare an array of pointers to integer?

0 Answers  


Explain the use of virtual destructor?

0 Answers  


Give 2 examples of a code optimization?

4 Answers  


What is tellg () in c++?

0 Answers  






Which programming language is best to learn first?

0 Answers  


catch(exception &e) { . . . } Referring to the sample code above, which one of the following lines of code produces a written description of the type of exception that "e" refers to? a) cout << e.type(); b) cout << e.name(); c) cout << typeid(e).name(); d) cout << e.what(); e) cout << e;

2 Answers   Quark,


Is string data type in c++?

0 Answers  


What is the prototype of printf function?

0 Answers  


Why do we use string in c++?

0 Answers  


If you don’t declare a return value, what type of return value is assumed?

0 Answers  


What is the advantage of c++ over c?

0 Answers  


Categories