Back to the 2023 paper
Similar questions
Compiler DesignChoose the correct option / answer the following: During lexical analysis, how many tokens are identified in the following statement? while(count<=10) count = count + 1; (i) 9 (ii) 11 (iii) 10 (iv) 1220242mFormal Language & Automata TheoryDesign deterministic finite automata for the set of strings over the alphabet \{a, b\} containing at least three occurrences of three consecutive b's, overlapping permitted (e.g., the string bbbbb should be accepted).20197mFormal Language & Automata TheoryWhat is the minimum number of states in deterministic finite automata (DFA) for string starting with ba^2 and ending with a over alphabet \{a, b\}? (i) Ten (ii) Nine (iii) Eight (iv) Six20202mDiscrete MathematicsA grocery store employee is stocking apples. Each apple is a different color. There are 10 apples left in the box and the employee pulls out 2 of them at random. What is the probability that the employee pulls out one pink apple and yellow apple?20237m