logo

Crowdly

Browser

Add to Chrome

HUS2_2024

Looking for HUS2_2024 test answers and solutions? Browse our comprehensive collection of verified answers for HUS2_2024 at moodle.gbssg.ch.

Get instant access to accurate answers and detailed explanations for your course questions. Our community-driven platform helps students succeed!

Welche Funktion erfüllt folgender Code?

View this question

Folgender Code ist nicht funktionsfähig. Der Compiler liefert aber keinen Fehler. Weshalb?

 

View this question

Wie oft wird folgende Schleife abgearbeitet?

View this question

Ordnen Sie die Bezeichnungen zu:

View this question

Codeausschnitte

Welcher Wert steht nach dem Aufruf der Funktion in  resultat  ?

Antwort als Dezimalzahl notieren:

View this question

Ein Array ist wie folgt deklariert und initialisiert:

unsigned char wert[] = {3, 15, 2, 12, 25, 6, 1};

 

Bestimmen Sie den Wert für resultat:

resultat = wert[2] + wert[3];
View this question

Wie oft wird folgende Schleife abgearbeitet?

for (i = 2; i <= 9; i++)

{

     zw = werte[i];

     werte[i] = zw * werte[4];

}
View this question

Wie oft wird folgende Schleife abgearbeitet?

View this question

Folgende Rechnung liefert als dezimales Resultat res = 40010

Welche Zahl steht in der Variablen wert?

res = wert + 0xA8;

Antwort als Dezimalzahl notieren:

View this question

Ein Array ist wie folgt deklariert und initialisiert:

unsigned char wert[] = {3, 15, 9, 6, 25, 6, 1};

 

Bestimmen Sie den Wert für resultat:

resultat = wert[2] + wert[3];
View this question

Want instant access to all verified answers on moodle.gbssg.ch?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome