Subject | English | Korean |
comp., MS | agent character | Microsoft Agent 캐릭터 (An interactive animated character who guides users through Windows Welcome. The character interacts with the user in ways similar to the natural aspects of human social communication. Characters can respond by using synthesized speech, recorded audio, or text in a cartoon word balloon) |
comp., MS | ANSI character set | ANSI 문자 집합 (An 8-bit character set used by Microsoft Windows that allows you to represent up to 256 characters (0 through 255) by using your keyboard. The ASCII character set is a subset of the ANSI set) |
comp., MS | Any Character | 모든 문자 (A menu item that allows the user to search a string based on a wildcard for a character, when the number of letters is known. Example: The search for D*O** will return all five-letter words that begin with a D and where O is the third letter) |
comp., MS | Any Character, 0 or More Matches | 모든 문자, 0개 이상 일치 (A menu item that allows the user to search a string based on a wildcard for a character. Example: The search for D*O** will return all words that begin with a D and where O is the third letter) |
comp., MS | ASCII character set | ASCII 문자 집합 (A standard 7-bit code for representing ASCII characters using binary values; code values range from 0 to 127. Most PC-based systems use an 8-bit extended ASCII code, with an extra 128 characters used to represent special symbols, foreign-language characters, and graphic symbols) |
comp., MS | base character | 기본 문자 (A character that has meaning independent of other characters, or any graphical character that is not a diacritical mark) |
comp., MS | character cell | 문자 셀 (A rectangular block of pixels that represents the space in which a given character is drawn on the screen. Computer displays use different numbers of pixels as character cells. Character cells are not always the same size for a given font, however; for proportionally spaced fonts, such as those commonly displayed on the Apple Macintosh, the height within a given font remains the same, but the width varies with each character) |
comp., MS | character code | 문자 코드 (A numeric value that corresponds to a particular character in a set) |
comp., MS | character data | 문자 데이터 (All the textual content of an element or attribute that is not markup. XML differentiates this plain text from binary data. In the XML OM, character data is stored in text nodes, which are implemented as DOM text objects) |
comp., MS | character definition table | 문자 정의 테이블 (A table of patterns that a computer can hold in memory and use as a reference for determining the arrangement of dots used to create and display bitmapped characters on the screen) |
comp., MS | character density | 문자 밀도 (In printing or screen display, a measure of the number of characters per unit of area or of linear distance) |
comp., MS | character device | 문자 입출력 장치 (A computer device, such as a keyboard or printer, that receives or transmits information as a stream of characters, one character at a time. The characters can be transferred either bit by bit (serial transmission) or byte by byte (parallel transmission) but are not moved from place to place in blocks (groups of bytes)) |
comp., MS | character encoding | 문자 인코딩 (A one-to-one mapping between a set of characters and a set of numbers) |
comp., MS | character entity | 문자 엔터티 (A code that's used in HTML to describe symbols, international letters, and other special characters. Character entities are maintained by the International Standards Organization (ISO)) |
comp., MS | character formatting | 문자 서식 (Formatting you can apply to selected text characters) |
comp., MS | character map | 문자표 (A feature in Windows that makes it possible to use characters that are not displayed on the keyboard) |
comp., MS | Character Map | 문자표 (A feature in Windows that makes it possible to use characters that are not displayed on the keyboard) |
comp., MS | character mode | 문자 모드 (" A display mode in which the monitor can display letters, numbers, and other text characters but no graphical images or WYSIWYG ("what-you-see-is-what-you-get") character formatting (italics, superscript, and so on).") |
comp., MS | character pad | 문자 패드 (The pad in Tablet PC Input Panel that you can use to write one character (such as a letter, number, or symbol) at a time. Each character is converted into typed text) |
comp., MS | character rectangle | 문자 사각형 (The space taken up by the graphical representation (bit map) of a character) |
comp., MS | character set | 문자 집합 (A grouping of alphabetic, numeric, and other characters that have some relationship in common. For example, the standard ASCII character set includes letters, numbers, symbols, and control codes that make up the ASCII coding scheme) |
comp., MS | character spacing | 문자 간격 (The distance between characters in a line of text. Tracking, kerning, and scaling can be used to adjust the space between characters) |
comp., MS | character string | 문자열 (A set of characters treated as a unit and interpreted by a computer as text rather than numbers. A character string can contain any sequence of elements from a given character set, such as letters, numbers, control characters, and extended ASCII characters) |
comp., MS | character style | 문자 스타일 (A combination of any of the character formatting options identified by a style name) |
comp., MS | characters per inch | 인치당 문자 수 (A measurement for the number of characters of a particular size and font that can fit into a line one inch long. This number is affected by two attributes of the type: its point size and the width of the letters in the particular font being measured. In monospace fonts, characters have a constant width; in proportional fonts, characters have varying widths. Thus, measurements of the number of characters per inch must be averaged) |
comp., MS | characters per second | 초당 문자 수 (A measure of the rate at which a device, such as a disk drive, can transfer data. In serial communications, the speed of a modem in bits per second can generally be divided by 10 for a rough determination of the number of characters per second transmitted) |
comp., MS | composite character | 복합 문자 (A text element consisting of a base character and a diacritic or accent mark. Although most common in the Latin script, other scripts (including Greek, Devanagari, and Tamil) also have composite characters) |
comp., MS | control character | 제어 문자 (A character that is inserted in right-to-left and mixed text to specify the formatting of text when the inherent directionality of the text is insufficient to display expected results) |
comp., MS | double-byte character set | 더블바이트 문자 집합 (A character set that can use more than one byte to represent a single character. A DBCS includes some characters that consist of 1 byte and some characters that consist of 2 bytes. Languages such as Chinese, Japanese, and Korean use DBCS) |
comp., MS | double-byte characters | 더블바이트 문자 (A set of characters in which each character is represented by two bytes. Some languages, such as Japanese, Chinese, and Korean, require double-byte character sets) |
comp., MS | escape character | 이스케이프 문자 (A single character that suppresses any special meaning of the character that follows it) |
comp., MS | extended character | 확장 문자 (Any of the 128 additional characters in the extended ASCII (8-bit) character set. These characters include those in several non-English languages, such as accent marks, and special symbols used for creating pictures) |
comp., MS | four character code | 4문자 코드 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format) |
comp., MS | full-width character | 전자 (In a double-byte character set, a character that is represented by 2 bytes and typically has a half-width variant) |
comp., MS | half-width character | 반자 (In a double-byte character set, a character that is represented by one byte and typically has a full-width variant) |
comp., MS | icon character | 아이콘 캐릭터 (The animated icon from the Help and Support Center that guides users through their first-run experience or Windows Welcome) |
comp., MS | identifier type character | 식별자 형식 문자 (" A character that that forces a literal to assume a data type other than the one its form indicates. You do this by appending the character to the end of the literal. For example, "%" forces the Integer data type of the literal "L" in the following declaration: Dim L%.") |
comp., MS | ideographic character | 표의 문자 (A character in an Asian writing system that represents a concept or an idea, but not a particular word or pronunciation) |
comp., MS | leader character | 채움선 문자 (A dot, hyphen, or other character used to create a line that fills the space before a tab stop) |
comp., MS | list-separator character | 목록 구분 기호 (A character, usually a comma or semicolon, that separates elements in a list) |
comp., MS | literal type character | 리터럴 형식 문자 (A textual representation of a particular value of a data type. For example, 2147483647 represents a value of integer data type) |
IT | magnetic ink character recognition | 자기 잉크 문자 인식MICR |
comp., MS | neutral character | 중립 문자 (A character that does not have strong right-to-left or left-to-right language attributes) |
comp., MS | non-printable character | 인쇄할 수 없는 문자 (A character used to control the format of displayed or printed information, rather than to represent a particular letter, digit, or other special character. The space () is one of the more important nonprinting characters) |
comp., MS | nonprinting character | 인쇄할 수 없는 문자 (A character used to control the format of displayed or printed information, rather than to represent a particular letter, digit, or other special character. The space () is one of the more important nonprinting characters) |
comp., MS | non-spacing character | 공간을 차지하지 않는 문자 (A character, such as diacritic, that has no meaning by itself, but overlaps a base character to modify it) |
comp., MS | null character | null 문자, Null 문자 (" A character code with a null value; literally, a character meaning "nothing." Although it is real in the sense of being recognizable, occupying space internally in the computer, and being sent or received as a character, a NUL character displays nothing, takes no space on the screen or on paper, and causes no specific action when sent to a printer. In ASCII, NUL is represented by the character code 0. ") |
IT | optical character recognition | 광학 문자 인식 |
comp., MS | optical character recognition | 광학 인식 (A method of translating images of printed text into machine-encoded text) |
comp., MS | ordinary character | 일반 문자 (In regular expressions, any valid character that does not have a special meaning in the current regular expression grammar) |
comp., MS | pattern-matching character | 패턴 일치 문자 (A keyboard character that can be used to represent one or many characters when conducting a query) |
comp., MS | precomposed character | 미리 작성된 문자 (A single character that represents a sequence of characters, usually a combination of a base character and one or more diacritics) |
comp., MS | prefix characters | 접두사 (A set of 1 to 4 bytes that prefix each data field in a native-format bulk-copy data file) |
comp., MS | private character | 사용자 정의 문자 (A character created by the user) |
comp., MS | Private Character Editor | 사용자 정의 문자 편집기 (An editor that allows the user to create and manage private characters) |
comp., MS | reserved character | 예약된 문자 (A keyboard character that has a special meaning to a program and, as a result, normally cannot be used in assigning names to files, documents, and other user-generated tools, such as macros. Characters commonly reserved for special uses include the asterisk (*), forward slash (/), backslash (\), question mark (?), and vertical bar (|)) |
comp., MS | separator character | 구분 문자 (A character you choose to indicate where you want text to separate when you convert a table to text, or where you want new rows or columns to begin when you convert text to a table) |
comp., MS | single-byte character set | 싱글바이트 문자 집합 (A character encoding in which each character is represented by 1 byte. Single byte character sets are mathematically limited to 256 characters) |
comp., MS | space character | 공백 문자 (A character that is entered by pressing the SPACEBAR on the keyboard and that typically appears on the screen as a blank space) |
comp., MS | spacing character | 공백 문자 (A character with a non-zero width) |
comp., MS | special character | 특수 문자 (A character that is not found on your keyboard and must be inserted from within the software or by pressing a combination of keys on your keyboard) |
comp., MS | tab character | 탭 문자 (A character used to align lines and columns on screen and in print. Although a tab is visually indistinguishable from a series of blank spaces in most programs, the tab character and the space character are different to a computer. A tab is a single character and therefore can be added, deleted, or overtyped with a single keystroke) |
comp., MS | Universal Character Set | 범용 문자 집합 (An international standard character set reference that is part of the Unicode standard. The most widely held existing version of the UCS standard is UCS-2, which specifies 16-bit character values currently accepted and recognized for use to encode most of the world's languages) |
comp., MS | unsafe character | 안전하지 않은 문자 (A character in a URL that may be altered during transport across the Internet) |
comp., MS | white-space character | 공백 문자 (" Any characters that can be found between words - this includes space (" "), newline (carriage return in combination with line feed), and the tab character.") |
comp., MS | wide character | 와이드 문자 (A 2-byte multilingual character code) |
comp., MS | wildcard character | 와일드카드 문자 (A keyboard character that can be used to represent one or many characters when conducting a query) |