Hello World
Quiz von , erstellt am more than 1 year ago

2017

1099
6
0
Hello World
Erstellt von Hello World vor etwa 7 Jahre
Schließen

WEB

Frage 1 von 181

1

Variable names (PHP) can only contain _

Wähle eine der folgenden:

  • letters, numbers and the underscore ( _ ) symbol

  • letters and numbers

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

  • no correct answer

Erklärung

Frage 2 von 181

1

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

Wähle eine der folgenden:

  • yes

  • no

  • do not know

  • not sure

Erklärung

Frage 3 von 181

1

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

Wähle eine der folgenden:

  • outside

  • within

  • anywhere

  • nowhere

Erklärung

Frage 4 von 181

1

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

Wähle eine der folgenden:

  • outside

  • within

  • anywhere

  • nowhere

Erklärung

Frage 5 von 181

1

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

Wähle eine der folgenden:

  • appropriate index number in brackets

  • appropriate index number with dots

  • appropriate index number without brackets

  • no correct answer

Erklärung

Frage 6 von 181

1

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

Wähle eine der folgenden:

  • string

  • associative array

  • dot

  • class

Erklärung

Frage 7 von 181

1

Syntax for associative array (PHP)

Wähle eine der folgenden:

  • $arrayName[index_value] = value;

  • $arrayName[“index_value”] = value;

  • $arrayName(index_value) = value;

  • arrayName[index_value] = value;

Erklärung

Frage 8 von 181

1

PHP ______ function returns the length of a string

Wähle eine der folgenden:

  • str_word_count()

  • strlen()

  • strops()

  • strrev()

Erklärung

Frage 9 von 181

1

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

Wähle eine der folgenden:

  • str_word_count()

  • strlen()

  • str_replace()

  • strops()

Erklärung

Frage 10 von 181

1

To create a constant (PHP), use

Wähle eine der folgenden:

  • define(name, value, case-insensitive)

  • constant(name, value, case-insensitive)

  • constant(name, value)

  • constant( value)

Erklärung

Frage 11 von 181

1

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

Wähle eine der folgenden:

  • 321

  • -321

  • $a

  • 123

Erklärung

Frage 12 von 181

1

array indexes (PHP) start at ___

Wähle eine der folgenden:

  • 0

  • 1

  • -1

  • no correct answer

Erklärung

Frage 13 von 181

1

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

Wähle eine der folgenden:

  • length()

  • count()

  • array()

  • return length()

Erklärung

Frage 14 von 181

1

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

Wähle eine der folgenden:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Erklärung

Frage 15 von 181

1

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

Wähle eine der folgenden:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Erklärung

Frage 16 von 181

1

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

Wähle eine der folgenden:

  • if statement

  • if ….else statement

  • if….elseif…else statement

  • switch statement

Erklärung

Frage 17 von 181

1

All variables in PHP start with symbol?

Wähle eine der folgenden:

  • &

  • $

  • %

  • !

Erklärung

Frage 18 von 181

1

The PHP ________function counts the number of words in a string

Wähle eine der folgenden:

  • str_word_count()

  • strlen()

  • strrev()

  • strops()

Erklärung

Frage 19 von 181

1

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

Wähle eine der folgenden:

  • str_word_count()

  • strlen()

  • strrev()

  • strops()

Erklärung

Frage 20 von 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

Wähle eine der folgenden:

  • do…while

  • while

  • for

  • foreach

Erklärung

Frage 21 von 181

1

multiline comments declared with (PHP)

Wähle eine der folgenden:

  • /

  • we cannot comment lines in PHP

  • //

  • /* */

Erklärung

Frage 22 von 181

1

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

Wähle eine der folgenden:

  • font-family

  • font-style

  • font-variant

  • font-weight

Erklärung

Frage 23 von 181

1

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

Wähle eine der folgenden:

  • :margin

  • :margin-bottom

  • :margin-top

  • :margin-left

Erklärung

Frage 24 von 181

1

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

Wähle eine der folgenden:

  • %

  • cm

  • em

  • ex

Erklärung

Frage 25 von 181

1

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

Wähle eine der folgenden:

  • Color

  • Direction

  • Letter-spacing

  • Word-spacing

Erklärung

Frage 26 von 181

1

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

Wähle eine der folgenden:

  • :border-bottom-width

  • :border-top-width

  • :border-right-width

  • :border-left-width

Erklärung

Frage 27 von 181

1

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

Wähle eine der folgenden:

  • :margin

  • :margin-bottom

  • :margin-top

  • :margin-left

Erklärung

Frage 28 von 181

1

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

Wähle eine der folgenden:

  • Background-color

  • Background-image

  • Background-repeat

  • Background-position

Erklärung

Frage 29 von 181

1

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

Wähle eine der folgenden:

  • Color

  • Direction

  • Letter-spacing

  • Word-spacing

Erklärung

Frage 30 von 181

1

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

Wähle eine der folgenden:

  • Border

  • Height

  • Moz-opacity

  • Width

Erklärung

Frage 31 von 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?

Wähle eine der folgenden:

  • :border-color

  • :border-style

  • :border-width

  • :border-bottom-color

Erklärung

Frage 32 von 181

1

Which of the following is correct about CSS?

Wähle eine der folgenden:

  • 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

Erklärung

Frage 33 von 181

1

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

Wähle eine der folgenden:

  • px

  • vh

  • vw

  • vmin

Erklärung

Frage 34 von 181

1

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

Wähle eine der folgenden:

  • background-attachment

  • background

  • background-repeat

  • background-position

Erklärung

Frage 35 von 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?

Wähle eine der folgenden:

  • :border-color

  • :border-style

  • :border-width

  • :border-bottom-color

Erklärung

Frage 36 von 181

1

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

Wähle eine der folgenden:

  • Selector

  • Property

  • Value

  • All

Erklärung

Frage 37 von 181

1

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

Wähle eine der folgenden:

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

  • Inline CSS –The style Attributes

  • None

  • Both of the above

Erklärung

Frage 38 von 181

1

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

Wähle eine der folgenden:

  • font-family

  • font-style

  • font-weight

  • font-variant

Erklärung

Frage 39 von 181

1

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

Wähle eine der folgenden:

  • font-family

  • font-style

  • font-variant

  • font-weight

Erklärung

Frage 40 von 181

1

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

Wähle eine der folgenden:

  • white-space

  • text-shadow

  • text-decoration

  • text-transform

Erklärung

Frage 41 von 181

1

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

Wähle eine der folgenden:

  • :Border – collapse

  • :Border-spacing

  • :Caption-side

  • :Empty-cell

Erklärung

Frage 42 von 181

1

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

Wähle eine der folgenden:

  • font-size

  • font

  • font-variant

  • font-weight

Erklärung

Frage 43 von 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)

Wähle eine der folgenden:

  • em

  • px

  • mm

  • cm

Erklärung

Frage 44 von 181

1

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

Wähle eine der folgenden:

  • z-index

  • type

  • p

Erklärung

Frage 45 von 181

1

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

Wähle eine der folgenden:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Erklärung

Frage 46 von 181

1

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

Wähle eine der folgenden:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Erklärung

Frage 47 von 181

1

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

Wähle eine der folgenden:

  • letter-spacing

  • word-spacing

  • text-indent

  • text-align

Erklärung

Frage 48 von 181

1

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

Wähle eine der folgenden:

  • text-shadow

  • word-spacing

  • text-indent

  • text-align

Erklärung

Frage 49 von 181

1

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

Wähle eine der folgenden:

  • letter-spacing

  • word-spacing

  • text-indent

  • text-align

Erklärung

Frage 50 von 181

1

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

Wähle eine der folgenden:

  • Shortland

  • Sortland

Erklärung

Frage 51 von 181

1

Which stylesheet has the second highest priority?

Wähle eine der folgenden:

  • Inline stylesheets

  • Internal stylesheets

  • External stylesheets

  • stylesheets

Erklärung

Frage 52 von 181

1

Which stylesheet has the third highest priority?

Wähle eine der folgenden:

  • Inline stylesheets

  • Internal stylesheets

  • stylesheets

  • External stylesheets

Erklärung

Frage 53 von 181

1

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

Wähle eine der folgenden:

  • css

  • html

  • doc

  • txt

Erklärung

Frage 54 von 181

1

External stylesheets are called using the _______ tag.

Wähle eine der folgenden:

  • <xmp><link></xmp>

  • <xmp><class></xmp>

  • <xmp><id></xmp>

  • <xmp><stylesheets></xmp>

Erklärung

Frage 55 von 181

1

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

Wähle eine der folgenden:

  • absolute

  • relative

  • stylesheets

  • normal

Erklärung

Frage 56 von 181

1

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

Wähle eine der folgenden:

  • absolute

  • relative

  • normal

  • define

Erklärung

Frage 57 von 181

1

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

Wähle eine der folgenden:

  • rel

  • type

  • href

  • abs

Erklärung

Frage 58 von 181

1

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

Wähle eine der folgenden:

  • type

  • rel

  • href

  • abs

Erklärung

Frage 59 von 181

1

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

Wähle eine der folgenden:

  • rel

  • abs

  • type

  • href

Erklärung

Frage 60 von 181

1

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

Wähle eine der folgenden:

  • Inline stylesheets

  • Internal stylesheets

  • External stylesheets

  • define stylesheets

Erklärung

Frage 61 von 181

1

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

Wähle eine der folgenden:

  • <xmp><div></xmp>

  • <xmp><span></xmp>

  • <xmp><spad></xmp>

  • None

Erklärung

Frage 62 von 181

1

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

Wähle eine der folgenden:

  • <xmp><div></xmp>

  • <xmp><ul></xmp>

  • <xmp><span></xmp>

  • None

Erklärung

Frage 63 von 181

1

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

Wähle eine der folgenden:

  • class

  • type

  • img

Erklärung

Frage 64 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 65 von 181

1

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

Wähle eine der folgenden:

  • {decoration: no underline}

  • {underline: none}

  • {text-decoration: none}

  • {text-decoration: underline}

Erklärung

Frage 66 von 181

1

Which is the correct CSS syntax?

Wähle eine der folgenden:

  • {body:color=black(body;}

  • {body;color:black;}

  • body:color=black;

  • body {color: black;}

Erklärung

Frage 67 von 181

1

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

Wähle eine der folgenden:

  • p {text-decoration:bold;}

  • p {text-size:bold;}

  • p {text-style:bold;}

  • p {font-weight:bold;}

Erklärung

Frage 68 von 181

1

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

Wähle eine der folgenden:

  • <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>

Erklärung

Frage 69 von 181

1

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

Wähle eine der folgenden:

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

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

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

  • p {font-weight:bold;}

Erklärung

Frage 70 von 181

1

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

Wähle eine der folgenden:

  • text-decoration

  • text-transform

  • font-family

  • white-space

Erklärung

Frage 71 von 181

1

Which of the following is correct about features of JavaScript

Wähle eine der folgenden:

  • JavaScript is complementary to and integrated with HTML.

  • JavaScript is open and cross-platform

  • Both of the above

  • None of them

Erklärung

Frage 72 von 181

1

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

Wähle eine der folgenden:

  • local variable

  • global variable

  • both

  • none

Erklärung

Frage 73 von 181

1

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

Wähle eine der folgenden:

  • toUpperCase()

  • toUpper()

  • changeCase()

  • none

Erklärung

Frage 74 von 181

1

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

Wähle eine der folgenden:

  • charAt()

  • charCodeAt()

  • concat()

  • indexOf()

Erklärung

Frage 75 von 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)

Wähle eine der folgenden:

  • match()

  • concat()

  • replace()

  • search()

Erklärung

Frage 76 von 181

1

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

Wähle eine der folgenden:

  • anchor()

  • link()

  • blink()

  • big()

Erklärung

Frage 77 von 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)

Wähle eine der folgenden:

  • fixed()

  • fontcolor()

  • fontsize()

  • italics()

Erklärung

Frage 78 von 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)

Wähle eine der folgenden:

  • indexOf()

  • join()

  • lastIndexOf()

  • map()

Erklärung

Frage 79 von 181

1

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

Wähle eine der folgenden:

  • sort()

  • toSourse()

  • splice()

  • unshift()

Erklärung

Frage 80 von 181

1

Which of the following is correct about features of JavaScript?

Wähle eine der folgenden:

  • JavaScript is a lightweight, interpreted programming language.

  • JavaScript is designed for creating network-centric applications.

  • JavaScript is complementary to and integrated with Java

  • all

Erklärung

Frage 81 von 181

1

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

Wähle eine der folgenden:

  • toLocaleUpperCase()

  • toUpperCase()

  • toString()

  • substring()

Erklärung

Frage 82 von 181

1

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

Wähle eine der folgenden:

  • link()

  • sub()

  • sup()

  • small()

Erklärung

Frage 83 von 181

1

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

Wähle eine der folgenden:

  • concat()

  • join()

  • pop()

  • map()

Erklärung

Frage 84 von 181

1

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

Wähle eine der folgenden:

  • toSourse()

  • sort()

  • toString()

  • unshift()

Erklärung

Frage 85 von 181

1

Which of the following is an advantage of using JavaScript?

Wähle eine der folgenden:

  • Less server interaction

  • Immediate feedback to the visitors

  • Increased interactivity

  • All

Erklärung

Frage 86 von 181

1

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

Wähle eine der folgenden:

  • using typeof operator

  • using getType function

  • both

  • none

Erklärung

Frage 87 von 181

1

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

Wähle eine der folgenden:

  • length()

  • size()

  • index()

  • none

Erklärung

Frage 88 von 181

1

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

Wähle eine der folgenden:

  • toString()

  • valueOf()

  • toLocaleString()

  • toPrecision()

Erklärung

Frage 89 von 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)

Wähle eine der folgenden:

  • anchor()

  • big()

  • blink()

  • italics()

Erklärung

Frage 90 von 181

1

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

Wähle eine der folgenden:

  • concat()

  • every()

  • push()

  • some()

Erklärung

Frage 91 von 181

1

Is JavaScript a case-sensitive language?

Wähle eine der folgenden:

  • true

  • false

  • not given

Erklärung

Frage 92 von 181

1

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

Wähle eine der folgenden:

  • toSource()

  • valueOf()

  • toString()

  • none

Erklärung

Frage 93 von 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)

Wähle eine der folgenden:

  • lastIndexOf()

  • search()

  • substr()

  • indexOf()

Erklärung

Frage 94 von 181

1

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

Wähle eine der folgenden:

  • document.getElementById(id)

  • var

  • sort

  • map

Erklärung

Frage 95 von 181

1

You declare a JavaScript variable with the ______ keyword

Wähle eine der folgenden:

  • document.getElementById(id)

  • var

  • sort

  • map

Erklärung

Frage 96 von 181

1

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

Wähle eine der folgenden:

  • =

  • ++

  • /

  • #

Erklärung

Frage 97 von 181

1

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

Wähle eine der folgenden:

  • object constructor

  • link

  • map

  • array

Erklärung

Frage 98 von 181

1

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

Wähle eine der folgenden:

  • function

  • constant

  • link

  • map

Erklärung

Frage 99 von 181

1

External JavaScript files have the file extension _____

Wähle eine der folgenden:

  • js

  • doc

  • jpg

Erklärung

Frage 100 von 181

1

Can functions return a value? (JavaScript)

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 101 von 181

1

JavaScript objects are containers for _____________

Wähle eine der folgenden:

  • named values and methods

  • link

  • maps

  • fils

Erklärung

Frage 102 von 181

1

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

Wähle eine der folgenden:

  • actions

  • values

  • constants

  • links

Erklärung

Frage 103 von 181

1

The body section in HTML is set with the tag

Wähle eine der folgenden:

  • <xmp><html></xmp>

  • <xmp><begin></xmp>

  • <xmp><body></xmp>

  • <xmp><title></xmp>

Erklärung

Frage 104 von 181

1

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

Wähle eine der folgenden:

  • <xmp>< font ></xmp>

  • <xmp>< size ></xmp>

  • <xmp>< type ></xmp>

  • <xmp>< color ></xmp>

Erklärung

Frage 105 von 181

1

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

Wähle eine der folgenden:

  • Color

  • Size

  • Type

  • Face

Erklärung

Frage 106 von 181

1

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

Wähle eine der folgenden:

  • Color

  • Size

  • Face

  • Type

Erklärung

Frage 107 von 181

1

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

Wähle eine der folgenden:

  • Color

  • Size

  • Type

  • Face

Erklärung

Frage 108 von 181

1

Headings can be displayed in HTML using the tags

Wähle eine der folgenden:

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

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

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

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

Erklärung

Frage 109 von 181

1

The smallest heading in HTML:

Wähle eine der folgenden:

  • <xmp><h1></xmp>

  • <xmp><h7></xmp>

  • <xmp><smallest></xmp>

  • <xmp><h6></xmp>

Erklärung

Frage 110 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 111 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 112 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 113 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 114 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 115 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 116 von 181

1

______________is the standard markup language used to create web pages

Wähle eine der folgenden:

  • PHP

  • CSS

  • JavaScript

  • HTML

Erklärung

Frage 117 von 181

1

You can center text in HTML using the tag

Wähle eine der folgenden:

  • <xmp><basefont></xmp>

  • <xmp><b></xmp>

  • <xmp><t></xmp>

  • <xmp><center></xmp>

Erklärung

Frage 118 von 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

Wähle eine der folgenden:

  • <xmp><basefont></xmp>

  • <xmp><abbr></xmp>

  • <xmp>< acronym ></xmp>

  • <xmp><center></xmp>

Erklärung

Frage 119 von 181

1

Addresses in HTML are placed on a webpage with the tag

Wähle eine der folgenden:

  • <xmp><address></xmp>

  • <xmp>< acronym ></xmp>

  • <xmp><abbr></xmp>

  • <xmp><center></xmp>

Erklärung

Frage 120 von 181

1

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

Wähle eine der folgenden:

  • <xmp><address ></xmp>

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

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

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

Erklärung

Frage 121 von 181

1

Definition lists in HTML are created using the tags

Wähle eine der folgenden:

  • <xmp><address ></xmp>

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

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

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

Erklärung

Frage 122 von 181

1

Deleted text in HTML is displayed with the tag

Wähle eine der folgenden:

  • <xmp>< dt></xmp>

  • <xmp>< code ></xmp>

  • <xmp><dl></xmp>

  • <xmp>< del></xmp>

Erklärung

Frage 123 von 181

1

Inserted text in HTML is displayed with the tag

Wähle eine der folgenden:

  • <xmp><i ></xmp>

  • <xmp><code ></xmp>

  • <xmp><ins></xmp>

  • <xmp><tt ></xmp>

Erklärung

Frage 124 von 181

1

Long quotations in HTML are displayed with the tag

Wähle eine der folgenden:

  • <xmp>< blockquote ></xmp>

  • <xmp><q></xmp>

  • <xmp><ququ></xmp>

  • <xmp><tt ></xmp>

Erklärung

Frage 125 von 181

1

Short quotations in HTML are displayed with the tag

Wähle eine der folgenden:

  • <xmp>< blockquote ></xmp>

  • <xmp><q></xmp>

  • <xmp><ququ></xmp>

  • <xmp><tt ></xmp>

Erklärung

Frage 126 von 181

1

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

Wähle eine der folgenden:

  • In the <head> section

  • In the <body> section

Erklärung

Frage 127 von 181

1

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

Wähle eine der folgenden:

  • <style>

  • <script>

Erklärung

Frage 128 von 181

1

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

Wähle eine der folgenden:

  • text-align

  • font-family

Erklärung

Frage 129 von 181

1

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

Wähle eine der folgenden:

  • :caption-side

  • :border-left-width

Erklärung

Frage 130 von 181

1

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

Wähle eine der folgenden:

  • :border-left-width

  • :caption-side

Erklärung

Frage 131 von 181

1

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

Wähle eine der folgenden:

  • :border-width

  • :border-left-width

Erklärung

Frage 132 von 181

1

CSS Comments:

Wähle eine der folgenden:

  • /* */

  • * *

Erklärung

Frage 133 von 181

1

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

Wähle eine der folgenden:

  • Selector

  • Inlinestyle

Erklärung

Frage 134 von 181

1

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

Wähle eine der folgenden:

  • value

  • property

Erklärung

Frage 135 von 181

1

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

Wähle eine der folgenden:

  • value

  • property

Erklärung

Frage 136 von 181

1

Which stylesheet has the highest priority?

Wähle eine der folgenden:

  • Inlinestyle

  • :link

Erklärung

Frage 137 von 181

1

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

Wähle eine der folgenden:

  • :link

  • :hover

Erklärung

Frage 138 von 181

1

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

Wähle eine der folgenden:

  • :visited

  • :hover

Erklärung

Frage 139 von 181

1

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

Wähle eine der folgenden:

  • :visited

  • :hover

Erklärung

Frage 140 von 181

1

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

Wähle eine der folgenden:

  • p {font-weight:bold}

  • p {font:bold}

Erklärung

Frage 141 von 181

1

PHP stands for

Wähle eine der folgenden:

  • Hypertext Preprocessor

  • Hypertext Postprocessor

Erklärung

Frage 142 von 181

1

PHP files have a default file extension of _____ .

Wähle eine der folgenden:

  • php

  • p

  • css

Erklärung

Frage 143 von 181

1

PHP is a _______

Wähle eine der folgenden:

  • Server-scripting language

  • WEB-scripting language

Erklärung

Frage 144 von 181

1

Syntax for declaring variables (PHP)

Wähle eine der folgenden:

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

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

Erklärung

Frage 145 von 181

1

A PHP script begins with ____ and ends with ___.

Wähle eine der folgenden:

  • <?php__?>

  • <? __?>

Erklärung

Frage 146 von 181

1

Single line comments (PHP) are declared with

Wähle eine der folgenden:

  • // 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

Erklärung

Frage 147 von 181

1

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

Wähle eine der folgenden:

  • /* */

  • //

Erklärung

Frage 148 von 181

1

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

Wähle eine der folgenden:

  • print or echo

  • cout

  • printf

Erklärung

Frage 149 von 181

1

Are all variable names case-sensitive in PHP?

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 150 von 181

1

Correct syntax for a function (PHP):

Wähle eine der folgenden:

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

  • Function function_name {code for runction goes here;}

Erklärung

Frage 151 von 181

1

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

Wähle eine der folgenden:

  • function_name(parameters);

  • function_name(parameters).

Erklärung

Frage 152 von 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

Wähle eine der folgenden:

  • Include

  • link

Erklärung

Frage 153 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 154 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 155 von 181

1

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

Wähle eine der folgenden:

  • abs()

  • max()

Erklärung

Frage 156 von 181

1

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

Wähle eine der folgenden:

  • abs()

  • max()

Erklärung

Frage 157 von 181

1

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

Wähle eine der folgenden:

  • strrev()

  • strtoupper()

Erklärung

Frage 158 von 181

1

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

Wähle eine der folgenden:

  • strtoupper()

  • strrev()

Erklärung

Frage 159 von 181

1

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

Wähle eine der folgenden:

  • 20

  • 5

Erklärung

Frage 160 von 181

1

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

Wähle eine der folgenden:

  • $GLOBALS

  • $SESSION

Erklärung

Frage 161 von 181

1

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

Wähle eine der folgenden:

  • Global variables

  • Local variables

Erklärung

Frage 162 von 181

1

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

Wähle eine der folgenden:

  • static keyword

  • final keyword

Erklärung

Frage 163 von 181

1

The PHP ________function returns the data type and value.

Wähle eine der folgenden:

  • var_dump()

  • var_value()

Erklärung

Frage 164 von 181

1

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

Wähle eine der folgenden:

  • Floating point number

  • Fixed point number

Erklärung

Frage 165 von 181

1

Syntax for array (PHP):

Wähle eine der folgenden:

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

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

Erklärung

Frage 166 von 181

1

How do you write "Hello World" in PHP

Wähle eine der folgenden:

  • echo "Hello World";

  • "Hello World";

Erklärung

Frage 167 von 181

1

What is the correct way to end a PHP statement?

Wähle eine der folgenden:

  • ;

  • }

  • .

Erklärung

Frage 168 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 169 von 181

1

The PHP ______ function reverses a string.

Wähle eine der folgenden:

  • strrev

  • strtoupper()

Erklärung

Frage 170 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 171 von 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)

Wähle eine der folgenden:

  • Push()

  • Add()

Erklärung

Frage 172 von 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)

Wähle eine der folgenden:

  • italics()

  • toitalics()

Erklärung

Frage 173 von 181

1

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

Wähle eine der folgenden:

  • $_GET[];

  • $_POST[];

Erklärung

Frage 174 von 181

1

Include files must have the file extension ".inc"

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 175 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 176 von 181

1

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

Wähle eine der folgenden:

  • LOCAL

  • GLOBAL

Erklärung

Frage 177 von 181

1

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

Wähle eine der folgenden:

  • LOCAL

  • GLOBAL

Erklärung

Frage 178 von 181

1

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

Wähle eine der folgenden:

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

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

Erklärung

Frage 179 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 180 von 181

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 181 von 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?

Wähle eine der folgenden:

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

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

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

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

Erklärung