C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

University

12 Qs

quiz-placeholder

Similar activities

C++ misc-1

C++ misc-1

University

15 Qs

Vòng lặp for

Vòng lặp for

7th Grade - University

10 Qs

Quiz 2: C++ Basics

Quiz 2: C++ Basics

University

11 Qs

training ep.2

training ep.2

University

11 Qs

Loops-2

Loops-2

University

15 Qs

CSC126_Chapter4_Part1

CSC126_Chapter4_Part1

University

10 Qs

Arrays and Functions

Arrays and Functions

University

12 Qs

Instrukcja for z zagnieżdżeniem (C++)

Instrukcja for z zagnieżdżeniem (C++)

KG - University

7 Qs

C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

Assessment

Quiz

Computers

University

Medium

Created by

Ansgar Meroth

Used 3+ times

FREE Resource

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

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?