Web API
JavaScript
Project Management
SQL
100
prints to console vs. in browser
What is the difference between system.out() and out.print()
100
true
What is printed? var foo = function foo() { console.log(foo === foo); }; foo();
100
What are problems or issues?
Undesirable situations that stop a project from meeting its goals.
200
undefined
What does the below alert? function aaa() { return { test: 1 }; } alert(typeof aaa());
200
What is a SWOT analysis?
A ________ analysis uses four considerations to help identify potential project.
200
SELECT
Which SQL statement is used to extract data from a database?
300
true
What is the result? Number("1") - 1 == 0;
300
What is the Return on Investment (ROI)?
The result of subtracting the project costs from the benefits and then dividing by the costs is called what?
300
INSERT INTO
Which SQL statement is used to insert new data in a database?
400
Structured Query Language
What does SQL stand for?
400
jQuery is a fast, light-weight, and feature-rich JavaScript library that provides easy access to the HTML DOM (traversal, manipulation, animation). It works across a multitude of browser versions, providing reliable and "graceful" degradation of functionality when running in older and less powerful browsers.
What is Jquery
400
What is a Change Control Board (CCB)?
A formal group of people who are responsible for approving or denying any change in scope of a project.
400
SELECT FirstName FROM Persons
With SQL, how do you select a column named "FirstName" from a table named "Persons"?
500
What is the Weighted Scoring Model?
A tool that provides systematic process for selecting projects based on many criteria.
500
true or false
The OR operator displays a record if ANY conditions listed are true. The AND operator displays a record if ALL of the conditions listed are true