Exam 4: Explore Icons Decision Making Controls

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

____ graphics are best to use for icon design because the images can be scaled without loss of detail.

(Multiple Choice)
4.9/5
(38)

Launcher icons should be intricate and conservative to have a memorable impact.

(True/False)
4.9/5
(33)

Instead of eyeballing the controls on the user interface for alignment, you can use the ____________________ tool to create equal spacing around controls.

(Short Answer)
4.8/5
(32)

To set an app's launcher icon to an image called myLaunchIcon. P n g , the code to insert into the manifest is ____________________.

(Short Answer)
4.7/5
(34)

Never offer a default selection, as it complicates user input.

(True/False)
4.9/5
(30)

The ____ property can center a control horizontally as well as position it at other places on the screen.

(Multiple Choice)
4.8/5
(35)

A(n) ____ control always operates independently, therefore selecting it will never deselect any other controls.

(Multiple Choice)
4.8/5
(31)

____________________ controls are used to select and deselect an option.

(Short Answer)
4.8/5
(32)

The icon used to start your app is called the ____.

(Multiple Choice)
4.9/5
(42)

You test for a(n) ____________________ being true or false and change the flow of what happens in a program based on the user's input.

(Short Answer)
4.8/5
(36)

The operator for "equal to" is ____.

(Multiple Choice)
4.7/5
(34)

The truth value of the expression !(false && (true || !false) && (!false || !true)) is ____________________.

(Short Answer)
4.8/5
(39)

The process of verifying that a value is not a typo or some other type of mistake is called ____________________.

(Short Answer)
4.7/5
(30)

When an If statement is placed inside another If statement, the inner If statement is considered to be ____.

(Multiple Choice)
4.9/5
(42)

The statement 6<=6 is true.

(True/False)
4.7/5
(33)

Java provides ____ to compare the relationship between the variables being tested in conditional statements. 

(Multiple Choice)
4.9/5
(40)

When you publish an app in the Android Market, you must provide an icon of size ____________________ (state as number x number ) as the display icon in the Market.

(Short Answer)
4.8/5
(42)

A ____ is a triplet of three colors which encodes different colors.

(Multiple Choice)
4.7/5
(35)

A toast message is best used for ____________________ messages.

(Short Answer)
4.7/5
(32)

When more than one condition is tested in an If statement, it is called a(n) ____.

(Multiple Choice)
4.9/5
(32)
Showing 21 - 40 of 49
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)