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

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;

25 Cards in this Set

  • Front
  • Back
nibble
a collection of bits on a 4 bit boundary
It takes four bits
to represent a single BCD or hexidecimal digit
byte
consists of 8 bits and is the smallest addressable datum (data item) in the microproccor
Main memory and I/O addresses in the PC
are all byte addresses
the bits in a byte
are numbered from bit zero (b0) through seven (b7)
Bit 0
is the low order bit or least significant bit
bit 7
is the high order bit or most significant bit of the byte
the rightmost bit in a binary number
is bit postition zero
byte values
require two hexidecimal digits
byte contains
8 bits, it can represent 2^8, or 256 different values
the PC
is a byte addressable machine
most important use for a byte
is holding a character code
ASCI character set
there are 128 defined codes in it
boundary for a WORD
is defined as either 16-bits or the size of the data bus for the processor
double word
two words
For Inted CPUs,
a word is a group of 16-bits
In a word
like the byte, bit 0 is the LSB and bit 15 is the MSB
a word contains exactly
two bytes
3 major uses for words
16-bit interger data values, 16-bit memory addresses, and any number system requiring 16 bits or less
double word quantity
is 32 bits
Larger CPUs such as the Pentium will
use double words when pulling data for memory
bit zero
is usually referred to as the
the LSB
hexidecimal System
uses 16 digits and thus the base 16
add "h"
in the end of a hexidecimal number
hexidecimal #'s that begin with a letter (A....F)
We add "0" at the beginning