The number of tokens in the following C statement is printf("HELLO WORLD");

CSE334_CA10_Lexical analysis

Quiz
•
Computers
•
University
•
Medium
Pushpendra Pateriya
Used 2+ times
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
8
9
5
3
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In a compiler, keywords of a language are recognized during
the lexical analysis of the program
code generation
parsing of the program
dataflow analysis
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The lexical analysis for a modern computer language such as Java needs the power of which one of the following machine models in a necessary and sufficient sense?
Finite state automata
Deterministic pushdown automata
Non-Deterministic pushdown automata
Turing Machine
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Consider the following statements: (I) The output of a lexical analyzer is groups of characters. (II) Total number of tokens in printf("i=%d, &i=%x", i, &i); are 11. (III) Symbol table can be implementation by using array and hash table but not tree. Which of the following statement(s) is/are correct?
Only (I)
Only (II) and (III)
All (I), (II), and (III)
None of these
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which one of the following statements is FALSE?
High-level language programs can be translated to different Intermediate Representations.
Context-free grammar can be used to specify both lexical and syntax rules.
Type checking is done before parsing.
Arguments to a function can be passed using the program stack.
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A lexical analyzer uses the following patterns to recognize three tokens T1, T2, and T3 over the alphabet {a,b,c}. T1: a?(b∣c)*a T2: b?(a∣c)*b T3: c?(b∣a)*c If the string bbaacabc is processed by the analyzer, which one of the following is the sequence of tokens it outputs?
T1T2T3
T3T3
T1T1T3
T2T1T3
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The output of a lexical analyzer is
Machine code
A parse tree
A stream of tokens
Intermediate code
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
FLAT-SS-UNIT - 1 -B

Quiz
•
University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
10 questions
COMPILER DESIGN QUIZ 28.3.2023

Quiz
•
University
20 questions
1.2.2 Application Generation

Quiz
•
12th Grade - University
16 questions
Computer Language Quiz

Quiz
•
9th Grade - University
20 questions
Compiler Review

Quiz
•
University
12 questions
Compiler Design -Lexical analysis and Syntax analysis

Quiz
•
University
10 questions
COMPILER DESIGN QUIZ

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade