Software
Hardware
Programming
PC Troubleshooting
Miscellaneous
100
An ______ is the first software run on any computer.
What is an operating system?
100
The ______ stores the Operating System and other data.
What is a hard drive?
100
Examples of ______ include Java, C++, and Python.
What are programming languages?
100
____ is the first thing that should be run when a hard drive isn't working correctly.
What is chkdsk?
100
____ is the brain of the computer.
What is the CPU?
200
A ___ is what you look at when running a program.
What is a GUI?
200
FAT32, exFAT, NTFS are examples of ______.
What are file systems?
200
A ___ is a set of instructions set to repeat for a given number of times.
What is a loop?
200
This type of boot involves turning the computer on/off using the power switch.
What is a hard boot?
200
A program is the same as ____.
What is software?
300
API stands for _________?
What is the Application Program Interface?
300
DVI and VGA are used to transmit ____ signals.
What is analog. However, the DVI series (except DVI-A) can transmit both analog and digital.
300
HTML stands for _____.
What is HyperText Markup Language?
300
______ was the first Windows operating system with a built-in firewall.
What is Windows XP?
300
In PHP, the following lines gives ____. echo $_SERVER['PHP_SELF'];
What is the file location?
400
_____ is commercial software offered for free on a trial version?
What is shareware?
400
This file system is best if you are looking to only run Windows off of the hard drive.
What is NTFS?
400
The output for i is ___. public class Test { public static void main(String[] args) { int A = 3; int i = 1; i = i * a; } }
What is error? The variable a doesn't exist. Java is a strictly typed language.
400
With an ___ BIOS 1 long beep means that when running a power on test, all tests have passed.
What is AMI?
400
In Command Line as admin, this will give you ____. netsh wlan show profile key=clear
What is the WiFi password? It shows as long as a password is present and you've connected to it before.
500
The BIOS is known as ______.
What is firmware?
500
The types of ___ are PROM, EPROM, FLASH ROM, EEPROM, EAPROM, DVD-ROM.
What is ROM?
500
The output creates a ______. public class Test { public static void main(String[] args) { System.out.println(" 1 2 3"); for (int i=1; i<=3; i++) { System.out.print(i+"|"); for (int j=1; j<=3; j++) { System.out.print(i * j + " "); } System.out.print("\n"); } } }
What is a multiplication table?
500
____ is a test run by the BIOS on startup.
What is POST?
500
These commands ______. Set oWMP = CreateObject("WMPlayer.OCX.7") Set colCDROMs = oWMP.cdromCollection do If colCDROMs.Count >= 1 then For i = 0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next For i=0 to colCDROMs.Count - 1 colCDROMs.Item(i).Eject Next End If wscript.sleep 5000 loop
What is opening the CD Drive?
M
e
n
u