C Wrapup Quiz Deutsch

C Wrapup Quiz Deutsch

University

12 Qs

quiz-placeholder

Similar activities

PMBOK Quiz

PMBOK Quiz

KG - University

10 Qs

Access

Access

10th Grade - University

11 Qs

Linux: Users and Groups

Linux: Users and Groups

9th Grade - University

14 Qs

OOP 1 Undiksha

OOP 1 Undiksha

12th Grade - University

13 Qs

HTML DOJO 1

HTML DOJO 1

University

10 Qs

Nhanh tay- Nhanh trí - Bài 1-Tin9

Nhanh tay- Nhanh trí - Bài 1-Tin9

7th Grade - University

10 Qs

Tin học 10 lớp 10A5 Long Phú

Tin học 10 lớp 10A5 Long Phú

University

10 Qs

GPS

GPS

9th Grade - University

15 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

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?