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

A

Model

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
Q

A UI Component in Ionic used for displaying a slideshow of images or other content.

A

ion-slides

22
Q

Which type of component is used to reuse only the web structure such as html and scss?

A

dumb

23
Q

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.

A

Single Page Application

24
Q

A tool that allows you to generate standard web components.

A

Stencil JS

25
Q

A request sends by the client to the server in order to access the system’s resources.

A

HTTP REQUEST

26
Q

Which command is used for running the application in a development server?

A

ionic serve

27
Q

What is the current version of Android Studio?

A

Hedgehog

28
Q

A command used to create a new module.

A

ionic generate module

29
Q

Which among the windows setting is configured to setup the SDK directory of the Android Studio?

A

Environment variable

30
Q

When does the first ionic framework version created?

A

2013

31
Q

It is a set of rules for transferring files over the web.

A

File Transfer Protocol

32
Q

It is the latest version of ionic framework in the market.

A

Ionic 7

33
Q

A pause in the program where you check code error while executing the program.

A

breakpoint

34
Q

A standalone component for loading arbitrary components and pushing new components on to the stack

A

Nav

35
Q

A browser inspection tool that forwards message logs.

A

Console

36
Q

Which among the Android Studio navigation tabs locates all the available virtual devices?

A

Device Manager

37
Q

What is the common local server and port number of ionic?

A

localhost:8100

38
Q

A folder that contains the web assets of the application such as HTML, CSS, Javascript files, and others.

A

src

39
Q

Which among the ionic tag used to emphasize proper placement on both ionic header tag and footer tag.

A

<ion-toolbar>
</ion-toolbar>

40
Q

An open-source toolkit for building performant, high-quality mobile applications.

A

Ionic framework

41
Q

It is a UI Component in ionic used for displaying icons within the application.

A

<ion-icon>
</ion-icon>

42
Q

An ionic building blocks allow you to quickly construct the front-end user interface of the ionic application.

A

Ionic Components

43
Q

A service in ionic used for navigating between pages in an application.

A

Nav controller/ Navigation

44
Q

What is the code name of the latest android version in Android Studio?

A

UpsidedownScale/Tiramisu
Android 14/13

45
Q

A HTTP method that let you update the data within the database

A

PUT

46
Q

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.

A

Gradle

47
Q

A part of the developer’s tool that allows you to check the web structure including HTML, CSS and Layout of the web application.

A

Element

48
Q

In ionic-angular lifecycle, the method is called when the page has fully entered and is now the active page.

A

ionViewDidEnter()

49
Q
A