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

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;

28 Cards in this Set

  • Front
  • Back

bit

binary digit 0 or 1; used to represent numeric values, characters in an alphabet, punctuation marks etc

Boolean operations

or, and, not, xor (exclusive or)

address

numerical way to identify memory shell

hexidecimal notation

good way to write bit patterns

track

circle on disk platter where data is written or read

sector

part of a track in mass storage system

cylinder

set of tracks at given spot of read or write heads

seek time

time needed to move read or write heads to different track

latency time

average time for wanted data to spin to the heads

transfer rate

rate that data is written or read to or from a device

ISO

International Standards Organization; establishes standards on international level

ANSI

American National Standards Institute; establishes standards on national level

ASCII

system made by ANSI to encode text

flip flop

digital circuit that can hold a single digit (0 or 1) which remains constant until a pulse (temporary change to a 1 that returns 0) from another circuit causes it to shift to the other value;


digital circuit whose output may differ from the input depending on the pulse applied from another circuit

two's completion notation

way to encode whole numbersfl

floating point notation

way to encode numerical values that might have fractions

GIF

image compression method that restricts the amount of colors allowed

JPEG

image compression method that blurs the boarders of colors while keeping the same brightness levels

Unicode

encode text with each symbol shown by 21 bits which can be encoded in UTF-8, UTF-16 or UTF-32

gate

device that produces the output of a Boolean operation when given an operation's input values

stream

long string of bits

main memory

large collection of circuits where each is capable of storing a single bit; bit reservoir

cell

manageable unit organized in the main memory

byte

string of 8 bits; one cell has on byte

high-order end

left end of the bits in a memory cell; the front

low-order end

the right end of the bits in a memory cell; the end

most significant bit; high-order bit

the leftmost bit

least significant bit; low-order bit

the rightmost bit