Subject | English | Thai |
comp., MS | 8-bit color | สีแบบ 8 บิต (A display setting that holds up to 256 specific color entries. Any color palette attached to a picture is by definition an 8-bit palette) |
comp., MS | 128-bit encryption | การเข้ารหัสลับ 128 บิต (A high level of encryption that uses a 128-bit key to scramble the contents of a file or data packet to make the data unreadable without the decryption key) |
comp., MS | 40-bit encryption | การเข้ารหัสลับ 40 บิต (A low level of encryption that uses a 40-bit key to scramble the contents of a file or data packet to make the data unreadable without the decryption key) |
comp., MS | 32 bit machine | คอมพิวเตอร์แบบ 32 บิต (A computer that works with data in groups of 32 bits at a time. The Apple Macintosh II and higher models are 32-bit machines, in terms of both the word size of their microprocessors and the size of the data buses, as are computers based on the Intel 80386 and higher-level microprocessors) |
comp., MS | 64 bit machine | คอมพิวเตอร์แบบ 64 บิต (A computer that works with data in groups of 64 bits at a time. A computer may be considered a 64-bit machine either because its CPU operates internally on 64-bit words or because its data bus can transfer 64 bits at a time. A 64-bit CPU thus has a word size of 64 bits, or 8 bytes; a 64-bit data bus has 64 data lines, so it ferries information through the system in sets of 64 bits at a time. Examples of 64-bit architecture include the Alpha AXP from Digital Equipment Corporation, the Ultra workstation from Sun Microsystems, Inc., and the PowerPC 620 from Motorola and IBM) |
comp., MS | bit mask | บิตมาสก์ (A numeric value intended for a bit-by-bit value comparison with other numeric values, typically to flag options in parameter or return values. Usually this comparison is done with bitwise logical operators, such as And and Or in Visual Basic, && and || in C++) |
comp., MS | bit specification | ข้อกำหนดจำนวนบิต (The number of colors or levels of gray that can be displayed at one time. The amount or memory in the computer's graphics controller card controls the display. An 8-bit controller can display 256 colors or levels of gray; a 16-bit controller, 64,000 colors; and a 24-bit controller, 16.8 million colors) |
comp., MS | bits per second | บิตต่อวินาที (The number of bits transmitted every second, used as a measure of the speed at which a device, such as a modem, can transfer data) |
comp., MS | broadcast bit | บิตการกระจายข้อมูล (A one-bit field value in the flags field of the DHCP packet sent by the client to provide a hint to the DHCP server and to the relay agents to broadcast any messages sent to the client) |
comp., MS | dirty bit | บิตแก้ไข (A bit used to mark modified data in a cache so that the modifications may be carried over to primary memory) |
comp., MS | multiple bit rate | หลายอัตราบิต (A characteristic of a data stream in which the same content is encoded at several different bit rates in oder to optimize content delivery) |
comp., MS | parity bit | พาริตี้บิต (In asynchronous communications, an extra bit used in checking for errors in groups of data bits transferred within or between computer systems. In modem-to-modem communications, a parity bit is often used to check the accuracy with which each character is transmitted) |
comp., MS | secure bit | บิตความปลอดภัย (The bit in a key message used to notify the supplicant and authenticator when a key exchange is complete and a link is considered secure. The bit is set to 0 (not secure) or 1 (secure)) |