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 Quizizz
20 questions
1.2.2 Application Generation

Quiz
•
12th Grade - University
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
10 questions
quis algoritma

Quiz
•
University
20 questions
Fundamentals of Programming C++

Quiz
•
9th Grade - University
20 questions
Compiler Review

Quiz
•
University
10 questions
TBA Pekan 1

Quiz
•
University
10 questions
NLP quiz II

Quiz
•
University
20 questions
Relational & Logical Operators

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade