logo

Crowdly

Browser

Add to Chrome

Questions Bank (1368247 total)

Опишите физический принцип процессов сепарации и

отстаивания нефтяной эмульсии.

View this question

Опишите основные технологические режимы работы

динамического оборудования, приведите подходы по поддержанию рабочего режима

данного оборудования.

View this question

A quarry business of 25 permanent staffs is

considered ______________ when it recorded a sales turnover of RM15 million

last year

0%
0%
100%
0%
View this question

Select the correct output of the following String operations

str1 = "my isname isisis jameis isis bond"

sub = "is"

print(str1.count(sub, 4))

0%
0%
0%
View this question

What does the following code print to the console?

s1 = "hot"

s2 = "dog"

print(s1 + s2)

View this question

You started a business selling luxury second

hand cars. In strengthening the customer relationship, you probably used ……………………based

customer relationship

0%
0%
100%
0%
View this question

Consider a unity gain negative feedback system with forward path transfer function . Use the Bode (approximate) magnitude plot to find phase margin (in degree). (Use the exact expression for the phase angle only.)

State the value of phase margin (in degree)

View this question

Consider a unity gain negative feedback system with forward path transfer function

State the value of  percentage peak overshoot (Mp, in%).

View this question

Consider a unity gain negative feedback system with forward path transfer function . Design a lag compensator so that, the steady-state error to unit step input, for the closed loop system is times the steady-state error for the uncompensated closed-loop system. 

State the value of .

View this question

What is the output of the following code

str1 = "My salary is 7000";

str2 = "7000"

print(str1.isdigit())

print(str2.isdigit())

0%
0%
0%
0%
View this question