Search Header Logo

C# тіркестер

Authored by Гулбаршын Утеген

Computers

University

Used 2+ times

C# тіркестер
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

C# тілінде жеке символдар қандай кодпен беріледі?

8-разрядтық код(бит)

16-разрядтық код(Unicode)

32-разрядтық код

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

\t не үшін қолданылады?

Көлденең (горизонталь) табуляция

Жаңа жол  (келесі жолға көшу)

Бір позицияға кері қайту

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Парақты ауыстыру (принтерде жаңа бетке көшу) үшін қолданылады

\b

\f

\r

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

class StringDemo {

static void Main() {

char[] charray ={'B','u','l',' ','t','i','r','k','e', 's','.'} ;

string str1 = new string(charray);

string str2 = "Tagy bir tirkes.";

Console.WriteLine(str1);

Console.WriteLine(str2);}}

Бағдарлама нәтижесін көрсетіңіз:

Tagy bir tirkes.

Bul tirkes.

Bul tirkes.

Tagy bir tirkes.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

static void Main()

{    string s1 = "hello"; string s2 = "world";

      int result = string.Compare(s1, s2);

      if (result < 0)

          Console.WriteLine("s1 тiркесi s2 тiркесi алдында");

      else if (result > 0)

                  Console.WriteLine("s1 тiркесi s2 тiркесi артында");

              else Console.WriteLine("s1 мен s2 тiркестерi бiрдей");     

      Console.ReadKey();}

Бағдарлама нәтижесін көрсетіңіз

s1 тiркесi s2 тiркесi алдында

s1 тiркесi s2 тiркесi артында

s1 мен s2 тiркестерi бiрдей

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Microsoft

Continue with Microsoft

or continue with

Facebook

Facebook

Apple

Apple

Others

Others

Already have an account?