2023 2024 Student Forum > Management Forum > Main Forum

 
  #2  
30th October 2017, 11:50 AM
Super Moderator
 
Join Date: Aug 2012
Re: Hindustan Paper Corporation Limited Previous Papers

As you Asking for the Question Paper of the Recruitment Examination for the Computer Science And Engineering of Hindustan Paper Corporation Limited the Question Paper is as follow


1.Pascal, BASIC and C are programming languages, while C++ is an language.
a)Assembly language
b)Procedural
c)Object-oriented programming-Answer
d)Programming

2.Which of the following are good reasons to use an object-oriented language?
a)You can define your own data types -Answer
b)Program statements are simple than in procedural language
c)An OO Program can be taught to correct its own errors
d)Its easier to conceptualize an OO program-Answer

3.When a language has the capability to produce new data types, it is said to be
a)reprehensible
b)encapsulated
c)overloaded
d)extensible-Answer

4.A normal C++ operator that acts in special ways on newly defined data types is said to be
a)glorified
b)encapsulated
c)classified
d)overloaded-Answer

5.Memorizing the new terms used in C++ is
a)critically important
b)something you can return to later-Answer
c)the key to wealth and success
d)completely irrelevant


6.Protecting data from access by unauthorized functions is called
a)extensibility
b)encapsulation-Answer
c)overloading
d)inheritance

7.Dividing a program into functions
a)is the key to OOP
b)makes the program easier to conceptualize-Answer
c)may reduce the size of the program-Answer
d)makes the program run faster

8.True or falseIn an assignment statement, the value on the left of the equal sign is always equal to the value on the right-False

9.True or false:Its perfectly all right to use variables of different data types in the same arithmetic expression.-True

10.A relational operator

a)assigns one operand to another
b)yields a Boolean result
c)compares two operands-Answer
d)logically combines two operands

11.A variable defined within a block is visible
a)from the point of definition onward in the program
b)from the point of definition onward in the function
c)from the point of definition onward in the block-Answer
d)throughout the function

12.True or false:Relational operators have a higher precedence than arithmetic operators.-False

13.The library function exit () causes an exit from
a)the loop in which it occurs
b)the block in which it occurs
c)the function in which it occurs
d)the program in which it occurs-Answer

14.The getche () library function
a)returns a character when the key is pressed-Answer
b)returns a character when Enter is pressed
c)displays a character on the screen when any key is pressed-Answer
d)does not display a character on the screen

15.The & & and operators

a)compare two numeric values
b)combine two numeric values
c)compare two Boolean values-Answer
d)combine two Boolean values

16.The break statement causes an exit
a)only from the innermost loop
b) only from the innermost switch
c) from all loops and switches-Answer
d)from the innermost loop or switch

17.The goto statement causes control to go to
a)an operator
b)a label-Answer
c)a variable
d)a function

18.A structure brings together a group of

a)items of the same data type
b)related data items-Answer
c)integers with user-defined names
d)variables-Answer

19.True or false
:A structure specifier creates space in memory for a variable-True

20.An enumerated data type brings together a group of

a)items of different data types
b)related data variables
c)integers with user-defined names
d)constant values-Answer


Quick Reply
Your Username: Click here to log in

Message:
Options




All times are GMT +5. The time now is 10:24 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
SEO by vBSEO 3.6.0 PL2

1 2 3 4