NLP WEEK1-B1

NLP WEEK1-B1

University

10 Qs

quiz-placeholder

Similar activities

Ai 7A

Ai 7A

University

10 Qs

AInnovate

AInnovate

University

10 Qs

IT01

IT01

University

10 Qs

Surprise

Surprise

University

11 Qs

Flip classroom quiz-NLP (A+B)

Flip classroom quiz-NLP (A+B)

University

15 Qs

Quiz-1(Session 2023-24)

Quiz-1(Session 2023-24)

University

11 Qs

Chapt.7 - Introduction to SQL

Chapt.7 - Introduction to SQL

University

10 Qs

Object oriented programming in java

Object oriented programming in java

University

13 Qs

NLP WEEK1-B1

NLP WEEK1-B1

Assessment

Quiz

Computers

University

Medium

Created by

Prashanthi Prashanthi

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which library in Python is commonly used for NLP tasks?

Numpy

TensorFlow

NLTK

Keras

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which module is used in Python for regular expressions?

'regex'

're'

'regexp'

'rex'

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character is used to represent zero or more occurrences of the preceding character in a regular expression?

+

?

*

$

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the \b in a regular expression pattern represent?

Beginning of a string


End of a string

Word boundary

Any character

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a regular expression, what does [a-zA-Z] represent?

Matches any single character

Matches any lowercase character

Matches any uppercase character

Matches any letter

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the \s in a regular expression pattern represent?

Any character

  • Any digit


Any whitespace character

Any special character

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the "re.fullmatch()" method do in Python RegEx?

Matches a pattern anywhere in the string

Matches the entire string against a pattern

Returns the first occurrence of a pattern

Performs a case-sensitive search

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?