Quiz z C++

Quiz z C++

1st Grade

11 Qs

quiz-placeholder

Similar activities

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

BÀI 8. SẮP XẾP VÀ LỌC DỮ LIỆU

1st - 12th Grade

10 Qs

Systemy plików II

Systemy plików II

1st - 6th Grade

12 Qs

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

BÀI KIỂM TRA GIỮA KÌ 2 LỚP 5

1st - 10th Grade

10 Qs

Blockchain

Blockchain

1st Grade - University

10 Qs

Tin học 5

Tin học 5

1st - 5th Grade

15 Qs

Technology in Teaching and Learning

Technology in Teaching and Learning

1st Grade

10 Qs

Dipli Repetitivas

Dipli Repetitivas

1st - 3rd Grade

10 Qs

Quiz z ,,Unturned'' Nr.3

Quiz z ,,Unturned'' Nr.3

KG - University

11 Qs

Quiz z C++

Quiz z C++

Assessment

Quiz

Computers

1st Grade

Easy

Created by

Elżbieta Podwyszyńska

Used 15+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jakiego rozszerzenia używa się do plików z kodem źródłowym w C++?

.java

.cpp

.py

.html

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak deklaruje się zmienną całkowitą w C++?

integer x;

int x;

x = 10;

float x;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak wyświetlić tekst na ekranie w C++?

print("tekst");

System.out.println("tekst");

cout << "tekst";

echo "tekst";

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Który z poniższych operatorów służy do przypisania wartości?

==

=

+=

!=

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Ile razy wykona się pętla for (int i = 0; i < 5; i++) {}?

4 razy

5 razy

6 razy

0 razy

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Jak wygląda podstawowa składnia pętli while w C++?

while (warunek) { instrukcje }

do { instrukcje } while (warunek);

for (warunek) { instrukcje }

loop { instrukcje }

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Co robi poniższy kod? int i = 0; while (i < 3) { cout << i; i++; }

Wypisuje: 012

Wypisuje: 123

Wypisuje: 111

Wypisuje: 000

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?