Answer :
Final answer:
Machine language is the fundamental language understood by computers, with each programming language having distinct rules for coding and translation processes to convert high-level language code for execution. Fortran was designed for scientific purposes, not business users.
Explanation:
True: Machine language is the only language directly understood by computers, representing instructions in zeros and ones.
True: Assembly language, being a low-level language, is considered first-generation programming language.
True: Each programming language has its own specific syntax and rules for writing code.
True: A compiler translates high-level language code into machine language line by line for execution.
True: High-level language programs need to be converted into machine language by translator programs before being executed by the CPU.
False: Fortran was designed for scientific and engineering computations, not business users.
True: Programming involves writing specific instructions in a computer language for a machine to execute.
False: Machine language does not use mnemonic codes; it directly uses binary representations.
Learn more about Programming Languages here:
https://brainly.com/question/16607088