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

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;

29 Cards in this Set

  • Front
  • Back
T OR F

One dimensional, two state cellular automata based on nearest neighbor interactions have 8 components to each rule.
TRUE
T OR F

All cellular automata are reversible if we know the state of every cell in any one generation.
FALSE
T OR F

Class 4 cellular automata have all the characteristics of living organisms.
FALSE
How many possible rules are there for the one-dimensional CA?
256
What does the component 001 mean when used in reference to a one-dimensional CA?
WHITE-WHITE-RED

ONE RED, OR ON CELL ON RIGHT GIVES RISE TO A LIVE CENTER CELL IN THE NEXT GENERATION
Describe class 2 cellular automata.
CLASS 2 CA IS CA WITH AN ORDERED PATTERN WHE STARTING FROM RANDOM INITIAL CONDITIONS. THESE PATTERNS ARE USUALLY LINES, INCLUDING DIAGONALS AND TRIANGELS.
In the Game of Life, how many live neighbors must a dead cell have in order to become a live cell?
3
What are the rules for Ballistic Deposition?
1. DROP A CELL INTO ANY COLUMN
2. IT FALLS UNTIL IT HITS THE BOTTOM, LANDS ON TOP OF ANOTHER CELL OR MAKES CONTACT WITH THE SIDE OF A CELL
What are the rules for Diffusion Limited Aggregation?
1. PLACE A LIVE CELL, VARY FROM THE SEED OR EXISTING AGGREGATE
2. IT DOES A RANDOM WALK UNTIL IT MAKES CONTACT WITH ANY OTHER LIVE CELL
3. IF IT GETS TOO FAR AWAY FROM THE EXISTING AGGREGATE, THEN IT IS KILLED AND THE PROCESS BEGINS WITH A NEW CELL
What are the rules for flocking?
1. TRY TO MACTH THE VELOCITY OF THE GROUP
2. TRY TO MOVE TOWARD THE CENTER OF THE GROUP
3. TRY TO AVOID COLLISION IN THE GROUP
---- ----- models provide a convient technique for exploring signal propogation, causality and self-organization.
CELLULAR AUTOMATA
A CA model is a collection of cells where the future characteristic of each cell is determined by the ---- characteristic of the cell and its neighbors according to a set of rules.
PRESENT
When the new or next generation of a cell is determined by the state of the current generation of the cell and the state of its two nearest neighbors, there are --- possibilities.
EIGHT
Automata classes are defined by the state of the automata when it is started from ---- initial conditions and allowed to evolve for an extended period of time.
RANDOM
Class 1 cellular automata is defined as those automata whose rules lead to --- states.
UNIFORM

AFTER SOME UNSPECIFIED NUMBER OF GENERATIONS, ALL THE CELLS HAVE THE SAME BLACK OR WHITE STATE.
Class 2 CA have ---- patterns.
PERIODIC

ALL DIAGONAL LINES
CA that never settle down to a final organized pattern are class ----. These automata normally will have organized structures form and exist for several generations.
THREE

TRIANGELS ARE TYPICALLY FORMED
Class 4 CA show a mixture of --- and organized behavior.
CHAOTIC
In this class, the final state is periodic. the colors often oscilate and form a striped pattern, diagonal lines for example.

Same as dropping a ball on a table that comes back to the same height- period 2
CLASS 2
This class has a final choatic state and an arrangement of inidividual structures, Appears random but we can preditc where it will end because the rules are set.
CLASS 3
In this class the final state is a set of structures that appear to mobe against an organized background.

Has random initial conditions, looks chaotic at first but it usually has a uniform background- like triangles.
CLASS 4
In 2-D or 1-D CA, you cannot go in reverse because you cannot tell where the first ball has been dropped.
2-D
In ___-D CA, we can always see the state of a previous generation.
1
In ___-D CA, we lose the ability to record the historical arrangement.
2
Name the rules of Conway's Game of Life.
1. EACH CELL HAS 8 NEAREST NEIGHBORS
2. A LIVE CELL SURVIVES IF IT HAS 2 OR 3 NEAREST NEIGHBORS
3. IT DIES IF IT HAS MORE THAN 3 AND LESS THAN 2
4. A DEAD CELL COMES TO LIFE IF IT HAS EXACTLY THREE LIVE NEIGHBORS
RULES:

Start with a 2-D matrix, pick a cell at the top and let the particle drop.

Each partical falls until it hits the bottom or makes contact with another cell.
BALLISTIC DEPOSITION
RULES:

Start with a single point, it comes in from all directions- not just the top.

Makes contact with a particle and it sticks, if it strays too far it dies and a new cell is formed.
DIFFUSION LIMITED AGGREGATION

DLA
RULES:

Seek the center

Match the velocity

Collission avoidacne
FLOCKING
VORTEX CHAOS=
FLIPPING VELOCITY MATCHING