logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1387697 total)

Для перетворення типів даних можна використовувати методи класу:

0%
0%
100%
0%
Переглянути це питання

Що буде результатом виконання фрагмента програми

int[,] squareArray1 = new int[2,3];

int[,] squareArray2 = {{1, 2, 3}, {4, 5, 6}};

for(int i = 0; i < squareArray2.GetLength(0); i++)

{

       for (int j = 0; j < squareArray2.GetLength(1); j++)

       {

               Console.Write(squareArray2[i,j]);

       }

}

67%
0%
33%
0%
Переглянути це питання

Яке призначення абстрактного класу Stream

0%
100%
0%
0%
Переглянути це питання

For RSA compute the ciphertext if

p = 7, q = 13, m = 2, e = 5

 

Write only the number (for example: 15)

Переглянути це питання

Let there be a statement: "If n is an odd positive integer, then 5n+6 is odd".

Which method of proof are we using if we assume that: "n is odd and 5n+6 is even"?

0%
0%
0%
0%
0%
Переглянути це питання

Find the sum of products expansion of the function

0%
0%
0%
100%
0%
Переглянути це питання

On which Architecture would you expect the "client-side" to be doing most of the processes?

0%
0%
100%
Переглянути це питання

What is the decimal number represented by the following binary number?

0111

Переглянути це питання

What is the hexadecimal number represented by the following binary number?

1010

If you want to write the hex number 'b', then write 0xb in the answer below.... that is the number zero, followed by the lower case x followed by your hex number in lower case

Переглянути це питання

Use mathematical induction:

0%
0%
100%
0%
Переглянути це питання