Question:Write the abbreviation of FORTRAN.
Answer
FORmula TRANslator
Question:Write the abbreviation of FORTRAN.
FORmula TRANslator
Question:Write the abbreviation of RPG ΙΙ.
Report Program Generator
Question:What is assembler language?
An assembler language is a low-level language. Assembler language source programs are translated into object programs by an assembler program
Question:What do you mean by Algorithm?
An algorithm is the description of the sequence of steps required to solve a problem.
Question:Define programing process?
A Computer program consists of a group of instructions for a computer that cause it to perform a desired task.
Question:Name some high lavel programming language?
Basic
C++
JAVA
PHP
Question:Write the abbreviation of CRT
Cathode ray tube.
Question:What is counter?
A counter is a device for keeping track of the number of times something occurs.
Question:Define parameter.
Value used in a program where the value is subject to change and is read in at the time the program is executed.
Question:what is documenting?
documenting is keeping a written record of what is done.