Character Sets
Character Sets
A character is one of set of symbols, letters of alphabet, number, punctuation marks, that can be
arranged in groups to represent data for processing. The alphabets of computer language are called its
character set
NUMERIC CHARACTER
They include all number from 0 to 9
ALPHABETIC CHARACTERS
They include all capital & small letters of English Alphabet (A-Z)
SPECIAL CHARACTER
They include all signs present on keyboard. The signs printed on upper portion of keys are printed with
help of SHIFT KEY. These keys with signs on them perfrom special operations. So they are called
Operators
KINDS OF OPERATORS
1. Mathematical operators (used for calculation purpose)
2. Relational operators (used for comparisons)
3. Logical operators (used for logical processing)
4. special operators (used for perfroming special operations)
MATHEMATICAL OPERATIONS
RELATIONAL OPERATIONS
LOGICAL OPERATIONS
Most commonly used logical operations are NOT, OR, AND etc. or different logical processing. We will
read in details about these operations in higher classes
SPECIAL OPERATIONS