New ! Computer Science MCQ Practise Tests



Data Abstraction 3 Marks and 5 Marks Questions

12th Standard

    Reg.No. :
  •  
  •  
  •  
  •  
  •  
  •  

Computer Science

Time : 01:30:00 Hrs
Total Marks : 44
    8 x 3 = 24
  1. Differentiate Concrete data type and abstract datatype.

  2. Which strategy is used for program designing? Define that Strategy.

  3. Identify Which of the following are constructors and selectors?
    (a) N1:=number()
    (b) accetnum (n1)
    (c) displaynum (n1)
    (d) eval (a/b)
    (e) x,y:= make slope (m), make slope (n)
    (f) display()

  4. What are the different ways to access the elements of a list. Give example.

  5. Identify Which of the following are List, Tuple and class ?
    (a) arr [1, 2, 34]
    (b) arr (1, 2, 34)
    (c) student [rno, name, mark]
    (d) day= (‘sun’, ‘mon’, ‘tue’, ‘wed’)
    (e) x= [2, 5, 6.5, [5, 6], 8.2]
    (f) employee [eno, ename, esal, eaddress]

  6. Identify the constructor and selector from the following.
    (I) City = Make city (name, lat, Ion)
    (ii) Get name (city)
    (ill) Make point (x,y)
    (iv) x coord (point)
    (v) y coord (point)

  7. Write a note on Data Abstraction.

  8. Give an example of an ADT for rational numbers.

  9. 4 x 5 = 20
  10. How will you facilitate data abstraction. Explain it with suitable example.

  11. What is a List? Why List can be called as Pairs. Explain with suitable example.

  12. How will you access the multi-item. Explain with example.

  13. Explain the representation of Abstract datatype using rational numbers.

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

Reviews & Comments about 12th Computer Science - Data Abstraction 3 Marks and 5 Marks Questions

Write your Comment