wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

SmallBasic

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

SmallBasic es:

a)

Software para dibujo

b)

Lenguaje de programación

c)

Hoja de cálculo

d)

Sistema operativo

2.

Comando para mostrar un texto:

a)

TextWindow.Write ()

b)

TextWindow.Read ()

c)

TextWindow.WriteLine ()

d)

TextWindow.ForegroundColor

3.

Comando para mostrar un texto y saltar una linea:

a)

TextWindow.Write ()

b)

TextWindow.Read ()

c)

TextWindow.WriteLine ()

d)

TextWindow.ForegroundColor

4.

Comando para indicar el color de fondo de pantalla:

a)

TextWindow.BackgroundColor

b)

TextWindow.Read ()

c)

TextWindow.WriteLine ()

d)

TextWindow.ForegroundColor

5.

Comando para indicar el color del texto:

a)

TextWindow.BackgroundColor

b)

TextWindow.Read ()

c)

TextWindow.WriteLine ()

d)

TextWindow.ForegroundColor

6.

Comando para leer un dato de texto y almacenarlo en una variable:

a)

TextWindow.BackgroundColor

b)

TextWindow.Read ()

c)

TextWindow ReadNumber ()

d)

TextWindow.ForegroundColor

7.

Comando para leer un dato numérico y almacenarlo en una variable:

a)

TextWindow.BackgroundColor

b)

TextWindow.Read ()

c)

TextWindow ReadNumber ()

d)

TextWindow.ForegroundColor

8.

Indica el color de fondo en una pantalla grafica:

a)

GraphicsWindow.Title

b)

GraphicsWindow.Width

c)

GraphicsWindow.Height

d)

GraphicsWindow.BackgroundColor

9.

Indica el ANCHO en pixeles en una pantalla grafica:

a)

GraphicsWindow.Title

b)

GraphicsWindow.Width

c)

GraphicsWindow.Height

d)

GraphicsWindow.BackgroundColor

10.

Indica el ALTO en pixeles en una pantalla gráfica:

a)

GraphicsWindow.Title

b)

GraphicsWindow.Width

c)

GraphicsWindow.Height

d)

GraphicsWindow.BackgroundColor

11.

Indica el TÍTULO de la pantalla gráfica:

a)

GraphicsWindow.Title

b)

GraphicsWindow.Width

c)

GraphicsWindow.Height

d)

GraphicsWindow.BackgroundColor

12.

Este comando ATRASA la ejecución de un programa en una cantidad de milisegundos:

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.DrawLine

c)

Program.Delay ()

d)

Clock.Hour

13.

Este comando dibuja una LINEA recta en las coordenadas especificadas:

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.DrawLine

c)

Program.Delay ()

d)

Clock.Hour

14.

Este comando indica el COLOR DE LA LINEA con el que serán visualizados las figuras:

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.DrawLine

c)

Program.Delay ()

d)

Clock.Hour

15.

Este comando devuelve el valor de la HORA del sistema y puede almacenarse en una variable:

a)

GraphicsWindow.PenColor

b)

GraphicsWindow.DrawLine

c)

Program.Delay ()

d)

Clock.Hour

16.

Se utiliza para hacer ciclos repetitivos una cantidad de veces determinada:

a)

If - Then - Else - EnIf

b)

While - EndWhile

c)

For to - EndFor

d)

Sub - Ensub

17.

Se utiliza para hacer ciclos condicionados a una respuesta falsa o verdadera:

a)

If - Then - Else - EnIf

b)

While - EndWhile

c)

For to - EndFor

d)

Sub - Ensub

18.

Se utiliza para ejecutar un ciclo siempre y cuando se cumpla la condición:

a)

If - Then - Else - EnIf

b)

While - EndWhile

c)

For to - EndFor

d)

Sub - Ensub

19.

Se utiliza para crear subrutinas:

a)

If - Then - Else - EnIf

b)

While - EndWhile

c)

For to - EndFor

d)

Sub - Ensub

20.

Se utiliza para borrar la pantalla gráfica de contenido visualizado previamente:

a)

TextWindow.Clear()

b)

GoTo

c)

GraphicsWindow.KeyDown

d)

GraphicsWindow.Clear()