Sei sulla pagina 1di 12

Private Sub form_load()

If NPREGUNTA=1 Then FRAPREGUNTA="PREGUNTA 1" LBLPREGUNTA="La memoria RAM es:" OPTOPCION1.Caption="Una memoria de acceso aleatorio" OPTOPCION2.Caption="Una memoria de acceso permanente" OPTOPCION3.Caption="El disco duro del computador" End if

If NPREGUNTA=2 Then FRAPREGUNTA="PREGUNTA 2" LBLPREGUNTA="Cundo decimos MS Windows, a qu nos referimos?" OPTOPCION1.Caption="A un programa que sirve para buscar en internet" OPTOPCION2.Caption="A un lquido que sirve para limpiar la computadora" OPTOPCION3.Caption="A el sistema operativo que se ejecuta en la computadora PC" End if

If NPREGUNTA=3 Then FRAPREGUNTA="PREGUNTA 3" LBLPREGUNTA="Qu significa la palabra RAM?" OPTOPCION1.Caption="Random Access Memory (memoria de acceso aleatorio)" OPTOPCION2.Caption="Reset All Memory (borrar toda la memoria)" OPTOPCION3.Caption="Read All Memos (leer todos los memos)" End if

If NPREGUNTA=4 Then FRAPREGUNTA="PREGUNTA 4" LBLPREGUNTA="Para qu sirve un Hard Disck (disco duro)?" OPTOPCION1.Caption="Para que no se caliente la computadora" OPTOPCION2.Caption="Para guardar la informacin que contiene la computadora" OPTOPCION3.Caption="Para que no se contagie la computadora con un virus" End if

If NPREGUNTA=5 Then FRAPREGUNTA="PREGUNTA 5" LBLPREGUNTA="Qu es una "Desktop PC"?" OPTOPCION1.Caption="Una tarjeta de memoria" OPTOPCION2.Caption="Una computadora de escritorio" OPTOPCION3.Caption="El monitor de la computadora" End if

If NPREGUNTA=6 Then FRAPREGUNTA="PREGUNTA 6" LBLPREGUNTA="Un programa antivirus sirve para:" OPTOPCION1.Caption="Limpiar internamente el computador" OPTOPCION2.Caption="Crear virus" OPTOPCION3.Caption="Prevenir y eliminar infecciones maliciosas del PC" End if

If NPREGUNTA=7 Then FRAPREGUNTA="PREGUNTA 7" LBLPREGUNTA="Seala el hardware de la siguiente lista." OPTOPCION1.Caption="FIFA 10" OPTOPCION2.Caption="Windows" OPTOPCION3.Caption="Impresora" End if

If NPREGUNTA=8 Then FRAPREGUNTA="PREGUNTA 8" LBLPREGUNTA="Cul de los siguientes componentes es software?" OPTOPCION1.Caption="Mouse" OPTOPCION2.Caption="Teclado" OPTOPCION3.Caption="Microsoft office word" End if

If NPREGUNTA=9 Then FRAPREGUNTA="PREGUNTA 9" LBLPREGUNTA="Los monitores CRT son:" OPTOPCION1.Caption="Los usados en la NASA" OPTOPCION2.Caption="Los de tecnologa anterior (grandes y pesados)" OPTOPCION3.Caption="Los que usa la Comisin de regulacin de telecomunicaciones" End if

If NPREGUNTA=10 Then FRAPREGUNTA="PREGUNTA 10" LBLPREGUNTA="Cul es la unidad ms pequea de representacin de informacin en un ordenador?" OPTOPCION1.Caption="bits" OPTOPCION2.Caption="byte" OPTOPCION3.Caption="Mbyte" End if

If NPREGUNTA=11 Then FRAPREGUNTA="PREGUNTA 11" LBLPREGUNTA="Cmo se llama el conjunto de circuitos integrados de la placa base que comunica al procesador con el resto de componentes?" OPTOPCION1.Caption="Chipset" OPTOPCION2.Caption="BIOS" OPTOPCION3.Caption="BUS del sistema" End if

If NPREGUNTA=12 Then FRAPREGUNTA="PREGUNTA 12" LBLPREGUNTA="Quin dirige el trfico de datos?" OPTOPCION1.Caption="Chipset" OPTOPCION2.Caption="CPU" OPTOPCION3.Caption="La memoria RAM" End if

If NPREGUNTA=13 Then

FRAPREGUNTA="PREGUNTA 13" LBLPREGUNTA="Cules son los componentes bsicos desde el punto de vista funcional de un computador?" OPTOPCION1.Caption="Memoria, Procesador y Dispositivos de E/S" OPTOPCION2.Caption="Monitor, CPU y Placa madre" OPTOPCION3.Caption="Procesador, Sistema Operativo y Disco Duro" End if

If NPREGUNTA=14 Then FRAPREGUNTA="PREGUNTA 14" LBLPREGUNTA="Cul es la principal funcin de un computador?" OPTOPCION1.Caption="Facilitar el trabajo a los usuarios" OPTOPCION2.Caption="Ejecutar instrucciones" OPTOPCION3.Caption="Realizar documentos" End if

If NPREGUNTA=15 Then FRAPREGUNTA="PREGUNTA 15" LBLPREGUNTA="Un programa antivirus sirve para:" OPTOPCION1.Caption="Daar los programas" OPTOPCION2.Caption="Crear programas maliciosos" OPTOPCION3.Caption="Ninguna de las anteriores" End if

If NPREGUNTA=16 Then FRAPREGUNTA="PREGUNTA 16"

LBLPREGUNTA="Cul de los siguientes grupos comparten sus caractersticas esenciales?" OPTOPCION1.Caption="Linux, Word, Windows" OPTOPCION2.Caption="Windows, Unix, C++" OPTOPCION3.Caption="Unix, Linux, Windows" End if

If NPREGUNTA=17 Then FRAPREGUNTA="PREGUNTA 17" LBLPREGUNTA="La mquina solo entiende el lenguaje:" OPTOPCION1.Caption="Ensamblador" OPTOPCION2.Caption="mquina (0 y 1)" OPTOPCION3.Caption="Java" End if

If NPREGUNTA=18 Then FRAPREGUNTA="PREGUNTA 18" LBLPREGUNTA="Es el elemento principal de la computadora, el cual coordina y realiza las operaciones del sistema." OPTOPCION1.Caption="Procesador" OPTOPCION2.Caption="Memoria" OPTOPCION3.Caption="Disco duro" End if

If NPREGUNTA=19 Then FRAPREGUNTA="PREGUNTA 19" LBLPREGUNTA="Mi computador no prende y emite un pitido fraccionado:"

OPTOPCION1.Caption="Es problema de Memoria Ram" OPTOPCION2.Caption="Es problema de memoria Rom" OPTOPCION3.Caption="Porque es el disco duro se desconect" End if

If NPREGUNTA=20 Then FRAPREGUNTA="PREGUNTA 20" LBLPREGUNTA="El cdigo binario es caracterizado por:" OPTOPCION1.Caption="Tener tres dgitos" OPTOPCION2.Caption="Tener 0 Y 1" OPTOPCION3.Caption="Ser el sistema decimal" End if

If NPREGUNTA=21 Then FRAPREGUNTA="PREGUNTA 21" LBLPREGUNTA="Un disco duro extraible:" OPTOPCION1.Caption="Se coneta al cable IDE del computador" OPTOPCION2.Caption="Se conecta al cable SATA del computador" OPTOPCION3.Caption="Se conecta al puerto USB del computador" End if

If NPREGUNTA=22 Then FRAPREGUNTA="PREGUNTA 22" LBLPREGUNTA="La diferencia de un CD a un DVD es:" OPTOPCION1.Caption="Uno es de mayor capacidad que el otro" OPTOPCION2.Caption="Uno es para videos y el otro para audio"

OPTOPCION3.Caption="El uno es color rojo y el otro morado" End if

If NPREGUNTA=23 Then FRAPREGUNTA="PREGUNTA 23" LBLPREGUNTA="IDE y SATA son:" OPTOPCION1.Caption="Buses del sistema" OPTOPCION2.Caption="Conexiones de discos duros" OPTOPCION3.Caption="Conexiones de speakers" End if

If NPREGUNTA=24 Then FRAPREGUNTA="PREGUNTA 24" LBLPREGUNTA="Los circuitos integrados pertenecen a:" OPTOPCION1.Caption="La segunda generacin" OPTOPCION2.Caption="La tercera generacin" OPTOPCION3.Caption="La cuarta generacin" End if

If NPREGUNTA=25 Then FRAPREGUNTA="PREGUNTA 25" LBLPREGUNTA="Resetear significa:" OPTOPCION1.Caption="Encender el ordenador" OPTOPCION2.Caption="Reiniciar el ordenador" OPTOPCION3.Caption="Reiniciar el ordenador mediante un interruptor especial sin pasar por todas las secuencias del encendido"

End if

If NPREGUNTA=26 Then FRAPREGUNTA="PREGUNTA 26" LBLPREGUNTA="Las siglas DIMM representan al:" OPTOPCION1.Caption="Mdulo de memoria ROM" OPTOPCION2.Caption="Mdulo de memoria RAM" OPTOPCION3.Caption="Mdulo de la placa madre" End if

If NPREGUNTA=27 Then FRAPREGUNTA="PREGUNTA 27" LBLPREGUNTA="La BIOS de un ordenador es:" OPTOPCION1.Caption="Firmware" OPTOPCION2.Caption="Hardware" OPTOPCION3.Caption="Software" End if

If NPREGUNTA=28 Then FRAPREGUNTA="PREGUNTA 28" LBLPREGUNTA="Freeware es:" OPTOPCION1.Caption="Software comercial" OPTOPCION2.Caption="Software gratuito" OPTOPCION3.Caption="Programas de pginas web" End if

If NPREGUNTA=29 Then FRAPREGUNTA="PREGUNTA 29" LBLPREGUNTA="Cul de las siguientes opciones es una rama de la informtica?" OPTOPCION1.Caption="Cine" OPTOPCION2.Caption="Ciberntica" OPTOPCION3.Caption="Aeronutica" End if

If NPREGUNTA=30 Then FRAPREGUNTA="PREGUNTA 30" LBLPREGUNTA="El CPU es:" OPTOPCION1.Caption="El disco duro del computador" OPTOPCION2.Caption="La unidad de control" OPTOPCION3.Caption="El que procesa los datos" End if

If NPREGUNTA=31 Then FRAPREGUNTA="PREGUNTA 31" LBLPREGUNTA="El monitor es dispositivo" OPTOPCION1.Caption="Solo de salida" OPTOPCION2.Caption="De entrada y salida" OPTOPCION3.Caption="De almacenamiento" End if

If NPREGUNTA=32 Then

FRAPREGUNTA="PREGUNTA 32" LBLPREGUNTA="Un sistema multiplataforma significa que:" OPTOPCION1.Caption="Lo pueden utilizar varios usuarios al mismo tiempo" OPTOPCION2.Caption="Se puede ejecutar con distintos microprocesadores" OPTOPCION3.Caption="Funciona con distintos sistemas operativos" End if

If NPREGUNTA=33 Then FRAPREGUNTA="PREGUNTA 33" LBLPREGUNTA="Los cables por los que circula la informacin en un ordenador se llaman:" OPTOPCION1.Caption="Bus de datos" OPTOPCION2.Caption="Chipset" OPTOPCION3.Caption="Flash" End if

If NPREGUNTA=34 Then FRAPREGUNTA="PREGUNTA 34" LBLPREGUNTA="ALU significa:" OPTOPCION1.Caption="Unidad de nmeros logaritmos" OPTOPCION2.Caption="Unidad aritmtica Lgica" OPTOPCION3.Caption="Unidad lgica y de control" End if

If NPREGUNTA=35 Then FRAPREGUNTA="PREGUNTA 35" LBLPREGUNTA="Las mquinas porttiles son:" OPTOPCION1.Caption="Grandes y pesadas" OPTOPCION2.Caption="Son menos potentes que las de escritorio" OPTOPCION3.Caption="Las que tienen monitor LCD" End if

Potrebbero piacerti anche