Skip to main content

Let us talk about the basic detail of student in mark sheet database of student which is given in the mark sheet hard copy object. What kind of attributes and classes in according to the object oriented management system model? – Part 2

How to show the attributes and classes of the basic detail of student given in the mark sheet detail of student which is a real world object in according to the object oriented database management system model? – Part 2

The connection of the student mark sheet database, database of student and basic detail of student

Here are object of classes and attributes in the image of the relative model of object oriented database management system.

Let us talk about the basic detail of student in mark sheet database of student which is given in the mark sheet hard copy object. What kind of attributes and classes in according to the object oriented management system model? – Part 2

Student mark sheet database

Here student mark sheet database is object which is called real world object in the real life.

Database of student

Database of student is a class of the object of student mark sheet database.

Basic detail of student

Basic detail of student is a sub class of ‘database of student’ and their fields are given below explanation in the short description.

Name of student

It is character attribute in the class of basic detail of student. It holds only character data type in the field of ‘name of student’.

{Name of student = Character Data type}

Mother’s Name

It is a Character attribute in the class of basic detail of student. It holds only character data type in the field of ‘mother’s name’ of student.

{Mother’s Name = Character Data type}

Father’s Name

It is also a Character attribute in the class of basic detail of student. It holds only character data type in the field of ‘father’s name’ of student.

{Father’s Name = Character Data type}

Standard of Student

It is class of the student to study of all subjects in the class but here is the attribute of basic detail of student database. It is common attribute some student who study in the same class. It holds numerical and character data type.

{Standard of Student = Numerical and Character data type}

Address of School

It is a common attribute of student who studies in the same school. Address of the school is connected to the student because they studies at a particular address area or campus. It holds numerical and character data type in the field of ‘address of school’. You can also separate the address fields with some attribute such as plot number, street number, city and state etc.

{Address of School = Numerical and Character data type}

Roll Number of Student

It is a strong attribute of student which is separate particular student to unique identity. It is provided by the board education of system. It holds numerical data type in the field of ‘Roll Number of student’.

{Roll Number of Student = Numerical data type}

Comments

Popular posts from this blog

Discuss the role played by the various components of the CPU

Q Discuss the roles played by the various components of CPU? The CPU is the brain of the computer system. All major calculations, manipulations and comparisons are made by the CPU. The CPU is also responsible for activating and controlling the operations performed by all other units of the computer system. The major components of the CPU are: a) Arithmetic Logic Unit (A.L.U.) b) Control Unit (CU) c) Primary Memory Arithmetic Logic Unit (A.L.U.): What is ALU Arithmetic logic Unit? ALU is a part of the CPU. It is a part to calculate the logical term in the CPU where the term refers to an operation of logical type. It also calculates the arithmetic terms in the CPU where the term refers to an operation of arithmetic type. It is used to direct access through the processor controller. The ALU connected to the input and output peripheral system through the bus with the different types of bus. Such as control bus, data bus etc. ALU is a part of the CPU that can calculate the input...

About the memory and its Classification of the computer Memory

What are the memories in the reference of computer system? What is Computer Memory?:- The memory is the essential for the computer to store the data, instruction and information. Without memory, computers are not be able to store data, instruction etc. The memory is an essential part of a computer system. It is require by the computer system to store information. Memory can be divided into the following two categories types: i) Primary or Main memory ii) Secondary Memory or Permanent memory In this figure I'll show the classification of the memory of computer system peripheral and architecture of organisations Primary Memory or Main memory:- i) Primary memory is the memory which is fastest memory of the computer. ii) It is a small but relatively fast storage unit that stores data and instruction which are used by the CPU (central processing unit). iii) This type or category of a memory is the main memory of the computer.It is a temporary memory and also we ...

What are the three main purpose of an operating system?

What are the three main purpose of an operating system? There are three main purpose of an operating system. 1. The first main purpose is User interface between hardware and users. 2. The second main purpose is to operate the internal parts of the computer properly and systematically using binary code system in the form of 0 and 1. 3. The third main purpose is to provide an environment for development of an application software and program to uses the hardware resources of the computer and connected to the computer parts which provides output to the user, the output from application software is very useful for users. Interface between user and hardware device  The operating system uses all types of interface such as command line interface, batch command interface and Graphical User Interface to interact with users to hardware peripheral devices through the monitor screen. Monitor has a big role making interface between hardware and users. Monitor visualization of all types ...