Introduction to Automata Quiz

Introduction to Automata Quiz

University

8 Qs

quiz-placeholder

Similar activities

Cryptanalysis of Enigma Machine

Cryptanalysis of Enigma Machine

University

12 Qs

Parts of AI

Parts of AI

University

10 Qs

ComputerSecurityQ1Review:History

ComputerSecurityQ1Review:History

10th Grade - University

12 Qs

Lección Unidad 1

Lección Unidad 1

University

10 Qs

Quizzard

Quizzard

University

10 Qs

Teaching Common Competencies in ICT - Prelim Quiz

Teaching Common Competencies in ICT - Prelim Quiz

University

10 Qs

1st Quiz - Foundation of AI

1st Quiz - Foundation of AI

University

10 Qs

Fun with Artificial Intelligence

Fun with Artificial Intelligence

University

11 Qs

Introduction to Automata Quiz

Introduction to Automata Quiz

Assessment

Quiz

Computers

University

Medium

Created by

Arnold Galve

Used 1+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Any problem can always be reduced to a decision problem.

True
False
Only some problems can be reduced
Decision problems are unrelated to other problems

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A correspondence between a collection of possible input values and a collection of output values such that each possible input is assigned a unique output.

Mapping
Relation
Function
Association

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Functions so complex that there is no well-defined step-by-step process for determining their output based on their input values.

Computable functions
Deterministic algorithms
Recursive functions
Non-computable functions

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements IS TRUE?

Computable functions is the study of the ultimate capabilities of machines.

Solutions to a problems requires the evaluation of a computable function.

Computers can only perform computations described by functions.

All decision problems are noncomputable.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements IS NOT TRUE about a turing machine?

A Turing machine can recognize regular languages.
A Turing machine can be implemented using finite state machines.
A Turing machine cannot perform basic computations.
A Turing machine can simulate any algorithm.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A function is computable if it can be computed by a Turing Machine.

Probably true

False

True

Probably True

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following DOES NOT belong to the group?

Bin Packing

Graph Coloring

Travelling Salesman Algorithm

Quicksort

8.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If a function cannot be computed by a Turing Machine, then it is said to be:

computable
decidable
recursive
non-computable