Cual de la siguientes aplicaciones usa HyperTalk como su lengua de programacion?
HyperCard
SuperCard
Director
RealBasic

Cual es el orden correcto en la ruta del siguiente mensaje?
button -> card -> background -> stack
button -> background -> card -> stack
card -> stack -> background -> button
stack -> background -> card -> button

Cual es la definicion de (the userLevel = 5)?
scripting
authoring
browsing
typing

Cual es el nivel de usuario del HyperCard Player?
4
1
2
3

Cuantos niveles de usuario soporta la propiedad (userLevel)?
5
3
4
6

Que string define los comentarios en un script de HyperTalk?
lineas empezando con --
lineas empezando con !!
lineas empezando con ##
lineas empezando con //

Que combinacion de teclas aborta la ejecution de un script?
Command-punto
Option-punto
Control-punto
Shift-punto

Cuando Ud hace click a un boton, un campo bloqueado o un card, que mensaje es enviado primero?
mouseDown
mouseUp
mouseEnter
mouseLeave

Como define mas de una variable global?
global gOne,gTwo
global (gOne,gTwo)
global gOne gTwo
global gOne, global gTwo

Como hace invisible la barra de Menus?
hide menubar
undisplay menubar
delete menubar
erase menubar

Como hace invisible la barra de titulo?
hide titlebar
set the titlebar to false
set the visible of titlebar to false
set the title bar to false

Cual de los siguientes no es un objeto en HyperTalk?
picture
cd
btn
fld

Cual de los siguientes no es un sinonimo para "card field"?
card fild
card fld
cd fld
cd field

Nombre la función de HyperTalk que retorna el valor ASCII de un caracter especificado?
charToNum()
numToChar()
charToHex()
hexToChar()

Cual de las siguientes lineas imprime sin formatear?
print (bg fld 1)
print card field 1
print bg fld 1
print cd fld 1

Cual de las siguientes lineas es un comando ilegal?
print this stack
print this cd
print bg fld 1
print cd fld 1

Cual es la nota por defecto en command (play)?
D4
C4
B4
A4

Como hace Ud sonar el sonido digitalizado en do-re-mi?
play "flute" "C4 D4 E4"
play "harpsichord" do-re-mi
play "harpsichord" "do re mi"
play "boing" "A1 B2 C3"

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

Cual de las siguientes funciones retorna segundos al igual que Horas:minutos?
the long time
the time
the short time
the abbr time

A que es equivalente un segundo?
60 ticks
20 ticks
30 ticks
1 tick

Cual de los siguientes comandos es ilegal?
goto next cd
go next
go to next
go next cd

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

Cual de los siguientes comandos setea correctamente el icono de un objeto?
set the icon of bg btn "Icon" to "Bill"
set the icon of cd fld "Icon" to "Bill"
set the icon of cd "Icon" to "Bill"
set the icon of stack "Icon" to "Bill"

Cual de los siguientes comandos le permite tipear en un campo?
choose browse tool
choose tool browse
choose field tool
select field tool

Si hay un menu "Power", entonces como añade una linea divisoria?
put "-" after menu "Power"
put - after menu "Power"
put line after menu "Power"
put a line after menu "Power"

Como muestra una figura al doble de su tamaño actual?
set the scale of window "Picture" to 1
set the scale of window "Picture" to twice
set the scale of window "Picture" to 2
set the scale of window "Picture" to 2.0

Si el dia de hoy es miercoles, entonces cual de las siguientes funciones regresa un string conteniendo "Wed"?
the abbr date
the long date
the short date
date()

Que es (item 3 de "Agnes,Bruce,Carol,David")?
Carol
Bruce
r
n

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

Que regresa la funcion sin(0)?
0
1
0.5
-1

Que regresa la funcion cos(0)?
1
0
0.5
-1

Que regresa la funcion tan(0)?
0
1
0.5
-1

Que regresa la funcion length("2^4-3")?
5
13
2
0

Que regresa la funcion trunc(pi)?
3
3.14
pi
p

Que regresa la funcion offset(space,"My name is Fred")?
3
0
4
15

Que regresa la funcion average(10,20,30,40)?
25
15
20
30

Que regresa la funcion min(10,20,30,40)?
10
20
30
40

Que regresa (3^3-2)?
25
3
4
7

Que regresa (4 mod 4)?
0
2
4
16

Cual de las siguientes opciones no es un comando valido de HyperTalk?
set the pos of cd btn 1 to "252,64"
set the rect of cd btn 1 to "128,32,252,64"
set the width of cd btn 1 to "252"
set the loc of cd btn 1 to "252,64"

Que regresa (the number of chars of "3^3-3+3")?
7
27
4
1

Que muestra (answer "pi") en una caja de dialogo?
pi
3.14159265358979323846
3.141592
3.14

Cual de las siguientes opciones no es un comando valido de HyperTalk?
find partial "Bell" in cd fld 1
find words "Bell" in cd fld 1
find whole "Bell" in cd fld 1
find chars "Bell" in cd fld 1

Si se presenta (set the numberFormat to "0.00"), como se muestra 0.4793?
0.48
0.47
.48
.47

Cual asa repetitiva se usa para detectar cuando el sonido del comando (play) se termina?
repeat until (the sound = "done")
repeat until the sound ends
repeat until the sound is finished
repeat until (the sound is over)

Que comando es equivalente al comando (lock screen)?
set the lockScreen to true
set the lock screen to true
set the lockScreen to false
set the lock screen to false

Que conjunto de comandos usa para conseguir datos completos de un archivo de texto?
open file, read from file, close file
open file, read file, close file
open file, read, close file
open, read from file, close

Cual es el setting por defecto para la propiedad (polySides)?
4
3
5
6

Cual de las siguientes lineas es el equivalente a (get cd fld "Phone")?
put cd fld "Phone" into it
put cd fld "Phone" into the result
put cd fld "Phone" into the target
put cd fld "Phone" into target

Cual de las siguientes lineas no tienen la sintaxis correcta para HyperTalk?
wait until theMouseClick is true
wait until (the mouseClick = true)
wait until the mouseClick is true
wait until the mouseClick

Cuantas palabras hay en el "My telephone number"?
3
1
19
0

Si Ud tiene (theString = "Agnes,Bruce,Carol,David"), que resultado da (delete item 1 of theString)?
Bruce,Carol,David
,Bruce,Carol,David
gnes,Bruce,Carol,David
Agnes,Bruce,Carol,David

Si Ud tiene (theString = "My address"), entonces cuantas veces se produce un loop con (repeat with i = 1 to the number of chars of theString)?
10
2
9
11

Cual de los siguientes lineas hace el equivalente de (put "Hi")?
put "Hi" into the message box
put "Hi" into the menubar
put "Hi" into the first bg fld
put "Hi" into the first cd fld

Si (theName = "Caro lyne"), como lo transforma en "Carolyne"?
delete char 5 of theName
delete space of theName
remove space of theName
truncate theName

Que comando de HyperTalk pone gris un card button?
disable cd btn 1
delete cd btn 1
gray cd btn 1
hide cd btn 1

Si existe el menu Apple en la barra de menus, entonces que se obtiene de (there is a menu "Apple")?
true
yes
0
1

Cual de los siguientes comandos setea la fuente en negrita para cd fld "Oval"?
set the textStyle of cd fld "Oval" to bold,italic
set the font of cd fld "Oval" to bold
set the fontStyle of cd fld "Oval" to bold,italic
set the style of cd fld "Oval" to bold

Que se obtiene de (the number of words of "This is my pen.")?
4
5
14
15

Cual de las siguientes lineas pausa un script por 20 segundos?
wait 20 seconds
pause 20 seconds
pause for 20 seconds
wait for 2000 ticks

Cual de las siguientes lineas tiene una sintaxis ilegal de HyperTalk?
divide 50 by 3
50/3
50.0/3.0
50*(1/3)

Como especifica la fuente usada por el editor de scripts?
set the scriptTextFont to "Courier"
set the textFont to "Courier"
set the scriptStyle to "Courier"
set the fontStyle to "Courier"

Que propiedad determina si Ud puede usar los atajos del keyboard cuando pinta?
powerKeys
blindTyping
blindKeys
powerTyping

Cual de las siguientes secuencia de coordenadas es correcta para el comando (set the rect of cd fld 1 to "X1,Y1,X2,Y2")?
left,top,right,bottom
top,bottom,left,right
top,left,bottom,right
right,left,bottom,top

Si la propiedad (autoTab) es seteada a true, entonces que significa?
presionar la tecla return mueve al siguiente campo
presionar la tecla return mueve a la siguiente linea del campo
presionar la tecla return mueve a la ultima linea del campo
presionar la tecla return mueve a la primera linea del campo

Si el campo background 1 no esta vacio, entonces que se obtiene de (bg fld 1 = "")?
false
true
1
0

Si el campo card 1 esta vacio, entonces que se obtiene de (cd fld 1 is empty)?
true
false
0
1

Que se obtiene de ("Bell" contains "el")?
true
false
0
1

Si (A = B) es true y (B = C) es true, entonces, cual de lo siguiente da true?
(A = B) and (B = C)
not ((A = B) or (B = C))
not (A = B) or not (B = C)
not (A = B) and not (B = C)

Si el handler (countNumber "Anne","Barry","Cathy") es llamado, entonces que regresa la funcion paramCount()?
3
4
2
1

Cual de las siguiente lineas da false?
(eleven = 11)
(one = 1)
(two = 2)
(three = 3)

Cual de las siguiente lineas da true?
(4 <= 5)
(4 >> 5)
(4 >= 5)
(4 == 5)

Que regresa la funcion sum(1,2,3,4)?
10
11
9
2.5

Que objeto usa la propiedad (titleWidth)?
Popup button
Default button
Standard button
Locked field

Cual de las siguientes fuentes es monoespacio?
Courier
Times
Helvetica
Symbol

Que hace (doMenu "Background"), cuando no esta en el modo de edicion Background?
cambia al modo de edicion Background
apaga el modo de edicion Background
da un mensaje de error
da un mensaje de advertencia

Que hace (reset menubar)?
restaura los menus standard y los menu items
borra todos los menus excepto menu "File" y menu "Edit"
borra todos menus excepto menu "Apple" y menu "File"
borra el menu "Objects" y el menu "Help"

Cual de los siguientes comandos pide una pregunta con los botones "OK" y "NG"?
answer "Question?" with "OK" or "NG"
answer "Question?" with "OK" and "NG"
answer "Question?" with "OK" & "NG"
answer "Question?" with ("OK" & "NG")

Como muestra una respuesta por defecto en el comando (ask)?
ask "Enter your name:" with "Me"
ask "Enter your name:" with Me
ask "Enter your name:" (default "Me")
ask "Enter your name:" (default: Me)

Cual de los siguientes estilos de boton es afectado por la propiedad (autoHilite)?
Transparent
Popup
Check Box
Radio Button

Cual de los siguientes conjuntos de propiedades se requiere para hacer un clickable list field?
lockText, autoSelect
lockText, dontWrap
autoSelect, showLines
dontWrap, showLines

Como se consigue hacer beep 2 veces en una linea?
beep 2
beep twice
beep beep
beep too

Que se obtiene con (set the centered to true)?
La forma paint tools dibuja desde el centro
El texto en todos los bg flds esta centrado
El texto en todos los cg flds esta centrado
El texto en todos los bg y cd flds esta centrado

Cual de las siguientes funciones regresa el descriptor de la linea clicada en un campo bloqueado?
clickLine()
clickChunk()
click()
clickText()

Cual de las siguientes declaraciones es verdadera?
(clickV() is item 2 of clickLoc())
(clickH() is item 2 of clickLoc())
(clickH() is mouseH())
(clickV() is mouseV())

Si Ud desea editar un script de un objeto cuando la tecla "Option" es presionada, que declaracion usa?
if (the optionKey = "down") then edit script of me
if (optionKeyDown() = true) then edit script of me
if (the optionKeyDown = true) then edit script of me
if (the option key = "down") then edit script of me

Como calcula el crecimiento de $1 000 con un interes del 10 % anual, en 10 años?
compound(0.1,10) * 1000
compound(10,10) * 1000
compound(0.1,10) * $1000
compound(10,10) * $1000

Como computa la fecha de mañana?
convert (the seconds + (60 * 60 * 24)) to long date
convert (the seconds - (60 * 60 * 24)) to long date
convert ((the seconds + 60 * 60) * 24) to long date
convert ((the seconds - 60 * 60) * 24) to long date

Como crea un nuevo boton?
doMenu "New Button","Objects"
doMenu "New Button,Objects"
doMenu "Objects","New Button"
doMenu "Objects,New Button"

Si el tamaño del card es 512 por 342, entonces como arrastra desde la parte alta e izquierda a la parte baja y a la derecha?
drag from "0,0" to "512,342"
drag from "0,0" to "342,512"
drag from "0,342" to "512,0"
drag from "0,342" to "0,512"

Cual de los siguientes comandos setea la velocidad de arrastre mas rapida del movimiento del puntero?
set the dragSpeed to 0
set the dragSpeed to 60
set the dragSpeed to "fast"
set the dragSpeed to 99

Cual de los siguientes comandos usa para crear un nuevo boton en la capa background?
set the editBkgnd to true
set the editBkgnd to false
set the editBg to true
set the editBg to false

Que mensaje es enviado al campo que se halle seleccionado cuando la tecla Return es presionada?
returnInField
enterInField
returnKey
closeField

Cual es el conjunto correcto de elecciones posibles de la propiedad "environment"?
development, player
research, development
internal, external
indoor, outdoor

Que funcion regresa una expresion que identifica la linea de texto hallada por el comando (find)?
foundLine()
foundChunk()
foundField()
foundText()

Si hay un CD "Next" que ocurre si se ejecuta el comando (go cd "Next")?
the result = ""
the result = not empty
the result = "none"
the result = "No such card"

Cual de las siguientes lineas es igual a la diferencia entre el item 3 y el 1 de la propiedad (rect)?
the width of bg btn 1
the height of bg btn 1
the length of bg btn 1
the depth of bg btn 1

Cual de las siguientes lineas es igual al primer item de la propiedad (rect)?
the left of bg btn 1
the top of bg btn 1
the right of bg btn 1
the bottom of bg btn 1

Cual de las siguientes lineas es igual al segundo item de la propiedad (rect)?
the top of bg btn 1
the left of bg btn 1
the right of bg btn 1
the bottom of bg btn 1

Cual de las siguientes lineas tiene una sintaxis ilegal?
show bg window
show cd window
show cd picture
show titlebar

Cual de los siguientes estilos de boton muestra un icono?
Opaque
Checkbox
Radio Button
Popup

Cual es el setting por defecto en la propiedad (itemDelimiter)?
comma
colon
empty
space

Cual de las siguientes estructuras (if...then) tiene una sintaxis ilegal?
if (A = (B and B) = C) then beep
if (A = B) and (B = C) then beep
if (A = B) or (B = C) then beep
if ((A = B) and (B = C)) then beep

Cual de las siguientes lineas regresa verdadera?
"16,32" is a point
"16,32,32,64" is not a rect
"Fred" is a number
34.1 is an integer

Cual de las siguientes lineas representa un comando ilegal?
reset typing
reset paint
reset printing
reset menubar

Cuando se ejecuta el comando (set the loc of cd fld 1) para cambiar la locacion de un objeto, cual de las siguientes propiedades no cambia?
height
top
left
right

Cual de los siguientes comandos convierte al cursosr en una beach ball?
set the cursor to "busy"
set the cursor to "arrow"
set the cursor to "cross"
set the cursor to "plus"

Como hace que el texto en un campo este bloqueado?
set the lockText of cd fld 1 to true
set the lock text of cd fld 1 to true
set the cantModify of cd fld 1 to true
set the cant modify of cd fld 1 to true

Cual de las siguientes lineas marca un objeto correctamente?
mark this cd
mark cd fld 1
mark bg fld 1
mark cd btn 1

Cual de las siguientes propiedades determina si las herramientas linea y forma produce imagenes de capas multiples?
the multiple
the mutipleLines
the multiply
the multiSpace

Cual de las siguientes lineas tiene una sintaxis ilegal?
the number of marked bgs
the number of windows
the number of cds
the number of bgs

Cual de las siguientes funciones regresa el numero de parametros pasados al handler?
paramCount()
params()
param()
parameter()

Cual de los siguientes comandos es usado para regresar a la locacion de un card previamente guardado usando (push cd)?
pop cd
pull cd
pup cd
pick cd

Cual de las siguientes funciones regresa un numero al azar entre 1 y 6?
any item of "1,2,3,4,5,6"
random(1,6)
the random from 1 to 6
the random between 1 and 6

Cual de los siguientes objetos puede ser desplazado (scrolled) usando la propiedad (scroll)?
bg fld
bg btn
cd btn
stack

Si ud tiene (put the seconds into theSeconds),entonces cual de las siguientes lineas calcula el tiempo pasado en segundos?
the seconds - theSeconds
the seconds + theSeconds
theSeconds - the seconds
theSeconds + the seconds

Cual de las siguientes lineas tiene una sintaxis correcta?
select after text of bg fld 1
select after text bg fld 1
select after line of bg fld 1
select after bg fld 1

Como selecciona la ultima linea en la que ha hecho click?
select the clickLine
select the clickedLine
select the clickedText
select the clickText

Cual de las siguientes funciones regresa la especificacion de eleccion seleccionada desde un boton popup?
selectedLine()
selectedLoc()
selectedButton()
selectedField()

Cual de las siguientes propiedades determina si un campo background muestra el mismo texto en cada card?
the sharedText
the sharedHilite
the sharedCard
the sharedField

Cual de las siguientes lineas tiene una sintaxis legal?
sort lines of cd fld 1
sort words of cd fld 1
sort chars of cd fld 1
sort paras of cd fld 1