logo

Crowdly

Browser

Додати до Chrome

Questions Bank (1241443 total)

What is the output of the following code?

x=6

if x % 2 == 0:

print('case 1')

elif x % 3 == 0:

print('case 2')

else:

print('case 3')

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

Співавторство -це

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

What’s the output of the following Python program?

l1 = np.array([10, 20, 30, 40, 50])

print(l1[np.logical_and(l1>20, l1<40)])

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

Das links abgebildete Bauteil aus einem Material mit

τaBmax = 47 N/mm2 wird im Folgeschnittverfahren hergestellt. Dabei gilt es die Schneidkräfte zu ermitteln.

Bestimmen Sie nun die Gesamtkraft:

FGes = kN (1 Stelle nach dem Komma)

 

t  = 3                              x1 = 11

b = 49                             x2 = 11 

l  = 15                              x3 = 12

V = 25                            d   = 5

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

Das links abgebildete Bauteil aus einem Material mit

τaBmax = 47 N/mm2 wird im Folgeschnittverfahren hergestellt. Dabei gilt es die Schneidkräfte zu ermitteln.

Bestimmen Sie als Zwischenschritt die Schnittkraft für das "Rechteck"

FRechteck = kN (1 Stelle nach dem Komma)

 

t  = 3                              x1 = 11

b = 49                             x2 = 11 

l  = 15                              x3 = 12

V = 25                            d   = 5

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

Das links abgebildete Bauteil aus einem Material mit

τaBmax = 47 N/mm2 wird im Folgeschnittverfahren hergestellt. Dabei gilt es die Schneidkräfte zu ermitteln.

Bestimmen Sie als Zwischenschritt die Schnittkraft für die "3 Bohrungen"

FBohrungen = kN (1 Stelle nach dem Komma)

 

t  = 3 mm                              x1 = 11 mm

b = 49 mm                            x2 = 11 mm

l  = 15 mm                             x3 = 12 mm

V = 25 mm                           d   = 5 mm

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

What’s the output of the following Python program?

'carl' < 'mike' and True != False

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

Finde heraus, welche Kraft notwendig ist um in 38 Blätter zwei Löchern zu Stanzen.

Gegeben sind:

d = 6 mm

τaBmax = 19 N/mm2

sBlatt = 0,106 mm

F = N

 

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

Видами співавторства є:

0%
0%
0%
0%
Переглянути це питання
What’s the output of the following Python program?

a, b = 'carl', 'mike'

a < b

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