'A set of related procedure with the data they manipulate' is called .
Program
Module
Paradigm
Approach
Which of the following is a related concept to data abstraction ?
Data hiding
Inheritance
Polymorphism
Data abstraction
_________ become the chief problem with computer programs in traditional language.
Low level performance
Increased functionality
Code reusable
Increased complexity
Which is the first aspect ideally require a low level programming language?
Close to the problem to be solved
Close to programmer
Close to programs
Close to the machine
Which represents a group of similar objects?
Class
Object
Variable
Record
Which is an identifiable entity with some characteristics and behaviour ?
Function
The programming paradigm is also known as_______
Data hiding principle
Data manipulating principle
Data security principle
Data consistency principle
_________ refers to the act of representing essential features without including the background detail or explanation.
Abstraction
Encapsulation
Which of the following is used to convert HLL into machine code?
Compiler
Interpreter
Assembler
Both(1) and (2)
If A inherits from B, and B from C then, A inherits from C .This is called
Direct inheritance
Transitive inheritance
Multiple inheritance