zyclone
Quiz by , created more than 1 year ago

Quiz on Fragenkatalog für Designer !, created by zyclone on 09/04/2015.

35
1
0
No tags specified
zyclone
Created by zyclone about 9 years ago
Close

Fragenkatalog für Designer !

Question 1 of 40

1

Frage 1- Wie nennt man den Vorgang, der harte Konturen einer Grafik glatter bzw. weniger stufig erscheinen lässt?

Select one of the following:

  • A. Banding

  • B. Resampling

  • C. Anti-Aliasing

  • D. Dithering

  • E. Interlacing

  • F. Vectoring

Explanation

Question 2 of 40

1

Frage 2- Identifizieren Sie die korrekte Syntax, mit der zwei Zellen einer Tabelle verbunden werden.

Select one or more of the following:

  • A. <tr rowspan="2">

  • B. <td rowspan="2">

  • C. <tr colspan="2">

  • D: <td colspan="2">

  • E. <table rowspan="2" rowspan="2">...</table>

Explanation

Question 3 of 40

1

Frage 3 - Das additive Farbmodell verwendet die folgenden Farben:

Select one of the following:

  • A. Rot, Gelb, Blau

  • B. Rot, Grün, Blau

  • C. Cyan, Magenta, Gelb

  • D. Cyan, Magenta, Gelb, Schwarz

Explanation

Question 4 of 40

1

Frage 4 - Sie möchten die CSS example nur auf einen bestimmten Bereich eines HTML-Textes anwenden. Identifizieren Sie die korrekten Codefragmente.

Select one or more of the following:

  • A. <div class="example">Some example text.</div>

  • B. <p.example>Some example text</p>

  • C. <span class="example">Some example text.</span>

  • D. <style class="example">Some example text.</style>

Explanation

Question 5 of 40

1

Frage 5 - Wie wird in CSS eine Klasse definiert?

Select one of the following:

  • A. Mit dem Tag <style>, gefolgt von einem selbstdefinierten Namen.

  • B. mit einer Raute, gefolgt von einem selbstdefinierten Namen.

  • C. Mit dem Tag <class>, gefolgt von einem selbstdefinierten Namen.

  • D. Mit einem Punkt, gefolgt von einem selbstdefinierten Namen.

Explanation

Question 6 of 40

1

Frage 6 - Welche Elemente sind nach den Web Content Accessibility Guidelines des WC3 auf barrierefreien Websites zu vermeiden?

Select one or more of the following:

  • A. Nicht-HTML-konforme Tags.

  • B. Änderungen des Kontextes, wenn ein Element den Fokus erhält.

  • C. Abkürzungen.

  • D. Farben als alleiniges Unterscheidungsmerkmal.

  • E. Zu große Buttons.

  • F. Text als alleiniges Informationsmedium.

Explanation

Question 7 of 40

1

Frage 7 - Worauf sollten Sie achten, wenn Sie Grafiken auf verschiedenen Computersystemen darstellen wollen?

Select one of the following:

  • A. Silicon Graphics Workstations können maximal 256 Farben darstellen.

  • B. Der Alpha-Kanal muss richtig eingestellt sein.

  • C. JPG-Grafiken können nicht auf Macintosh-Rechnern dargestellt werden.

  • D. Der Gamma-Wert der Systeme ist unterschiedlich.

Explanation

Question 8 of 40

1

Frage 8 - Welches Dateiformat sollte eine Digitalkamera unterstützen, um möglichst hochwertige Ergebnisse zu erzielen und die ... gewährleisten?

Select one of the following:

  • A. TIFF

  • B. RAW

  • C. JPEG

Explanation

Question 9 of 40

1

Frage 9 - Identifizieren Sie den korrekten Code für einen Kommentar innerhalb eines HTML-Dokumentes.

Select one of the following:

  • A. <*/this is a comment/*>

  • B. //this is a comment

  • C. # this is a comment

  • D. <!-- this is a comment -->

Explanation

Question 10 of 40

1

Frage 10 - Das subtraktive Farbmodell verwendet die folgenden Farben:

Select one of the following:

  • A. Cyan, Magenta, Schwarz

  • B. Rot, Grün, Blau

  • C. Cyan, Magenta, Gelb, Schwarz

  • D. Rot, Gelb, Blau

Explanation

Question 11 of 40

1

Frage 11 - Sie haben ein Bild mit einem Hund auf einem homogenen grünen Hintergrund und möchten dieses in Ihre Website einbauen. Der Hintergrund soll nicht sichtbar sein. Welches Grafikformat eignet sich dafür?

Select one of the following:

  • A. EPS

  • B. BMP

  • C. JPEG

  • D. GIF

Explanation

Question 12 of 40

1

Frage 12 - Identifizieren Sie die korrekte Syntax für einen Mailto-Link:

Select one of the following:

  • A. <a href="mailto://webmaster@webmaster-europe.org">webmaster</a>

  • B. <a href="mailto:webmaster@webmaster-europe.org">webmaster</a>

  • C. <mail to="webmaster@webmaster-europe.org">webmaster</mail>

  • D. <a mailto="mailto://webmaster@webmaster-europe.org">webmaster</a>

  • E. <mailto rezipient="mailto://webmaster@webmaster-europe.org">webmaster</mailto>

Explanation

Question 13 of 40

1

Frage 13 - Was sind die Nachteile bei der Verwendung des PNG-Formats?

Select one or more of the following:

  • A. Transparente Bereiche in der PNG-Grafik können nur aus einem Bit bestehen.

  • B. Transparente Bereiche in der PNG-Grafik werden standardmäßig vom Internet Explorer bis Version 6 nicht dargestellt.

  • C. Es erzeugt in der Regel größere Dateien als das JPEG-Format.

  • D. Es kann nur maximal 256 Farben darstellen.

Explanation

Question 14 of 40

1

Frage 14 - Welche CSS-Syntax erzeugt einen Abstand unterhalb eines div-Elements?

Select one of the following:

  • A. div {margin-bottom: 10px;}

  • B. div {margin (bottom): 10px;}

  • C. div {div-bottom-margin: 10px;}

  • D. div {bottom-margin: 10px;}

  • E. div: margin-bottom= 10px;

  • F. div {bottom: margin= 10px;}

Explanation

Question 15 of 40

1

Frage15 - Mit welchem HTML-Code definieren Sie eine Kurzbeschreibung Ihrer Seiten für Suchmaschinen?

Select one of the following:

  • <meta name="description" content="Beschreibungstext" />

  • <meta http-equiv="content-type" content="description" description="Beschreibungstext" />

  • <meta description="Beschreibungstext"/>

  • <meta index="Beschreibungstext" />

Explanation

Question 16 of 40

1

Frage 16 - Sie möchten eine Imagemap für die Definition von Hotspots auf die Bilddatei buttons.gif anwenden. Wie lautet die korrekte Syntax?

Select one of the following:

  • <img src="buttons.gif" usemap="#map" />

  • <img src="buttons.gif" imagemap=#map" />

  • <img src="buttons.gif" ismap="#map" />

  • <a href="#map"><img src="buttons.gif" /></a>

Explanation

Question 17 of 40

1

Frage 17 - Mit welchem HTML-Code erzeugen Sie ein Eingabefeld?

Select one of the following:

  • <form password>
    <input type="text" size="5" />
    </form>

  • <form>
    <input type="password" size="5" />
    </form>

  • <form>
    <type="password" size="5">
    </form>

  • <form>
    <password size="5" />
    </form>

Explanation

Question 18 of 40

1

Frage 18 - Wo sollten die Grafiken einer Website abgespeichert werden?

Select one of the following:

  • In einem separaten Verzeichnis innerhalb des Website-Ordners.

  • Im Verzeichnis, in dem die Framesets gespeichert sind.

  • In einem separaten Verzeichnis außerhalb des Website-Ordners.

  • Im gleichen Verzeichnis wie die HTML-Dateien.

Explanation

Question 19 of 40

1

Frage 19 - Welche Zeichen sollten Sie in Namen von Dateien für Webprojekte vermeiden?

Select one or more of the following:

  • *Sternchen.

  • Sonderzeichen.

  • Leerzeichen.

  • Zahlen.

  • Umlaute.

Explanation

Question 20 of 40

1

Frage 20 - Sie möchten die Formulardaten mit einem PHP-Skript verarbeiten. Mit welchem Code versenden Sie die Formulardaten?

Select one of the following:

  • <form php="formularversand.php">

  • <form action="formularversand.php">

  • <form href="formularversand.php">

  • <form submit="formularversand.php">

  • <input type="submit" href="formularversand.php">

  • <input type="submit" action="formularversand.php">

Explanation

Question 21 of 40

1

Frage 21 - Sie möchten das Bild bg.gif als Hintergrundbild für den Bodybereich verwenden:

Select one or more of the following:

  • body {background-image: bg.gif;}

  • body {background: url(bg.gif);}

  • body {background: bg.gif;}

  • body {bgimage: url(bg.gif);}

  • body {background-image: url(bg.gif);}

Explanation

Question 22 of 40

1

Frage 22 - Mit welchem Code erstellen Sie eine Definitionsliste?

Select one of the following:

  • <dl><dt></dt><dd></dd></dl>

  • <dl><li></li><li></li></dl>

  • <ol type="definition"><li></li><li></li></ol>

  • <list type="definition"><li></li><li></li></list>

Explanation

Question 23 of 40

1

Frage 23 - Welche der folgenden Farbangaben sind "websicher"?

Select one or more of the following:

  • #ffcc33

  • #550000

  • #336666

  • #007538

Explanation

Question 24 of 40

1

Frage 24 - Identifizieren Sie die korrekte Syntax für einen Hyperlink, der den Besucher zu einem vordefinierten Anker mit dem Namen y.html bringt.

Select one of the following:

  • <a href="y.htm" name="pos1">...</a>

  • <a href="y.htm#pos1">...</a>

  • <a href="y.htm">pos1</a>

  • <a href="#pos1" src=y.htm>...</a>

Explanation

Question 25 of 40

1

Frage 25 - Welche der CSS-Pseudoelemente entsprechen nicht dem W3C-Standard?

Select one or more of the following:

  • a:hover

  • a:link

  • div:hover

  • a:visited

  • div:visited

  • div:link

Explanation

Question 26 of 40

1

Frage 26 - Welche der nachfolgenden Ausdrücke sind keine gültigen CSS-Attribute?

Select one or more of the following:

  • cellpadding

  • azimuth

  • padding-left-size

  • border-width

  • border-left-color

  • border-left-style

  • margin-width

  • padding-width

  • border-left-width

  • -webkit-border-radius

Explanation

Question 27 of 40

1

Frage 27 - Wie wird eine Bilddatei image.gif eingebunden, die sich im Verzeichnis images befindet?

Select one of the following:

  • <img src = "images/image.gif" />

  • <img = "images/image.gif" />

  • <img src = "images\image.gif" />

  • <imageg src= image.gif" base dir = "images" />

Explanation

Question 28 of 40

1

Frage 28 - Unterschiede zwischen Klassen und IDs bei der Formatierung mit CSS:

Select one of the following:

  • Klassen können mehrfach in einem Dokument verwendet werden, IDs nicht.

  • Im Gegensatz zu klassen können IDs nicht ohne Javaskript verwendet werden.

  • IDs können mehrfach in einem Dokument verwendet werden, Klassen nicht.

  • Im Gegensatz zu Klassen können mit IDs keine Texte formatiert werden.

Explanation

Question 29 of 40

1

Frage 29 - Wie sollte die Farbauswahl für eine Internetseite getroffen werden?

Select one of the following:

  • ...hell auf dunkel.

  • ...dunkel auf hell.

  • ...möglichst wenig Kontrast.

  • Egal, Hauptsache auffällig.

Explanation

Question 30 of 40

1

Frage 30 - Wie kann man in CSS mehreren Elementen gleichzeitig Eigenschaften zuweisen?

Select one of the following:

  • h1;h2;h3 {color: red}

  • h1+h2+h3 {color: red}

  • h1,h2,h3 {color: red}

  • h1 h2 h3 {color: red}

Explanation

Question 31 of 40

1

Frage 31 - Was ist/passiert bei Interlacing?

Select one of the following:

  • Zunächst grobe Auflösung, die feiner wird.

  • Mischen und Rastern von Pixeln.

  • Laden von oben nach unten.

  • Glättung diagonaler Linien durch zusätzliche Graustufen.

Explanation

Question 32 of 40

1

Frage 32 - Durch welchen Code wird der Text fett dargestellt?

Select one or more of the following:

  • <li>...</li>

  • <strong>...</strong>

  • <em>...</em>

  • <b>...</b>

Explanation

Question 33 of 40

1

Frage 33 - Wie definieren Sie eine Liste mit einem bestimmten Anfangswert?

Select one of the following:

  • <ol start="6">...

  • <ol number="6">...

  • <ol value="6">...

  • <ol startvalue="6">...

Explanation

Question 34 of 40

1

Frage 34 - Identifizieren Sie den HTML-Code, der eine Tabelle mit zwei Spalten und zwei Reihen beschreibt!

Select one of the following:

  • <table>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>

  • <table>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <table>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    </table>

  • <table>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>

  • <table>
    <tr>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
    </tr>
    <tr>
    <td>&nbsp;</td>
    </tr>
    </table>

Explanation

Question 35 of 40

1

Frage 35 - Wie referenzieren Sie eine Grafik mit dem Dateinamen grafik.gif, die im Verzeichnis images liegt, in einer HTML-Datei, die sich im Verzeichnisbaum eine STufe darüber befindet?

Select one of the following:

  • <img="images/grafik.gif" />

  • <img src="images/grafik.gif" />

  • <img src="..images/grafik.gif" />

  • <img src="images\grafik.gif" />

Explanation

Question 36 of 40

1

Frage 36 - Wie können Sie Text in einer Tabellenzelle zentrieren?

Select one of the following:

  • <table align="center">...

  • <table align="middle">...

  • <td align="center">...

  • <td><align="center">...

Explanation

Question 37 of 40

1

Frage 37 - Sie möchten innerhalb eines Rahmens (Frames) mit dem Namen "unten" einen Link setzen, mit dem die Seite x.htm in dasselbe geladen wird. Identifizieren Sie das korrekte Code-Fragment.

Select one or more of the following:

  • <a href="x.htm" target="_top">...

  • <a href="x.htm" target="unten">...

  • <a href="x.htm">...

  • <a href="x.htm" target="_self">...

Explanation

Question 38 of 40

1

Frage 38 - Identifizieren Sie die korrekte Syntax für die Erstellung einer Textarea in einem Formular:

Select one of the following:

  • <input type="textarea" name="feedback" id="feedback" size="10" />

  • <form type="textarea" rows="10" cols="25"></form>

  • <form method="textarea" name="feedback" id="feedback" size="10,*" /></form>

  • <textarea name="feedback" id="feedback" rows="10" cols="25" </textarea>

Explanation

Question 39 of 40

1

Frage 39 - Ein digitales Bild hat eine Auflösung von 100 dpi und eine Dimension von 1x1 Zoll. Wie viele Pixel enthält das Bild?

Select one of the following:

  • 100 Pixel

  • 256 Pixel

  • 1.000 Pixel

  • 10.000 Pixel

  • 100.000 Pixel

  • ca. 16,8 Millionen Pixel

Explanation

Question 40 of 40

1

Frage 40 - Was bedeutet "Banding"?

Select one of the following:

  • Mit Banding bezeichnet man den Effekt, der auftritt, wenn bei der Farbreduzierung einer Grafik kein Dithering eingesetzt wird.

  • Man spricht vom Banding-Effekt, wenn die Bandbreite eines Internet-Zugangs nicht ausreicht, um eine Web-Seite in vernünftiger Geschwindigkeit zu laden.

  • Man spricht von Banding, wenn man Musik über das Internet herunterlädt.

  • Banding setzt man bei der Kompression von JPEG-Grafiken ein.

Explanation