Lab7_Quiz

Lab7_Quiz

University

10 Qs

quiz-placeholder

Similar activities

Q2 - Python

Q2 - Python

University

10 Qs

GDSC Python Bootcamp

GDSC Python Bootcamp

University

8 Qs

CodeCadette

CodeCadette

University

15 Qs

C Program Array and strings

C Program Array and strings

University

10 Qs

OOPJ-E6

OOPJ-E6

University

10 Qs

Variables

Variables

University

13 Qs

Revision SAS PG1

Revision SAS PG1

University

10 Qs

Quiz on Stacks and Data Structures 2

Quiz on Stacks and Data Structures 2

University

10 Qs

Lab7_Quiz

Lab7_Quiz

Assessment

Quiz

Computers

University

Medium

Created by

bme programming

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which property gives the total number of characters in a string in C#?

size( )

Length

count( )

TotalLength

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the CompareTo method return when two strings are equal?

1

0

-1

Equal

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If string1.CompareTo(string2) returns a negative one, what does it mean?

string1 is equal to string2.

string1 comes after string2 in the sort order.

string1 comes before string2 in the sort order.

string1 is null.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which characters are removed by default when Trim() is used without parameters?

Only numbers

White spaces

Special characters

All characters

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does TrimStart() do?

Removes characters from the end of a string

Removes characters from the start of a string

Removes characters from both ends of a string

  • Removes a specific substring

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How are strings stored in C#?

As mutable objects

As arrays of integers

As immutable objects

As char pointers

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does Substring(2, 3) do?

Starts at index 2, takes 3 characters.

Removes 3 characters from index 2.

Replaces 3 characters from index 2.

Starts at index 3, takes 2 characters.

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?