Introduction to Automata Quiz

Introduction to Automata Quiz

University

8 Qs

quiz-placeholder

Similar activities

Turing Machine Basics

Turing Machine Basics

University

8 Qs

Automata theory Q1

Automata theory Q1

University

10 Qs

TAFL Quiz (Third) for B.Tech 2nd year(F,G,H,I,J,K,L) +MCA

TAFL Quiz (Third) for B.Tech 2nd year(F,G,H,I,J,K,L) +MCA

University

10 Qs

Automata

Automata

University

10 Qs

Fun with Artificial Intelligence

Fun with Artificial Intelligence

University

11 Qs

GK Quiz

GK Quiz

University

10 Qs

Introduction to AI -  Quiz

Introduction to AI - Quiz

University

10 Qs

Computer Scientists Quiz

Computer Scientists Quiz

1st Grade - University

10 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