logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1248892 total)

A company is finalising its business plan. In its Sales Objectives, it has written "To sell as many products as possible in the first month". Is this a smart objective?

0%
100%
Переглянути це питання
I have a pandas dataframe named 'brics' with columns names given by 'country', 'capital', 'area' and 'population' and indices given by 'FR', 'IT' and 'UK'. I want to construct a pandas dataframe with the only two columns 'country' and 'capital' and only for the indices 'FR' and 'IT'. Which command should I use?
0%
0%
0%
0%
Переглянути це питання
Python notebooks files end with:
0%
100%
0%
0%
Переглянути це питання

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%
Переглянути це питання