X Code MCQs

X Code MCQs

Our experts have gathered these X Code MCQs through research, and we hope that you will be able to see how much knowledge base you have for the subject of X Code by answering these multiple-choice questions.
Get started now by scrolling down!

1: What is the Issue Navigator in Xcode?

A.   Press CTRL+CMD+? over any code.

B.   It contains the user interface for the view that displays your application.

C.   Actions represent what you want your code to do in response to user interaction with a control or widget.

D.   It informs you (and links you to) any issues in your code.

2: Symbol Navigator

A.   It allows you to create an application that runs both on the iPhone and iPad devices.

B.   Master-Detail Application - OpenGL Game - Page Based Application - Single View Application - Tabbed Application - Utility Application - Empty Application

C.   Click on the magnifying glass in the search field and select 'Show Find Options'.

D.   The location in Xcode where your code is organized by class.

3: .xib file

A.   It contains the user interface for the view that displays your application.

B.   Press CTRL+CMD+? over any code.

C.   Master-Detail Application - OpenGL Game - Page Based Application - Single View Application - Tabbed Application - Utility Application - Empty Application

D.   It allows you to create an application that runs both on the iPhone and iPad devices.

4: Actions

A.   Actions represent what you want your code to do in response to user interaction with a control or widget.

B.   It contains the user interface for the view that displays your application.

C.   The IDE used to code iPhone and iPad (and Mac) applications.

D.   The tool in Xcode that allows you to build interfaces inside iOS using a GUI.

5: How do you get quick help on your code?

A.   Press CTRL+CMD+? over any code.

B.   The location in Xcode where your code is organized by class.

C.   Macs have more memory - Macs are more powerful (better CPU) - Macs have better GPU - You won't get a true performance test on a simulator.

D.   Click on the magnifying glass in the search field and select 'Show Find Options'.

6: Some Xcode Project Types

A.   Click on the magnifying glass in the search field and select 'Show Find Options'.

B.   Macs have more memory - Macs are more powerful (better CPU) - Macs have better GPU - You won't get a true performance test on a simulator.

C.   Press CTRL+CMD+? over any code.

D.   Master-Detail Application - OpenGL Game - Page Based Application - Single View Application - Tabbed Application - Utility Application - Empty Application

7: What is the Universal Device Family for?

A.   Outlets connect your interface to the code by letting you refer to the items in your interface by name. Outlets create variables in your code that you can use to work with the UI widgets.

B.   It informs you (and links you to) any issues in your code.

C.   Click on the magnifying glass in the search field and select 'Show Find Options'.

D.   It allows you to create an application that runs both on the iPhone and iPad devices.

8: Outlets

A.   Actions represent what you want your code to do in response to user interaction with a control or widget.

B.   Click on the magnifying glass in the search field and select 'Show Find Options'.

C.   The IDE used to code iPhone and iPad (and Mac) applications.

D.   Outlets connect your interface to the code by letting you refer to the items in your interface by name. Outlets create variables in your code that you can use to work with the UI widgets.

9: What does "Use Storyboard" in Xcode allow you to do?

A.   Allows you to use Interface Builder to lay out all of the screens in your program and define the transitions between them.

B.   The IDE used to code iPhone and iPad (and Mac) applications.

C.   Actions represent what you want your code to do in response to user interaction with a control or widget.

D.   The tool in Xcode that allows you to build interfaces inside iOS using a GUI.

10: Xcode

A.   Press CTRL+CMD+? over any code.

B.   It contains the user interface for the view that displays your application.

C.   The IDE used to code iPhone and iPad (and Mac) applications.

D.   It allows you to create an application that runs both on the iPhone and iPad devices.

11: Interface Builder?

A.   Actions represent what you want your code to do in response to user interaction with a control or widget.

B.   The location in Xcode where your code is organized by class.

C.   The tool in Xcode that allows you to build interfaces inside iOS using a GUI.

D.   Press CTRL+CMD+? over any code.

12: What is Cocoa Touch Static Library Template used for?

A.   Outlets connect your interface to the code by letting you refer to the items in your interface by name. Outlets create variables in your code that you can use to work with the UI widgets.

B.   Highlight your code - Click on 'Editor->Structure->Re-indent'.

C.   Building libraries of code that you can share amongst multiple projects.

D.   Allows you to use Interface Builder to lay out all of the screens in your program and define the transitions between them.