Given the rules for Wolfram's 1-D cellular automaton 111->0, 110->1, 101->1, 100->0, 011->0, 010->1, 001->1, 000->0 and initial state 010, how many 1's are in the row after 5 steps?

🎲 Try a Random Question  |  Total Questions in Quiz: 100  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CS411 Final Exam - Non-Standard Computing — practice the complete quiz, review flashcards, or try a random question.

MCQs on several prominent 'unconventional' computational methods and theories, including quantum computation, DNA and molecular computation, genetic algorithms, and cellular automata.
 


Given the rules for Wolfram's 1-D cellular automaton 111->0, 110->1, 101->1, 100->0, 011->0, 010->1, 001->1, 000->0 and initial state 010, how many 1's are in the row after 5 steps?