
Compiler Brain Teasers: Lexical Edition

Quiz
•
Computers
•
University
•
Hard
DEVA I.
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the main role of a lexical analyzer in a compiler?
Optimize intermediate code
Parse the syntax of the program
Translate code to machine language
Convert source code into tokens
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is used by Lex to describe patterns for tokens?
Assembly instructions
Regular expressions
Context-free grammar
DFA transition tables
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
In Lex, which variable stores the matched lexeme?
yytok
yylval
yytext
yyparse
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What function is called to start the scanning process in a Lex program?
main()
yylex()
yytext()
scanf()
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following regular expressions matches a valid identifier in C?
[0-9][a-zA-Z_]*
[a-zA-Z_][a-zA-Z0-9_]*
[A-Z_][0-9a-z]*
[a-z][A-Z]*
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the use of the %% symbol in a Lex file?
Starts the C code section
Denotes the end of file
Separates sections (definitions, rules, C code)
Comments out code
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the output of Lex after processing input?
Syntax tree
Assembly code
Intermediate code
Token stream
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
APi Security webinar

Quiz
•
University
10 questions
Thanos' Nightmare - Corpus Linguistics

Quiz
•
University
10 questions
C Classes

Quiz
•
University
15 questions
Coding and Debugging

Quiz
•
University
10 questions
POP Module-1 Q-1 2023

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

Quiz
•
University
9 questions
Hadhshake y OAuth Quiz

Quiz
•
University
15 questions
Software Engineering

Quiz
•
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