4.
Differentiate between an Interpreter and a Compiler.
5.
List any three characteristics of the Fourth Generation Language.
6.
Name the types of Micro computers. Explain any one.
Answers
Answer:
Interpreter translates just one statement of the program at a time into machine code. Compiler scans the entire program and translates the whole of it into machine code at once. An interpreter takes very less time to analyze the source code. However, the overall time to execute the process is much slower.
Explanation:
Hopes this helps you
Then mark it as brainliest
Answer:
Explanation:
1 Compiler transforms code written in a high-level programming language into the machine code, at once, before program runs, whereas an Interpreter coverts each high-level program statement, one by one, into the machine code, during program run. Compiled code runs faster while interpreted code runs slower.
2.
1 The fourth generation computers have microprocessor-based systems. It uses VLSI (Very Large Scale Integrated) circuits.
2 They are the cheapest among all the computer generation.
3 The speed, accuracy and reliability of the computers were improved in fourth generation computers.