Answer:
speed(0)
penup()
setposition(-200,-200)
pendown()
def draw_square_row():
color_value = 0
for i in range (10):
if color_value %2 == 0:
begin_fill()
color("red")
for i in range (4):
forward(40)
left(90)
forward(40)
color_value = color_value + 1
end_fill()
elif color_value %2 == 1:
begin_fill()
color("black")
for i in range (4):
forward(40)
left(90)
forward(40)
color_value = color_value + 1
end_fill()
def draw_square_row_2():
color_value = 1
for i in range (10):
if color_value %2 == 0:
begin_fill()
color("red")
for i in range (4):
forward(40)
left(90)
forward(40)
color_value = color_value + 1
end_fill()
elif color_value %2 == 1:
begin_fill()
color("black")
for i in range (4):
forward(40)
left(90)
forward(40)
color_value = color_value + 1
end_fill()
def move_up_a_row():
left(90)
forward(40)
right(90)
backward(400)
for i in range (5):
draw_square_row()
move_up_a_row()
draw_square_row_2()
move_up_a_row()
Explanation:
tell me if you get it right
The CPU could cycle the bits 2000000000 a second. That means theoretically it could process 16 gigabytes of data a second.
C wifi A company is developing a smart TV that connects to a wireless home network. Which technology can best help to establish this connection?
Bluetooth
Infrared
C.
WI-FI
D
Internet of things
E
satellite
Answer:
see answer below
Explanation:
the equation is given by
k=ko* e^(-Q/RT)
then replacing the known values
k=1200 min⁻¹ e^[-8000 cal/mole/ (1.987 cal/mole K *T)]
then replacing values of T every 50 K from 100 to 500 K we get the series of values
![\left[\begin{array}{ccc}T&k\\100&3.924*10^{-15} min ^{-1} \\150&2.643*10^{-9} min ^{-1} \\200&2.17*10^{-6} min ^{-1} \\250&1.216*10^{-4} min ^{-1} \\300&1.781*10^{-3} min ^{-1} \\350&0.012 min ^{-1} \\400&0.051 min ^{-1} \\450&0.156 min ^{-1} \\500&0.382 min ^{-1} \end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7DT%26k%5C%5C100%263.924%2A10%5E%7B-15%7D%20min%20%5E%7B-1%7D%20%5C%5C150%262.643%2A10%5E%7B-9%7D%20min%20%5E%7B-1%7D%20%5C%5C200%262.17%2A10%5E%7B-6%7D%20min%20%5E%7B-1%7D%20%5C%5C250%261.216%2A10%5E%7B-4%7D%20min%20%5E%7B-1%7D%20%5C%5C300%261.781%2A10%5E%7B-3%7D%20min%20%5E%7B-1%7D%20%5C%5C350%260.012%20min%20%5E%7B-1%7D%20%5C%5C400%260.051%20min%20%5E%7B-1%7D%20%5C%5C450%260.156%20min%20%5E%7B-1%7D%20%5C%5C500%260.382%20min%20%5E%7B-1%7D%20%5Cend%7Barray%7D%5Cright%5D)
There are four main learning styles used in classrooms today: Visual, auditory, reading/writing, and kinesthetic.