• +91 9723535972
  • info@interviewmaterial.com

Automata Interview Questions and Answers

Automata Interview Questions and Answers

Question - 1 : - What Is The Difference Between The Strings And The Words Of A Language?

Answer - 1 : -

A string is any combination of the letters of an alphabet where as the words of a language are the strings that are always made according to certain rules used to define that language.For example if we take

Alphabet Σ = { a , b }  Here a , b are the letters of this alphabet.

As you can see we can make a lot of strings from these letters a and b.

For example a,b,aa,ab,ba,bb,aaa,aab,aba,baa,…………………… and so on.

But when we define a language over this alphabet having no a’s and only odd number ofb’s. Then the words of this language would have only those strings that have only odd number of b’s and no a’s.some example words of our defined language are b , bbb , bbbbb , bbbbbbb ,……………………………..and so on.

So we can say that all the words are strings but all the strings may not be the words of a language. Hence strings are any combination of letters of an alphabet and the words of a language are strings made according to some rule.

Question - 2 : - What Is The Difference Between An Alphabet And An Element Of A Set. Whether Alphabet Is An Element Of A Set Or It Is A Set Itself?

Answer - 2 : -

An Alphabet is a set in itself. The elements of an Alphabet are called letters.

For example

Binary Alphabet Σ = {0,1}

Here 0,1 are the letters of binary alphabet.

Binary Alphabet is very important because it the Alphabet used by the computer.

Set of Natural Numbers

N={1,2,3,4,5,…………………………………..}

Here 1,2,3……………………………………. are the elements of set of Natural Numbers.

Question - 3 : - What Is Null String (Λ) ?

Answer - 3 : -

The string with zero occurrences of symbols (letters) from ∑.

It is denoted by (Small Greek letter Lambda) λ or (Capital Greek letter Lambda) Λ, is called an empty string or null string.

The capital lambda will mostly be used to denote the empty string, in further discussion.

Question - 4 : - What Is The Concept Of Valid And Invalid Alphabets ?

Answer - 4 : -

While defining an alphabet of letters consisting of more than one symbols, no letter should be started with any other the letter of the same alphabet i.e. one letter should not be the prefix of another. However, a letter may be ended in the letter of same alphabet i.e. one letter may be the suffix of another.

Σ= { a , b } ( Valid Alphabet)
Σ= { a , b , cd } ( Valid Alphabet)
Σ= { a , b , ac } ( Invalid Alphabet)

Question - 5 : - What Is Algol ?

Answer - 5 : -

ALGOL (ALGOrithmic Language) is one of several high level languages designed specifically for programming scientific computations. It started out in the late 1950’s, first formalized in a report titled ALGOL 58, and then progressed through reports ALGOL 60, and ALGOL 68. It was designed by an international committee to be a universal language. Their original conference, which took place in Zurich, was one of the first formal attempts to address the issue of software portability. ALGOL’s machine independence permitted the designers to be more creative, but it made implementation much more difficult. Although ALGOL never reached the level of commercial popularity of FORTRAN and COBOL, it is considered the most important language of its era in terms of its influence on later language development.

ALGOL’s lexical and syntactic structures became so popular that virtually all languages designed since have been referred to as “ALGOL – like”; that is they have been hierarchical in structure with nesting of both environments and control structures.

Question - 6 : - What Is Non-determinism And Determinism And What Is The Difference Between Them ?

Answer - 6 : -

Determinism means that our computational model (machine) knows what to do for every possible inputs. Non determinism our machine may or may not know what it has to do on all possible inputs.

As you can conclude from above definition that Non-Deterministic machine can not be implemented ( used ) on computer unless it is converted in Deterministic machine.

Question - 7 : - What Is Meant By Equivalent Fa’s ?

Answer - 7 : -

FA’s that accept the same set of languages are called Equivalent FA’s.

Question - 8 : - What Is The Difference Between Palindrome And Reverse Function?

Answer - 8 : -

It is to be denoted that the words of PALINDROME are called palindromes.

Reverse   = w

Example: Σ={a,b},

PALINDROME={Λ , a, b, aa, bb, aaa, aba, bab, bbb, …}

If a is a word in some language L, then reverse (a) is the same string of letters spelled backwards, called the reverse of a.

e.g

reverse (xxx) = xxx
reverse (623) = 326
reverse (140) = 041

Question - 9 : - Valid/in-valid Alphabets?

Answer - 9 : -

Any alphabet is valid if any of its letter does not appear in the start of any other letter otherwise it is invalid.

Question - 10 : - What Is Reverse Of A String?

Answer - 10 : -

Alphabet provides only a set of symbols. A string is a concatenation of these symbols. Reverse of the string means to write the string in reverse order. It has no effect on alphabet. Alphabet will remain same.


NCERT Solutions

 

Share your email for latest updates

Name:
Email:

Our partners