Sign and Magnitude

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/91

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

92 Terms

1
New cards

Sign and Magnitude

Method to represent negative numbers in binary.

2
New cards

Two's Complement

Alternative method to represent negative binary numbers.

<p>Alternative method to represent negative binary numbers.</p>
3
New cards

Binary Addition

Process of adding binary values using logic circuits.

4
New cards

Overflow Error

Occurs when addition exceeds bit capacity.

5
New cards

Logic Gates

Electronic components performing binary operations.

6
New cards

Arithmetic Operators

Operators for addition, subtraction, multiplication, etc.

7
New cards

Comparison Operators

Operators for comparing binary values.

8
New cards

Carry Bit

Bit carried over in binary addition.

9
New cards

Fixed Point Binary

Represents fractions using a fixed number of bits.

10
New cards

Binary Values

Values expressed in base-2 numeral system.

11
New cards

Most Significant Bit (MSB)

First bit indicating sign in binary representation.

12
New cards

Binary Representation

Encoding numbers using binary digits (0s and 1s).

13
New cards

Denary

Decimal number system, base-10.

14
New cards

Bit Capacity

Maximum number of bits a computer can handle.

15
New cards

Range of Values

Determined by number of bits in binary.

16
New cards

Negative Representation

Methods to express negative integers in binary.

17
New cards

Binary Addition Rules

Rules governing addition of binary digits.

18
New cards

Binary Fraction

Fraction represented in binary format.

19
New cards

Bit

Basic unit of information in computing, 0 or 1.

20
New cards

Byte

Group of 8 bits used for data storage.

21
New cards

Exponentiation

Mathematical operation of raising a number to a power.

22
New cards

DIV Operator

Integer division operator in binary arithmetic.

23
New cards

MOD Operator

Remainder operator in binary arithmetic.

24
New cards

Two's Complement

Method to represent negative binary values.

25
New cards

Byte

Storage unit consisting of 8 bits.

26
New cards

Maximum Value (1 Byte)

Largest number is 255 in one byte.

27
New cards

Integer Storage

Commonly uses 2 or 4 bytes.

28
New cards

Floating-Point Representation

Used to represent fractions in computing.

29
New cards

Negative Number Representation

Achieved using two's complement method.

30
New cards

Sign and Magnitude

Method representing both sign and magnitude.

31
New cards

MSB (Most Significant Bit)

Indicates sign in two's complement representation.

32
New cards

Binary Arithmetic

Mathematical operations performed on binary numbers.

33
New cards

Flipping Bits

Changing 0s to 1s and vice versa.

34
New cards

Adding One

Final step in calculating two's complement.

35
New cards

Denary to Binary

Converting decimal numbers to binary format.

36
New cards

Binary to Denary

Converting binary numbers back to decimal.

37
New cards

Negative Denary Conversion

Process to convert negative decimal to binary.

38
New cards

Example of -3

Binary representation is 11111101.

39
New cards

Example of -96

Binary representation is 10100000.

40
New cards

Example of -5

Binary representation is 11111011.

41
New cards

Example of -10

Binary representation is 11110110.

42
New cards

Example of -20

Binary representation is 11101100.

43
New cards

Bit Flipping Rule

Change digits until the first '1' is reached.

44
New cards

Signed Binary Representation

Method to represent both positive and negative numbers.

45
New cards

Binary Addition Rule

In binary, 1 + 1 = 0 with carry.

46
New cards

Two's Complement

Method for representing negative binary numbers.

47
New cards

Binary Subtraction

Using addition of two's complement for subtraction.

48
New cards

Overflow

Result exceeds maximum representable value in bits.

49
New cards

Fixed-Point Binary

Binary representation with a fixed binary point location.

50
New cards

Fractional Values

Negative powers of 2 representing decimal fractions.

51
New cards

ASCII

Character encoding standard for text representation.

<p>Character encoding standard for text representation.</p>
52
New cards

Unicode

16-bit character encoding for global language support.

53
New cards

Binary Fractions

Bits right of binary point represent fractional values.

54
New cards

Decimal Equivalent

Value conversion from binary to decimal format.

55
New cards

Character Set Size

Determines number of characters a system can use.

56
New cards

ATM Character Set

Limited character set for cash machine interfaces.

57
New cards

Binary Point

Fixed position in fixed-point binary representation.

58
New cards

Negative Powers of 2

Values like 2^-1, 2^-2 represent fractions.

59
New cards

8-Bit Representation

Uses 8 bits to represent values, max 255.

60
New cards

Character Value

Unique numeric value assigned to each character.

61
New cards

Localisation of Software

Adapting software for different cultural interfaces.

62
New cards

Two's Complement Calculation

Example: 6510 + -4310 equals 2210.

63
New cards

Binary Addition

Combining binary numbers to produce a sum.

64
New cards

Bit Allocation

Number of bits assigned for data representation.

65
New cards

Standard Binary Addition

Regular addition method for binary numbers.

66
New cards

Document Handling

Using Unicode for multilingual document support.

67
New cards

Bit Representation

Binary format used to represent data values.

68
New cards

ASCII

American Standard Code for Information Interchange.

69
New cards

7-bit ASCII

Represents 128 characters using 7 bits.

70
New cards

8-bit ASCII

Extends 7-bit ASCII with 128 additional characters.

71
New cards

ASCII value of '5'

Binary 0110101, decimal 53.

72
New cards

ASCII value of '8'

Binary 0111000, decimal 56.

73
New cards

Character encoding scheme

Method to represent characters in computers.

74
New cards

EOL command

Indicates end of line in text.

75
New cards

CR

Carriage return, moves cursor to start.

76
New cards

Fixed point binary

Represents binary fractions in a fixed format.

77
New cards

ASCII for 'Z'

Decimal 90, binary 01011010.

78
New cards

ASCII for 'X'

Decimal 88, binary 01011000.

79
New cards

ASCII for 'D'

Binary 1000100, decimal 68.

80
New cards

ASCII for 'G'

Binary 1000111, decimal 71.

81
New cards

ASCII for 's'

Binary 1110011, decimal 115.

82
New cards

ASCII for 'm'

Binary 1101101, decimal 109.

83
New cards

Benefit of ASCII

Uses 8 bits per character, saving memory.

84
New cards

Benefit of Unicode

Supports a wider range of characters.

85
New cards

Total characters in 7-bit ASCII

2^7 = 128 different characters.

86
New cards

Unicode

Character encoding supporting multiple languages.

87
New cards

ASCII for 'Ç'

Binary representation for extended ASCII character.

88
New cards

ASCII for 'Ð'

Binary representation for extended ASCII character.

89
New cards

ASCII for 'Ö'

Binary representation for extended ASCII character.

90
New cards

ASCII for 'ŵ'

Binary representation for extended ASCII character.

91
New cards

ASCII for 'φ'

Binary representation for extended ASCII character.

92
New cards

ASCII for 'έ'

Binary representation for extended ASCII character.