HyperTalk - Exam Prep Study Guide

[Dutch]


HyperTalk Basiskennis

Set the user level to scripting

HyperTalk en scripts

Wat zijn messages?

Handling messages

De berichtenhiërarchie

Het schrijven van handlers

Het gebruik van parameters

Het schrijven van handlers

De bouwstenen

Verwijzingen naar objecten

Opmerkingen toevoegen aan een script


Handler voorbeelden


Systeemberichten


Keywords


Commando's


Functies


Eigenschappen


Operatoren

Arithmetic operators

Comparison operators

Logical operators

String operators

Type and existence operators


Constanten


Voorbeeldvragen en -antwoorden

Vragen

  1. Welke can de volgende comamndo's is hetzelfde als (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. Welke van de volgende commando's is incorrect?
    1. go next
    2. go to next
    3. go next cd
    4. goto next cd

  3. Welk commando bevat incorrecte syntax?
    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. Wat geeft de vergelijking ("A" = "B")?
    1. false
    2. true
    3. 0
    4. 1

  5. Wat geeft de functie sin(0)?
    1. 0.5
    2. 1
    3. 0
    4. -1

Antwoorden

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


Bibliografie