COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

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: -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-2: -Use the right data types. Data types are the key to optimizing code performance. Keep your code as simple as possible. Avoid unnecessary computations. Cache frequently used data. Avoid unnecessary I/O. Use the most efficient algorithms. 21-Sept-2022

There is 1 question to complete.