Subject | English | Turkish |
comp., MS | 128-bit encryption | 128 bit şifreleme (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 bit şifreleme (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 bit makine (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 bit makine (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 manipulation | bit işleme (An action intended to change only one or more individual bits within a byte or word. Manipulation of the entire byte or word is much more common and generally simpler) |
comp., MS | bit mask | bit maskesi (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 pattern | bit deseni (A combination of bits, often used to indicate the possible unique combinations of a specific number of bits. For example, a 3-bit pattern allows 8 possible combinations and an 8-bit pattern allows 256 combinations) |
comp., MS | bit rate | bit hızı (The speed at which binary digits are transmitted) |
comp., MS | bit-rate throttling | bit hızı azaltma (The ability to slow down the rate at which files can be downloaded) |
comp., MS | bit specification | bit belirtimi (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 | multiple bit rate | birden çok bit hızı (A characteristic of a data stream in which the same content is encoded at several different bit rates in oder to optimize content delivery) |