IT tutor

IT tutor

12th Grade

18 Qs

quiz-placeholder

Similar activities

Mastering Express JS Concepts

Mastering Express JS Concepts

12th Grade - University

15 Qs

การเขียนโปรแกรม C เบื้องต้น

การเขียนโปรแกรม C เบื้องต้น

12th Grade

13 Qs

2.3 Programming Data Review

2.3 Programming Data Review

9th - 12th Grade

16 Qs

Data Structures Quiz

Data Structures Quiz

9th - 12th Grade

14 Qs

quiz1B1

quiz1B1

7th Grade - University

20 Qs

Quiz Informatika Genap KLs 7

Quiz Informatika Genap KLs 7

7th Grade - University

15 Qs

Asesmen Sumatif PHP

Asesmen Sumatif PHP

10th Grade - University

20 Qs

Quiz5:Web

Quiz5:Web

12th Grade

13 Qs

IT tutor

IT tutor

Assessment

Quiz

Information Technology (IT)

12th Grade

Hard

Created by

Dimension 21

Used 2+ times

FREE Resource

18 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

45 sec • 5 pts

Which modifier performs case-insensitive matching in regular expressions?

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does the regular expression pattern [0-9] match?

Any letter from a to z

Any digit from 0 to 9

Any special character

Any whitespace character

3.

FILL IN THE BLANK QUESTION

45 sec • 5 pts

Which metacharacter matches a digit in regular expressions?

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does the quantifier n+ match?

Zero or more occurrences of n

Exactly one occurrence of n

At least one occurrence of n

Zero or one occurrence of n

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

JavaScript Methods and Objects

What does the test() method of RegExp return?

The matched text

The index of the match

true or false

A new string

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What will "Hello world!".repeat(2) return?

"Hello world!Hello world!"

"Hello world!2"

"Hello world! Hello world!"

An Error

None of the Above

7.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does the exec() method return when no match is found?

false

0

null

undefined

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?