Looks like no one added any tags here yet for you.
Range of values BIT (1 bit)
0-1
Range of values NIB
0-15
Range of values BYTE
0-255
Range of values WORD
0-65535
Bit # of bits
1
Nib # of bits
4
Byte # of bits
8
Word # of bits
16
Threshold voltage for I/O port
1.4V
RAM on Basic Stamp MOSTLY used to store what?
variables
How many bytes of RAM does the Basic Stamp have?
32 bytes
What happens when the battery pack goes below 7 volts?
brownout
What happens to the program during a brownout?
program restarts
EEPROM stands for
electrically erasable programmable read-only memory
how to write "number of loops" as a constant
NUMBER_OF_LOOPS
how to write "number of loops" as a variable
numberOfLoops
Is RAM volatile or non-volatile?
volatile
Is EEPROM volatile or non-volatile?
non-volatile