Alexandra Crane
Test por , creado hace más de 1 año

i made this for myself, but if you get anything out of this you can use it

13
0
0
Alexandra Crane
Creado por Alexandra Crane hace más de 9 años
Cerrar

Mobile App and Web Design Final

Pregunta 1 de 47

1

A client-side embedded scripting language that provides a way to access elements of XHTML documents and dynamically change them

Selecciona una de las siguientes respuestas posibles:

  • javascript

  • ajax

  • xtp

  • xml

Explicación

Pregunta 2 de 47

1

Break files and messages into individual packages for transmitting and verify each package upon receiving

Selecciona una de las siguientes respuestas posibles:

  • php

  • tcp

  • ajax

  • javascript

Explicación

Pregunta 3 de 47

1

html stands for

Selecciona una de las siguientes respuestas posibles:

  • hypertext machine language

  • hyperText Markup Link

  • HyperText Machine Language

  • HyperText Markup Language

Explicación

Pregunta 4 de 47

1

A server-side scripting language commonly used for form processing and databases

Selecciona una de las siguientes respuestas posibles:

  • xml

  • tcp

  • php

Explicación

Pregunta 5 de 47

1

A meta-markup language often used to create a new markup language for a particular purpose or application

Selecciona una de las siguientes respuestas posibles:

  • javascript

  • xml

  • php

Explicación

Pregunta 6 de 47

1

What is the unique text-based Internet address, corresponding to a computer ' s unique IP address, that is used to identify documents or other resources on the Internet called?

Selecciona una de las siguientes respuestas posibles:

  • URL

  • HTTP

  • computer name

  • user name

Explicación

Pregunta 7 de 47

1

Data integrity is a NOT a security issue, it is a reliability issue

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 8 de 47

1

In a Public-Private key encryption, the algorithm encrypts the public key before sending it to anyone that wants to send you a message

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 9 de 47

1

Interrelated web development methods used to create interactive web applications that can send and retrieve data asynchronously for updating without having to transmit the entire page

Selecciona una de las siguientes respuestas posibles:

  • Ajax

  • Javascript

  • TCP

  • PHP

Explicación

Pregunta 10 de 47

1

Denial-of-Service (DoS) occurs when

Selecciona una de las siguientes respuestas posibles:

  • increase of traffic volume to cause slow service or for the sites to become unavailable

  • the clients request is denied due to security violations

  • the client has invalid request and therefore service is denied

  • the web server refuses to provide the web pages or services requested

Explicación

Pregunta 11 de 47

1

Which of the following represents the largest value in an IPv4 address scheme?

Selecciona una de las siguientes respuestas posibles:

  • 11111111-11111111-11111111-11111111

  • 999-999-999-999

  • 4444-4444-4444-4444

  • FFFFFFFF-FFFFFFFF-FFFFFFFF-FFFFFFFF

Explicación

Pregunta 12 de 47

1

To improve internet security, secured web servers, e.g., financial institutions, often use dynamic IP address allocation method to minimize their exposures from hackers

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 13 de 47

1

ul ul {font-size:16px;}
the css above is used to format

Selecciona una de las siguientes respuestas posibles:

  • a. both first level and second level unordered lists

  • b. the first two unordered lists of the web page

  • c. all second level [inner] unordered lists

  • d. all first level [outer] unordered lists

Explicación

Pregunta 14 de 47

1

Which of the following is NOT a protocol?

Selecciona una de las siguientes respuestas posibles:

  • a. POP

  • b. TCP

  • c. PHP

  • FTP

Explicación

Pregunta 15 de 47

1

Which of the following events occurs first after the user typed an URL in the browser?

Selecciona una de las siguientes respuestas posibles:

  • a. Browser sends TCP/IP request to webserver through HTTP

  • b. Browser sends HTTP request to webserver through TCP/IP

  • c. Browser validates destination IP address

  • d. Browser sends IP address request to DNS server

Explicación

Pregunta 16 de 47

1

which of the following codes does not represent any of the possible colors

Selecciona una de las siguientes respuestas posibles:

  • a. #ABCDEF

  • b. #89EF45

  • c. #123456

  • d. #HEX349

Explicación

Pregunta 17 de 47

1

which of the following tags is typically used to inert a background image into a web page

Selecciona una de las siguientes respuestas posibles:

  • a. <begin>

  • b. < head>

  • c. < body>

  • d. < html>

Explicación

Pregunta 18 de 47

1

which of the followings is not an HTML tag

Selecciona una de las siguientes respuestas posibles:

  • a. < list>

  • b. < caption>

  • c. < table>

  • d. < blockquote>

Explicación

Pregunta 19 de 47

1

To improve internet security, secured web server often encrypts the private key before transmitting its clients

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 20 de 47

1

The purpose of __________ is to ensure the integrity of the communication on the internet.

Selecciona una de las siguientes respuestas posibles:

  • TCP/IP

  • HTTP

  • PHP

  • ASP

Explicación

Pregunta 21 de 47

1

Which of the following best describes the entire address below?

http://www.webdesign.edu/webfolder/index.html

Selecciona una de las siguientes respuestas posibles:

  • a. IP address

  • b. TCP/IP

  • c. Domain name

  • d. URI

Explicación

Pregunta 22 de 47

1

which of the following is not an image type

Selecciona una de las siguientes respuestas posibles:

  • a. image.pdf

  • b. image.gif

  • c. image.png

  • d. image.jpg

Explicación

Pregunta 23 de 47

1

which of the following (line number) is incorrectly implemented???
1. <ul>
2. Name and Phone Number
3.<li> john doe: <table> <tr><td>773</td><td>111</td><td>1234</td></tr></table></li>
4. <li> jim doe: no phone</li>
5. </ul>

Selecciona una de las siguientes respuestas posibles:

  • none of the answers

  • 3

  • 2

  • 5

  • 1

  • 4

Explicación

Pregunta 24 de 47

1

the HTML tag pairs used to create a bullet in an unordered list

Selecciona una de las siguientes respuestas posibles:

  • a. < bl> < /bl>

  • b. < li> < /li>

  • c. < ls> </ls>

  • d. < ul> < ul>

Explicación

Pregunta 25 de 47

1

Which of the following is best used to transmit a large file?

Selecciona una de las siguientes respuestas posibles:

  • HTTP

  • SMTP

  • TCP/IP

  • FTP

Explicación

Pregunta 26 de 47

1

which of the following is incorrectly implemented

Selecciona una de las siguientes respuestas posibles:

  • a. < p> <em> Web Design </em> </p>

  • b. <p> <em> Web Design </p> </em>

  • c. <em> <p> Web Design </p> </em>

  • d. none of the answers

Explicación

Pregunta 27 de 47

1

what are the beginning and ending character symbols used to insert special characters and symbols such as spaces, copyrights, or happy faces, into HTML???

Selecciona una de las siguientes respuestas posibles:

  • a. $ and ;

  • b. # and ;

  • c. { and }

  • d. & and ;

Explicación

Pregunta 28 de 47

1

keywords and authors name should be coded in which of the following tags

Selecciona una de las siguientes respuestas posibles:

  • a. header

  • b. meta

  • c. title

  • d. mega

Explicación

Pregunta 29 de 47

1

what is the primary reason/advantage of using external CSS vs embedded and or inline CSS

Selecciona una de las siguientes respuestas posibles:

  • a. Nesting

  • b. Esthetic

  • c. Reuseability

  • d. Functionality

Explicación

Pregunta 30 de 47

1

in tag <font size=+3> text </font> which of the following is referred to as an attribute/

Selecciona una de las siguientes respuestas posibles:

  • 3

  • size

  • font

Explicación

Pregunta 31 de 47

1

which of the followings is often used to italicize text

Selecciona una de las siguientes respuestas posibles:

  • a. < it> text < /it>

  • b. < italicize> text < /italicize>

  • c. < font="italic"> text < /font>

  • d. < em> text < /em>

Explicación

Pregunta 32 de 47

1

which of the following is NOT a built in behavior of the anchor

Selecciona una de las siguientes respuestas posibles:

  • a. a:visited

  • b. a:hover

  • c. a:link

  • d. a:rollover

Explicación

Pregunta 33 de 47

1

in CSS, which of the following properties is typically used to associate an image in a list selector?

Selecciona una de las siguientes respuestas posibles:

  • a. link

  • b. none of the answers

  • c. src

  • d. url

Explicación

Pregunta 34 de 47

1

p:first-child::first-letter {....} is an example of

Selecciona una de las siguientes respuestas posibles:

  • a. incorrect code

  • b. embedded CSS

  • c. CSS pseudo-element

  • d. CSS pseudo-class

Explicación

Pregunta 35 de 47

1

which of the following is often used to boldface text

Selecciona una de las siguientes respuestas posibles:

  • a. < font="bold"> text < /bold>

  • b. < boldface> text < /boldface>

  • c. < strong> text < /strong> Correct

  • d. < dark> text < /dark>

Explicación

Pregunta 36 de 47

1

what does CSS stand for

Selecciona una de las siguientes respuestas posibles:

  • a. Computer Selected Sheets

  • b. Colorful Style Sheets

  • c. Cascading Style Sheets

  • d. Creative Style Sheets

Explicación

Pregunta 37 de 47

1

which of the following will define 10px margina all around a box

Selecciona una de las siguientes respuestas posibles:

  • a. margin: 10px 10px 10px 10px;

  • b. margin: 10px;

  • c. margin: 10px 10px;

  • d. all of the answers

Explicación

Pregunta 38 de 47

1

which of the following is NOT one of the symbols of CSS selector types?

Selecciona una de las siguientes respuestas posibles:

  • &

  • *

  • #

  • .

Explicación

Pregunta 39 de 47

1

which of the following is best to arrange a navigation bar name HomeNav?

Selecciona una de las siguientes respuestas posibles:

  • a. *HomeNav {...}

  • b. #HomeNav {...}

  • c. !HomeNav{...}

  • d. .HomeNav { ...}

Explicación

Pregunta 40 de 47

1

A variable defined outside of the functions is local variable and can not be employed in any of the functions

Selecciona una de las siguientes respuestas posibles:

  • True

  • Error: you can not declare a variable outside of a function

  • False

Explicación

Pregunta 41 de 47

1

which of the following associates a web page with an external style sheet????

Selecciona una de las siguientes respuestas posibles:

  • a. <style src="style.css">

  • b. <link rel="stylesheet" href="style.css">

  • c. <style rel="external" href="style.css">

  • d. <link rel="style.css ">

Explicación

Pregunta 42 de 47

1

var myNumber = 0;

var calculate = function(number) {

return (number * 2);

};

myNumber = calculate(7);

console.log(myNumber);

// What does the console.log output?

Selecciona una de las siguientes respuestas posibles:

  • a. 0

  • b. 2

  • c. Incorrect code. JS does not allow declaring var myNumber twice

  • d. 14

  • e. 7

Explicación

Pregunta 43 de 47

1

var myNumber = 0;

var timesTwo = function(number) {

var myNumber = number * 2;

};

timesTwo(7);

console.log(myNumber);

// What does the console.log output?

Selecciona una de las siguientes respuestas posibles:

  • a. 2

  • b. 14

  • c. 7

  • d. Incorrect code. JS does not allow declaring var myNumber twice

  • e. 0

Explicación

Pregunta 44 de 47

1

which of the following is considered a Pseudo class??

Selecciona una de las siguientes respuestas posibles:

  • a. p::first-letter{ font-size:30px; font-weight:bold;}

  • b. <meta name="author" content="Web Design" /

  • c. .title { font-family:Verdana, Geneva, sans-serif;

  • d. a:hover {color:#0000FF; text-decoration:none;}

Explicación

Pregunta 45 de 47

1

table.new td {text-align:center;}
which of the following is the correct implementation of the tag selector above?

Selecciona una de las siguientes respuestas posibles:

  • a. none of the answers -- incorrect css tag

  • b. <table class="news"> <tr> <td> text </td> </tr></table>

  • c. <table > <tr> <td class="news"> text </td> </tr></table>

  • d. <table ><class="news" > <tr> <td> text </td> </tr></class></table>

Explicación

Pregunta 46 de 47

1

how do you set the font size to 10px for all paragraphs in the footer div without setting the whole footer div font

Selecciona una de las siguientes respuestas posibles:

  • a. p .footer {font-size:10px;}

  • b. #footer p {font-size:10px;}

  • c. p #footer {font-size:10px;}

  • d. #footer .p {font-size:10px;}

Explicación

Pregunta 47 de 47

1

which of the following should be used to define a class to hanging indent all paragraphs

Selecciona una de las siguientes respuestas posibles:

  • a. hanging.p {text-indent: 10px;}

  • b. p.hanging {margin-left: -10px;}

  • c. p.hanging {text-indent: 10px;}

  • d. p.hanging {text-indent: -10px;}

Explicación