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

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;

14 Cards in this Set

  • Front
  • Back

Digitizing Information

A process where information is represented by a grouping of symbols.




In this context information refers to the presence or absence of a phenomenon at a specific place and time

Information

Refers to (in this context) the presence or absence of a phenomenon at a specific place and time

PandA

The Presence and Absence mentality of information




Presence = yes, true, on, is, 1


Absence - no, false, off, isn't 0

Bit

the information contained in one PandA observation




each bit has two possibilities (0 or 1)

Binary System

the system composed of bits or the two possibilities of 0 or 1

Memory

The process that sets the PandA observation




for example, flicking a light switch sets the memory of the switch

Memory Sequence

a grouping of memory in a designated order

Calculating the number of possible memory strings that can be produced from n bits

2^n

Binary

a base two counting system that computers use to record bits.




has 0/1st, 2nd, 4th, 8th, and so on places

Byte

8 bits = 1 byte in memory storage




bytes look like 1101 0010




Memory strings are made from combinations of bytes

Hexadecimal system

a base 16 counting system with 16 symbols developed because binary information is hard for humans to read.




In this system, two digits equate to one byte




Handy for encoding information

ASCII or American Standard Code for Information Interchange

A system that used an 8 bit binary representation system (byte)




There are 256 symbols that can be represented by this system because 8 bits are used and 2^8 = 256

Metadata

stored information about the data being stored.




Common themes include


- structure


- relations


- collection process


- units


- display


- timing

Tags (as in html)

One way to express metadata




All HTML structure is a form of metadata for webpages