New ! Computer Science MCQ Practise Tests



Scoping 2 Mark Creative Question Paper With Answer Key

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:30:00 Hrs
Total Marks : 30

    2 Marks

    15 x 2 = 30
  1. Define variable.

  2. What is the use of LEGB rule?

  3. What are the types of variable scope

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

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

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

  7. What is modular programming?

  8. What is meant by module?

  9. What is the advantage of single definition of a variable's scope?

  10. How will you assign a variable with object?

  11. Which sign is used to map the variable and object?

  12. Who keeps track mappings?

  13. How the mappings are done?

  14. Define life time?

  15. What is the life time of the variable?

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

Reviews & Comments about 12th Standard Computer Science English Medium - Scoping 2 Mark Creative Question Paper and Answer Key 2022 - 2023

Write your Comment