Why can't one use wifi when a plane is about to take off?
It disrupts the computers in the cockpit.
What function would you call to display a modal-message box?
MsgBox
Which company's logo is an apple with a bite on the side?
Apple Inc.
This language can't run without a class, can make a window with JFrame and can import libraries.
Java
A collection of primitive values OR objects.
Array
What is the name of the famous computer engineer who was the popular face of Apple Inc. during the 2000's?
Steve Jobs.
This function determines is an expression is a number.
IsNumeric
Which company's logo is a circle with four letters inside of it?
Dell
Name 3 of the programs that are part of Microsoft office 2010
Word, Excel, Powerpoint, Outlook, One Note, Publisher, Visio...
This is the smallest, primitive data type.
Char
Who is the popular computer scientist known for his work at Microsoft and became a well-known philanthropist?
Bill Gates
This functions creates a random number between 0 and 1.
Rnd
What does HP stand for?
Hewlett-Packard
What is the term used to describe values that are written using 1 and 0 only?
Binary
A reference to an object that is currently also referred to by another reference. Each reference is a/an _______ of another.
Alias
What does LCD stand for?
Liquid Crystal Display
This function converts a expression to a string data type.
CStr
Which company was behind the now discontinued VAIO brand?
Sony
What is the base-10, or decimal, version of the number 00010101?
21
A class that is used to "wrap" primitive data into Objects.
Wrapper Class
What does HDMI stand for?
High Definition Multi-media Interface.
This function searches for a specific expression in a list and then outputs a corresponding "value" from a given column in a determined table array?
VLOOKUP
This is a low cost, credit-card sized computer that plugs into a computer monitor or TV, and uses a standard keyboard and mouse.
Raspberry Pi
What does the 'chmod' command do on UNIX?
It allows you to alter the read, write, and execute permissions on your files.
The areas within a program in which an identifier such as a variable, can be referenced.
Scope