C++ sveikųjų skaičių dalyba

C++ sveikųjų skaičių dalyba

8th Grade

11 Qs

quiz-placeholder

Similar activities

Python L36 Snake Highscore

Python L36 Snake Highscore

6th - 8th Grade

10 Qs

Test z C++ - Klasa 8

Test z C++ - Klasa 8

8th Grade

10 Qs

8 клас Типи даних у програмуванні. Введення й виведення даних. В

8 клас Типи даних у програмуванні. Введення й виведення даних. В

8th Grade

10 Qs

C++ Structuri repetitive

C++ Structuri repetitive

8th Grade - University

7 Qs

питончки

питончки

8th Grade

10 Qs

VARIÁVEIS E CÓDIGO

VARIÁVEIS E CÓDIGO

6th - 8th Grade

10 Qs

Fundamentos de Programación en Python

Fundamentos de Programación en Python

6th Grade - University

10 Qs

basic syntax c

basic syntax c

8th Grade

14 Qs

C++ sveikųjų skaičių dalyba

C++ sveikųjų skaičių dalyba

Assessment

Quiz

Information Technology (IT)

8th Grade

Medium

Created by

Paulius Paulauskas

Used 12+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Kokia yra reikšmė kintamojo result, kai C++ programoje įvykdoma ši eilutė?

int a = 10, b = 3;

int result = a / b;

3

3.33

0

10

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Apskaičiuokite:

48 % 5 =

3.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Apskaičiuokite:

12 + (16 - 9 % 2) /5 + 3/2 =

4.

FILL IN THE BLANK QUESTION

3 mins • 1 pt

Apskaičiuokite:

19 / 3 =

5.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Koks bus likutis, kai C++ programoje įvykdoma ši operacija?

int a = 10, b = 3;

int atsakymas = a % b;

1

3

0

2

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Kokia bus reikšmė kintamojo result šiuo atveju?

int a = 123456, b = 789;

int result = a / b;

156

15

156.25

157

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Koks bus kintamojo rezultatas šiuo atveju?

int p = 1000, q = 3;

int rezultatas = p % q;

3

2

0

1

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?