Data structures (English: the Data structure). A method of storing data in a computer so that it can be used effectively. Often, the selection of an appropriate data structure, we can use the algorithm efficiency along the way. The selection of the data structure, in most cases, will start a selection of abstract data type from the data structure design as well as to be able to support the heavy processing delay, using the least amount of resources possible. Both in terms of time and memory. Each data structure to suit different tasks and some of the structures were designed for a particular task, such as trees, some of the beach are suitable for the system database.In the process of designing a computer program Select a data structure is a top priority, regardless of which major development work has indicated that the difficulty in the development and performance of the system will depend on the data structures that use very much. After you decide which structures the information that will be used, it is usually through an algorithm that you want to use. But sometimes it may be back together is critical to the program's processing is used, the algorithm must use some form of data structures, in particular in order to work. However, regardless of whether Access selects the data structure methods. The appropriate data structure, it is very important anyway. The concept for this information structure is reflected in the development of standard methods in design and programming. The program has developed several include structure, this is part of the information system for the sake of the repeat. In the import data to our higher level data structure as follows: 1. bit (Bit) is the smallest size is that the computer can understand and put to use.: 0 or 1.2 bytes (Byte) or a character (Character): numbers or letters or special symbols, such as 0, 1, 1, ..., 9, A, B, ..., Z, and the signs are that 1 byte equals 8 bits, or 1 character, etc. 3. field (the Field), i.e., from 1 or more bytes to a field, such as the identification number (ID), title (name), etc.4. record (Record): field 1 field that is the relationship involved a record, such as its name, last name, identification number, sales. 1 to 1 employee data record.5. ไฟล์ (Files) หรือ แฟ้มข้อมูล ได้แก่ เรคคอร์ดหลายๆ เรคคอร์ดรวมกัน ซึ่งเป็นเรื่องเดียวกัน เช่น ข้อมูลของประวัติพนักงานแต่ละคนรวมกันทั้งหมดเป็นไฟล์หรือแฟ้มข้อมูลเกี่ยวกับประวัติพนักงานของบริษัท เป็นต้น ฐานข้อมูล (Database) คือ การเก็บรวบรวมไฟล์ข้อมูลหลายๆ ไฟล์ที่เกี่ยวข้องกันมารวมเข้าด้วยกัน เช่น ไฟล์ข้อมูลของแผนกต่างๆ มารวมกัน เป็นฐานข้อมูลของบริษัท เป็นต้น การวัดขนาดข้อมูลในการพิจารณาว่าข้อมูลใดมีขนาดมากน้อยเพียงไร เรามีหน่วยในการวัดขนาดของข้อมูลดังต่อไปนี้ 8 Bit = 1 Byte1,024 Byte = 1 KB (กิโลไบต์)1,024 KB = 1 MB (เมกกะไบต์)1024 MB = 1 GB (gigabyte).1024 GB = 1TB (terabyte)
การแปล กรุณารอสักครู่..