CS2001 W01

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/11

flashcard set

Earn XP

Description and Tags

Last updated 12:20 PM on 10/22/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

12 Terms

1
New cards

What is a computer?

Anything which can perform computation

2
New cards

What is an alphabet in terms of a FSM?

A finite set of symbols

3
New cards

What does Σ represent?

The input alphabet of a FSM

4
New cards

What does Γ represent?

The output alphabet of a FSM

5
New cards

What does ε represent?

The empty string

6
New cards

What does S represent?

A finite set of states in a FSM

7
New cards

What does s0 represent?

The initial state of a FSM

8
New cards

What does a transition table describe?

The behaviour of a FSM

9
New cards

What does the output function do?

It describes the output for each (state, input) pair

ω : S X Σ —> (Γ {ε})

10
New cards

What does the transition function do?

It describes the next state for each (state, input) pair

δ : S X Σ —> S

11
New cards

What are the 3 ways that you can describe an FSM?

Transition table

6 tuple

graphically

12
New cards

What are the symbols in an FSM?

knowt flashcard image