COM (Component Object Model) Skill Assessment

Quizack provides COM (Component Object Model) MCQ practice question answers in an interactive format.

COM (Component Object Model) MCQ

Learn and practice your skills with our MCQ question answers to improve your knowledge. MCQs list

Start Practice with MCQs

COM (Component Object Model) Online Quiz

Quizack 10 minutes test will assess your knowledge and give you comprehensive results along feedback.

Start Quiz

COM (Component Object Model) PDF Download

Download Free COM (Component Object Model) MCQ questions answers PDF to practice and learn while are offline.

Download PDF

 

Used by 100s of Jobseekers and students

Used by 100s of Jobseekers and students

Focused questions for skill assessment

Focused questions for skill assessment

Premium questions with correct answers

Premium questions with correct answers

Related Skill Assessment

Free Sample Questions for COM (Component Object Model)

An interface is :

The default method of a component.

A strongly typed contract between a software component and a client.

An articulation of an expected behaviour and expected responsibilities.

a and b.

b and c 

Answer:
b and c 

Which of the following statements is incorrect regarding the IUnknown interface ?

A COM object that has multiple interfaces has only one implementation of the IUnknown interface.

All calls to QueryInterface for a single COM object must behave in the same manner at all times.

QueryInterface is the mechanism by a caller gains access to the other services defined by an object.

AddRef and Release point to the fact that the lifetimes of COM objects are controlled through reference counting.

The IID for IUnknown, is called IID_IUnknown, and is defined in the COM header file since it is a standard interface defined by Microsoft. 

Answer: