Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

#6 03: Which of the following option is NOT correct about program language categ

ID: 3735648 • Letter: #

Question

#6

03: Which of the following option is NOT correct about program language categories? (a) Functional and Imperative programs follow Logic or Rule that are specified in no particular (b) Functional program are based on making computations by applying functions to given (c) Central features in imperative programs are variables, assignment statements, and iteration order parameters (d) Imperative programs includes languages that support object-oriented programming, scripting languages, and visual languages. 04. Which of the following was NOT development goals of the ALGOL 60 programming language? (a) Must have formal syntax description (b) Must be translatable to machine code (c) Good for describing algorithms (d) Close to mathematical notation Q5. Which one of the following was NOT a FLOw-MATIC feature? (a) Data and code were completely separate (b) The first word in every statement was a verb (c) Syntaxes were formally defined for compilation (d) English names were used for arithmetic operators Q6. Which one of the following is not the drawback of machine codes? (a) Machine code latency (b) Poor modifiability (c) Machine deficiencies (d) Poor readability Q7. Which of the following is NOT simple and NOT designed for educational purpose? (a) Scheme (b) Basic (c) Pascal (d) PL/T Q8: Fill out the blank spaces with the correct words. At the time of PL/I development, scientific users began to need more elaborate I/O, like had; business users began to need floating point and arrays like. had. PL/I designed in five months by the 3 X 3 Committee: Three members from three members from (a) COBOL, Fortran, SHARE, IBM (b) Fortran, COBOL, IBM, SHARE (c) COBOL, Fortran, IBM, SHARE (d) Fortran, COBOL, SHARE, IBM B2

Explanation / Answer

(6) Answer (a)

(b) Poor Modifiability is a drawback.Casuse every instruction code and memory location has to memorized to modify machine code.

(c) Machine deficiency is a drawback.If some part has been written in wrong manner,then machine can run in wrong fashion.Machine can have deficiencies.

(d) Poor readability is a drawback.Cause it's a low level language,can be read if every instructions and memory location.Whereas high level language (c/c++) is written in english level language,so can be read easily.

(a) Machine code latency is not true.Cause it executed in direct machine level ,no translator required.So,it has less latency than other high level language.