2023 2024 EduVark > Education Discussion > Question Papers


  #2  
May 5th, 2016, 10:03 AM
Super Moderator
 
Join Date: Mar 2012
Re: AMIETE Question Papers

As you want I am here giving you sample paper for Computer science students of Associate Membership of Institute of Electronics and Telecommunication Engineers (AMIETE).

AMIETE: CSE : sample paper:

Q.1 Choose the correct or best alternative in the following: (2x10)

a. A constructor can be declared _______.

(A) private (B) static
(C) virtual (D) abstract

b. Composition depicts _______ relationship.

(A) FOR-A (B) IS-A.
(C) HAS-A. (D) friend.

c. An assignment operator takes _____ argument(s).

(A) no (B) one
(C) two (D) arbitrary no. of

d. In C++, a new operator call allocates memory from ____ area.

(A) heap (B) stack
(C) global area (D) dynamic stack

e. Which of the following declarations are illegal?

(A) void *ptr; (B) char *str = "hello";
(C) char str = "hello"; (D) int * const P1;

f. In C++, binary operator + has _____ associativity.

(A) left to right (B) right to left
(C) arbitrary (D) depends on usage

g. In C++ struct, all members are _____ by default.

(A) public (B) protected
(C) private (D) friend

h. What will be the result of the expression 14 & 23?

(A) 37 (B) 25
(C) 6 (D) 12

i. Which of the following is NOT the valid class declaration header for the derived class D with base classes B1 and B2?

(A) class D : public B1, public B2
(B) class D : class B1, class B2
(C) class D : protected B1, B2
(D) class D : B1, B2

j. In C++, a class may have ________ copy constructor(s).

(A) no or zero (B) atmost one
(C) one or more than one (D) more than one


Here is the attachment.
Attached Files
File Type: doc AMIETE CSE Sample Paper.doc (32.0 KB, 52 views)


Quick Reply
Your Username: Click here to log in

Message:
Options



All times are GMT +5. The time now is 01:39 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.6.0

1 2 3 4 5 6 7 8