На сколько ты знаешь C#

Quiz
•
Computers
•
University
•
Hard
Ylia Balashova
Used 11+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что такое перегрузка методов?
Передача слишком больших данных в функцию
Передача слишком большого файла через return
Использование одного имени для разных методов
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Что покажет код ниже?
namespace ProjectOne {
class MainClass {
static int num = 0;
public static void Main (string[] args) {
testFunc(num); testFunc(num); }
public static void testFunc (int num) {
MainClass.num++;
Console.Write(MainClass.num); } } }
00
11
01
12
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какие типы переменных существуют?
int, char, bool, string
int, char, bool, float, double
int, char, bool, float, double, uint, short
Ни один из них
Все перечисленные
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Какая функция корректно сравнивает две подстроки?
String.Check("hi", "hello");
String.Equal("hi", "hello");
String.Match("hi", "hello");
String.Compare("hi", "hello");
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Где верно происходит вывод данных в консоль?
Console.write("Hi");
сonsole.log("Hi");
print("Hi");
Console.WriteLine("Hi");
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
При каком условии результат будет равен значению true?
int a = 1, b = 5; bool some = false;
(some && a != 2) || b > 5
(b <= 5 || a == 3) && some
(b != 5 || a == 3) || (!some && a > 1)
some || a == 4 || b < 3
(b > 5 && a <= 3) || (!some || a < 1)
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Где правильно создана переменная?
x = 0;
$x = 10;
int num = "1";
float big_num = 23.2234;
char symbol = 'A';
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
Arrays in C (II yr 02.07.2020)

Quiz
•
University
13 questions
PRF192 C Programming

Quiz
•
University
11 questions
Quiz 2

Quiz
•
University
15 questions
Игруха

Quiz
•
University
15 questions
C# Structured, Selection and Iteration

Quiz
•
9th Grade - University
5 questions
Semana 01

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
10 questions
csharp

Quiz
•
University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University