IT tutor

IT tutor

12th Grade

18 Qs

quiz-placeholder

Similar activities

Digital Communication and Technology Assessment

Digital Communication and Technology Assessment

10th Grade - University

15 Qs

MakeCode Arcade Questions

MakeCode Arcade Questions

10th Grade - University

15 Qs

Quiz de Programação em Scratch e JS

Quiz de Programação em Scratch e JS

12th Grade

15 Qs

Understanding Loops in C Programming

Understanding Loops in C Programming

1st Grade - University

15 Qs

 uji coba Strategi Algoritma dan Pemrograman

uji coba Strategi Algoritma dan Pemrograman

11th Grade - University

15 Qs

Microsoft Word test 1

Microsoft Word test 1

6th Grade - University

16 Qs

Mastering C: Control Structures and More

Mastering C: Control Structures and More

12th Grade

20 Qs

Word Processing

Word Processing

9th Grade - University

15 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?