Visual Studio
Objects
Properties
UX
Wild Card
100
This window is where you choose an object to put on the screen. Some objects in this window are image, combobox, and textbox.
What is the toolbox?
100
This object is one that you use in Visual Studio that the user can enter text into.
What is a textbox?
100
Which property would have an entry such as btnExit as the value?
What is name?
100
This color indicates danger and elevates blood pressure. As a result, it's usually not a good idea to use the color in your design.
What is red?
100
This is what happens when you place a button on the screen, then run the program and click the button.
What is nothing?
200
This is the button that you click in order to start up your Visual Studio program.
What is start?
200
You have an object on the screen and you notice that the object is named lblFirstName. What type of object is this?
What is a label?
200
This was the person that lived in the property known as "Graceland" in Memphis, TN.
Who was Elvis Presley?
200
Using this type of text is frowned upon because people will think you are yelling at them.
What is caps?
200
This is the day that you've been waiting for...Math will be your friend. What is the square root of 144?
What is 12?
300
Often times in Visual Studio the program will pop up a window where you are given code suggestions. What is this called?
What is intellisense?
300
This type of a chart includes the objects, tasks, and events and places them into an excel spreadsheet to assist with program design.
What is a TOE chart?
300
This is the property where you put the actual displayed value for a label.
What is Content?
300
This color has a calming influence and indicates stability.
What is blue?
300
This is an error type that will prevent your program from running.
What is a syntax error?
400
This is the code item that you can set up to run when you click a button.
What is an event handler?
400
Who said this... "if you want to live a happy life, tie it to a goal, not to people or objects".
Who was Albert Einstein?
400
Which property is the one that you can change to make an object disappear on your screen?
What is Visibility.Hidden?
400
This movie has nothing to do with UX...but it has everything to do with a programmer who was a whistleblower informing the public that the FBI was illegally using data to spy on citizens.
What is Snowden?
400
A famous railing design flaw in London failed to consider this celestial body in their testing.
What is the sun?
500
This window is where you could see a textbox, along with all of it's properties in a code format surrounded by <>.
What is xaml window?
500
Assume that you have a Car Class and you make one specific object of a car called a Corvette which you give a name to .... Ursula is a(n) ____ of the car class.
What is instance?
500
This is the property where you choose the background image for a window, button, or other object.
What is ImageSource?
500
This mobile game has only one word on the screen, but conveys at least 10 pieces of critical information including... nearby characters, map location, and player level.
What is pokemon go?
500
This design tool has connector, decision, input/ouput, and computational symbols.
What is a flow chart?