-Elemente mit der Klasse \"header\" aus."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "HTML-Grundlagen",
"text": "Welches Element wird in HTML zur Definition der Struktur einer Webseite verwendet?",
"encodingFormat": "text/html",
"assesses": "HTML-Grundlagen",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "HTML",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "JavaScript",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "JavaScript wird für die dynamische Interaktion auf Webseiten verwendet."
}
},
{
"@type": "Answer",
"position": 1,
"text": "CSS",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "CSS wird für die Gestaltung von Webseiten verwendet."
}
},
{
"@type": "Answer",
"position": 2,
"text": "PHP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "PHP ist eine serverseitige Programmiersprache, die für die Verarbeitung von Daten verwendet wird."
}
},
{
"@type": "Answer",
"position": 3,
"text": "HTML",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "HTML ist die Auszeichnungssprache, die die Struktur und den Inhalt von Webseiten definiert."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "CSS-Eigenschaften",
"text": "Welche CSS-Eigenschaft legt die Hintergrundfarbe eines Elements fest?",
"encodingFormat": "text/html",
"assesses": "CSS-Eigenschaften",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "background-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "background",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Eigenschaft \"background\" legt das Hintergrundbild fest."
}
},
{
"@type": "Answer",
"position": 1,
"text": "bgcolor",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Eigenschaft \"bgcolor\" ist veraltet und sollte nicht mehr verwendet werden."
}
},
{
"@type": "Answer",
"position": 2,
"text": "background-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Eigenschaft \"background-color\" legt die Hintergrundfarbe eines Elements fest."
}
},
{
"@type": "Answer",
"position": 3,
"text": "color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Eigenschaft \"color\" legt die Textfarbe fest."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Event-Listener",
"text": "Mit welcher JavaScript-Methode kann ein Event-Listener zu einem Dokument hinzugefügt werden?",
"encodingFormat": "text/html",
"assesses": "Event-Listener",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "addEventListener",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "attachEvent",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Methode `attachEvent` wird in JavaScript nicht verwendet. Verwende stattdessen `addEventListener`."
}
},
{
"@type": "Answer",
"position": 1,
"text": "addEventListener",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Methode `addEventListener` wird verwendet, um einen Event-Listener zu einem Dokument hinzuzufügen."
}
},
{
"@type": "Answer",
"position": 2,
"text": "registerEvent",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Es gibt keine Methode namens `registerEvent` in JavaScript. Verwende stattdessen `addEventListener`."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Webseitenübertragung",
"text": "Welches Protokoll ermöglicht die Übertragung von Webseiten über das Internet?",
"encodingFormat": "text/html",
"assesses": "Webseitenübertragung",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "HTTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "SMTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "SMTP (Simple Mail Transfer Protocol) wird für die Übertragung von E-Mails verwendet, nicht für Webseiten."
}
},
{
"@type": "Answer",
"position": 1,
"text": "TCP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "TCP (Transmission Control Protocol) ist eine Transportschicht, die für die zuverlässige Übertragung von Datenpaketen zuständig ist, nicht für die Übertragung von Webseiten."
}
},
{
"@type": "Answer",
"position": 2,
"text": "FTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "FTP (File Transfer Protocol) wird für die Übertragung von Dateien verwendet, nicht für Webseiten."
}
},
{
"@type": "Answer",
"position": 3,
"text": "HTTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "HTTP (Hypertext Transfer Protocol) ist das Protokoll, das für die Übertragung von Webseiten über das Internet verwendet wird."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "HTML-Syntax",
"text": "Welche der folgenden HTML-Anweisungen erstellt ein div-Element mit der ID \"container\"?",
"encodingFormat": "text/html",
"assesses": "HTML-Syntax",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Diese Anweisung erstellt ein div-Element mit der ID \"container\"."
}
},
{
"@type": "Answer",
"position": 1,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Diese Anweisung erstellt ein div-Element mit der Klasse \"container\", nicht mit der ID \"container\"."
}
},
{
"@type": "Answer",
"position": 2,
"text": "
id=\"container\">
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die ID muss in Anführungszeichen stehen. Die richtige Syntax lautet: `
`."
}
},
{
"@type": "Answer",
"position": 3,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Dies ist keine gültige HTML-Syntax. Das container-Element wird nicht unterstützt."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "HTML-Syntax",
"text": "Wozu dient das Attribut \"href\" in einem HTML-Link-Element?",
"encodingFormat": "text/html",
"assesses": "HTML-Syntax",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "Um die URL der verlinkten Seite anzugeben",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "Um den Text des Links zu definieren",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Attribut `text` wird verwendet, um den Text des Links zu definieren, nicht `href`."
}
},
{
"@type": "Answer",
"position": 1,
"text": "Um die URL der verlinkten Seite anzugeben",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Attribut `href` wird verwendet, um die URL der Seite anzugeben, auf die der Link verweist."
}
},
{
"@type": "Answer",
"position": 2,
"text": "Um die Größe des Links festzulegen",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Attribut `size` wird verwendet, um die Größe des Links festzulegen, nicht `href`."
}
},
{
"@type": "Answer",
"position": 3,
"text": "Um den Titel des Links festzulegen",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Attribut `title` wird verwendet, um den Titel des Links festzulegen, nicht `href`."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Abstand zwischen Elementen",
"text": "Welche CSS-Eigenschaft wird verwendet, um den Abstand zwischen zwei Elementen zu vergrößern?",
"encodingFormat": "text/html",
"assesses": "Abstand zwischen Elementen",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "margin",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "spacing",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die Eigenschaft 'spacing' existiert nicht in CSS. 'margin' wird verwendet, um den Abstand zwischen Elementen zu kontrollieren."
}
},
{
"@type": "Answer",
"position": 1,
"text": "margin",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'margin' wird verwendet, um den Abstand zwischen Elementen und dem umgebenden Bereich zu definieren."
}
},
{
"@type": "Answer",
"position": 2,
"text": "padding",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'padding' wird verwendet, um den Abstand zwischen dem Inhalt eines Elements und seinem Rand zu definieren."
}
},
{
"@type": "Answer",
"position": 3,
"text": "gap",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'gap' wird verwendet, um den Abstand zwischen Elementen in einem Flexbox- oder Grid-Layout zu definieren."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "preventDefault() Funktion",
"text": "Welche Funktion hat die Methode \"preventDefault()\" in JavaScript?",
"encodingFormat": "text/html",
"assesses": "preventDefault() Funktion",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "Sie verhindert die Standardaktion eines Ereignisses",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "Sie entfernt das Ereignis aus dem Dokument",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'preventDefault()' entfernt das Ereignis nicht aus dem Dokument. Es verhindert die Standardaktion des Ereignisses."
}
},
{
"@type": "Answer",
"position": 1,
"text": "Sie fügt dem Ereignis einen neuen Listener hinzu",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'preventDefault()' fügt keine neuen Listener hinzu. Es beeinflusst die Standardaktion eines bestehenden Ereignisses."
}
},
{
"@type": "Answer",
"position": 2,
"text": "Sie verhindert die Standardaktion eines Ereignisses",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'preventDefault()' wird verwendet, um die Standardaktion eines Ereignisses zu verhindern, z.B. das Laden einer neuen Seite bei einem Link-Klick."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Sicheres Protokoll",
"text": "Welches Protokoll wird für die sichere Datenübertragung im Internet eingesetzt?",
"encodingFormat": "text/html",
"assesses": "Sicheres Protokoll",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "HTTPS",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "FTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "FTP (File Transfer Protocol) wird für den Transfer von Dateien zwischen Computern verwendet, nicht für sichere Datenübertragung."
}
},
{
"@type": "Answer",
"position": 1,
"text": "SMTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "SMTP (Simple Mail Transfer Protocol) wird für den Versand von E-Mails verwendet, nicht für sichere Datenübertragung."
}
},
{
"@type": "Answer",
"position": 2,
"text": "HTTPS",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "HTTPS (Hypertext Transfer Protocol Secure) verwendet SSL/TLS für verschlüsselte Kommunikation."
}
},
{
"@type": "Answer",
"position": 3,
"text": "HTTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "HTTP (Hypertext Transfer Protocol) ist das Standardprotokoll für das Web, aber es ist nicht sicher. HTTPS bietet Verschlüsselung."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Link-Tag",
"text": "Welcher HTML-Tag wird verwendet, um einen Link zu einer anderen Webseite oder Datei zu erstellen?",
"encodingFormat": "text/html",
"assesses": "Link-Tag",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "a",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "span",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'span' wird verwendet, um Text zu formatieren, nicht für Links."
}
},
{
"@type": "Answer",
"position": 1,
"text": "div",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'div' wird verwendet, um Inhalte in Abschnitte zu unterteilen, nicht für Links."
}
},
{
"@type": "Answer",
"position": 2,
"text": "img",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'img' wird verwendet, um Bilder in eine Webseite einzubinden, nicht für Links."
}
},
{
"@type": "Answer",
"position": 3,
"text": "a",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'a' (anchor) wird verwendet, um Links zu anderen Webseiten oder Dateien zu erstellen."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "JavaScript-Objekt für HTML-Elemente",
"text": "Welches vordefinierte JavaScript-Objekt ermöglicht die Interaktion mit Elementen einer Webseite?",
"encodingFormat": "text/html",
"assesses": "JavaScript-Objekt für HTML-Elemente",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "document",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "document",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `document`-Objekt ist die Schnittstelle zum HTML-Dokument und ermöglicht den Zugriff auf alle Elemente."
}
},
{
"@type": "Answer",
"position": 1,
"text": "console",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die `console` dient zur Ausgabe von Debug-Informationen und nicht zur Interaktion mit Elementen."
}
},
{
"@type": "Answer",
"position": 2,
"text": "window",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `window`-Objekt repräsentiert das Browserfenster und bietet Zugriff auf verschiedene Funktionen, aber nicht direkt auf HTML-Elemente."
}
},
{
"@type": "Answer",
"position": 3,
"text": "navigator",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `navigator`-Objekt enthält Informationen über den Browser und das Betriebssystem."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "CSS-Eigenschaft für Hintergrundfarbe",
"text": "Welche CSS-Eigenschaft wird verwendet, um die Hintergrundfarbe eines HTML-Elements zu ändern?",
"encodingFormat": "text/html",
"assesses": "CSS-Eigenschaft für Hintergrundfarbe",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "background-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "text-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die `text-color`-Eigenschaft steuert die Farbe des Textes innerhalb eines Elements."
}
},
{
"@type": "Answer",
"position": 1,
"text": "font-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die `font-color`-Eigenschaft ist veraltet und wird nicht mehr empfohlen. Benutze stattdessen `color`."
}
},
{
"@type": "Answer",
"position": 2,
"text": "background-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die `background-color`-Eigenschaft setzt die Hintergrundfarbe des Elements."
}
},
{
"@type": "Answer",
"position": 3,
"text": "color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Die `color`-Eigenschaft steuert die Farbe des Textes innerhalb eines Elements."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "JavaScript-Objekt für HTML-Dokument",
"text": "Welches JavaScript-Objekt repräsentiert das aktuell im Browser geöffnete HTML-Dokument?",
"encodingFormat": "text/html",
"assesses": "JavaScript-Objekt für HTML-Dokument",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "document",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "navigator",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `navigator`-Objekt enthält Informationen über den Browser und das Betriebssystem."
}
},
{
"@type": "Answer",
"position": 1,
"text": "document",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `document`-Objekt ist die Schnittstelle zum HTML-Dokument und ermöglicht den Zugriff auf alle Elemente."
}
},
{
"@type": "Answer",
"position": 2,
"text": "window",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `window`-Objekt repräsentiert das Browserfenster und bietet Zugriff auf verschiedene Funktionen, aber nicht direkt auf das HTML-Dokument."
}
},
{
"@type": "Answer",
"position": 3,
"text": "location",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `location`-Objekt enthält Informationen über die aktuelle URL und ermöglicht die Navigation."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "HTML-Code für Bilder",
"text": "Wie lautet der korrekte HTML-Code, um ein Bild mit dem Dateinamen \"bild.jpg\" und einer alternativen Beschreibung \"Ein Beispielbild\" anzuzeigen?",
"encodingFormat": "text/html",
"assesses": "HTML-Code für Bilder",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Attribut `href` wird für Links verwendet, nicht für Bilder. Benutze `src`."
}
},
{
"@type": "Answer",
"position": 1,
"text": "
",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das Tag für Bilder ist `img`, nicht `image`."
}
},
{
"@type": "Answer",
"position": 2,
"text": "",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `src`-Attribut gibt den Pfad zum Bild an, und `alt` bietet eine alternative Beschreibung für Bildschirmleser."
}
},
{
"@type": "Answer",
"position": 3,
"text": "",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das `alt`-Attribut ist wichtig für Barrierefreiheit und sollte immer verwendet werden."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Relative Schriftgrößen",
"text": "Welche CSS-Einheit ermöglicht es, die Schriftgröße relativ zur Schriftgröße des Elternelements festzulegen?",
"encodingFormat": "text/html",
"assesses": "Relative Schriftgrößen",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "em",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "pt",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "pt ist eine absolute Einheit, die die Schriftgröße in Punkten festlegt. em hingegen ist relativ zur Schriftgröße des Elternelements."
}
},
{
"@type": "Answer",
"position": 1,
"text": "em",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "em ist eine relative Einheit, die die Schriftgröße in Bezug auf die Schriftgröße des Elternelements definiert."
}
},
{
"@type": "Answer",
"position": 2,
"text": "px",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "px ist eine absolute Einheit, die die Schriftgröße in Pixeln festlegt. em hingegen ist relativ zur Schriftgröße des Elternelements."
}
},
{
"@type": "Answer",
"position": 3,
"text": "%",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "% definiert die Schriftgröße relativ zur Schriftgröße des Standard-Fonts. em hingegen ist relativ zur Schriftgröße des Elternelements."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Klick-Ereignis",
"text": "Welches JavaScript-Ereignis wird ausgelöst, wenn ein Benutzer mit der Maus auf ein HTML-Element klickt?",
"encodingFormat": "text/html",
"assesses": "Klick-Ereignis",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "click",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "click",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Das 'click'-Ereignis wird ausgelöst, wenn ein Benutzer mit der Maus auf ein Element klickt."
}
},
{
"@type": "Answer",
"position": 1,
"text": "mouseover",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'mouseover' wird ausgelöst, wenn die Maus über ein Element fährt. 'click' wird ausgelöst, wenn ein Benutzer mit der Maus auf ein Element klickt."
}
},
{
"@type": "Answer",
"position": 2,
"text": "load",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'load' wird ausgelöst, wenn ein Element vollständig geladen ist. 'click' wird ausgelöst, wenn ein Benutzer mit der Maus auf ein Element klickt."
}
},
{
"@type": "Answer",
"position": 3,
"text": "submit",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "'submit' wird ausgelöst, wenn ein Formular abgeschickt wird. 'click' wird ausgelöst, wenn ein Benutzer mit der Maus auf ein Element klickt."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "Hauptzweck von CMS",
"text": "Was ist der Hauptzweck eines Content-Management-Systems (CMS)?",
"encodingFormat": "text/html",
"assesses": "Hauptzweck von CMS",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "Verwaltung und Bearbeitung von Website-Inhalten ohne Programmierkenntnisse",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "Automatisierung von Software-Tests und Deployment-Prozessen",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "CI/CD-Tools automatisieren Software-Tests und Deployment-Prozesse. CMS hingegen dienen der Verwaltung von Website-Inhalten."
}
},
{
"@type": "Answer",
"position": 1,
"text": "Entwicklung von komplexen Webanwendungen mit serverseitiger Logik",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Frameworks wie Node.js oder Django ermöglichen die Entwicklung von komplexen Webanwendungen. CMS hingegen dienen der Verwaltung von Website-Inhalten."
}
},
{
"@type": "Answer",
"position": 2,
"text": "Design und Gestaltung von Website-Layouts mit CSS und JavaScript",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Webdesigner gestalten Website-Layouts. CMS hingegen dienen der Verwaltung von Website-Inhalten."
}
},
{
"@type": "Answer",
"position": 3,
"text": "Verwaltung und Bearbeitung von Website-Inhalten ohne Programmierkenntnisse",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "CMS ermöglichen die Verwaltung und Bearbeitung von Website-Inhalten ohne Programmierkenntnisse."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "404 Not Found",
"text": "Welcher HTTP-Statuscode signalisiert, dass eine vom Client angeforderte Ressource nicht gefunden wurde?",
"encodingFormat": "text/html",
"assesses": "404 Not Found",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "404 Not Found",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "404 Not Found",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Der HTTP-Statuscode 404 Not Found signalisiert, dass die angeforderte Ressource nicht gefunden wurde."
}
},
{
"@type": "Answer",
"position": 1,
"text": "500 Internal Server Error",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Der HTTP-Statuscode 500 Internal Server Error deutet auf einen Fehler auf dem Server hin. 404 Not Found signalisiert, dass die angeforderte Ressource nicht gefunden wurde."
}
},
{
"@type": "Answer",
"position": 2,
"text": "200 OK",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Der HTTP-Statuscode 200 OK signalisiert, dass die Anfrage erfolgreich war. 404 Not Found signalisiert, dass die angeforderte Ressource nicht gefunden wurde."
}
},
{
"@type": "Answer",
"position": 3,
"text": "301 Moved Permanently",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": "Der HTTP-Statuscode 301 Moved Permanently signalisiert, dass die Ressource dauerhaft verschoben wurde. 404 Not Found signalisiert, dass die angeforderte Ressource nicht gefunden wurde."
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Was ist der Unterschied zwischen HTML und CSS in der Webentwicklung?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "HTML definiert die Struktur und den Inhalt einer Webseite, während CSS das Aussehen und die Gestaltung festlegt.",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "HTML beschreibt die Funktionalität einer Webseite, während CSS die Inhalte bereitstellt.",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "HTML wird für die serverseitige Programmierung verwendet, während CSS für die clientseitige Programmierung verwendet wird.",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "HTML und CSS sind im Wesentlichen identisch und werden oft synonym verwendet.",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "HTML definiert die Struktur und den Inhalt einer Webseite, während CSS das Aussehen und die Gestaltung festlegt.",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Was ist die Hauptfunktion von JavaScript in der Webentwicklung?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "Hinzufügen von interaktiven Elementen und dynamischem Verhalten zu Websites",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "Gestaltung des Layouts und Aussehens einer Webseite",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "Definition der Struktur und des Inhalts einer Webseite",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "Speichern von Daten auf der Clientseite im lokalen Speicher",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "Hinzufügen von interaktiven Elementen und dynamischem Verhalten zu Websites",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welche Eigenschaft wird in CSS verwendet, um die Farbe eines Elements zu ändern?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "font-size",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "margin",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "background-color",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welches Protokoll wird verwendet, um Daten zwischen Webbrowsern und Webservern zu übertragen?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "HTTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "SMTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "FTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "TCP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "HTTP",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welche Methode wird in JavaScript verwendet, um ein Element aus dem DOM zu entfernen?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 3,
"text": "removeChild()",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "innerHTML = ''",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "appendChild()",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "createElement()",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "removeChild()",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welches Attribut wird in HTML verwendet, um einen Link zu einer anderen Website zu erstellen?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "href",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "href",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "id",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "class",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "src",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welches JavaScript-Ereignis wird ausgelöst, wenn der Mauszeiger über ein Element bewegt wird?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 1,
"text": "mouseover",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "click",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "mouseover",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "load",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "change",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
},
{
"@type": "Question",
"eduQuestionType": "Multiple choice",
"learningResourceType": "Exam exercise",
"name": "",
"text": "Welcher Webstandard wird verwendet, um die Barrierefreiheit von Websites zu verbessern?",
"encodingFormat": "text/html",
"assesses": "",
"acceptedAnswer": [
{
"@type": "Answer",
"position": 2,
"text": "WCAG",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment"
}
}
],
"suggestedAnswer": [
{
"@type": "Answer",
"position": 0,
"text": "CSS3",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 1,
"text": "HTML5",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 2,
"text": "WCAG",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
},
{
"@type": "Answer",
"position": 3,
"text": "SEO",
"encodingFormat": "text/html",
"comment": {
"@type": "Comment",
"text": ""
}
}
]
}
]
}Welches HTML-Element ist ein semantisches Element für den Kopfbereich einer Webseite?
Informatik Übungen werden geladen ...