FUNDAMENTALS OF COMPUTER

COMPUTER PROGRAMMING FUNDAMENTALS

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Code is optimised
A
Language Translator
B
Compiler
C
Interpreter
D
None of the above
Explanation: 

Detailed explanation-1: -In computing, an optimizing compiler is a compiler that tries to minimize or maximize some attributes of an executable computer program. Common requirements are to minimize a program’s execution time, memory footprint, storage size, and power consumption (the last three being popular for portable computers).

Detailed explanation-2: -Code optimization is a program modification strategy that endeavours to enhance the intermediate code, so a program utilises the least potential memory, minimises its CPU time and offers high speed.

Detailed explanation-3: -First of all, what is code optimization? Often, when we define it, we assume that we want code to perform better. We say that code optimization is writing or rewriting code so a program uses the least possible memory or disk space, minimizes its CPU time or network bandwidth, or makes the best use of additional cores.

There is 1 question to complete.