Theoretical Computer Science Concepts

Theoretical Computer Science Concepts

Assessment

Flashcard

Computers

KG

Hard

Created by

Dhananjay Joshi

FREE Resource

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FLASHCARD QUESTION

Front

What does RE stand for in Theoretical Computer Science?

Back

Regular Expressions

2.

FLASHCARD QUESTION

Front

What is a DFA?

Back

Deterministic Finite Automaton

3.

FLASHCARD QUESTION

Front

What is a Mealy machine?

Back

A type of finite state machine that produces outputs based on the current state and the current input.

4.

FLASHCARD QUESTION

Front

What is a Moore machine?

Back

A type of finite state machine that produces outputs based solely on the current state.

5.

FLASHCARD QUESTION

Front

What does PDA stand for?

Back

Pushdown Automaton

6.

FLASHCARD QUESTION

Front

What is a Turing Machine?

Back

A theoretical computational model that defines an abstract machine which manipulates symbols on a strip of tape according to a set of rules.