St. Britto Hr. Sec. School - Madurai
12th Computer Science Weekly Test - 1 ( Data Abstraction )-Aug 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
Identify which is the constructor and selector from the following statement.
(i) The Functions that retrieve information from the datatype
(ii) The function which creates an object.
-
How a class defines a data abstraction?
-
What is abstract data type?
-
-
Identify the constructor and selector .from the following.
(i) City= Make city (name, lat, Ion)
(ii) Get name (city)
(iii) Make point (x,y)
(iv) x coord (point)
(v) y coord (point) -
What are the different ways to access the elements of a list. Give example
-
-
write the representation of Abstract datatype (ADT) for rational numbers
-
Differentiate Concrete data type and abstract datatype
-
Give an example of an ADT for rational numbers.
-
write pseudo code to represent rational numbers using list.
-
-
What is a List? Why List can be called as Pairs. Explain with suitable example
-
Explain the representation of Abstract datatype using rational numbers.
-
-
How will you access the multi-item. Explain with example.
-
How will you facilitate data abstraction. Explain it with suitable example