grupo_T9 programacion
Quiz by , created more than 1 year ago

Ordenadores/Informática Quiz on Práctica 3, created by grupo_T9 programacion on 12/11/2019.

22
0
0
grupo_T9 programacion
Created by grupo_T9 programacion over 4 years ago
Close

Práctica 3

Question 1 of 5

1

Se realiza una tabla, a través de los siguientes pasos:
1)Definir los vectores que se vayan a utilizar en la tabla.
2) Escribir Tabla=(vector1, vector2, vector3)

Select one of the following:

  • True
  • False

Explanation

Question 2 of 5

1

Para representar una serie de datos a modo de histograma usamos:

Select one of the following:

  • plot(vector1,vector2,type=h)

  • plot(vector1,vector2,type=b)

  • plot(vector1,vector2,type="h")

Explanation

Question 3 of 5

1

Es posible cambiar el color en una representación gráfica "plot".

Select one of the following:

  • True
  • False

Explanation

Question 4 of 5

1

Para crear la función seno de x, se debe introducir:

Select one of the following:

  • N=function{
    sin(x)
    }

  • N=fuction(x){
    sen(x)
    }

  • N=function{
    sen(x)
    }

  • N=function(x){
    sin(x)
    }

Explanation

Question 5 of 5

1

Para crear un bucle para cuando i=1,...,n:

Select one of the following:

  • for i in 1:n

  • for i in (1-n)

  • for (i in 1:n)

Explanation