Skip to main content

DFA | Deterministic Finite Automata

Comments

Popular posts from this blog

Basics of Automata Theory

LEARNING OUTCOMES- STUDENT(S) WILL ABLE TO EXPLAIN- LO-1: Symbols, Alphabets & String and  Kleene Star (*/+). LO-2: Language & Regular Expression. LO-3: Transition Function, State   Diagram & Transition Matrix. LO-4: Grammar and conversion from   State Diagram to Grammar. v Automata is an ABSTRACT M/C. v DEALS WITH THE LOGIC OF COMPUTATION WITH RESPECT TO SIMPLE M/C. v AUTOMATA ENABLES COMPUTER SCIENTISTS AND ENGINEERS TO UNDERSTAND HOW  M/C  COMPUTE THE FUNCTION AND SOLVE PROBLEMS . SYMBOLS : a, b,------, z, .....    0, 1,------ ALPHABETS : (Ʃ)   < SET OF SYMBOLS> i ) Ʃ = { a, b }     ii) Ʃ = {a, b, 0, 1} STRING: { ϵ , a, b, ab },  ϵ : Epsilon   “LENGTH OF STRINGS”:  | ^ | = 0, |a| = 1, | ab | = 2                                         ...

Internet of Things MCQs (IoT-MCQs)

  Q1. What is the full form of IoT? a) Incorporate of Things b) Internet of Things   c) Internet of Technology d) Incorporate of Technology Show Answer (b) Internet of Things Q2. When was the actual term “Internet of Things” coined? a) 1998 b) 1999  c) 2000 d) 2002 Show Answer (b) 1999 Q3. What is the full form of IIOT? a) Index Internet of Things b) Incorporate Internet of Things c) Industrial Internet of Things d) Intense Internet of Things Show Answer (c) Industrial Internet of Things Q4.What is the java extension file in IoT. a) .jar b) .c c) .py d) .exe Show Answer (a) .jar Q5.Which language is preferred for IoT analytics. a) HTMT b) PHP (c)Python d) C++ Show Answer (c) Python Q6.Who invented the term IoT(Internet of Thing)? a) George Garton b) John Wright c) Edward Janeson  d) Kelvin Aston Show Answer (d) Kelvin Aston ...