Which of the following statements about regular expressions is false?

a. The quantifier {n,} in a regular expression matches at least n occurrences of the preceding pattern.
b. The quantifier {n,m} in a regular expression matches between n and m (inclusive) occurrences of the preceding
pattern.
c. The question mark (?) quantifier matches one occurrence of the pattern that it quantifies.
d. A set of braces containing one number, {n}, matches exactly n occurrences of the pattern it quantifies.


c. The question mark (?) quantifier matches one occurrence of the pattern that it quantifies.

Computer Science & Information Technology

You might also like to view...

Which of the following is TRUE about sharing software?

A) When a desktop computer uses software from a server, the software files remain permanently in RAM of the desktop computer. B) Even if software is installed on a server, portions of it must also be installed on the desktop computers. C) If the server where the software is installed is not functioning, the other desktop computers can still use the software. D) Software only has to be installed and updated on one computer.

Computer Science & Information Technology

________ is now built into Windows 8.1 and is the same virtualization technology that was used in Windows Server 2008 and later versions of Windows

Fill in the blank(s) with correct word

Computer Science & Information Technology

To merge a cell across multiple columns in an HTML table, you use thecolspanattribute in the openingthortdtag for the cell to specify the number of columns in which it should be displayed. _________________________

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

The coloring agents in inks are known as _____________.

a. pigments b. colorants c. dyes d. all of the above

Computer Science & Information Technology