NUMBER SYSTEMS (Part 2) Flashcards

1
Q

DETERMINING THE RADIX

A

USING POSITIONAL NOTATION, BOTH DIGITS MUST BE CONVERTED TO DECIMAL THEN SOLVE FOR THE UNKNOWN BASE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

NUMBER SYSTEM OPERATIONS

A
  1. ARITHMETIC OPERATIONS
  2. BITWISE OPERATIONS
  3. RELATIONAL OPERATIONS
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

used to evaluate a condition that’s applied to one or two boolean expressions. The result of the evaluation is either true or false.

A

RELATIONAL OPERATIONS

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

works with the binary representation of a number rather than that number’s value. The operand is treated as a set of bits, instead of as a single number. Bitwise operators are similar in most languages that support them.

A

bitwise operator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Two forms of complement

A

DIMINISHED RADIX:
RADIX:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

〖(𝑟−1)〗^′ 𝑠 𝐶𝑜𝑚𝑝𝑙𝑒𝑚𝑒𝑛𝑡=(𝑟^𝑛−1)−𝑁

A

DIMINISHED RADIX:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

𝑟^′ 𝑠 𝐶𝑜𝑚𝑝𝑙𝑒𝑚𝑒𝑛𝑡=[(𝑟^𝑛−1)−𝑁]+1

A

RADIX:

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly