Real-life connections
Conway's game of life
Wolfram cellular automaton
Binary Number
Electronics
100

Name one real-life example

Chemical reaction or shell pigmentation

100

Name an interesting creature or behavior.

R-pentomino, Gemini, eater, glider, undecidability, etc.

100

What states can the cell be in?

Alive or dead

100

What is the decimal representation of 110?

6

100

Describe TTL protocol for logic.

Voltage high is 1 low is 0.

200

Name another real-life example

Chemical reaction or shell pigmentation


200

Describe the rules.

Depends on the number of alive cells of the nearest neighbors.

200

When plotting the results for rule 30 that shows a pyramid-like structure, what does the vertical axis represent?

Generations of evolution.

200

What is the binary representation of 10?

1010

200

What does XOR gate do?

One returns true if exactly one input is true.

300

Describe the pattern of the chemical reaction

Concentric circles

300

Describe the creature that self-replicates

Deletes the previous copy after a new copy is created. Has a very long tape that contains the instructions. Moves one big step after millions of generations.

300

If you want to have different output plots of the results, what can you change?

The rule or the initial condition.

300

What is 110+011

1001

300

What does NAND gate do?

Outputs False only if both inputs are True.

400

What is the difference between real shell patterns and the cellular automaton model?

Real cells can have long-range neural modulation.

400

Describe two interesting creatures in the game of life (not mentioned before).

R-pentomino, Gemini, eater, glider, etc.

400

What kind of behaviors have been demonstrated with these cellular automata?

Repetition, chaos, or Turing completeness.
400

What is 1101-0111?

110

400

What gate constitutes a universal set?

NAND.

500

What will happen for the chemical reaction if the division factor k2 for the cells with value 255 goes to 8 (the maximum)

The chemical reaction dies and all cells end up having value 1 very quickly

500

What is the shape of the five cell structure that leads to the longest non-repeating evolution

r
500

What is 101*101?

11001

500

How many two input binary logic operations are there in total? Not just the ones with good names.

16.