M1S1 Formative Flashcards
All the instructions of high-level language are written in form of binary numbers 1’s and 0’s
false
It is a sequence of instructions written to perform a specified task for a compiler
Computer Program
High-level language uses English-like instructions
true
Programming is important for speeding up the input and output processes in a machine
true
C and C++ are a most popular a programming language which uses interpreter
false
It is a text listing of commands to be compiled or assembled into and executable computer program
Source Code
A way of translating source code in which each statement is translated individually and executed immediately after translation
Interpreter
Programming is important to automate, collect, manage, calculate, and analyze the processing of data and information accurately
true
What are the advantages of low-level languages?
- executed directly without any translation
- requires less time for execution
- A computer can easily understand the low-level language