Chapter 3: Scoping - Online Test

Q1. Which of the following refers to the visibility of variablesin one part of a program to another part of the same program.
Answer : Option A
Explaination / Solution:
No Explaination.


Q2. The process of binding a variable name with an object is called
Answer : Option B
Explaination / Solution:
No Explaination.


Q3. Which of the following is used in programming languages to map the variable and object?
Answer : Option C
Explaination / Solution:
No Explaination.


Q4. Containers for mapping names of variables to objects is called
Answer : Option D
Explaination / Solution:
No Explaination.


Q5. Which scope refers to variables defined in current function?
Answer : Option A
Explaination / Solution:
No Explaination.


Q6. The process of subdividing a computer program into separate sub-programs is called
Answer : Option B
Explaination / Solution:
No Explaination.


Q7. Which of the following security technique that regulates who canuse resources in a computing environment?
Answer : Option C
Explaination / Solution:
No Explaination.


Q8. Which of the following members of a class can be handled only from within the class?
Answer : Option A
Explaination / Solution:
No Explaination.


Q9. Which members are accessible from outside the class?
Answer : Option A
Explaination / Solution:
No Explaination.


Q10. The members that are accessible from within the class and are also available to its sub- classes is called
Answer : Option B
Explaination / Solution:
No Explaination.