A. Data Hierarchy

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

A. Data Hierarchy Data Hierarchy refers to the systematic organization of data, often in a hierarchical form.

Data organization involves fields, records, files and so on. [1] A data field holds a single fact or attribute of an entity. Consider a date field, e.g. "September 19, 2004". This can be treated as a single date field (e.g. birth date), or 3 fields, namely, month, day of month and year. A record is a collection of related fields. An Employee record may contain a name field(s), address fields, birth date field and so on. A file is a collection of related records. If there are 100 employees, then each employee would have a record (e.g. called Employee Personal Details record) and the collection of 100 such records would constitute a file (in this case, called Employee Personal Details file).

B. Categories of Computers: 1. Microcomputer Personal Computer, Desktop computer. Notebook, Laptop, Palmtop. Use by one person at a time.

2. Minicomputer Faster speed. Many users at the same time.

3. Mainframe -> Supercomputer High computation power 4 Categories of Computers

4. Workstation CAD Workstation Unix Workstation

5. Server

Client /Server (Networks)

C. Database A structured set of data held in a computer, esp. one that is accessible in various ways. A database is a set of data that has a regular structure and that is organized in such a way that a computer can easily find the desired information.

You might also like