FIGURA OFF 1-1
En relación con la figura anterior OFF 1-1, si se hiciera clic en otra parte de la pantalla (y ya no se seleccionara la forma), la pestaña de herramientas de dibujo ____.

A. permanecería visible como pestaña pero no sería la pestaña activa
B. permanecería visible como pestaña y seguiría siendo la pestaña activa
C. desaparecería
D. se minimizaría en la barra de tareas


Answer: C

Computer Science & Information Technology

You might also like to view...

A well-formed XML document that satisfies the rules of a DTD or schema is said to be a(n) _____ document.

A. invalid B. valid C. correct D. verified

Computer Science & Information Technology

What will be the output of the following code?

``` #include using namespace std; int j = 1; int main() { int i = 2; cout << "i is " << i << " j is " << j << endl; } ``` A. i is 1 j is 2 B. i is 2 j is 2 C. i is 1 j is 1 D. i is 2 j is 1

Computer Science & Information Technology

The CSS property oftop,bottom,left, or rightmoves the element the specified distance from the respective edge of the closest ____ element that is also positioned.

A. base B. ancestor C. parent D. relative

Computer Science & Information Technology

Atari released its first product in 1975, an arcade game called ____.

A. Ping B. Tetris C. Pong D. Frogger

Computer Science & Information Technology