Y13 Regular expressions

Y13 Regular expressions

11th - 12th Grade

14 Qs

quiz-placeholder

Similar activities

Microsoft Teams Live Meetings

Microsoft Teams Live Meetings

2nd Grade - Professional Development

11 Qs

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.4

PLTW CSE Quiz - Activities 1.1.1 thru 1.1.4

9th - 12th Grade

16 Qs

Understanding Flowchart Symbols and Conditions

Understanding Flowchart Symbols and Conditions

12th Grade - University

10 Qs

Unit 3 If statements Quiz

Unit 3 If statements Quiz

9th - 12th Grade

13 Qs

XII - CA - Lesson 4 - Introduction to PHP - Quiz 4

XII - CA - Lesson 4 - Introduction to PHP - Quiz 4

12th Grade

15 Qs

Gmetrix JavaScript Session 3 Test

Gmetrix JavaScript Session 3 Test

9th - 12th Grade

10 Qs

Flowcharts

Flowcharts

7th - 12th Grade

14 Qs

Google Sheets Basic Formulas

Google Sheets Basic Formulas

9th - 12th Grade

15 Qs

Y13 Regular expressions

Y13 Regular expressions

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Sharbrook stapleton

Used 116+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select the 2 strings that are matched by the regular expression:

a(bc)*d

abcbcbcbcd

acd

ad

acccd

2.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select the 2 strings that are matched by the regular expression:

a(b|c)?d

abcbcbcbcd

acd

ad

acccd

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Select the string that is NOT matched by the regular expression:

ab?c*d

abcbcbcbcd

acd

ad

acccd

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which regular expression matches the FSM?

a?bc(dc)*

a|b(cd)+

a+bc(dc)?

a(b|c)d*c*

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Regular expression are used to...

match patterns in text

draw FSMs

define programming language

correct spellings

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the strings that match the regular expression

(D|d)is(c|k)

disc

disK

is

DisK

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Which regular expression matches the FSM?

ab|cb+

(a|b)+cb*

(a|cb+)+

a?c|b*

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?