Тест на знание C#
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Ольга Билан
Used 35+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какой способ вызова исключения является корректным?
call new Exception();
throw new Exception();
new Exception();
call Exception();
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на консоль?
enum Names
{
Viktor
}
static void Main(string[] args)
{
Console.WriteLine(Names.Viktor.GetType().Name);
}
Object
Value
Names
EnumValue
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на консоль?
int number = -3;
Console.WriteLine((uint)number);
3
-3
0
4294967293
Возникнет ошибка
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что будет выведено на консоль?
public class Person
{
public readonly string name = "Artur";
public Person(string name)
{
this.name = name;
}
}
class Program
{
static void Main(string[] args)
{
Person person = new Person("John");
Console.WriteLine(person.name);
Console.ReadKey();
}
}
"John"
"Artur"
Возникнет ошибка
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что делает модификатор sealed?
Запрещает наследование
Добавляется просто для наглядности, но ничего не изменяет
Разрешает наследование только один раз
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Можно ли наследоваться от нескольких интерфейсов?
Да
Нет
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Тип string является значимым или ссылочным типом?
Значимым
Ссылочным
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Linux Directory Structures
Quiz
•
10th Grade - University
21 questions
Новогодняя. Python
Quiz
•
9th Grade - University
20 questions
Quiz #1 RStudio
Quiz
•
University
20 questions
Tecnologías de programación-Competencia 1-Introducción-Métodos
Quiz
•
University
21 questions
Компьютерная лингвистика
Quiz
•
University
21 questions
Chapter 4-Java Selection & Loops
Quiz
•
University
21 questions
Prog Web U3
Quiz
•
University
23 questions
Official Fortnite Test
Quiz
•
KG - Professional Dev...
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
Discover more resources for Computers
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
9 questions
Principles of the United States Constitution
Interactive video
•
University
18 questions
Realidades 2 2A reflexivos
Quiz
•
7th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
25 questions
Integer Operations
Quiz
•
KG - University
7 questions
What Is Narrative Writing?
Interactive video
•
4th Grade - University
20 questions
SER vs ESTAR
Quiz
•
7th Grade - University
