С№ 15

С№ 15

10th Grade

10 Qs

quiz-placeholder

Similar activities

CodeHS 3.1 - 3.3

CodeHS 3.1 - 3.3

9th - 12th Grade

12 Qs

C# 12

C# 12

10th Grade

10 Qs

Операторы If и Switch в C++

Операторы If и Switch в C++

10th Grade

13 Qs

Arduino Programming

Arduino Programming

7th - 12th Grade

12 Qs

Level 1 - week 1

Level 1 - week 1

7th Grade - University

8 Qs

Sains Komputer (Java) 3: Struktur Kawalan Pilihan II

Sains Komputer (Java) 3: Struktur Kawalan Pilihan II

10th Grade - University

10 Qs

Video Games

Video Games

9th - 12th Grade

10 Qs

С№ 15

С№ 15

Assessment

Quiz

Computers

10th Grade

Hard

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Что будет выведено на консоли ?

string str = "zqwyrqwou";

char ch = str[4];

Console.WriteLine(ch);

z

q

w

r

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Какое значение может хранить тип данных float?

12.5

string

=

void

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как правильно создать цикл повторяющийся 10 раз ?

for ( i < 10) { }

for (int i = 0; i < 10; i++) { }

for (int i = 0; i < 10; ) { }

for (int i = 0;) { }

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как правильно считать строку с консоли ?

Console.WriteLine();

Console.ReadLine();

string s = Console.ReadLine();

Console();

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как правильно считать строку с консоли ?

Console.WriteLine();

Console.ReadLine();

string s = Console.ReadLine();

Console();

6.

MULTIPLE SELECT QUESTION

1 min • 1 pt

Выберите методы с возвращаемым значением.

public int method(int a, int b)

public void method(int a, int b)

public float method(int a, int b)

public string method(int a, int b)

public void method(int a, int b)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как создать экземпляр класса Warrior?

Warrior MyPerson = new Warrior();

Warrior MyPerson = new class();

class MyPerson = new Warrior();

Warrior MyPerson = new MyPerson();

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?