subscript

(1) In word processing and mathematical notation, a digit or symbol that appears below the line. Contrast with superscript.

(2) In programming, a method for referencing data in a table. For example, in the table PRICETABLE, the statement to reference a specific price in the table might be PRICETABLE (ITEM), ITEM being the subscript variable.
In a teo-dimensional table that includes price and discount, the statement PRICETABLE (ITEM, DISCOUNT) could reference a discounted price.
The relative locations of the current ITEM and DISCOUNT are kept in two index registers.

subscript
(1) Trong chú thích toán học và xử lý từ, một con số hoặc ký hiệu hiển thị ở phía dưới dòng. Trái với superscript.

(2) Trong lập trình, một phương pháp tham chiếu dữ liệu trong một bảng. Ví dụ, trong bảng PRICETABLE, câu lệnh tham chiếu một giá chuyên biệt trong bảng có thể là PRICETABLE (ITEM).
ITEM là biến được tham chiếu. Trong một bảng hai phương diện vốn bao gồm giá và giá được giảm PRICE (ITEM, DISCOUNT) có thể tham chiếu một giá được giảm.
Các vị trí liên quan của ITEM và DISCOUNT hiện hành được bảo quản trong hai công cụ đăng ký index (chỉ mục).


Published:

PAGE TOP ↑