Search Header Logo

C Wrapup Quiz Deutsch

Authored by Ansgar Meroth

Computers

University

Used 3+ times

C Wrapup Quiz Deutsch
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Mit welcher Funktion muss jedes C/C++ Programm starten?

start()

system()

main()

program()

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wie nennt man die Handlung, die eine Variable anlegt ohne sie zu belegen?

declaration

(Deklaration)

naming

(Benennung)

instantiation

(Instantiierung)

assignment

(Zuweisung)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Wie markiert man den Anfang und das Ende eines Codeblocks?

{ }

-> <-

BEGIN END

( )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Welches der untenstehenden ist KEIN Vergleichsoperator in C/C++ ?

>

<=

=

==

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Liefert der untenstehende Ausdruck True oder False

5 >= (1+6)-4

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Was gibt der Rechner im folgenden Code aus?

int x=5, y=10;

if (x>y){ cout << "ok";}

else {cout << "not ok";}

ok

not ok

x>y

no output at all

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assume the following code:

int x=5, y=10;

if (x>y){ cout << "ok";}

cout << "not ok";

What is the output?

not ok

ok

ok

not ok

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?