• 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/10

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;

10 Cards in this Set

  • Front
  • Back
What is the decimal (base-10) system?
Basic numbering system used in everyday math.
What is the binary (base-2) system?
foundatation of computer operations. 1s and 0s
In a binary number system what is the diget on the rightmost side refered to as?
The Least Significant Bit (LSB)
In a binary number system what is the diget on the leftmost side refered to as?
The Most Significant Bit (MSB)
Convert this Binary number to Decimal: 11111101?
253

128 / 64 / 32 / 16 / 8 / 4 / 2 / 1

Figure out which one is set to 1.
How many bits are assigned in an IP address?
32-bits
11111111 11111111 11111111 11111111 = 255.255.255.255
How many octets are in an IP address?
4
(each separated by a ".")
What "power of #" do we use to convert a decimal number to a binary number?
Powers of 2
Convert this decimal number to binary notation: 452
111000100
IP addresses are represented using ______.
32-bit binary numbers