Select from the dropdown lists to complete the text.
Funcions i conceptes per dibuixar a la pantalla: (pregunta de 4 punts)
SCREEN ( 2, 6, 3, 12 ) (tipus de screen per dibuixar)
( PSET, PUNT, COLOR, LINE ) (x, y), color (dibuixa un punt a la pantalla)
( PSET, PAINT, DIM, LOCATE ) (x, y), color (pinta una forma amb un color)
( PAINT, CIRCLE, 34, LINE ) (x, y)-(x, y), color, B (dibuixa una línia)
( CIRCLE, PAINT ) (x, y), 15, color (dibuixa un cercle)