Which of the following language is a general purpose language?
C
C ++
Visual basic
Java
Which approach is used to converting the smaller program to larger program?
Integrated approach
Top down approach
Bottom up approach
Object oriented approach
Which is a set of instructions to be executes sequentially to obtain the desired result?
Program
Identifiers
Data types
Operators
Which method is used to check the way in which computer will look?
Data through
Branching
Control through
Walk through
Which of the following is the advantage of flow chart?
Limited space for labeling
It is easy to understand small flow charts
Comparison is made easy
Record comparison between two things or objects
How many types of numeric constants are there in c?
2
3
4
5
Which of the following is used to improve readability of the program?
““
White space
blank and white space
blank space
Which is a letter, numeral or special symbol, which can be handled by the computer system?
Integer constant
floating-point constant
Character constant
String constant
Which operator has the highest Order of precedence?
Binary operator
Ternary operator
Control operator
Unary operator
Which of the following is not a control structures?
Action
Iteration
Sequencing