На сколько ты знаешь C#
Quiz
•
Computers
•
University
•
Practice Problem
•
Hard
Ylia Balashova
Used 11+ times
FREE Resource
Enhance your content in a minute
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
12 questions
OOP- Class+Object
Quiz
•
University
12 questions
Operators in C
Quiz
•
University
10 questions
PHP
Quiz
•
University
10 questions
Unit 24 - Java Basics
Quiz
•
University
15 questions
BASIC C PROGRAMMING
Quiz
•
University
10 questions
Informatika x
Quiz
•
University
15 questions
Sistemas Numéricos
Quiz
•
University
10 questions
Pengantar Coding
Quiz
•
University
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
