
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
The number of tokens in the following C statement is printf("HELLO WORLD");
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
20 questions
EST102 : PROGRAMMING IN C TEST 1

Quiz
•
University
10 questions
FLAT-SS-UNIT - 1 -B

Quiz
•
University
20 questions
OS quiz

Quiz
•
University
15 questions
Quiz II

Quiz
•
University
20 questions
Compiler Review

Quiz
•
University
20 questions
C Programming Quiz(session 1)

Quiz
•
University
10 questions
COMPILER DESIGN QUIZ 28.3.2023

Quiz
•
University
20 questions
1.2.2 Application Generation

Quiz
•
12th Grade - University
Popular Resources on Wayground
18 questions
Writing Launch Day 1

Lesson
•
3rd Grade
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
40 questions
Algebra Review Topics

Quiz
•
9th - 12th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
19 questions
Handbook Overview

Lesson
•
9th - 12th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade