\n \n \n \n \n \n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Das ``-Element kann mit mehreren Attributen erweitert werden"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Das ``-Element kann nur um ein Attribut erweitert werden","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Das ``-Element kann keine Attribute haben","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Das ``-Element hat untergeordnete Elemente, die in beliebiger Reihenfolge erscheinen können","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Das ``-Element kann mit mehreren Attributen erweitert werden","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie konvertieren Ihre HTML-Datei in XHTML Strict. Welcher Code-Schnipsel wird ohne Fehler validiert?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is :"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Bei der Arbeit mit Ajax-Anwendungen, was ist schneller, XML oder JSON?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is JSON, weil es Daten überträgt, ohne auf eine Serverantwort zu warten"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XML, weil es erweiterbar ist","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML, weil es Namensräume unterstützt","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"JSON, weil es bereits in ein JavaScript-Objekt analysiert ist","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"JSON, weil es Daten überträgt, ohne auf eine Serverantwort zu warten","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Asynchrones JavaScript und XML (Ajax) ist eine Technik zur Erstellung besserer, schnellerer und interaktiverer Webanwendungen. Neben JavaScript und XML auf der Backend-Seite werden welche Technologien üblicherweise verwendet, um AJAX-Erlebnisse auf der Frontend-Seite zu gestalten?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is HTML, CSS und DOM"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"PHP, .NET und SQL","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Python, Perl und C++","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Java, ASP und C#","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"HTML, CSS und DOM","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Wofür steht dieser Code?\n\n```xml\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Selbstschließendes Tag"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Null-Element","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Falsch benanntes Element","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Falsche XML-Syntax","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Selbstschließendes Tag","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Welche XHTML-Syntaxregel trifft NICHT auf XML zu?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XHTML-Tags und Attribute müssen in Kleinbuchstaben sein"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XHTML-Attributwerte müssen in Anführungszeichen stehen","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XHTML-Elemente müssen ordnungsgemäß ineinander verschachtelt sein.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"XHTML-Tags müssen ein entsprechendes Abschlusstag haben.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XHTML-Tags und Attribute müssen in Kleinbuchstaben sein","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Welche Ajax-Methode wird verwendet, um Daten mit einem modernen Browser auszutauschen?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XMLHttpRequest"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Anfrage-XML","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"ActiveXObject","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"responseXML","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XMLHttpRequest","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Eine Auszeichnungssprache ist eine **\\_** -lesbare Sprache, die **\\_** Text so markiert, dass der Computer diesen Text **\\_** kann.","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Mensch; kennzeichnet; manipulieren"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Prozessor; kompiliert; bearbeiten","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"System; speichert; abrufen","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Nicht; bearbeiten; formatieren","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Mensch; kennzeichnet; manipulieren","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Wofür steht dieser Code?\n\n```xml\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Falsch benanntes Element"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Selbstschließendes Tag","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Null-Element","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Falsche XML-Syntax","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Falsch benanntes Element","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"XML bietet einen Rahmen für die Spezifizierung von Auszeichnungssprachen, während HTML eine vordefinierte Auszeichnungssprache ist. Was trifft auf XML zu und nicht auf HTML zu?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Es ist"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Es ist wichtig, dass ein XML-Dokument wohlgeformt ist.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML-Elemente beginnen mit einem öffnenden Tag in spitzen Klammern, wie z. B. `
`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Die XML-Syntax verwendet Tags, Elemente und Attribute.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Es ist","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Was ist der letzte Schritt bei der Erweiterung von XHTML-Modulen?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Der letzte Schritt besteht darin, das DTD für die XHTML-Erweiterung zu erstellen, das sowohl auf die XHTML-Module als auch auf die neuen Module verweist."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Der letzte Schritt besteht darin, die Erweiterung von XHTML-Zusatzdokumenten abzuschließen und sicherzustellen, dass die Dokumente den definierten Namensräumen entsprechen.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Der letzte Schritt besteht darin, die XHTML-Erweiterung durch den XSLT-Prozessor zu führen, der sie ordnungsgemäß formatiert.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Der letzte Schritt besteht darin, zu überprüfen, ob das XHTML wohlgeformt, gültig und mit den meisten Browsern kompatibel ist.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Der letzte Schritt besteht darin, das DTD für die XHTML-Erweiterung zu erstellen, das sowohl auf die XHTML-Module als auch auf die neuen Module verweist.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"In einer XML-DTD ATTLIST-Deklaration, welcher Standardwert wird verwendet, um anzugeben, dass das Attribut nicht enthalten sein muss?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `#DEFAULT`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`#OPTIONAL`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`#IMPLIED`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`#FIXED`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`#DEFAULT`","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Wie stellt das XML DOM ein XML-Dokument dar?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Als Baumstruktur"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Als Satz von Objekten","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Als Array von Knoten","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Als dynamisches Programm","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Als Baumstruktur","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie geben Sie an, dass ein Element mehrmals innerhalb seines übergeordneten Elements auftreten kann?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Setzen Sie das Attribut maxOccurs auf unbounded."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Setzen Sie das Attribut maxOccurs auf eine große Zahl, z. B. 1.000","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Setzen Sie das Attribut maxOccurs auf 0","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Setzen Sie das Attribut maxOccurs auf undefiniert.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Setzen Sie das Attribut maxOccurs auf unbounded.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Die ``-Anweisung definiert den Wert eines Parameters, der an eine Vorlage übergeben werden soll. In welchen Elementen kann es verwendet werden?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `` und ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`` und ``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`` und ``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`` und ``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`` und ``","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie überprüfen das XML-Dokument einer anderen Person auf Fehler. Sie bemerken, dass der Prolog kein Abschlusstag hat. Was tun Sie?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Lassen Sie es in Ruhe, da der Prolog keinen Abschlusstag benötigt."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Entfernen Sie den Prolog, um sicherzustellen, dass das XML-Dokument auf allen Plattformen ordnungsgemäß verarbeitet wird.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Verschieben Sie den Prolog in eine externe Datei, damit das XML-Dokument nur Elemente mit Abschlusstags enthält.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Fügen Sie einen Abschlusstag hinzu, da alle XML-Elemente einen Abschlusstag haben müssen.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Lassen Sie es in Ruhe, da der Prolog keinen Abschlusstag benötigt.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Welche Aussage trifft NICHT auf XML zu?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XML ist ein Ersatz für HTML."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XML ist flexibel und anpassbar.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML kann verwendet werden, um Daten zu speichern.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"XML ist unabhängig vom Betriebssystem.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"XML ist ein Ersatz für HTML.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"In einer XML-DTD ATTLIST-Deklaration wird welcher tokenisierte Attributtyp verwendet, um mehrere ID-Werte anzugeben?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is IDREFS"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"ENTITIES","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"IDS","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"IDSETS","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"IDREFS","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie möchten eine große XML-Datei in das CSV-Format konvertieren. Sie haben die XML-Datei nicht erstellt, daher kennen Sie die gesamte Syntax nicht. Was hilft Ihnen am besten, Einblick in den Dateiinhalt zu bekommen?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XSD"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XSLT","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"DOM","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"AJAX","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"XSD","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"In einer XML-DTD werden Attribute mit einer ATTLIST-Deklaration angegeben. Sie müssen das Farbattribut für das Element `` gegen eine feste Liste von Werten validieren. Welche ist die korrekte Deklaration?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Die Hauptmethoden zur Steuerung der Anzeige von XML-Dokumenten sind Cascading Style Sheets (CSS) und Extensible Styles Language (XSL). Was ist der Vorteil von CSS gegenüber XSL?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is CSS ist einfacher zu erlernen, zu verwenden und zu pflegen."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"CSS ist eine vollständige Programmiersprache mit einer leistungsstärkeren Syntax.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Mit CSS kann dasselbe Element mehrmals verarbeitet werden.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"CSS ermöglicht es Ihnen, Daten in vollständig neue Strukturen umzuwandeln.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"CSS ist einfacher zu erlernen, zu verwenden und zu pflegen.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Um welche Art von DTD-Deklaration handelt es sich bei diesem Code? ``","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Extern"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Verknüpft","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Intern","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Strukturiert","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Extern","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Der Zweck eines XML-Schemas besteht darin, die Bausteine eines XML-Dokuments zu definieren. Welche Option beschreibt die Bausteine eines XML-Dokuments am besten?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Die Elemente und Attribute des Dokuments, ihre Datentypen und Standardwerte sowie die Anzahl und Reihenfolge der untergeordneten Elemente."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Headerdateien, Funktionsdeklarationen, globale Variablen mit ihren Datentypen und Speicherort des Systembibliotheksordners.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Namensraumdeklaration, Prozessortyp, Markup-Referenzen und Kodierungsspezifikation.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"XML-Entitätsdefinitionen, XSLT und Cascading Style Sheets, DOM-Spezifikation und CDATA-Zuweisungen.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Die Elemente und Attribute des Dokuments, ihre Datentypen und Standardwerte sowie die Anzahl und Reihenfolge der untergeordneten Elemente.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Eine XHTML-Dokumenttypdefinition (DTD) beschreibt die erlaubte Syntax und Grammatik der XHTML-Markup. Welches ist nicht eine der formalen DTDs, die in XHTML 1.0 verwendet werden?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Grundlegend"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Frameset","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Übergangszeit","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Strict","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Grundlegend","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Sie arbeiten mit dem folgenden XML-Code-Schnipsel. Sie haben diese Zeile in Ihrem XSLT-Code: `xsl:value-of-select=\"//car/make\"/>`. Was wird angezeigt?\n\n```xml\n\n \n Cadillac\n Escalade\n $20,000\n \n \n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Cadillac Escalade $20,000"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Cadillac","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Cadillac Escalade","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Cadillac Escalade 20000","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Cadillac Escalade $20,000","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Sie müssen die Liste der Autos im folgenden Code-Schnipsel in einem Spaltenformat mit einer Zählspalte für jede Zeile anzeigen. Welche XPath-Funktion verwenden Sie für den Zähler?\n\n```xml\n\n CadillacEscalade2007\n FordMustang1968\n MercedesC-Class1999\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `position()`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`format-number()`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`id()`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`count()`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`position()`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Sie arbeiten mit dem folgenden XML-Code-Schnipsel aus dem XML-Dokument cars.xml. Sie müssen die Informationen über die Autos zurückgeben, die nach dem Jahr 2000 gebaut wurden, als sortierte Liste, beginnend mit dem neuesten. Wie sieht Ihre XQuery aus?\n\n```xml\n\n CadillacEscalade2007\n <\n\ncar>CadillacEscalade2011\n FordMustang1968\n FordMustang1998\n MercedesC-Class1999\n MercedesC-Class2009\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is :"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Die `readyState`-Eigenschaft enthält den Status der XMLHttpRequest. Welcher ist KEIN gültiger Status?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `1 (BEARBEITUNG)`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`4 (ERLEDIGT)`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`3 (WIRD GELADEN)`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`0 (UNBEANTWORTET)`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`1 (BEARBEITUNG)`","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie können Sie das Dokument um Elemente ERWEITERN, die NICHT im Schema angegeben sind?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Verwenden Sie das ``-Element."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Verwenden Sie das ``-Element.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Verwenden Sie ``.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Geben Sie die neuen Elemente im Schema an.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Verwenden Sie das ``-Element.","comment":{"@type":"Comment","text":"Option A is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Sie arbeiten mit dem folgenden XML-Code-Schnipsel. Welcher XPath-Ausdruck gibt C-Class zurück?\n\n```xml\n\n CadillacEscalade\n 20000\n FordMustang\n 17000\n MercedesC-Class\n 24000\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `/cars/car[price>=20000 and price[@year>'2008']]/model`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`/car[price>20000]/make/model`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`/car[price>=20000 and @year>=2009]/make/model`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`//car[price>=20000 and @year>2008]/model`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`/cars/car[price>=20000 and price[@year>'2008']]/model`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie stellen Sie sicher, dass ein Attribut für das entsprechende Element angegeben werden muss?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Setzen Sie das `use`-Attribut auf `required`."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Setzen Sie den Typattribut auf `xs:required`.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Setzen Sie das minLength-Attribut auf 1.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Setzen Sie das minOccurs-Attribut auf 1.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Setzen Sie das `use`-Attribut auf `required`.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Sie arbeiten mit dem folgenden XML-Code-Schnipsel. Was müssen Sie in Ihrem XSLT-Code einschließen, um `Mercedes, Cadillac, Ford` anzuzeigen?\n\n```xml\n\n CadillacEscalade2007\n FordMustang1968\n MercedesC-Class1999\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is ``"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Was ist die korrekte Syntax für Kommentare in XQuery?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `(: :)`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`/* */`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`//`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`(: :)`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Welche DOM-Knotenart darf NICHT die Entitätsreferenzknotenart als eines seiner untergeordneten Knoten haben?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Dokument"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Element","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Entitätsreferenz","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"DocumentFragment","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Dokument","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"XHTML-Module können durch Hinzufügen von Elementen und Attributen, Ändern von Inhaltsmodellen oder einer Kombination davon erweitert werden. Was erfordert eine ordnungsgemäße Implementierung eines XHTML-Moduls?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Die Implementierung eines XHTML-Moduls erfordert ein Namensraummodul, das die Deklarationen für Elemente, Elementattribute und Inhaltsmodelle enthält, und ein Parametermodul, das die in den Namensraummodulen deklarierten Entitäten verwendet."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Die Implementierung eines XHTML-Moduls erfordert ein Erweiterungsmodul und ein Validierungsmodul, das sicherstellt, dass das XHTML wohlgeformt und gültig ist. Andernfalls sind die erweiterten Instanzen formal kein XHTML.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Die Implementierung eines","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Die Implementierung eines XHTML-Moduls erfordert ein Modul für qualifizierte Namen und ein Deklarationsmodul, das die Deklarationen für Elemente, Elementattribute und Inhaltsmodelle enthält.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Die Implementierung eines XHTML-Moduls erfordert ein Namensraummodul, das die Deklarationen für Elemente, Elementattribute und Inhaltsmodelle enthält, und ein Parametermodul, das die in den Namensraummodulen deklarierten Entitäten verwendet.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Das ``-Element wird verwendet, um einen Namespace im Stylesheet durch einen anderen Namespace im Ausgabedokument zu ersetzen. Welches XSLT-Element muss sein Elternelement sein?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Wurzelelement"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Jedes gültige Element","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Top-Level-Element im entsprechenden Namespace","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Wurzelelement","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"XML ist eine Auszeichnungssprache, keine Programmiersprache. Was hindert XML daran, eine Programmiersprache zu sein?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XML enthält nur Daten und keine Verarbeitungsanweisungen."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XML ist zu flexibel und hat nicht genügend reservierte Schlüsselwörter.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML führt keine Berechnungen oder Algorithmen durch.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"XML hat keine spezialisierten Syntaxregeln.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML enthält nur Daten und keine Verarbeitungsanweisungen.","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Was ist wahr über diese Elemente in XQuery?\n\n```xml\n\n CadillacEscalade2007\n CadillacEscalade2011\n FordMustang1968\n FordMustang1998\n MercedesC-Class1999\n MercedesC-Class2009\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Die Elemente `` und `` sind Geschwister."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Die Elemente `` und `` sind Vorfahren von ``.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Die Elemente `` und `` sind Kinder von ``.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Die Elemente `` und `` sind Eltern von `` und ``.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Die Elemente `` und `` sind Geschwister.","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Welcher ist ein gültiger CSS-Abschnitt für diesen XML-Code-Schnipsel?\n\n```xml\n\n CadillacEscalade2007\n FordMustang1968\n MercedesC-Class1999\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is :"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":":","comment":{"@type":"Comment","text":"Option B is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Ein XML-Dokument enthält diesen Code als Teil der DTD: ``. Welche Regeln müssen für jedes der Elemente befolgt werden?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `` ist erforderlich, `` ist optional, `` ist erforderlich, und `` ist optional."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`` ist erforderlich, `` ist optional, `` ist optional, und `` ist optional.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`` ist erforderlich, `` ist erforderlich, `` ist optional, und `` ist optional.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`` ist erforderlich, `` ist erforderlich, `` ist erforderlich, und `` ist optional.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`` ist erforderlich, `` ist optional, `` ist erforderlich, und `` ist optional.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Welches Element in diesem XML-Code ist kein gutes Kandidat für die Umwandlung in ein Attribut?\n\n```xml\n1 \n2 Superman\n3 Clark Kent\n4 Krypton\n5 Flight\n6 X-Ray Vision\n7 Super Strength\n8 \n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `<роwer>`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"``","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`<роwer>`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Was definiert die Document Type Definition (DTD)?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Elemente"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Struktur","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Entitäten","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Attribute","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Elemente","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"In XML-DOM, wofür ist `setAttribute()` ein Beispiel?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Methode"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Knoten","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Funktion","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Eigenschaft","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Methode","comment":{"@type":"Comment","text":"Option C is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"Was ist kein Vorteil des XML-DOM?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is Das XML-DOM ist effizient im Speicher- und Betriebstempo."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"Das XML-DOM ist sprach- und plattformunabhängig.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"Das XML-DOM ist modifizierbar und dynamisch.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"Das XML-DOM ist leicht zu navigieren, um spezifische Informationen zu finden.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"Das XML-DOM ist effizient im Speicher- und Betriebstempo.","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"#### Im XML-DOM, welche Eigenschaft ist am besten geeignet, um durch jeden der -Knoten im folgenden Code-Schnipsel zu iterieren?\n\n```xml\n\n CadillacEscalade2007\n <\n\ncar>FordMustang1968\n MercedesC-Class1999\n\n```","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is `getElementsByTagName()`"},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"`childNodes`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"`documentElement`","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"`getElementById()`","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"`getElementsByTagName()`","comment":{"@type":"Comment","text":"Option D is correct"}}},{"@type":"Question","eduQuestionType":"Multiple choice","learningResourceType":"Practice problem","name":"Recall your knowledge of XMto solve the questions","text":"XML-Daten sind gut strukturiert und leicht lesbar. Welche anderen Vorteile bietet XML?","encodingFormat":"text/markdown","comment":{"@type":"Comment","text":"Correct answer is XML erleichtert den Austausch von Daten zwischen verschiedenen Plattformen und Systemen."},"suggestedAnswer":[{"@type":"Answer","position":0,"encodingFormat":"text/markdown","text":"XML ist ein menschenlesbares Format, daher ist keine Software zur Bearbeitung erforderlich.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":1,"encodingFormat":"text/markdown","text":"XML-Daten sind einfacher zu speichern und schneller zu übertragen.","comment":{"@type":"Comment","text":"It is wrong option."}},{"@type":"Answer","position":2,"encodingFormat":"text/markdown","text":"XML ist ein einfaches Format und erfordert keine besonderen Tools zur Analyse oder Verarbeitung.","comment":{"@type":"Comment","text":"It is wrong option."}}],"acceptedAnswer":{"@type":"Answer","position":3,"encodingFormat":"text/markdown","text":"XML erleichtert den Austausch von Daten zwischen verschiedenen Plattformen und Systemen.","comment":{"@type":"Comment","text":"Option D is correct"}}}]}
Q1. Sie arbeiten mit diesem XML-Ausschnitt aus dem XML-Dokument cars.xml. Sie müssen die Informationen über die Autos zurückgeben, die nach 2000 gebaut wurden. Wie sieht Ihre XQuery aus?
Q3. Sie konvertieren Ihre HTML-Datei in XHTML Strict. Welcher Code-Schnipsel wird ohne Fehler validiert?
:
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>XHTML Example</title></head><bodybgcolor="#FFFFFF" ><p>Content goes here ...</p></body></html>
:
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>XHTML Example</title></head><bodyname="bodySection"><p><b>Content goes here ...</b></p></body></html>
:
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>XHTML Example</title></head><bodycolor="#333333"><p><i>Content goes here ...</i></p></body></html>
:
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>XHTML Example</title></head><bodyid="bodySelection"><p><strong>Content goes here ...</strong></p></body></html>
Q4. Bei der Arbeit mit Ajax-Anwendungen, was ist schneller, XML oder JSON?
XML, weil es erweiterbar ist
JSON, weil es Daten überträgt, ohne auf eine Serverantwort zu warten
XML, weil es Namensräume unterstützt
JSON, weil es bereits in ein JavaScript-Objekt analysiert ist
Q5. Asynchrones JavaScript und XML (Ajax) ist eine Technik zur Erstellung besserer, schnellerer und interaktiverer Webanwendungen. Neben JavaScript und XML auf der Backend-Seite werden welche Technologien üblicherweise verwendet, um AJAX-Erlebnisse auf der Frontend-Seite zu gestalten?
PHP, .NET und SQL
HTML, CSS und DOM
Python, Perl und C++
Java, ASP und C#
Q6. Wofür steht dieser Code?
<x/>
Null-Element
Selbstschließendes Tag
Falsch benanntes Element
Falsche XML-Syntax
Q7. Welche XHTML-Syntaxregel trifft NICHT auf XML zu?
XHTML-Attributwerte müssen in Anführungszeichen stehen
XHTML-Tags und Attribute müssen in Kleinbuchstaben sein
XHTML-Elemente müssen ordnungsgemäß ineinander verschachtelt sein.
XHTML-Tags müssen ein entsprechendes Abschlusstag haben.
Q8. Welche Ajax-Methode wird verwendet, um Daten mit einem modernen Browser auszutauschen?
Anfrage-XML
XMLHttpRequest
ActiveXObject
responseXML
Q9. Eine Auszeichnungssprache ist eine _ -lesbare Sprache, die _ Text so markiert, dass der Computer diesen Text _ kann.
Prozessor; kompiliert; bearbeiten
System; speichert; abrufen
Nicht; bearbeiten; formatieren
Mensch; kennzeichnet; manipulieren
Q10. Wofür steht dieser Code?
<xa="x"a="y"></x>
Falsch benanntes Element
Selbstschließendes Tag
Null-Element
Falsche XML-Syntax
Q11. XML bietet einen Rahmen für die Spezifizierung von Auszeichnungssprachen, während HTML eine vordefinierte Auszeichnungssprache ist. Was trifft auf XML zu und nicht auf HTML zu?
Es ist
obligatorisch, bei XML Abschlusstags zu verwenden.
Es ist wichtig, dass ein XML-Dokument wohlgeformt ist.
XML-Elemente beginnen mit einem öffnenden Tag in spitzen Klammern, wie z. B. <p>
Die XML-Syntax verwendet Tags, Elemente und Attribute.
Q12. Was ist der letzte Schritt bei der Erweiterung von XHTML-Modulen?
Der letzte Schritt besteht darin, die Erweiterung von XHTML-Zusatzdokumenten abzuschließen und sicherzustellen, dass die Dokumente den definierten Namensräumen entsprechen.
Der letzte Schritt besteht darin, das DTD für die XHTML-Erweiterung zu erstellen, das sowohl auf die XHTML-Module als auch auf die neuen Module verweist.
Der letzte Schritt besteht darin, die XHTML-Erweiterung durch den XSLT-Prozessor zu führen, der sie ordnungsgemäß formatiert.
Der letzte Schritt besteht darin, zu überprüfen, ob das XHTML wohlgeformt, gültig und mit den meisten Browsern kompatibel ist.
Q13. In einer XML-DTD ATTLIST-Deklaration, welcher Standardwert wird verwendet, um anzugeben, dass das Attribut nicht enthalten sein muss?
#DEFAULT
#OPTIONAL
#IMPLIED
#FIXED
Q14. Wie stellt das XML DOM ein XML-Dokument dar?
Als Satz von Objekten
Als Baumstruktur
Als Array von Knoten
Als dynamisches Programm
Q15. Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie geben Sie an, dass ein Element mehrmals innerhalb seines übergeordneten Elements auftreten kann?
Setzen Sie das Attribut maxOccurs auf eine große Zahl, z. B. 1.000
Setzen Sie das Attribut maxOccurs auf 0
Setzen Sie das Attribut maxOccurs auf undefiniert.
Setzen Sie das Attribut maxOccurs auf unbounded.
Q16. Die <xsl:with-param>-Anweisung definiert den Wert eines Parameters, der an eine Vorlage übergeben werden soll. In welchen Elementen kann es verwendet werden?
<xsl:apply-templates> und <xsl:call-template>
<xsl:param> und <xsl:processing-instruction>
<xsl:template> und <xsl:transform>
<xsl:include> und <xsl:variable>
Q17. Sie überprüfen das XML-Dokument einer anderen Person auf Fehler. Sie bemerken, dass der Prolog kein Abschlusstag hat. Was tun Sie?
Entfernen Sie den Prolog, um sicherzustellen, dass das XML-Dokument auf allen Plattformen ordnungsgemäß verarbeitet wird.
Lassen Sie es in Ruhe, da der Prolog keinen Abschlusstag benötigt.
Verschieben Sie den Prolog in eine externe Datei, damit das XML-Dokument nur Elemente mit Abschlusstags enthält.
Fügen Sie einen Abschlusstag hinzu, da alle XML-Elemente einen Abschlusstag haben müssen.
Q18. Welche Aussage trifft NICHT auf XML zu?
XML ist flexibel und anpassbar.
XML kann verwendet werden, um Daten zu speichern.
XML ist unabhängig vom Betriebssystem.
XML ist ein Ersatz für HTML.
Q19. In einer XML-DTD ATTLIST-Deklaration wird welcher tokenisierte Attributtyp verwendet, um mehrere ID-Werte anzugeben?
ENTITIES
IDREFS
IDS
IDSETS
Q20. Sie möchten eine große XML-Datei in das CSV-Format konvertieren. Sie haben die XML-Datei nicht erstellt, daher kennen Sie die gesamte Syntax nicht. Was hilft Ihnen am besten, Einblick in den Dateiinhalt zu bekommen?
XSLT
DOM
AJAX
XSD
Q21. In einer XML-DTD werden Attribute mit einer ATTLIST-Deklaration angegeben. Sie müssen das Farbattribut für das Element <car> gegen eine feste Liste von Werten validieren. Welche ist die korrekte Deklaration?
<!ATTLIST car color (red|white|blue|black) black>
<!ATTLIST car color (red|white|blue|black) #REQUIRED>
<!ATTLIST car color (red|white|blue|black) #FIXED>
<!ATTLIST car color (red|white|blue|black)>
Q22. Die Hauptmethoden zur Steuerung der Anzeige von XML-Dokumenten sind Cascading Style Sheets (CSS) und Extensible Styles Language (XSL). Was ist der Vorteil von CSS gegenüber XSL?
CSS ist eine vollständige Programmiersprache mit einer leistungsstärkeren Syntax.
Mit CSS kann dasselbe Element mehrmals verarbeitet werden.
CSS ermöglicht es Ihnen, Daten in vollständig neue Strukturen umzuwandeln.
CSS ist einfacher zu erlernen, zu verwenden und zu pflegen.
Q23. Um welche Art von DTD-Deklaration handelt es sich bei diesem Code? <!DOCTYPE abc SYSTEM "file/file.dtd">
Verknüpft
Intern
Extern
Strukturiert
Q24. Der Zweck eines XML-Schemas besteht darin, die Bausteine eines XML-Dokuments zu definieren. Welche Option beschreibt die Bausteine eines XML-Dokuments am besten?
Headerdateien, Funktionsdeklarationen, globale Variablen mit ihren Datentypen und Speicherort des Systembibliotheksordners.
Namensraumdeklaration, Prozessortyp, Markup-Referenzen und Kodierungsspezifikation.
Die Elemente und Attribute des Dokuments, ihre Datentypen und Standardwerte sowie die Anzahl und Reihenfolge der untergeordneten Elemente.
XML-Entitätsdefinitionen, XSLT und Cascading Style Sheets, DOM-Spezifikation und CDATA-Zuweisungen.
Q25. Eine XHTML-Dokumenttypdefinition (DTD) beschreibt die erlaubte Syntax und Grammatik der XHTML-Markup. Welches ist nicht eine der formalen DTDs, die in XHTML 1.0 verwendet werden?
Frameset
Übergangszeit
Grundlegend
Strict
Q26. Sie arbeiten mit dem folgenden XML-Code-Schnipsel. Sie haben diese Zeile in Ihrem XSLT-Code: xsl:value-of-select="//car/make"/>. Was wird angezeigt?
Q27. Sie müssen die Liste der Autos im folgenden Code-Schnipsel in einem Spaltenformat mit einer Zählspalte für jede Zeile anzeigen. Welche XPath-Funktion verwenden Sie für den Zähler?
Q28. Sie arbeiten mit dem folgenden XML-Code-Schnipsel aus dem XML-Dokument cars.xml. Sie müssen die Informationen über die Autos zurückgeben, die nach dem Jahr 2000 gebaut wurden, als sortierte Liste, beginnend mit dem neuesten. Wie sieht Ihre XQuery aus?
Q29. Die readyState-Eigenschaft enthält den Status der XMLHttpRequest. Welcher ist KEIN gültiger Status?
4 (ERLEDIGT)
3 (WIRD GELADEN)
1 (BEARBEITUNG)
0 (UNBEANTWORTET)
Q30. Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie können Sie das Dokument um Elemente ERWEITERN, die NICHT im Schema angegeben sind?
Verwenden Sie das <any>-Element.
Verwenden Sie das <redefine>-Element.
Verwenden Sie <xs:extension>.
Geben Sie die neuen Elemente im Schema an.
Q31. Sie arbeiten mit dem folgenden XML-Code-Schnipsel. Welcher XPath-Ausdruck gibt C-Class zurück?
/cars/car[price>=20000 and price[@year>'2008']]/model
HINWEIS: XPather zeigt, dass alle Antworten falsch sind. Melden Sie die Frage.
Q32. Sie arbeiten mit einem XML-Dokument, das ein XML-Schema verwendet. Wie stellen Sie sicher, dass ein Attribut für das entsprechende Element angegeben werden muss?
Erklärung: Eine trickreiche Frage. Der <xsl:sort> sortiert die Ausgabe standardmäßig in aufsteigender (alphabetischer für Zeichenfolgen) Reihenfolge. Das select gibt an, welches Tag für die Sortierung verwendet werden soll.
Wenn wir select="make" oder select="year" verwenden, erhalten wir die Reihenfolge Cadillac, Ford, Mercedes.
Wenn wir select="price" verwenden, erhalten wir Ford, Cadillac, Mercedes.
Und schließlich erhalten wir mit select="model" die Reihenfolge Mercedes, Cadillac, Ford.
Q34. Was ist die korrekte Syntax für Kommentare in XQuery?
/* */
<!-- -->
//
(: :)
Q35. Welche DOM-Knotenart darf NICHT die Entitätsreferenzknotenart als eines seiner untergeordneten Knoten haben?
Q36. XHTML-Module können durch Hinzufügen von Elementen und Attributen, Ändern von Inhaltsmodellen oder einer Kombination davon erweitert werden. Was erfordert eine ordnungsgemäße Implementierung eines XHTML-Moduls?
Die Implementierung eines XHTML-Moduls erfordert ein Erweiterungsmodul und ein Validierungsmodul, das sicherstellt, dass das XHTML wohlgeformt und gültig ist. Andernfalls sind die erweiterten Instanzen formal kein XHTML.
Die Implementierung eines
XHTML-Moduls erfordert ein Definitionsmodul und ein Einschränkungsmodul, das Syntaxregeln festlegt und die in den Definitionsmodulen deklarierten Parameterentitäten verwendet.
Die Implementierung eines XHTML-Moduls erfordert ein Modul für qualifizierte Namen und ein Deklarationsmodul, das die Deklarationen für Elemente, Elementattribute und Inhaltsmodelle enthält.
Die Implementierung eines XHTML-Moduls erfordert ein Namensraummodul, das die Deklarationen für Elemente, Elementattribute und Inhaltsmodelle enthält, und ein Parametermodul, das die in den Namensraummodulen deklarierten Entitäten verwendet.
Q37. Das <xsl:namespace-alias>-Element wird verwendet, um einen Namespace im Stylesheet durch einen anderen Namespace im Ausgabedokument zu ersetzen. Welches XSLT-Element muss sein Elternelement sein?
Q41. Ein XML-Dokument enthält diesen Code als Teil der DTD: <!ELEMENT car (make, model?, year+, price*)>. Welche Regeln müssen für jedes der Elemente befolgt werden?
<make> ist erforderlich, <model> ist optional, <year> ist optional, und <price> ist optional.
<make> ist erforderlich, <model> ist erforderlich, <year> ist optional, und <price> ist optional.
<make> ist erforderlich, <model> ist erforderlich, <year> ist erforderlich, und <price> ist optional.
<make> ist erforderlich, <model> ist optional, <year> ist erforderlich, und <price> ist optional.
Q42. Welches Element in diesem XML-Code ist kein gutes Kandidat für die Umwandlung in ein Attribut?