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

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

9th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Actividad PSEINT

Actividad PSEINT

10th - 11th Grade

10 Qs

drivers ed final exam

drivers ed final exam

9th - 11th Grade

8 Qs

The Writing Process 5 steps

The Writing Process 5 steps

9th - 12th Grade

13 Qs

Variables in RobotC

Variables in RobotC

9th - 12th Grade

15 Qs

Measuring and marking and setting out t

Measuring and marking and setting out t

9th Grade

10 Qs

2021 XMAS - The Chase

2021 XMAS - The Chase

10th - 11th Grade

10 Qs

Media Storage

Media Storage

11th - 12th Grade

10 Qs

Educación en la Era digital

Educación en la Era digital

9th Grade

10 Qs

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

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

Assessment

Quiz

Instructional Technology

9th - 12th Grade

Practice Problem

Medium

Created by

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

Used 17+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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?