__________ converts assembly programs to machine code.
Compiler
Assembler
Interpreter
None of these
A ________ is a set of instructions.
Program
Data
Variable
Interpreter is comparitively ________ compiler.
Slower than
Faster than
Equal to
In flow charts,which symbol represents 'start / stop '
____________ translates program code to machine level language on line by line basis.
________ is the outline of a program written in a form that can easily be converted into a High level language.
Pherocode
Machinecode
Psendocode
_________ translates the entire program code from the language it is written in,into machine level language (object code)
The pictorial representation of a program is called _________.
Algorithm
Flow chart
Arrays
The only members present in the binary code are ________ and ________.
0,1
5,9
2,3
0,2
________ uses mnemonic codes.
High level language
Assembly language
Machine language