logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1278140 total)

Melyik egyenirányító(k) be és kimenete földelhető egyidejűleg?

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

What is the time complexity of the following?

f ( n ) = 2 f ( n / 2 ) + n, where f ( 1 ) = d.

100%
0%
0%
0%
Переглянути це питання
What defines a "Savepoint" in database transactions?
0%
100%
0%
0%
Переглянути це питання

What is the time complexity of the following?

f ( n ) = 4 f (n-1 ) for n≥1 f ( 0 ) = 5.

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

What is the time complexity of the following?

f ( n ) = 9 f ( n / 3 ) + n2

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

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

Тягар вагою Р утримується в рівновазі трьома невагомими стрижнями АС, ВС та DC. Визначіть реакції стрижнів.

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

What is the time complexity of the following?

f ( n ) = f ( n-1 ) + 2 n – 1, where f(0)=0.

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

What is the time complexity of the following?

void f(int n)

{

      if (n>0)

      {

            for(int i=1;i<n;i=i*2)

                  cout<<n;

            f(n-1);

      }

 

}

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

Given the following data calculate the profit.

Item selling price$1,000
Cost of raw materials$50
Cash Manufacturing cost$200
Equipment depreciation$100
0%
0%
0%
0%
0%
Переглянути це питання