Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. To transform a default Button element to the one as following, what transform

ID: 3851563 • Letter: 1

Question

1. To transform a default Button element to the one as following, what transform(s) need to be used?

A. ScaleTransform

B. SkewTransform

C.RotateTransform

D.TranslateTransform

E. A and B

F. B and C

2. What type of exception would be thrown if the user enters the wrong type of data when requested from the keyboard?

A. FormateException

B. Invalid.CastException

C. NullReferenceException

D. IndexOutOfRangeException

E. ArithmeticException

3. A button with Height and Width explicitly set to 50 will resize when the window resizes.

A. True

B. False

4. A catch block executes when its try block ___________.

A. completes

B. throws any Exception

C. throws an Exception of an acceptable type

D. completes without throwing anything

5. Which of the following UI element does NOT have a Click event?

A. Button

B. TextBov

C. RadioButton

D. CheckBox

6. What attribute do you use to change the color appearance of a UI element?

A. Color

B. Background

C. Render

D. Style

7. To change the title of a window, what property do you use?

A. Name

B. Title

C. Text

D. Content

8. What property sets the speaking rate of an instance of a SpeechSynthesizer object?

A. Speed

B. Rate

C. Velocity

D. Transform

Button

Explanation / Answer

1:b, skew transform.: transform will be done on basis of angles

2.A format exception: , input controls will first look at format and then it will try to cast it based on user commands.

3. false, static styling will remain constant.

4.B catch block will be exceuted only when its try block throws an exception.

5. C Radiobutton doesnot have a click event, rather it has all other events like on selected , selected change etc

6. style attribute is used to change appreance of a UI element

7. title tag is used to set title of window.

8.b: rate , it returns the rate of speech synthesizer