In unstructured programming, the main program directly operates on_____________.
Local data
Constants
Variables
Global data
In procedural programming a procedure call is used to
Invoke a variable
End the program
Start a program
Invoke the procedure
The instructions in low level language are written in_________.
Alphabets
Odd numbers
Roman letters
Binary codes
Which data types are predefined by the language and named by a key word ?
Reference data type
Primitive data type
Non-Primitive data type
None of these
The actions in a Java class are called
procedures
functions
methods
subroutines
Which statements about the Java language are true?
Java supports both procedural and object-oriented programming
Java is only a procedural language.
Java is only an Object-Oriented.
How many states there will have a module in modular programing?
Two state / module
One state/ module
Five state/ module
Eight state/ module
A special method called ________provide an entry point to an application.
Main
Void
Function
Which type of programming allow manipulation of objects of a variety of types through well defined interfaces?
Procedural programming
Modular programming
Object oriented programming
Unstructured programming
___________ is a blueprint or prototype that defines the variables and the methods common to all objects of a certain kind. Select the best word to complete this sentence.
Class
Inheritance
Polymorphism
Aggregation