C# Консультация. Повторение

C# Консультация. Повторение

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Cultura Digital

Cultura Digital

10th Grade

13 Qs

The Evolution of Traditional to New Media

The Evolution of Traditional to New Media

12th Grade

15 Qs

Dasar Desain Grafis

Dasar Desain Grafis

12th Grade

10 Qs

Unlocking of Difficulties

Unlocking of Difficulties

12th Grade

15 Qs

INTRODUCCION A LA PROGRAMACION

INTRODUCCION A LA PROGRAMACION

6th Grade - University

10 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

Recuperação Matemática II - Java - Programação 2 trimestre

Recuperação Matemática II - Java - Programação 2 trimestre

12th Grade

11 Qs

Introduction to Information Communication Technology

Introduction to Information Communication Technology

11th Grade

15 Qs

C# Консультация. Повторение

C# Консультация. Повторение

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Medium

Created by

Галина Елкина

Used 17+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Правильно ли написано получение числа?

int number = Console.ReadLine();

да

нет

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Чего не хватило в прошлом вопросе, чтобы получить правильно число?

int number = Console.ReadLine();

ToInt64

ToInt

ToSingle

ToInt32

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Как правильно соединить два предыдущих вопроса?

int number = Console.ToInt32(ReadLine());

int number = Convert.ToInt32(Console.ReadLine());

int number = Convert.ToInt32.Console.ReadLine();

int number = Console.ReadLine().ToInt32();

int number = ToInt32(Console.ReadLine());

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Правильно ли написана форматированная строка с переменными name и age?

Console.WriteLine($"Пользователь {name} возрастом {age}");

Верно

Неверно

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Какое ключевое слово пишется перед именем переменной при неявной типизации?

??? distance = 156572882;

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что должно быть в месте пропуска?

double number = Convert.______(Console.ReadLine());

ToSingle

ToInt64

ToDouble

ToString

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Что пропущено в строчке кода?

Console.________("Hello World!");

WhiteLine

WhileWrite

WriteLine

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?