Hello World
Quiz por , criado more than 1 year ago

2017

1099
6
0
Hello World
Criado por Hello World aproximadamente 7 anos atrás
Fechar

WEB

Questão 1 de 181

1

Variable names (PHP) can only contain _

Selecione uma das seguintes:

  • letters, numbers and the underscore ( _ ) symbol

  • letters and numbers

  • letters, numbers and &^%$#@ ( _ ) symbol

  • no correct answer

Explicação

Questão 2 de 181

1

Are all keywords (e.g. if, else, while, echo, etc.) in PHP, classes, functions, and user-defined functions case-sensitive

Selecione uma das seguintes:

  • yes

  • no

  • do not know

  • not sure

Explicação

Questão 3 de 181

1

A variable declared ________ a function has a GLOBAL SCOPE. (PHP)

Selecione uma das seguintes:

  • outside

  • within

  • anywhere

  • nowhere

Explicação

Questão 4 de 181

1

A variable declared ________ a function has a LOCAL SCOPE. (PHP)

Selecione uma das seguintes:

  • outside

  • within

  • anywhere

  • nowhere

Explicação

Questão 5 de 181

1

to access a numeric arrays elements, refer to the array (PHP) with___

Selecione uma das seguintes:

  • appropriate index number in brackets

  • appropriate index number with dots

  • appropriate index number without brackets

  • no correct answer

Explicação

Questão 6 de 181

1

The _______ is an array which associates an index value (instead of a number) to a certain value.(PHP)

Selecione uma das seguintes:

  • string

  • associative array

  • dot

  • class

Explicação

Questão 7 de 181

1

Syntax for associative array (PHP)

Selecione uma das seguintes:

  • $arrayName[index_value] = value;

  • $arrayName[“index_value”] = value;

  • $arrayName(index_value) = value;

  • arrayName[index_value] = value;

Explicação

Questão 8 de 181

1

PHP ______ function returns the length of a string

Selecione uma das seguintes:

  • str_word_count()

  • strlen()

  • strops()

  • strrev()

Explicação

Questão 9 de 181

1

PHP ______ function replaces some characters with some other characters in a string

Selecione uma das seguintes:

  • str_word_count()

  • strlen()

  • str_replace()

  • strops()

Explicação

Questão 10 de 181

1

To create a constant (PHP), use

Selecione uma das seguintes:

  • define(name, value, case-insensitive)

  • constant(name, value, case-insensitive)

  • constant(name, value)

  • constant( value)

Explicação

Questão 11 de 181

1

What will be the output of variable $a = abs(-123); (PHP)?

Selecione uma das seguintes:

  • 321

  • -321

  • $a

  • 123

Explicação

Questão 12 de 181

1

array indexes (PHP) start at ___

Selecione uma das seguintes:

  • 0

  • 1

  • -1

  • no correct answer

Explicação

Questão 13 de 181

1

The _______function is used to return the length (the number of elements) of an array (PHP).

Selecione uma das seguintes:

  • length()

  • count()

  • array()

  • return length()

Explicação

Questão 14 de 181

1

____________executes some code if one condition is true.(PHP)

Selecione uma das seguintes:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Explicação

Questão 15 de 181

1

_____ executes some code if a condition is true and another code if that condition is false.(PHP)

Selecione uma das seguintes:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Explicação

Questão 16 de 181

1

_____ executes different codes for more than two conditions.(PHP)

Selecione uma das seguintes:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Explicação

Questão 17 de 181

1

All variables in PHP start with symbol?

Selecione uma das seguintes:

  • &

  • $

  • %

  • !

Explicação

Questão 18 de 181

1

The PHP ________function counts the number of words in a string

Selecione uma das seguintes:

  • str_word_count()

  • strlen()

  • strrev()

  • strops()

Explicação

Questão 19 de 181

1

The PHP _____ function searches for a specific text within a string

Selecione uma das seguintes:

  • str_word_count()

  • strlen()

  • strrev()

  • strops()

Explicação

Questão 20 de 181

1

The ________ loop will always execute the block of code once, it will then check the condition, and repeat the loop while the specified condition is true

Selecione uma das seguintes:

  • do…while

  • while

  • for

  • foreach

Explicação

Questão 21 de 181

1

multiline comments declared with (PHP)

Selecione uma das seguintes:

  • /

  • we cannot comment lines in PHP

  • //

  • /* */

Explicação

Questão 22 de 181

1

Which of the following property (CSS) is used to make a font italic or oblique?

Selecione uma das seguintes:

  • font-family

  • font-style

  • font-variant

  • font-weight

Explicação

Questão 23 de 181

1

Which of the following property (CSS) specifies the top margin of an element?

Selecione uma das seguintes:

  • :margin

  • :margin-bottom

  • :margin-top

  • :margin-left

Explicação

Questão 24 de 181

1

Which of the following (CSS) defines a measurement as a percentage relative to another value, typically an enclosing element?

Selecione uma das seguintes:

  • %

  • cm

  • em

  • ex

Explicação

Questão 25 de 181

1

Which of the following property (CSS) is used to set the color of a text?

Selecione uma das seguintes:

  • Color

  • Direction

  • Letter-spacing

  • Word-spacing

Explicação

Questão 26 de 181

1

Which of the following property changes the width of bottom border?

Selecione uma das seguintes:

  • :border-bottom-width

  • :border-top-width

  • :border-right-width

  • :border-left-width

Explicação

Questão 27 de 181

1

Which of the following property (CSS) specifies a shorthand property for setting the margin properties in one declaration?

Selecione uma das seguintes:

  • :margin

  • :margin-bottom

  • :margin-top

  • :margin-left

Explicação

Questão 28 de 181

1

Which of the following property (CSS) is used to set the background color of an element?

Selecione uma das seguintes:

  • Background-color

  • Background-image

  • Background-repeat

  • Background-position

Explicação

Questão 29 de 181

1

Which of the following property (CSS) is used to add or subtract space between the words of a sentence?

Selecione uma das seguintes:

  • Color

  • Direction

  • Letter-spacing

  • Word-spacing

Explicação

Questão 30 de 181

1

Which of the following property (CSS) is used to set the opacity of an image?

Selecione uma das seguintes:

  • Border

  • Height

  • Moz-opacity

  • Width

Explicação

Questão 31 de 181

1

Which of the following property (CSS) specifies whether a border should be solid, dashed line, double line, or one of the other possible values?

Selecione uma das seguintes:

  • :border-color

  • :border-style

  • :border-width

  • :border-bottom-color

Explicação

Questão 32 de 181

1

Which of the following is correct about CSS?

Selecione uma das seguintes:

  • Style sheets allow content to be optimized for more than one type of device.

  • Using CSS, we can view offline websites. The cache also ensures faster loading and better overall performance of the website.

  • CSS can store web applications locally with the help of an offline cache.

  • All

Explicação

Questão 33 de 181

1

Which of the following (CSS) defines a measurement in screen pixels?

Selecione uma das seguintes:

  • px

  • vh

  • vw

  • vmin

Explicação

Questão 34 de 181

1

Which of the following property (CSS) is used as a shorthand to specify a number of other background properties?

Selecione uma das seguintes:

  • background-attachment

  • background

  • background-repeat

  • background-position

Explicação

Questão 35 de 181

1

Which of the following property (CSS) specifies whether a border should be solid, dashed line, double line, or one of the other possible values?

Selecione uma das seguintes:

  • :border-color

  • :border-style

  • :border-width

  • :border-bottom-color

Explicação

Questão 36 de 181

1

Which of the following is a component of CSS style rule?

Selecione uma das seguintes:

  • Selector

  • Property

  • Value

  • All

Explicação

Questão 37 de 181

1

Which of the following is a way to associate styles with your HTML document?

Selecione uma das seguintes:

  • Embedded CSS - The <xmp><style></xmp> Element

  • Inline CSS –The style Attributes

  • None

  • Both of the above

Explicação

Questão 38 de 181

1

Which of the following property (CSS) is used to create a small-caps effect?

Selecione uma das seguintes:

  • font-family

  • font-style

  • font-weight

  • font-variant

Explicação

Questão 39 de 181

1

Which of the following property (CSS) is used to increase or decrease how bold or light a font appears?

Selecione uma das seguintes:

  • font-family

  • font-style

  • font-variant

  • font-weight

Explicação

Questão 40 de 181

1

Which of the following property (CSS) is used to set the text shadow around a text?

Selecione uma das seguintes:

  • white-space

  • text-shadow

  • text-decoration

  • text-transform

Explicação

Questão 41 de 181

1

Which of the following property (CSS) of a table element specifies the width that should appear between table cells?

Selecione uma das seguintes:

  • :Border – collapse

  • :Border-spacing

  • :Caption-side

  • :Empty-cell

Explicação

Questão 42 de 181

1

Which of the following property (CSS) is used to increase or decrease the size of a font?

Selecione uma das seguintes:

  • font-size

  • font

  • font-variant

  • font-weight

Explicação

Questão 43 de 181

1

A relative measurement for the height of a font in_____ spaces. This unit is equivalent to the size of a given font. (CSS)

Selecione uma das seguintes:

  • em

  • px

  • mm

  • cm

Explicação

Questão 44 de 181

1

The _______ property specifies the stack order of an element (CSS).

Selecione uma das seguintes:

  • z-index

  • type

  • p

Explicação

Questão 45 de 181

1

This property is used to capitalize text or convert text to uppercase or lowercase letters. (CSS)

Selecione uma das seguintes:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Explicação

Questão 46 de 181

1

This property is used to control the flow and formatting of text. (CSS)

Selecione uma das seguintes:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Explicação

Questão 47 de 181

1

This property is used to add or subtract space between the letters that make up a word. (CSS)

Selecione uma das seguintes:

  • letter-spacing

  • word-spacing

  • text-indent

  • text-align

Explicação

Questão 48 de 181

1

This property is used to set the text shadow around a text.(CSS)

Selecione uma das seguintes:

  • text-shadow

  • word-spacing

  • text-indent

  • text-align

Explicação

Questão 49 de 181

1

This property is used to indent the text of a paragraph. (CSS)

Selecione uma das seguintes:

  • letter-spacing

  • word-spacing

  • text-indent

  • text-align

Explicação

Questão 50 de 181

1

___________ properties are CSS properties that let you set the values of several other CSS properties simultaneously

Selecione uma das seguintes:

  • Shortland

  • Sortland

Explicação

Questão 51 de 181

1

Which stylesheet has the second highest priority?

Selecione uma das seguintes:

  • Inline stylesheets

  • Internal stylesheets

  • External stylesheets

  • stylesheets

Explicação

Questão 52 de 181

1

Which stylesheet has the third highest priority?

Selecione uma das seguintes:

  • Inline stylesheets

  • Internal stylesheets

  • stylesheets

  • External stylesheets

Explicação

Questão 53 de 181

1

An external stylesheet is declared in an external file with a ________extension.

Selecione uma das seguintes:

  • css

  • html

  • doc

  • txt

Explicação

Questão 54 de 181

1

External stylesheets are called using the _______ tag.

Selecione uma das seguintes:

  • <xmp><link></xmp>

  • <xmp><class></xmp>

  • <xmp><id></xmp>

  • <xmp><stylesheets></xmp>

Explicação

Questão 55 de 181

1

If you define the position to be _________ it will be calculated from the upper left corner of the page. (CSS)

Selecione uma das seguintes:

  • absolute

  • relative

  • stylesheets

  • normal

Explicação

Questão 56 de 181

1

If you define the position to be _______ it will be relative to the position of the tag that carries the style. (CSS)

Selecione uma das seguintes:

  • absolute

  • relative

  • normal

  • define

Explicação

Questão 57 de 181

1

When using an external stylesheet on a webpage, this attribute takes the value "stylesheet"

Selecione uma das seguintes:

  • rel

  • type

  • href

  • abs

Explicação

Questão 58 de 181

1

When using an external stylesheet on a webpage, this attribute takes the value "text/css".

Selecione uma das seguintes:

  • type

  • rel

  • href

  • abs

Explicação

Questão 59 de 181

1

Denotes the name and location of the external stylesheet to be used.

Selecione uma das seguintes:

  • rel

  • abs

  • type

  • href

Explicação

Questão 60 de 181

1

___________ stylesheets are declared within individual tags and affect those tags only.

Selecione uma das seguintes:

  • Inline stylesheets

  • Internal stylesheets

  • External stylesheets

  • define stylesheets

Explicação

Questão 61 de 181

1

element is a block-level element that is often used as a container for other HTML elements. (CSS)

Selecione uma das seguintes:

  • <xmp><div></xmp>

  • <xmp><span></xmp>

  • <xmp><spad></xmp>

  • None

Explicação

Questão 62 de 181

1

The _______ element is an inline element that is often used as a container for some text. (CSS)

Selecione uma das seguintes:

  • <xmp><div></xmp>

  • <xmp><ul></xmp>

  • <xmp><span></xmp>

  • None

Explicação

Questão 63 de 181

1

You can define style rules based on the ______ attribute of the elements. (CSS)

Selecione uma das seguintes:

  • class

  • type

  • img

Explicação

Questão 64 de 181

1

Can we use negative values for position of the layer? (CSS)

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 65 de 181

1

How do you display hyperlinks without an underline? (CSS)

Selecione uma das seguintes:

  • {decoration: no underline}

  • {underline: none}

  • {text-decoration: none}

  • {text-decoration: underline}

Explicação

Questão 66 de 181

1

Which is the correct CSS syntax?

Selecione uma das seguintes:

  • {body:color=black(body;}

  • {body;color:black;}

  • body:color=black;

  • body {color: black;}

Explicação

Questão 67 de 181

1

What is the correct CSS syntax for making all the <xmp><p></xmp> elements bold?

Selecione uma das seguintes:

  • p {text-decoration:bold;}

  • p {text-size:bold;}

  • p {text-style:bold;}

  • p {font-weight:bold;}

Explicação

Questão 68 de 181

1

What is the correct XHTML for referring to an external style sheet?

Selecione uma das seguintes:

  • <xmp><style src="style.css"></xmp>

  • <xmp><stylesheet></xmp>style.css</xmp></stylesheet></xmp>

  • <xmp><link rel="stylesheet" type="text/css" href="style.css" /></xmp>

  • <xmp><script rel="stylesheet" type="text/css" href="style.css" /></xmp>

Explicação

Questão 69 de 181

1

What is the correct CSS syntax for making all the <xmp><p></xmp> elements bold?

Selecione uma das seguintes:

  • <xmp><p style=”text-size:bold;”></xmp>

  • <xmp><p style=”font-size:bold;”></xmp>

  • d. p {text-size:bold;}

  • p {font-weight:bold;}

Explicação

Questão 70 de 181

1

This property is used to underline, overline, and strike through text (CSS).

Selecione uma das seguintes:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Explicação

Questão 71 de 181

1

Which of the following is correct about features of JavaScript

Selecione uma das seguintes:

  • JavaScript is complementary to and integrated with HTML.

  • JavaScript is open and cross-platform

  • Both of the above

  • None of them

Explicação

Questão 72 de 181

1

Which of the following type of variable is visible everywhere in your JavaScript code? (JavaScript)

Selecione uma das seguintes:

  • local variable

  • global variable

  • both

  • none

Explicação

Questão 73 de 181

1

Which built-in method returns the calling string value converted to upper case? (JavaScript)

Selecione uma das seguintes:

  • toUpperCase()

  • toUpper()

  • changeCase()

  • none

Explicação

Questão 74 de 181

1

Which of the following function of String object returns the character at the specified index? (JavaScript)

Selecione uma das seguintes:

  • charAt()

  • charCodeAt()

  • concat()

  • indexOf()

Explicação

Questão 75 de 181

1

Which of the following function of String object executes the search for a match between a regular expression and a specified string? (JavaScript)

Selecione uma das seguintes:

  • match()

  • concat()

  • replace()

  • search()

Explicação

Questão 76 de 181

1

Which of the following function of String object creates an HTML anchor that is used as a hypertext target? (JavaScript)

Selecione uma das seguintes:

  • anchor()

  • link()

  • blink()

  • big()

Explicação

Questão 77 de 181

1

Which of the following function of String object causes a string to be italic, as if it were in an <xmp><i></xmp> tag? (JavaScript)

Selecione uma das seguintes:

  • fixed()

  • fontcolor()

  • fontsize()

  • italics()

Explicação

Questão 78 de 181

1

Which of the following function of Array object returns the last (greatest) index of an element within the array equal to the specified value, or -1 if none is found? (JavaScript)

Selecione uma das seguintes:

  • indexOf()

  • join()

  • lastIndexOf()

  • map()

Explicação

Questão 79 de 181

1

Which of the following function of Array object adds and/or removes elements from an array? (JavaScript)

Selecione uma das seguintes:

  • sort()

  • toSourse()

  • splice()

  • unshift()

Explicação

Questão 80 de 181

1

Which of the following is correct about features of JavaScript?

Selecione uma das seguintes:

  • JavaScript is a lightweight, interpreted programming language.

  • JavaScript is designed for creating network-centric applications.

  • JavaScript is complementary to and integrated with Java

  • all

Explicação

Questão 81 de 181

1

Which of the following function of String object returns a string representing the specified object? (JavaScript)

Selecione uma das seguintes:

  • toLocaleUpperCase()

  • toUpperCase()

  • toString()

  • substring()

Explicação

Questão 82 de 181

1

Which of the following function of String object creates an HTML hypertext link that requests another URL? (JavaScript)

Selecione uma das seguintes:

  • link()

  • sub()

  • sup()

  • small()

Explicação

Questão 83 de 181

1

Which of the following function of Array object joins all elements of an array into a string? (JavaScript)

Selecione uma das seguintes:

  • concat()

  • join()

  • pop()

  • map()

Explicação

Questão 84 de 181

1

Which of the following function of Array object sorts the elements of an array? (JavaScript)

Selecione uma das seguintes:

  • toSourse()

  • sort()

  • toString()

  • unshift()

Explicação

Questão 85 de 181

1

Which of the following is an advantage of using JavaScript?

Selecione uma das seguintes:

  • Less server interaction

  • Immediate feedback to the visitors

  • Increased interactivity

  • All

Explicação

Questão 86 de 181

1

86. How can you get the type of arguments passed to a function? (JavaScript)

Selecione uma das seguintes:

  • using typeof operator

  • using getType function

  • both

  • none

Explicação

Questão 87 de 181

1

Which built-in method returns the length of the string? (JavaScript)

Selecione uma das seguintes:

  • length()

  • size()

  • index()

  • none

Explicação

Questão 88 de 181

1

Which of the following function of Number object returns the number's value? (JavaScript)

Selecione uma das seguintes:

  • toString()

  • valueOf()

  • toLocaleString()

  • toPrecision()

Explicação

Questão 89 de 181

1

Which of the following function of String object creates a string to be displayed in a big font as if it were in a <xmp><big></xmp> tag? (JavaScript)

Selecione uma das seguintes:

  • anchor()

  • big()

  • blink()

  • italics()

Explicação

Questão 90 de 181

1

Which of the following function of Array object returns true if every element in this array satisfies the provided testing function? (JavaScript)

Selecione uma das seguintes:

  • concat()

  • every()

  • push()

  • some()

Explicação

Questão 91 de 181

1

Is JavaScript a case-sensitive language?

Selecione uma das seguintes:

  • true

  • false

  • not given

Explicação

Questão 92 de 181

1

Which of the following function of Boolean object returns a string containing the source of the Boolean object? (JavaScript)

Selecione uma das seguintes:

  • toSource()

  • valueOf()

  • toString()

  • none

Explicação

Questão 93 de 181

1

Which of the following function of String object returns the index within the calling String object of the last occurrence of the specified value? (JavaScript)

Selecione uma das seguintes:

  • lastIndexOf()

  • search()

  • substr()

  • indexOf()

Explicação

Questão 94 de 181

1

To access an HTML element, JavaScript can use the ___________ method.

Selecione uma das seguintes:

  • document.getElementById(id)

  • var

  • sort

  • map

Explicação

Questão 95 de 181

1

You declare a JavaScript variable with the ______ keyword

Selecione uma das seguintes:

  • document.getElementById(id)

  • var

  • sort

  • map

Explicação

Questão 96 de 181

1

To assign (JavaScript) a value to the variable, use the sign

Selecione uma das seguintes:

  • =

  • ++

  • /

  • #

Explicação

Questão 97 de 181

1

Once you create an _______, you can create new objects (JavaScript) of the same type.

Selecione uma das seguintes:

  • object constructor

  • link

  • map

  • array

Explicação

Questão 98 de 181

1

A JavaScript ______ is a block of JavaScript code, that can be executed when "asked" for

Selecione uma das seguintes:

  • function

  • constant

  • link

  • map

Explicação

Questão 99 de 181

1

External JavaScript files have the file extension _____

Selecione uma das seguintes:

  • js

  • doc

  • jpg

Explicação

Questão 100 de 181

1

Can functions return a value? (JavaScript)

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 101 de 181

1

JavaScript objects are containers for _____________

Selecione uma das seguintes:

  • named values and methods

  • link

  • maps

  • fils

Explicação

Questão 102 de 181

1

HTML DOM methods are ______ you can perform (on HTML Elements). (JavaScript)

Selecione uma das seguintes:

  • actions

  • values

  • constants

  • links

Explicação

Questão 103 de 181

1

The body section in HTML is set with the tag

Selecione uma das seguintes:

  • <xmp><html></xmp>

  • <xmp><begin></xmp>

  • <xmp><body></xmp>

  • <xmp><title></xmp>

Explicação

Questão 104 de 181

1

Which tag is used in HTML to set text size, font type, and color

Selecione uma das seguintes:

  • <xmp>< font ></xmp>

  • <xmp>< size ></xmp>

  • <xmp>< type ></xmp>

  • <xmp>< color ></xmp>

Explicação

Questão 105 de 181

1

Which attributes of the <xmp><font></xmp>tag in HTML specifies the size of the text?

Selecione uma das seguintes:

  • Color

  • Size

  • Type

  • Face

Explicação

Questão 106 de 181

1

Which attributes of the <xmp><font></xmp>tag in HTML specifies the font of the text?

Selecione uma das seguintes:

  • Color

  • Size

  • Face

  • Type

Explicação

Questão 107 de 181

1

Which attributes of the <xmp><font></xmp>tag in HTML specifies the color of the text?

Selecione uma das seguintes:

  • Color

  • Size

  • Type

  • Face

Explicação

Questão 108 de 181

1

Headings can be displayed in HTML using the tags

Selecione uma das seguintes:

  • <xmp><i1> …<i6></xmp>

  • <xmp><u1> …<u6></xmp>

  • <xmp><f1> …<f6></xmp>

  • <xmp>< h1> …<h6></xmp>

Explicação

Questão 109 de 181

1

The smallest heading in HTML:

Selecione uma das seguintes:

  • <xmp><h1></xmp>

  • <xmp><h7></xmp>

  • <xmp><smallest></xmp>

  • <xmp><h6></xmp>

Explicação

Questão 110 de 181

1

The <xmp><hr></xmp> tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 111 de 181

1

The <xmp><br></xmp> tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 112 de 181

1

The <xmp><u></xmp> tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 113 de 181

1

The <xmp><ol></xmp> tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 114 de 181

1

The <xmp><basefont></xmp> tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 115 de 181

1

The <xmp><font></xmp>tag has no closing tag in HTML

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 116 de 181

1

______________is the standard markup language used to create web pages

Selecione uma das seguintes:

  • PHP

  • CSS

  • JavaScript

  • HTML

Explicação

Questão 117 de 181

1

You can center text in HTML using the tag

Selecione uma das seguintes:

  • <xmp><basefont></xmp>

  • <xmp><b></xmp>

  • <xmp><t></xmp>

  • <xmp><center></xmp>

Explicação

Questão 118 de 181

1

This tag in HTML works similarly to the <xmp><abbr></xmp> tag but is used to display the value of data which is displayed as an acronym

Selecione uma das seguintes:

  • <xmp><basefont></xmp>

  • <xmp><abbr></xmp>

  • <xmp>< acronym ></xmp>

  • <xmp><center></xmp>

Explicação

Questão 119 de 181

1

Addresses in HTML are placed on a webpage with the tag

Selecione uma das seguintes:

  • <xmp><address></xmp>

  • <xmp>< acronym ></xmp>

  • <xmp><abbr></xmp>

  • <xmp><center></xmp>

Explicação

Questão 120 de 181

1

Computer output tags in HTML are used to display text as computer programming code

Selecione uma das seguintes:

  • <xmp><address ></xmp>

  • <xmp>< code>, <kbd>, <tt>, <samp>, <var ></xmp>

  • <xmp>< dl>,<dt>,<dd ></xmp>

  • <xmp>< b>,<i ></xmp>

Explicação

Questão 121 de 181

1

Definition lists in HTML are created using the tags

Selecione uma das seguintes:

  • <xmp><address ></xmp>

  • <xmp>< code>, <kbd>, <tt>, <samp>, <var ></xmp>

  • <xmp>< dl>,<dt>,<dd ></xmp>

  • <xmp>< b>,<i ></xmp>

Explicação

Questão 122 de 181

1

Deleted text in HTML is displayed with the tag

Selecione uma das seguintes:

  • <xmp>< dt></xmp>

  • <xmp>< code ></xmp>

  • <xmp><dl></xmp>

  • <xmp>< del></xmp>

Explicação

Questão 123 de 181

1

Inserted text in HTML is displayed with the tag

Selecione uma das seguintes:

  • <xmp><i ></xmp>

  • <xmp><code ></xmp>

  • <xmp><ins></xmp>

  • <xmp><tt ></xmp>

Explicação

Questão 124 de 181

1

Long quotations in HTML are displayed with the tag

Selecione uma das seguintes:

  • <xmp>< blockquote ></xmp>

  • <xmp><q></xmp>

  • <xmp><ququ></xmp>

  • <xmp><tt ></xmp>

Explicação

Questão 125 de 181

1

Short quotations in HTML are displayed with the tag

Selecione uma das seguintes:

  • <xmp>< blockquote ></xmp>

  • <xmp><q></xmp>

  • <xmp><ququ></xmp>

  • <xmp><tt ></xmp>

Explicação

Questão 126 de 181

1

Where in an HTML document is the correct place to refer to an external style sheet?

Selecione uma das seguintes:

  • In the <head> section

  • In the <body> section

Explicação

Questão 127 de 181

1

Which HTML tag is used to define an internal style sheet?

Selecione uma das seguintes:

  • <style>

  • <script>

Explicação

Questão 128 de 181

1

Which of the following property (CSS) is used to align the text of a document?

Selecione uma das seguintes:

  • text-align

  • font-family

Explicação

Questão 129 de 181

1

Which of the following property (CSS) of a table element controls the placement of the table caption?

Selecione uma das seguintes:

  • :caption-side

  • :border-left-width

Explicação

Questão 130 de 181

1

Which of the following property (CSS) changes the width of left border?

Selecione uma das seguintes:

  • :border-left-width

  • :caption-side

Explicação

Questão 131 de 181

1

Which of the following property specifies the width of a border?

Selecione uma das seguintes:

  • :border-width

  • :border-left-width

Explicação

Questão 132 de 181

1

CSS Comments:

Selecione uma das seguintes:

  • /* */

  • * *

Explicação

Questão 133 de 181

1

133. The ______________ is the HTML tag that a style will be applied to. (CSS)

Selecione uma das seguintes:

  • Selector

  • Inlinestyle

Explicação

Questão 134 de 181

1

The __________ is an aspect of the HTML tag that will be affected by the stylesheet definition. (CSS)

Selecione uma das seguintes:

  • value

  • property

Explicação

Questão 135 de 181

1

The ______ that the property of a selector will have. (CSS)

Selecione uma das seguintes:

  • value

  • property

Explicação

Questão 136 de 181

1

Which stylesheet has the highest priority?

Selecione uma das seguintes:

  • Inlinestyle

  • :link

Explicação

Questão 137 de 181

1

We use this pseudo-classes to add special style to an unvisited link. (CSS)

Selecione uma das seguintes:

  • :link

  • :hover

Explicação

Questão 138 de 181

1

138. We use this class to add special style to a visited link. (CSS)

Selecione uma das seguintes:

  • :visited

  • :hover

Explicação

Questão 139 de 181

1

We use this class to add special style to an element when you mouse over it. (CSS)

Selecione uma das seguintes:

  • :visited

  • :hover

Explicação

Questão 140 de 181

1

What is the correct CSS syntax for making all the <p> elements bold?

Selecione uma das seguintes:

  • p {font-weight:bold}

  • p {font:bold}

Explicação

Questão 141 de 181

1

PHP stands for

Selecione uma das seguintes:

  • Hypertext Preprocessor

  • Hypertext Postprocessor

Explicação

Questão 142 de 181

1

PHP files have a default file extension of _____ .

Selecione uma das seguintes:

  • php

  • p

  • css

Explicação

Questão 143 de 181

1

PHP is a _______

Selecione uma das seguintes:

  • Server-scripting language

  • WEB-scripting language

Explicação

Questão 144 de 181

1

Syntax for declaring variables (PHP)

Selecione uma das seguintes:

  • $txt = "Hello world!";
    $x = 5;
    $y = 10.5;

  • $txt == "Hello world!";
    $x == 5;
    $y == 10.5;

Explicação

Questão 145 de 181

1

A PHP script begins with ____ and ends with ___.

Selecione uma das seguintes:

  • <?php__?>

  • <? __?>

Explicação

Questão 146 de 181

1

Single line comments (PHP) are declared with

Selecione uma das seguintes:

  • // This is a single-line comment
    # This is also a single-line comment

  • /* This is a single-line comment
    # This is also a single-line comment

Explicação

Questão 147 de 181

1

Multi-line comments (PHP) are declared with a starting ____ and an ending ___.

Selecione uma das seguintes:

  • /* */

  • //

Explicação

Questão 148 de 181

1

You can print text on a webpage in PHP using the ____ or ____ commands.

Selecione uma das seguintes:

  • print or echo

  • cout

  • printf

Explicação

Questão 149 de 181

1

Are all variable names case-sensitive in PHP?

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 150 de 181

1

Correct syntax for a function (PHP):

Selecione uma das seguintes:

  • Function function_name () {code for runction goes here;}

  • Function function_name {code for runction goes here;}

Explicação

Questão 151 de 181

1

To call a function (PHP)_______________(if the function has any parameters).

Selecione uma das seguintes:

  • function_name(parameters);

  • function_name(parameters).

Explicação

Questão 152 de 181

1

An external file in which a PHP script is declared will be included within the PHP source code of a webpage using the ________ function

Selecione uma das seguintes:

  • Include

  • link

Explicação

Questão 153 de 181

1

For text variables (PHP), the value is surrounded by “”

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 154 de 181

1

You can print variables together (PHP) with regular text using Dot

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 155 de 181

1

Which of the PHP's built-in functions will return the absolute value of a number?

Selecione uma das seguintes:

  • abs()

  • max()

Explicação

Questão 156 de 181

1

Which of the PHP's built-in functions returns the highest value from a set of specified numbers?

Selecione uma das seguintes:

  • abs()

  • max()

Explicação

Questão 157 de 181

1

Which of the PHP's built-in functions will print a text string backwards?

Selecione uma das seguintes:

  • strrev()

  • strtoupper()

Explicação

Questão 158 de 181

1

Which of the PHP's built-in functions will print a text string in all uppercase letters?

Selecione uma das seguintes:

  • strtoupper()

  • strrev()

Explicação

Questão 159 de 181

1

What will be the output of variable ? (PHP) $highest = max(5, 10, 15, 20);

Selecione uma das seguintes:

  • 20

  • 5

Explicação

Questão 160 de 181

1

The ____ keyword is used to access a global variable from within a function. (PHP)

Selecione uma das seguintes:

  • $GLOBALS

  • $SESSION

Explicação

Questão 161 de 181

1

PHP stores all __________in an array called $GLOBALS[index].

Selecione uma das seguintes:

  • Global variables

  • Local variables

Explicação

Questão 162 de 181

1

When we want a local variable NOT to be deleted, use the ________ keyword when you first declare the variable. (PHP)

Selecione uma das seguintes:

  • static keyword

  • final keyword

Explicação

Questão 163 de 181

1

The PHP ________function returns the data type and value.

Selecione uma das seguintes:

  • var_dump()

  • var_value()

Explicação

Questão 164 de 181

1

A ____ is a number with a decimal point or a number in exponential form. (PHP)

Selecione uma das seguintes:

  • Floating point number

  • Fixed point number

Explicação

Questão 165 de 181

1

Syntax for array (PHP):

Selecione uma das seguintes:

  • $cars = array("Volvo","BMW","Toyota");

  • $cars = array{"Volvo","BMW","Toyota"};

Explicação

Questão 166 de 181

1

How do you write "Hello World" in PHP

Selecione uma das seguintes:

  • echo "Hello World";

  • "Hello World";

Explicação

Questão 167 de 181

1

What is the correct way to end a PHP statement?

Selecione uma das seguintes:

  • ;

  • }

  • .

Explicação

Questão 168 de 181

1

In PHP you can use both single quotes ( ' ' ) and double quotes ( " " ) for strings:

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 169 de 181

1

The PHP ______ function reverses a string.

Selecione uma das seguintes:

  • strrev

  • strtoupper()

Explicação

Questão 170 de 181

1

The while loop executes a block of code as long as the specified condition is ____. (PHP)

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 171 de 181

1

Which built-in method adds one or more elements to the end of an array and returns the new length of the array? (JavaScript)

Selecione uma das seguintes:

  • Push()

  • Add()

Explicação

Questão 172 de 181

1

Which of the following function of String object causes a string to be italic, as if it were in an <i> tag? (JavaScript)

Selecione uma das seguintes:

  • italics()

  • toitalics()

Explicação

Questão 173 de 181

1

How do you get information from a form that is submitted using the "get" method?

Selecione uma das seguintes:

  • $_GET[];

  • $_POST[];

Explicação

Questão 174 de 181

1

Include files must have the file extension ".inc"

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 175 de 181

1

When using the POST method, variables are displayed in the URL:

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 176 de 181

1

In this example variable x has the _____scope. (PHP)

Selecione uma das seguintes:

  • LOCAL

  • GLOBAL

Explicação

Questão 177 de 181

1

In this example variable x has the _____scope.(PHP)

Selecione uma das seguintes:

  • LOCAL

  • GLOBAL

Explicação

Questão 178 de 181

1

How do you display a border like this(CSS):

Selecione uma das seguintes:

  • border-width:10px 1px 5px 20px

  • border-width:20px 10px 1px 5px

Explicação

Questão 179 de 181

1

You can access object properties(JavaScript) in two ways:
ObjectName.propertyName or objectName[“propertyName”]

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 180 de 181

1

You access an object method (JavaScript)with the following syntax:
ObjectName.methodName()

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 181 de 181

1

How do you display a border like this (CSS): - The top border = 11 pixels; - The bottom border = 51 pixels; - The left border = 21 pixels; - The right border = 11pixel?

Selecione uma das seguintes:

  • border-width:11px 21px 51px 11px

  • border-width:11px 11px 51px 21px

  • border-width:51px 21px 11px 11px

  • border-width:11px 51px 21px 11px

Explicação