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

Lab7_Quiz

Quiz
•
Computers
•
University
•
Medium
bme programming
Used 1+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
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
Similar Resources on Quizizz
11 questions
Recap Chapter 6, 7, 8

Quiz
•
University
15 questions
OOP Semifinal Quiz IS2C

Quiz
•
University
10 questions
AppsLab_Q2

Quiz
•
10th Grade - Professi...
14 questions
Array output

Quiz
•
University
10 questions
Python Quiz 1 : Python Basics

Quiz
•
University
10 questions
java script

Quiz
•
University
15 questions
ARRAYLIST - JAVA

Quiz
•
University
15 questions
Array Java

Quiz
•
University
Popular Resources on Quizizz
15 questions
Character Analysis

Quiz
•
4th Grade
17 questions
Chapter 12 - Doing the Right Thing

Quiz
•
9th - 12th Grade
10 questions
American Flag

Quiz
•
1st - 2nd Grade
20 questions
Reading Comprehension

Quiz
•
5th Grade
30 questions
Linear Inequalities

Quiz
•
9th - 12th Grade
20 questions
Types of Credit

Quiz
•
9th - 12th Grade
18 questions
Full S.T.E.A.M. Ahead Summer Academy Pre-Test 24-25

Quiz
•
5th Grade
14 questions
Misplaced and Dangling Modifiers

Quiz
•
6th - 8th Grade