_____ identifies the actions to be performed on the input to produce output?
Process
Problem
Algorithm
Program
How much disk space is needed to install JDK?
Which was the first high level programming language ?
FORTRAN
COBOL
BASIC
C
For creating a class what should be specified?
class name
class group
main
data variable
How many types of classes are there?
Two
Three
Five
Four
The information produced after solving a problem is
function
output
information
input
What do you need to program in Java?
Assembler
Compiler
Translator
Object
Expressing the algorithm in a programming language to solve a problem is called
Program coding
Program selecting
Selection
Repetition
In Java, print function system.out.println method appends a line and no need to include any other symbol. But in C we need it. What is that symbol?
How many states there will have a module in modular programing?