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

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;

5 Cards in this Set

  • Front
  • Back

Binary

Base-2 numbering system, used by computers and can only have values 0 and 1.

Hexadecimal

Base-16 numbering system with 16 values 0-9 followed by A-F

MAC address

Media Access Control. Unique Hexadecimal value used to identify a device on the internet. NN-NN-NN-DD-DD-DD where N is the manufacturer code and D is the device code.

IP address

Internet Protocol is either IPv4(decimal) or IPv6(hexadecimal), unique address given to devices connected to the internet for identifying their location.

HTML

Hypertext Markup Language used to design web pages. Uses <tags> for example <html></html>. Webpages is divided into structure and presentation. HTML is the structure part containing the text, images, etc while CSS (Cascading Style Sheet) contains the font type, size, color, etc.