comp-think / 2024-2025

The GitHub repository containing all the material related to the Computational Thinking and Programming course of the Digital Humanities and Digital Knowledge degree at the University of Bologna (a.a. 2024/2025).
12 stars 0 forks source link

Lecture "Introduction to Computational Thinking", exercise 1 #1

Open essepuntato opened 1 month ago

essepuntato commented 1 month ago

What are all the possible sentences that one can produce using the regular grammar introduced in Section “Historic hero: Noam Chomsky”?

KikaYang commented 1 month ago

"I write" "You write" "I read" "You read"

nicoldamelio commented 1 month ago

"I write", "I read", "you write", "you read"

digitalctrlv commented 1 month ago

“I write” “I read” “you write” “you read”

VirgiBo commented 1 month ago

"I write" "I read" "You write" "You read"

maridematteis commented 1 month ago

"I write" "you write" "I read" "you read"

Fahmyrose commented 1 month ago

"I" "write" --> "I write" "you" "write" --> "you write"

"I" "read" --> "I read" "you" "read" --> "you read"

ERendall commented 1 month ago

"I write" "I read" "You write" "You read"

martinaucch commented 1 month ago

< sentence > => "I" < verb > => "I" "write" "I" "read"

< sentence > => "you" < verb > => "you" "write" "you" "read"

ValkyrieCain9 commented 1 month ago

< sentence > ::= "I" "write" < sentence > ::= "you" "write" < sentence > ::= "I" "read" < sentence > ::= "you" "read"

martinamrc commented 1 month ago

"I" "write", "I" "read", "you" "write", "you" "read"

mir-pin commented 1 month ago

< sentence > ::= "I" "write" < sentence > ::= "you" "write" < sentence > ::= "I" "read" < sentence > ::= "you" "read"

OLIVER792001 commented 1 month ago

"I write" "I read" "You write" "You read"

rumana-mh commented 1 month ago

"I write", "I read", "you write", "you read".

theair-hub commented 1 month ago

"I write", "I read", " you write" and "you read".

essepuntato commented 1 month ago

HI all, thanks for commenting. Just a note: the symbol ::= is used only in the production rules, and should not be adopted outside their definitions.

simplycyrus99 commented 1 month ago

I write you write I read you read

kettelaugust commented 10 hours ago

I write I read You write You read