Which code correctly creates a size 300 rectangular Image View with rounded corners that displays the entire image, regardless of size?
A)

B)

C)

D)

When you press ' Show Button ' on your app. a modal View appears.
Complete the code by selecting the correct option from each drop-down list.
Note: You will receive partial credit for each correct answer.

Review the code.

When entered into the TextField, which number will display a blue canvas on the SecondView?
Review the code snippet.

The " faces " dictionary contains emojis and their descriptions.
Which code will create an array named " emo)is " that will copy all the emojis from the " faces " dictionary?
Review the code.
var capitalCities = [ " USA " : " Washington D.C. " , " Spain " : " Madrid " , " Peru " : " Lima " ]
Which two statements add the capital city of " Italy " to the dictionary? (Choose 2.)
Review the code snippet.

What is the output from each print statement?
Answer the question by typing in the box.
Drag the views on the left to the correct locations m the code on the fight to match the shown canvas.
You may use each View once, more than once, or not at all.


Review the code.
Note: You might need to scroll to see the entire block of code.

A breakpoint is set on line 3. When the application is run. it will stop at line 3. You need to debug the code. Drag each debugging control from the left to the correct instruction on the right. You will receive partial credit for each correct answer
