Write a program to create the following image which is 501 p…

Write a program to create the following image which is 501 pixels tall and 501 pixels wide. The radius of the circle is 200 pixels. RGB values for the brown color = [177 120 0]. The overall output should look like this image.  In case the following image does not show up, download this file: LINK

Given a vector, write a program to find and display the seco…

Given a vector, write a program to find and display the second largest even number present in the vector. Note that numbers can repeat themselves in the vector. For example, in the vector [97 4 88 43 2 57 97 88 5 2 4 2], the program should display 4 as it is the largest even number after 88. Note that you cannot use sort() and unique() commands.  vec = input(‘Enter the vector: ‘);

QUESTION 2 – LOS ANIMALES DE LA GRANJA Lee el siguiente t…

QUESTION 2 – LOS ANIMALES DE LA GRANJA Lee el siguiente texto y elige la respuesta correcta para cada pregunta. Read the following text and choose the correct answer for each question. Hola, Me llamo Marina y vivo en una granja con mi familia. Hay muchos animales en la granja. Hay tres vacas, dos caballos y cinco cerdos. Hay cuatro ovejas en la granja. Las ovejas nos dan lana, y las vacas nos dan leche. Tengo una cabra como mascota. Mi cabra se llama Mika y es blanca y negra. Saludos, Marina                                                       Word count: 60