Un cuadro de diálogo es una ventana que se abre ____ la ventana del programa.

A. sobre
B. debajo de
C. a la derecha de
D. a la izquierda de

Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following declares a pointer ptr to a class member function in class Check that takes an int argument and returns a bool?

a. bool:( int ) ( *Check::ptr ); b. Check::( bool ( *ptr )( int ) ); c. bool ( Check::*ptr )( int ); d. bool*( int ) Check::ptr;

Computer Science & Information Technology

Which of the following is NOT an approach to password cracking?

A. ransomware B. brute force C. dictionary attacks D. social engineering attacks

Computer Science & Information Technology