На сколько ты знаешь 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
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
15 questions
cmd and terminal
Quiz
•
7th Grade - University
10 questions
Week 4: Recap Java Programming
Quiz
•
University
10 questions
Third Year Placement Training Revision Test
Quiz
•
University
10 questions
GRAFIKA KOMPUTER
Quiz
•
University
14 questions
М1У1 Roblox
Quiz
•
5th Grade - University
10 questions
pointers and structures
Quiz
•
University
15 questions
Web Dev Midterm Quiz
Quiz
•
University
15 questions
6 Редактирование в Revit
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Computers
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
