New ! Computer Science MCQ Practise Tests



Scoping Two Marks Questions

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 00:45:00 Hrs
Total Marks : 20
    10 x 2 = 20
  1. What is a scope?

  2. Why scope should be used for variable. State the reason.

  3. What do you mean by Namespaces?

  4. How Python represents the private and protected Access specifiers?

  5. Define variable.

  6. What is the use of LEGB rule?

  7. Write the output of the following program
    Entire Program
     Disp():
     a:=7
     print a
    Disp ()

  8. Write the output of the following program
    a:=10
     Disp():
     a:=7
     print a
    Disp 1():
    print a

  9. What is modular programming?

  10. What is meant by module?

*****************************************

Reviews & Comments about 12th Computer Science - Scoping Two Marks Questions

Write your Comment