• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/17

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

17 Cards in this Set

  • Front
  • Back
Number
A unit belonging to an abstract mathematical system and is subject to specified laws of succession, addition, and multiplication.
Natural Number
The number 0 or any number obtained by repeatedly adding 1 to this number. The counting numbers.
Negative Number
Less than zero and is opposite in sign to a positive number.
Integer
Any of the natural numbers or any of the negative numbers.
Rational Number
An integer or the quotient of two integers (any value that can be expressed as a fraction).
Base of a Number System
Specifies the number of digits used in the system. Or:
The foundational value of a number system, which dictates the number of digits and the value of the digit positions.
Properties of Digits
Always start with 0 and continue through one less than the base.
Example: 2 digits in base 2, 0 and 1.
Positional Notation
A system of expressing numbers in which the digits are arranged in succession, the position of each digit has a place value, and the number is equal to the sum of the products of each digit by its place value. Or:
The value is represented as a polynomial in the base of the number system.
Hashing
A computing technique that takes numbers and scrambles them, and one way to scramble numbers is to interpret them in a different base.
Digits in Base 16
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F
Converting from Base 10 to other Basess
While (the quotient is not zero)
1. Divide the decimal number by the new base
2. Make the remainder the next digit to the left in the answer
3. Replace the decimal number with the quotient
Low-Voltage Signals
Equated with a 0.
High-Voltage Signals
Equated with a 1.
Storage Locations
Storage locations cannot be empty. they must contain either a 0 or a 1.
Bit
Binar digit, the smallest storage unit in the computer
Byte
A group of 8 bits
Words
Groups of bytes. The number of bits in a word is known as the word length of the computer.