MIDTERMS Flashcards

1
Q

The HTTP Methods

A

PUT, DELETE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Output of Ionic Framework

A

iOS, Android, PWA, Electron

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Ionic Front-end Frameworks

A

ANGULAR, REACT, Vue

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Default Ionic Project Templates

A

TABS, BLANK, SIDEMENU, LIST, MY-FIRST-APP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Concepts of Component

A

SMART, DUMB

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Main Chapters of Ionic Documentations(12)

A

LAYOUT, THEMING, TROUBLESHOOTING, COMPONENTS, NAVIGATION, DEVELOPING, UTILITIES,DEPLOYMENT, TECHNIQUES, CORE CONCEPTS , CONTRIBUTING, REFERENCE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

(TRUE OR FALSE)

Icons are part of Ionic UI Components

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

(TRUE OR FALSE)

Command Prompt is the default terminal in VS Code

A

powershell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

(TRUE OR FALSE)

Android studio is used to create a virtual mobile device.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

(TRUE OR FALSE)

Ionic version 4 allows the usage for React and Vue Frontend Frameworks

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

(TRUE OR FALSE)

Google Chrome is the website browser that includes a developers’ tools.

A

TRUE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

(TRUE OR FALSE)

Microsoft VS Code extensions helps the developer to create customized IDE in a text editor.

A

FALSE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

(TRUE OR FALSE)

Ionic version 6 is the latest version of Ionic Framework

A

version 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

(TRUE OR FALSE)

Capacitors does not allow API for geolocation and camera

A

Cordova

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

(TRUE OR FALSE)

Cordova supports native mobile structure specifically iOS and Android, Electron to for desktop application and PWA for website development.

A

Capacitor

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

(TRUE OR FALSE)

Assets such as images and icons are not located inside he source folder.

A

located

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

(Acronym)

REST API

A

Representational State Transfer Application Programming Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

It is known as structural subtyping in typescript that specifies the properties and function of an object

A

Interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

A command for building the application for a specific platform. It will generate the www folder inside the project

A

ionic build

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

A web page to native bridge that is maintained by Ionic Team

A

CAPACITOR

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

A command that displays all the available virtual and physical devices that is connected to the computer terminal.

A

adb devices

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

It is a blueprint for creating new object

19
Q

A command for creating new ionic project file folder.

A

ionic start

20
Q

Who formulated the principle of RESTFUL API?

A

Roy Fielding

21
A UI Component in Ionic used for displaying a slideshow of images or other content.
ion-slides
22
Which type of component is used to reuse only the web structure such as html and scss?
dumb
23
A characteristic of angular framework where a website application interacts with the user by dynamically rewriting the current web page with new data from the serve.
Single Page Application
24
A tool that allows you to generate standard web components.
Stencil JS
25
A request sends by the client to the server in order to access the system's resources.
HTTP REQUEST
26
Which command is used for running the application in a development server?
ionic serve
27
What is the current version of Android Studio?
Hedgehog
28
A command used to create a new module.
ionic generate module
29
Which among the windows setting is configured to setup the SDK directory of the Android Studio?
Environment variable
30
When does the first ionic framework version created?
2013
31
It is a set of rules for transferring files over the web.
File Transfer Protocol
32
It is the latest version of ionic framework in the market.
Ionic 7
33
A pause in the program where you check code error while executing the program.
breakpoint
34
A standalone component for loading arbitrary components and pushing new components on to the stack
Nav
35
A browser inspection tool that forwards message logs.
Console
36
Which among the Android Studio navigation tabs locates all the available virtual devices?
Device Manager
37
What is the common local server and port number of ionic?
localhost:8100
38
A folder that contains the web assets of the application such as HTML, CSS, Javascript files, and others.
src
39
Which among the ionic tag used to emphasize proper placement on both ionic header tag and footer tag.
40
An open-source toolkit for building performant, high-quality mobile applications.
Ionic framework
41
It is a UI Component in ionic used for displaying icons within the application.
42
An ionic building blocks allow you to quickly construct the front-end user interface of the ionic application.
Ionic Components
43
A service in ionic used for navigating between pages in an application.
Nav controller/ Navigation
44
What is the code name of the latest android version in Android Studio?
UpsidedownScale/Tiramisu Android 14/13
45
A HTTP method that let you update the data within the database
PUT
46
It is a build automation tool for android application that is usually installed separately. However, it is automatically installed once create on virtual device within the android studio.
Gradle
47
A part of the developer's tool that allows you to check the web structure including HTML, CSS and Layout of the web application.
Element
48
In ionic-angular lifecycle, the method is called when the page has fully entered and is now the active page.
ionViewDidEnter()
49