SOLUTION!!
app container
answers: ...A separate memory space that the application executes in runtime.
app package
answers: ...is the result of the packaging process in which the bundling of an
application and its various files is put into a distributable file making it easy to
deploy the application.
AppCache
answers: ...stores resources like images, HTML pages, CSS files and JavaScript-
data that would ordinarily be stored on a server.
application programming interface (API)
answers: ...is a set of routines, protocols, and tools for building software
applications. An API expresses a software component in terms of its operations,
inputs, outputs, and underlying types, defining functionalities that are independent
of their respective implementations, which allows definitions and implementations
to vary without compromising the interface.
application state
answers: ...is created when the Web browser sends the first request for a Web page
to the Web server, and it ends when the user closes the browser.
Cascading Style Sheets (CSS)
, answers: ...is a style sheet language used for describing the presentation of a
document written in a markup language.
cookies
answers: ...is a small piece of data sent from a website and stored in the user's web
browser while the user is browsing it.
debugging
answers: ...is the process of finding and resolving bugs or defects that prevent
correct operation of computer software or a system.
gesture
answers: ...enables humans to communicate with the machine (HMI) and interact
naturally without any mechanical devices. Using the concept of gesture
recognition, it is possible to point a finger at the computer screen so that the cursor
will move accordingly.
Hypertext Markup Language (HTML)
answers: ...commonly referred to as HTML, is the standard markup language used
to create web pages. Along with CSS, and JavaScript, HTML is a cornerstone
technology, used by most websites to create visually engaging webpages, user
interfaces for web applications, and user interfaces for many mobile applications.
[1] Web browsers can read HTML files and render them into visible or audible
web pages. HTML describes the structure of a website semantically along with
cues for presentation, making it a markup language, rather than a programming
language.