B2 · temario
4.5tema 5 de 16

Phrasal Verbs

Verbos de frasal: look up, give up, turn on...

Los phrasal verbs son como operator overloading en código. Un verbo base (look, give, turn) cambia completamente su significado cuando le añades una preposición o adverbio (up, off, on). Es como si 'look' fuera una función y 'up' fuera un modificador que altera su return value.

Algunos phrasal verbs son SEPARABLES (puedes poner el objeto entre el verbo y la partícula: 'turn on the light' = 'turn the light on'). Otros son INSEPARABLES (el objeto siempre va después: 'look at the picture'). Es como las reglas de parsin: algunos aceptan argumentos intercalados, otros no.

El truco para aprenderlos es agruparlos por partícula: 'up' suele indicar completar o mejorar (give up, look up, clean up), 'off' indica separar o terminar (turn off, take off), 'on' indica continuar o activar (turn on, go on). Es como entender los patrones de un API.

structure.txt
SEPARABLE: VERBO + PARTÍCULA + OBJETO  ó  VERBO + OBJETO + PARTÍCULA
  Turn on the light.  =  Turn the light on.
  Look up the word.   =  Look the word up.

INSEPARABLE: VERBO + PARTÍCULA + OBJETO
  Look at the picture.   (NO: Look the picture at.)
  Get along with John.   (NO: Get John along with.)

Con pronombre (siempre entre verbo y partícula):
  Turn it on.    (NO: Turn on it.)
  Look it up.     (NO: Look up it.)

Debugging lab

Corrige o completa la línea. 7 ejercicios por tema.

0/11 tests passing0%
  1. 4.5.7.1

    Can you turn on it for me?

  2. 4.5.7.2

    I need to look the word up in the dictionary.

  3. 4.5.7.3

    She gave to smoking last year.

  4. 4.5.7.4

    The plane took from the runway at 3 PM.

  5. 4.5.7.5

    Don't forget to put your coat before leaving.

  6. 4.5.7.6

    We've run out the milk. Can you buy more?

  7. 4.5.7.7

    She turned the TV off and went to bed.

  8. 4.5.7.8

    Can you turn on the light?

  9. 4.5.7.9

    She looked up at the sky.

  10. 4.5.7.10

    He gave up his job last month.

  11. 4.5.7.11

    We ran out of milk yesterday.