String Functions

String Functions

11th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

python(strings)

python(strings)

11th Grade

10 Qs

Chapter 3 Review

Chapter 3 Review

9th - 12th Grade

15 Qs

Code.org Unit 5 Lesson 15 Assessment

Code.org Unit 5 Lesson 15 Assessment

9th - 12th Grade

15 Qs

Python Variables

Python Variables

7th - 12th Grade

10 Qs

Problem Solving using Python and R - UNIT I STRINGS MCQS

Problem Solving using Python and R - UNIT I STRINGS MCQS

12th Grade

15 Qs

MySQL Functions

MySQL Functions

12th Grade

15 Qs

Java Strings

Java Strings

9th - 12th Grade

12 Qs

C#

C#

11th Grade

10 Qs

String Functions

String Functions

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Diviya ip

Used 16+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the string function which combines more than one string

combine

instr

concat

substring

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name the function which gives the position of the first occurrence of second string in first string

concat

instr

mid

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

name the function which returns that specified number of characters from the beginning of the string

substr

left

right

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

what will be output for

select instr("formating", "4")

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

what will be the output for

conact("class","XII",NULL)

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

write the output for

select mid('pandemic year', 2,3);

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

write the output for

select right('informatics practices',5);

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?