На сколько ты знаешь 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
10 questions
Video Games

Quiz
•
6th - 12th Grade
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
10 questions
UPDATED FOREST Kindness 9-22

Lesson
•
9th - 12th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
20 questions
US Constitution Quiz

Quiz
•
11th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Would you rather...

Quiz
•
KG - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

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

Interactive video
•
4th Grade - University
10 questions
The Constitution, the Articles, and Federalism Crash Course US History

Interactive video
•
11th Grade - University
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
16 questions
Water Modeling Activity

Lesson
•
11th Grade - University
10 questions
ACT English prep

Quiz
•
9th Grade - University