One Word Cs
One Word Cs
68. The subscript in the bracket can 74. There are …………… types of 2-D
be a(n) ………………. array memory representations.
a) Variable b) Constant a) two b) one
c) three d) many
75. In procedural programming all 82. An identifiable entity with some
data items are ………………. characteristics and behaviour is
(a) Cobol (b) global called ……………
(c) fortran (d) class a) Instances b) Objects
c) Either A or B d) None of these
76. The object-oriented paradigm
allows us to organize software as 83. The Object-Oriented
a collection of objects that consist Programming approach mainly
of ………………….. encourage ______
a) Data b) Behaviour a) Modularisation
c) Both data and behaviour b) Software re-use
d) None of these c) Both A and B
d) None of these
77. Paradigm means ………………..
a) Organizing principle of a 84. ……………………… is the most
program striking feature of a class,
b) An approach to programming a) Polymorphism
c) Either A or B b) Encapsulation
d) None of these c) Abstraction
d) Inheritance
78. Class is a ……………… data type.
a) User-defined b) Derived 85. The encapsulation of data from
c) Primitive d) None of these direct access by the program is
called …………………….
79. …………………. can be defined as a a) Data hiding
template or blueprint b) Information hiding
representing a group of objects c) Either A or B
that share common properties d) None of these
and relationship.
a) Class 86. The attributes are called
b) Structure ……………………..
c) Array a) Data members b) Methods
d) None of these c) Member functions
d) Either B or C
80. ……………….. are the basic unit of
OOP. 87. ………………. is a good feature for
a) Attributes b) Objects data redundancy.
c) Members d) None of these a) Polymorphism
b) Modularity
81. The class variables are c) Abstraction
called…………………… d) Inheritance