Top 150+ Solved Principles of Programming Languages MCQ Questions Answer

From 181 to 192 of 192

Q. which of the following are language processors

a. assembler

b. compilers

c. interpreter

d. all of these

  • a. assembler

Q. An assembler converts

a. machine code to mnemonics

b. high level language to assembly level

c. assembly language to machine language

d. all of the above

  • c. assembly language to machine language

Q. Numerous binding are performed amid program execution is called_ _ _ _

a. run time binding

b. late binding

c. both a) & b)

d. early binding

  • c. both a) & b)

Q. Binding is done at_ _ _

a. translation time

b. execution time

c. both a) & b)

d. none

  • b. execution time

Q. Execution time binding is also called as

a. run time bindind

b. both

c. early binding

d. none

  • c. early binding

Q. Binding is chosen by .......

a. programmer

b. loader

c. translator

d. all of above

  • d. all of above

Q. The time amid program formulation or processing when this decision is made is named........

a. binding period

b. binding cycle

c. binding time

d. none

  • c. binding time

Q. The function with the name ___________ is always written in every program

a. int

b. main

c. void

d. factorial

  • b. main

Q. The scope of a variable declared externally, is__________

a. local within the function declared

b. global

c. in multiple programs

d. none of the above

  • c. in multiple programs

Q. The scope of a variable declared as static storage class is__________

a. local within the function declared

b. in multiple programs

c. global

d. none of the above

  • a. local within the function declared

Q. __________binding is used to define the scope in terms of the lexical structure of a program.

a. static scope.

b. dynamic scope.

c. both

d. none of these

  • a. static scope.
Subscribe Now

Get All Updates & News