logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1238229 total)

What is the value of the output in the following script?

x, n = 128, 0

while x>1:

x = x/2

n = n + 1

print(n)

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

Як називаються методи управління, які виділяють у

сучасній теорії управління?

Переглянути це питання
How do you create a variable with the floating number 2.8?
0%
100%
25%
Переглянути це питання

You are a well-known global manufacturer of household goods and have just created a new Toilet Roll with a flushable tube which is just being launched in France. You will sell your product in hypermarkets such as Carrefour, Leclerc and SuperU across France. The target is housewives. Which would be suitable choices for communicating about your launch? (several answers possible)

Переглянути це питання
You run an algorithm. You want to stop your algorithm after 1000 iterations. Which tool would you use?
0%
0%
0%
100%
Переглянути це питання
Скільки методів управління виділяють у сучасній теорії управління?
Переглянути це питання

What is the value of the output in the following script?

x = 100

for n in [1, 5, 8]:

if n % 2 == 0:

x = x + n

print(x)

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

Психолого-педагогічні методи

управління в освітній

організації

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

Which  of the following options is NOT a valid objective of your Promotion strategy?

Переглянути це питання
What will be the value of x after the following command is executed?

x = int(34.6)

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