Subject | English | Korean |
comp., MS | addition operator | 더하기 연산자 (The + character, used to indicate addition or a positive number) |
comp., MS | arithmetic operator | 산술 연산자 (An operator that performs an arithmetic operation: +, -, x, or /. An arithmetic operator usually takes one or two arguments) |
comp., MS | assignment operator | 대입 연산자 (An operator used to assign a value to a variable or data structure) |
comp., MS | Backup Operators group | Backup Operators 그룹 (A type of local or global group that contains the user rights you need to back up and restore files and folders. Members of the Backup Operators group can back up and restore files and folders regardless of ownership, permissions, encryption, or auditing settings) |
comp., MS | Boolean operator | 부울 연산자 (An operator designed to work with Boolean values. The four most common Boolean operators in programming use are AND (logical conjunction), OR (logical inclusion), XOR (exclusive OR), and NOT (logical negation)) |
comp., MS | comparison operator | 비교 연산자 (A character or symbol that indicates a relationship between two or more values or expressions - for example, < (less than), > (greater than), and = (equal to)) |
comp., MS | decrement operator | 감소 연산자 (An operator that subtracts 1 from its operand depending on the position of the operator) |
comp., MS | fail-safe operator | 유사 시 대기 운영자 (A user who receives the alert if the designated operator cannot be reached) |
comp., MS | increment operator | 증가 연산자 (An operator that increases an integer typically by 1) |
comp., MS | join operator | 조인 연산자 (A comparison operator in a join condition that determines how the two sides of the condition are evaluated and which rows are returned) |
comp., MS | lambda operator | 람다 연산자 (The C => operator that is used to separate the parameters and the body of a lambda expression) |
comp., MS | logical operator | 논리 연산자 (The and/or operator used when constructing a rule) |
comp., MS | main operator extension | 기본 운영자 내선 번호 (The extension at which Attendant console users who are answering calls for the corporate main phone number can be reached internally) |
comp., MS | mobile operator | 통신사 (A company that provides telephone and other communications services to consumers) |
comp., MS | mobile operator app | 통신사 앱 (A privileged app that enables a mobile operator to build an account experience that links their SIM to the Connection Manager under Mobile Broadband connections) |
IT | operator console | 운영자 콘솔 |
comp., MS | operator overloading | 연산자 오버로드 (The assignment of more than one function to a particular operator, with the implication that the operation performed will vary depending on the data type (operands) involved. Some languages, such as Ada and C++, specifically allow for operator overloading) |
comp., MS | operator procedure | 연산자 프로시저 (A series of Visual Basic statements that define the behavior of a standard operator (such as *, <> or And) on a class or structure you have defined. This is also called operator overloading) |
comp., MS | Remote Tools Operator | 원격 도구 운영자 (A security role that grants permissions to administrative users so that they can run and audit remote administration tools) |
comp., MS | Report Operator user role | 보고서 운영자 사용자 역할 (In System Center Operations Manager 2007, the user role that grants members the rights to access and run reports. Because Virtual Machine Manager reports are created through Operations Manager, Virtual Machine Manager administrators must be a member of the Report Operator user role to view and run reports in the Virtual Machine Manager Administrator Console) |
comp., MS | Server Operators group | Server Operators 그룹 (A group whose members can manage all domain controllers in a single domain. This group does not exist on workstations, stand-alone servers, or member servers. Administrative tasks that can be performed by members of this group include logging on locally, creating and deleting network shared resources, starting and stopping services, backing up and restoring files, formatting the hard disk of the computer, and shutting down the computer) |
comp., MS | standard query operator | 표준 쿼리 연산자 (A method that constitutes a query pattern and that is implemented by a LINQ provider for a specific domain. Standard query operators are defined in the System.Linq.Enumerable class) |
comp., MS | unary operator | 단항 연산자 (An operator that takes only one operand, for example, the increment (++) operator) |