HyperTalk - Exam Prep Study Guide

[Spanish]


Set the user level to scripting

?








Arithmetic operators

Comparison operators

Logical operators

String operators

Type and existence operators



Cuestións

  1. Cual de los siguientes comandos es equivalente a (lock messages)?
    1. set the lockMessages to true
    2. set the lockMessages to false
    3. set the lockMessage to true
    4. set the lockMessage to false

  2. Cual de los siguientes comandos es ilegal?
    1. go next
    2. go to next
    3. go next cd
    4. goto next cd

  3. Cual de los siguientes comandos tiene una sintaxis equivocada?
    1. put the English name of this cd into theName
    2. put the international name of this cd into theName
    3. put the short name of this cd into theName
    4. put the long name of this cd into theName

  4. Que resulta de la comparacion ("A" = "B")?
    1. false
    2. true
    3. 0
    4. 1

  5. Que regresa la funcion sin(0)?
    1. 0.5
    2. 1
    3. 0
    4. -1

Respuestas

  1. a
  2. d
  3. b
  4. a
  5. c