Mock exam 2 Flashcards

1
Q

A digital marketer has been asked to create a dynamic web page with lots of effects, animation and user interaction. Which language represents the BEST solution?
a) JavaScript
b) HTML
c) Java
d) PHP

A

A - JavaScript is the best option as it
enables developers to quickly create
interactive and engaging content.

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

In the acronym “LAMP”, which letter represents the database component?
a) L
b) A
c) M
d) P

A

C - M stands for MySQL which is the
database component.

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

A user tries to open a PDF document in up to date versions of Firefox and Safari, but both attempts fail. What SHOULD the user do if they want to view the file?
a) Update the browser version.
b) Install Internet Explorer.
c) Restart both browsers.
d) Download the file and use Adobe Acrobat Reader to view.

A

D - It is often the case that PDF files
do not display correctly in browsers.
The best option is to download the
file and view in Adobe Reader.

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

What can web development companies employ as an extra layer of security for 3rd party developers who are using their programming interface?
a) API key
b) PI key
c) IPA key
d) App key

A

A - An API key is a unique identifier
that the 3rd party developer can use
to verify that their code is a valid
implementation based on the API
developer’s codebase.

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

Which of the following protocols provides encryption and data integrity between a web browser and server?
a) FTP
b) TLS
c) HTTP
d) TLC

A

B - TLS stand for Transport Security
Layer and is currently the primary
web based security and encryption
protocol.

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

A user is completing an online form to complete registration for a web site. What is the term used to describe this interaction?
a) Data entry
b) Form filling
c) Browsing
d) Session

A

D - A session is defined as the time
spent on a web page with the user
authenticated to that page or site via
a login and / or by their IP address.

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

A developer is creating a simple website for their business on a Linux platform. Which web server SHOULD they use the web site?
a) A developer is creating a simple website for their business on a Linux platform. Which web server SHOULD they use the web site?
b) Apache Web Server.
c) FTP Server.
d) Internet Information Server (IIS).

A

B - Apache web server is a Linux and
Windows web server service, none of
the other options would work.

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

Which of the following are roles of a Web Client?
a) searches websites
b) communicates with a server
c) Uses HTTP
d) displays HTML

a) B, C and D only
b) A, B and D only
c) A, C and D only
d) B and D only

A

A - Web browsers allow you to
navigate to a search product but
doesn’t perform searching itself.

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

Which of the following statements defines the abbreviation HTTPS?
The World Wide Web uses this protocol to define how messages are formatted and transmitted.
b) This protocol includes a layer of security by encrypting and decrypting user page requests.
c) This is a system for translating domain names into numeric IP addresses so that pages can be located.
d) This is a set of rules that defines how different files are transferred on the World Wide Web.

A

B - A is a definition of HTTP, C is a
definition of DNS and D is a definition
of FTP.

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