
Программирование C#
Computers
1st - 10th Grade
Used 287+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли ?
string str = "zqwyrqwou";
char ch = str[4];
Console.WriteLine(ch);
z
q
w
r
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Что будет выведено на консоли после выполнения данной программы?
char ch = (char)125;
Console.WriteLine(ch);
125
15
char
}
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какой из типов данных хранит 1 символ?
char
int
float
class
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Выберите строчку с ошибкой.
while(true){}
while(1 == 1){}
while(int 1){}
while(false){}
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных float?
12.5
string
=
void
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Как правильно создать массива float?
float[] array =new string[10];
float[] array =new float[10];
float[] array = 1;
float[] =new float[10] array;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Какое значение может хранить тип данных int?
1.5
0.5 * 3
2
string
Access all questions and much more by creating a free account
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
Already have an account?