Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Choose the match for each given basic regular expression in question 1) to 3 ): 1) 'JavalC' (a) Java (b) C (c) javalc (d) JAVA
Choose the match for each given basic regular expression in question 1) to 3 ): 1) 'JavalC' (a) Java (b) C (c) javalc (d) JAVA (e) JavaaC 2) ' [o], (a) twitter (b) amazon (c) google (d) great (e)None of above 3) ' class {.} ' (a) class class class (b) class{ int a=0} (c) class a (d) class int a=0; (e) None of above 4) ' a ? [bc], (a) abc (b) a ? [bc] (c) a? (d) a[bc (e)None of above Choose match for each given extended regular expression in question 4) to 6): 5) ' [azs]you[?!.](hint:Ismatchesanyspacecharacter) (a) are you OK ? (b)nice to meet you! (c) Hey...you! (d) eh ii love you. (e) None of above 6) ' [ aeiou ]{6} ' (a) peach (b) lychee (c) papaya (d) loquat (e) None of above 7) ' (++[19][02468])0, (a) +2 (b) 20 (c) 2 (d) +0 (e) None of above
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started