Personal Productivity Toolkit
Object-Oriented Programming
Networking
Web Design
Databases
100

A web-based service used to store and share projects with team members

What is Github?

100

Methods of a class used to retrieve information

What are Getters?

100

The type of cable that transmits data near light speed

What is Fiber Optic Cable?

100

The words that for the acronym HTML

What is Hyper-Text Markup Language

100

Command to create a table named Customers in SQL

What is CREATE TABLE Customers?

200

A ticketing system used to track bugs and problems

What is Jira?

200

The four types of loops

What are For, For each, While, and Do While?

200

The number of bits in an IPv4 address

What is 32?

200
An HTML document starts with this

What is !DOCTYPE HTML?

200

The acronym for the basic functions of SQL

What is CRUD?

300

An online service created by Microsoft for file storage and sharing

What is OneDrive?

300

This results from calling an invalid array index

What is an ArrayIndexOutOfBoundsException?

300

A network connecting protocol that creates a direct link between any given computer and a switch

What is Static Routing?

300

An HTML element that allows you to draw on the page

What is a Canvas?

300

A Stored Procedure

What is a pre-defined function that runs specific code when called

400

A book written by Brian Tracy in 2001 about productivity

What is Eat That Frog!?
400

The 8 primitive types in Java

What are Char, Byte, Short, Int, Long, Float, Double, and Boolean?

400

A network routing protocol that connects routers to nearby routes in order to create a dynamic path

What is OSPF?

400
A file type used for storing in-text data, often used in APIs
What is JSON?
400

A trigger does this

What does something when data is inserted/updated/deleted?

500

A list of professional accomplishments distributed to potential employers to show relevant experience

What is a resume?

500

A method written in a parent class that is meant to be overridden in its child class

What is an Abstract method?

500

The number of IP addresses available within the subnet mask 255.255.128.0

What is 384?

500

A website famous for eye-bleeding design used to educate web designers on what not to do

500

Multiple foreign keys working together as a primary key

What is a Composite Key