String Quiz

String Quiz

11th Grade

18 Qs

quiz-placeholder

Similar activities

Python Quiz (part 1)

Python Quiz (part 1)

9th - 12th Grade

20 Qs

Misconceptions Check

Misconceptions Check

9th - 12th Grade

15 Qs

C# 101 Assessment

C# 101 Assessment

9th - 12th Grade

20 Qs

C# alapok

C# alapok

11th Grade

15 Qs

Variables and Data Types Knowledge Check

Variables and Data Types Knowledge Check

9th - 12th Grade

16 Qs

Practice for 8th AP Java Quiz

Practice for 8th AP Java Quiz

10th - 12th Grade

14 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Basics

Python Basics

KG - University

15 Qs

String Quiz

String Quiz

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Viktor Kovács

Used 3+ times

FREE Resource

18 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mit írunk ki a konzolra?

string str = "Buborékrendezés";

Console.WriteLine(str.Substring(7, 4));

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milyen paramétereket kell megadnunk ahhoz, hogy "rék" jelenjen meg a konzolon?

string str = "Buborékrendezés";

Console.WriteLine(str.Substring(???));

(4, 3)

(4, 7)

(8, 3)

(8, 8)

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mit írunk ki a konzolra?

string str = "Napról napra, hétről hétre.";

Console.WriteLine(str.IndexOf("nap"));

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milyen paramétert kell megadnunk ahhoz, hogy "7" jelenjen meg a konzolon?

string str = "napról napra";

Console.WriteLine(str.IndexOf(???));

napra

nap

apra

n

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mit írunk ki a konzolra?

string str = "Napról napra";

Console.WriteLine(str.Replace("nap", "pap"));

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Milyen paramétereket kell megadnunk ahhoz, hogy "faluról falura" jelenjen meg a konzolon?

string str = "napról napra";

Console.WriteLine(str.Replace(???));

("nap", "falu")

("napr", "falun")

("napról", "faluról")

("napra", "falura")

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Mit írunk ki a konzolra?

string str = "True";

Console.WriteLine(str.ToLower());

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?