BNF Quiz

Description

Test your knowledge on BNF and EBNF
Amy Dang
Quiz by Amy Dang, updated more than 1 year ago
Amy Dang
Created by Amy Dang over 1 year ago
20
0

Resource summary

Question 1

Question
Define a grammar for the empty language, which is a language containing no strings. (There is no valid sentence in the empty language.)
Answer
  • empty ->

Question 2

Question
Define a grammar for the letter language. A letter is a lower-case Latin letter between a and z.
Answer
  • <letter> -> <a> | <b>| <c> | ... |<z>|

Question 3

Question
Define a grammar for the word language. A word is a sequence of one or more letters. You may refer to the letter nonterminal defined above.
Answer
  • <word> -> <letter> |<word> <letter>

Question 4

Question
Define a grammar for the parenthesis language, where all sentences in the parenthesis language consist of balanced pairs of left and right parentheses. Example of valid pairs: (), (()), ()(), (((()())()())). Example of invalid pairs: ())(, (, )(, )(((((((((.
Answer
  • <paren> -> (<paren>) <paren> | <empty>
Show full summary Hide full summary

Similar

French -> small but important words for GCSE
georgie_hill
An Inspector Calls - Themes
Emily Simms
SAT Sample Essay - Failure/ Success
nedtuohy
AQA GCSE Biology B1 unit 1
Olivia Phillips
Chemistry (C1)
Phobae-Cat Doobi
AS Biology- OCR- Module 1 Cells Specification Analysis and Notes
Laura Perry
Geography: Population
ameliaalice
GCSE - Introduction to Economics
James Dodd
World War One
Micheal Heffernan
Music Therapy - CBMT practice exam #1
Jessica H.
1PR101 2.test - Část 18.
Nikola Truong