Office Clerk MCQs

Office Clerk MCQs

Our experts have gathered these Office Clerk MCQs through research, and we hope that you will be able to see how much knowledge base you have for the subject of Office Clerk by answering these multiple-choice questions.
Get started now by scrolling down!

1: A PA does not need to be skilled in oral and written communication.

A.   TRUE

B.   FALSE

2: Which of the following is called as ′Compilation unit′?

A.   Object file

B.   Byte code

C.   Source file

D.   All of the mentioned

3: Which of the following is NOT a key component of object oriented programming?

A.   Inheritance

B.   Encapsulation

C.   Polymorphism

D.   Parallelism

4: What is a ″const member function″?

A.   It means the function is only a read-only function

B.   One which always returns the same values, given the same arguments

C.   Used for constructor and destructor

D.   None of the above

5: What is dynamic dispatch?

A.   When the function to be executed in response to a function call is determined at run-time.

B.   When the function to be executed in response to a function call is determined at compile-time.

C.   When the function to be executed in response to a function call is determined at the end of the function call.

D.   None of the above

6: Which of the following is false for friend function?

A.   Allows access to private or protected data in a class from outside the class

B.   Both a and c

C.   Too many friend functions may hamper data security

D.   When a function needs to operate on private data in objects from two different classes, the function can be declared as a friend in any of the classes

7: Can I create new operators using operator overloading?

A.   Yes

B.   No

8: A virtual class is the same as

A.   An abstract class

B.   A class with a virtual function

C.   A base class

D.   None of the above

9: Which of the following is not the characteristic of constructor?

A.   They should be declared in the public section.

B.   They do not have return type.

C.   They can not be inherited.

D.   They can be virtual.

10: Which one of the following declarations is invalid?

A.   Int a[];

B.   Int a[]={19, 21, 16, 1, 50};

C.   Int a[5]={19, b, 16, c, 50};

D.   Int a[5];

11: When the compiler cannot differentiate between two overloaded constructors, they are called

A.   Overloaded

B.   Destructed

C.   Ambiguous

D.   Dubious

12: Procedure oriented Programs are called as

A.   Structured programming

B.   Object oriented programming

C.   Functional programming

D.   None of the above

13: Which of the following is NOT a Relational Operator

A.   ==

B.   >

C.   %

D.   !=

14: Which function return the current position of the get or put pointer in bytes.

A.   Tellg ()

B.   Tellp ()

C.   Tell ()

D.   Both A and B