Ionic Framework MCQs Solution | TCS Fresco Play | Fresco Play | TCS
Make an effort to understand these solutions and apply them to your Hands-On difficulties. (It is not advisable that copy and paste these solutions).
All Question of the MCQs Present Below for Ease Use Ctrl + F with the question name to find the Question. All the Best!
1. Which of the following includes device APIs that allow accessing native device features like camera or maps?
CORDOVA
2. Which of the following files has the ionic styles?
Ionic.css
3. Which of the following files contains all required JS files for Ionic and Angular?
Ionic.bundle.min.js
4. Which of the following folders contains icons in Ionic?
Fonts
5. Which of the following is not a in-built Ionic template?
Navigation
6. Which of the following classes can be used to create margin of certain number pixels around the list items?
List – inset
7. Which of the following classes can be used to group a set of items in a List?
item- divider
8. Which of the following classes can be used to create a button that occupies the entire width of the screen?
Button –block
9. Which of the following classes defines the footer?
Bar-footer
10. Which of the following CSS components are best to create a News App that displays a picture, caption with short description?
Cards
11. In a responsive Grid, which class, breaks the row of columns, when the window size is smaller than portrait tablet?
Responsive –md
12. Which of the following components uses "CSS Flexible Box Layout"?
Grid
13. Ionic Grid system is responsive by default.
TRUE
14. Which of the following is a content pane that can go over the user’s main view temporarily?
Modal
15. Which of the following components is a multi-page container where each page can be swiped or dragged between?
Ion-slides
16. Which of the following interaction modes can be enabled by using ionList and ionItem directives?
All
17. Which of the following services can be used to trigger an Action Sheet?
$ionicActionSheet
18. What is the ionic directive that can be used for creating a tab bar?
Ion-Tabs
19. CLI is an extension of _________.
Node
20. What is the command for running an app in IOS emulator?
ionic emulate ios
21. CLI is based on _____.
CORDOVA
22. Which of the following statement is not true about the IONIC framework?
It is built on top of Cascading, Scalding, C++ and nodeJS
23. Cards can contain
ALL
24. Adding which of the following classes to the content, makes space for the header.
has-header
25. Which of the following is a content pane that can go over the user’s main view temporarily?
Action Sheet
26. Which of the following includes device APIs that allow accessing native device features like camera or maps?
Angular JS
27. Which of the following is a slide-up pane that lets the user choose from a set of options?
Action Sheet
28. Which of the following classes can be used to create margin of certain number pixels around the list items?
list-inset
29. Which of the following offers AngularJS wrappers for the most popular Cordova plugins?
ngCordova
30. Which of the following is the place to check for community contributed IONIC Components?
Iconic-View
31. In Ionic CLI, which of the follow commands can be used to automatically monitor changes in the file system?
Ionic serve
32. Which CSS component is ideal for creating top navigation for a mobile app?
Tabs
33. Components in iconic by default have both padding of
0 pixels
34. Which of the following directives can help in using Ionic custom Scroll View, or the built in overflow scrolling of the browse?
Content
35. Which of the following directives can be used to enable the "pull to refresh" functionality?
refresher
36. Which of the following can be used for Rapid Prototyping?
ionic Creator
37. Which tool can be used to create icons and splash screens for all supported devices?
Ionic resources
38. Which of the following tags display a button with rounded corners?
Both
Post a Comment