COMP ARCH PRELIM Flashcards
a technique to represent and work with numbers
NUMBER SYSTEM
the most common number system
DECIMAL NUMBER SYSTEM
the value of digits will depend on its position
POSITIONAL VALUE SYSTEM
in binary number system, what is the Least significant bit (LSB)
the rightmost digit
in binary number system, what is the Most significant bit (MSB)
the leftmost digit
What does the binary number system represent?
on and off
what is each binary digit called?
bit
_________ is measured in terms of how many bits it can store
Computer memory
how many bits in 1 byte
8 bits
it has 8 digits from 0-7
OCTAL NUMBER SYSTEM
What digits are used in the hexadecimal number system?
0-9 & A-F
7 bit code that has 128 (27) possible codes
ASCII
ASCII stands for
American Standard code for Information Interchange
Most widely used alphanumeric code
ASCII
This is developed to support Indian languages on computer
ISCII
ISCII stands for:
Indian Script Code for Information Interchange
This is mostly used by government departments
ISCII
International coding system designed to be used with different language scripts
Unicode
Encompasses all physical aspects of computer systems.
COMPUTER ORGANIZATION
Logical aspects of system implementation as seen by the programmer.
E.g., instruction sets, instruction formats, data types, addressing
modes.
COMPUTER ARCHITECTURE