DictionaryForumContacts

Terms containing Character | all forms | exact matches only
SubjectEnglishKorean
comp., MSagent characterMicrosoft 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., MSANSI character setANSI 문자 집합 (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., MSAny 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., MSAny 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., MSASCII character setASCII 문자 집합 (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., MSbase character기본 문자 (A character that has meaning independent of other characters, or any graphical character that is not a diacritical mark)
comp., MScharacter 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., MScharacter code문자 코드 (A numeric value that corresponds to a particular character in a set)
comp., MScharacter 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., MScharacter 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., MScharacter density문자 밀도 (In printing or screen display, a measure of the number of characters per unit of area or of linear distance)
comp., MScharacter 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., MScharacter encoding문자 인코딩 (A one-to-one mapping between a set of characters and a set of numbers)
comp., MScharacter 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., MScharacter formatting문자 서식 (Formatting you can apply to selected text characters)
comp., MScharacter map문자표 (A feature in Windows that makes it possible to use characters that are not displayed on the keyboard)
comp., MSCharacter Map문자표 (A feature in Windows that makes it possible to use characters that are not displayed on the keyboard)
comp., MScharacter 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., MScharacter 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., MScharacter rectangle문자 사각형 (The space taken up by the graphical representation (bit map) of a character)
comp., MScharacter 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., MScharacter spacing문자 간격 (The distance between characters in a line of text. Tracking, kerning, and scaling can be used to adjust the space between characters)
comp., MScharacter 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., MScharacter style문자 스타일 (A combination of any of the character formatting options identified by a style name)
comp., MScharacters 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., MScharacters 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., MScomposite 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., MScontrol 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., MSdouble-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., MSdouble-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., MSescape character이스케이프 문자 (A single character that suppresses any special meaning of the character that follows it)
comp., MSextended 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., MSfour character code4문자 코드 (A 32-bit unsigned integer that is created by concatenating four ASCII characters to identify a data format)
comp., MSfull-width character전자 (In a double-byte character set, a character that is represented by 2 bytes and typically has a half-width variant)
comp., MShalf-width character반자 (In a double-byte character set, a character that is represented by one byte and typically has a full-width variant)
comp., MSicon character아이콘 캐릭터 (The animated icon from the Help and Support Center that guides users through their first-run experience or Windows Welcome)
comp., MSidentifier 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., MSideographic character표의 문자 (A character in an Asian writing system that represents a concept or an idea, but not a particular word or pronunciation)
comp., MSleader character채움선 문자 (A dot, hyphen, or other character used to create a line that fills the space before a tab stop)
comp., MSlist-separator character목록 구분 기호 (A character, usually a comma or semicolon, that separates elements in a list)
comp., MSliteral type character리터럴 형식 문자 (A textual representation of a particular value of a data type. For example, 2147483647 represents a value of integer data type)
ITmagnetic ink character recognition자기 잉크 문자 인식MICR
comp., MSneutral character중립 문자 (A character that does not have strong right-to-left or left-to-right language attributes)
comp., MSnon-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., MSnonprinting 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., MSnon-spacing character공간을 차지하지 않는 문자 (A character, such as diacritic, that has no meaning by itself, but overlaps a base character to modify it)
comp., MSnull characternull 문자, 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. ")
IToptical character recognition광학 문자 인식
comp., MSoptical character recognition광학 인식 (A method of translating images of printed text into machine-encoded text)
comp., MSordinary character일반 문자 (In regular expressions, any valid character that does not have a special meaning in the current regular expression grammar)
comp., MSpattern-matching character패턴 일치 문자 (A keyboard character that can be used to represent one or many characters when conducting a query)
comp., MSprecomposed character미리 작성된 문자 (A single character that represents a sequence of characters, usually a combination of a base character and one or more diacritics)
comp., MSprefix characters접두사 (A set of 1 to 4 bytes that prefix each data field in a native-format bulk-copy data file)
comp., MSprivate character사용자 정의 문자 (A character created by the user)
comp., MSPrivate Character Editor사용자 정의 문자 편집기 (An editor that allows the user to create and manage private characters)
comp., MSreserved 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., MSseparator 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., MSsingle-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., MSspace 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., MSspacing character공백 문자 (A character with a non-zero width)
comp., MSspecial 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., MStab 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., MSUniversal 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., MSunsafe character안전하지 않은 문자 (A character in a URL that may be altered during transport across the Internet)
comp., MSwhite-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., MSwide character와이드 문자 (A 2-byte multilingual character code)
comp., MSwildcard character와일드카드 문자 (A keyboard character that can be used to represent one or many characters when conducting a query)

Get short URL