C# №4 нұсқа

C# №4 нұсқа

11th Grade

40 Qs

quiz-placeholder

Similar activities

java

java

10th - 12th Grade

40 Qs

Python Revision

Python Revision

7th - 11th Grade

35 Qs

tin gkii 11

tin gkii 11

11th Grade

42 Qs

Code.org Lists, Loops, Traversals Review

Code.org Lists, Loops, Traversals Review

9th - 12th Grade

39 Qs

Python. Основы языка

Python. Основы языка

9th - 12th Grade

35 Qs

Code.org APCSA Unit

Code.org APCSA Unit

9th - 12th Grade

40 Qs

Java Assesment Unit 1, Unit2

Java Assesment Unit 1, Unit2

9th - 12th Grade

44 Qs

PAS PRODAS KELAS XI

PAS PRODAS KELAS XI

11th Grade

35 Qs

C# №4 нұсқа

C# №4 нұсқа

Assessment

Quiz

Computers

11th Grade

Hard

Created by

Lelush Britania

Used 1+ times

FREE Resource

40 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C# - де айнымалыны қалай құруға болады?

түрі атау_ айнымалысы = мәні;

айнымалының аты = мәні

айнымалының аты = түрі мәні;

атау_ айнымалы түрі = мәні

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C# - де тұрақты қалай жариялауға болады?

const int x= 15;

final int x= 15;

let int x= 15

final int x= 15;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Не шығады?

string s = @"He said, ""This is the last \u0063hance\x0021"""; Console.WriteLine(s);

He said, "This is the last \u0063hance\x0021"

He said, ""This is the last \u0063hance\x0021""

He said, ""This is the last chance!""

He said, "This is the last chance!"

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

LINQ дегеніміз не?

C#-ге енгізілген сұрау тілі, екі іске асыру түрінде: Query-синтаксис және method-синтаксис

жиындарды басқаруға арналған арнайы синтаксис.

инновациялық Алгоритмдер жасайтын бағдарламашылардың Құпия қоғамы

C # жасанды интеллектке енгізілген жаңа

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

"Файл" файлына қалай жазуға болады.txt "string text =" Hello World!";?

File.WriteAllText("file.txt", text);

Console.WriteAllText("file.txt", text);

File.WriteLine("file.txt", text);

Files.write(Paths.get("file.txt"), text);

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Неліктен имен кеңістігі (namespace) қажет?

кодты логикалық топтар ретінде ұйымдастыру және атаулардың қайшылықтарын болдырмау үшін, әсіресе код базасында бірнеше кітапханалар болған жағдайда.

кодты әдемі ету үшін

кодты қиындату және кодтағы сынып атаулары мен функцияларына қатысты барлық мәселелерден құтылу

сұралған деректерді іздеу уақытын қысқарту.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Белгілі бір шартты қанағаттандырған кезде бірінші элементтен бастап элементтер тізбегін өткізетін әдіс қалай аталады?

SkipWhile()

WhileSkip()

Skip()

SkippingWhile()

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?