Which of the following is not use in a computer program?
Manages input and output devices
Manages the operating system
Manages uninterrupted power supply
Acts as an user interface
________ uses mnemonic codes.
High level language
Assembly language
Machine language
None of these
Interpreter is comparitively ________ compiler.
Slower than
Faster than
Equal to
Before starting with a program,the structure and functioning of the program should be planned properly.Inorder to do this _______are used.
Interpreter
Algorithm
Compiler
____________ translates program code to machine level language on line by line basis.
Assembler
In flow charts symbol represents ________.
Start / Stop
Decision
Input / output
Process
The only members present in the binary code are ________ and ________.
0,1
5,9
2,3
0,2
_________ translates the entire program code from the language it is written in,into machine level language (object code)
Which one of the following is a high level language?
8085 programming language
8051 programming language
Pascal
__________ converts assembly programs to machine code.