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

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

8th Grade

11 Qs

quiz-placeholder

Similar activities

Ch2變數與運算式-綜合演練選擇題

Ch2變數與運算式-綜合演練選擇題

6th - 8th Grade

10 Qs

C++ Structuri repetitive

C++ Structuri repetitive

8th Grade - University

7 Qs

Викторина по языку Python

Викторина по языку Python

6th - 8th Grade

10 Qs

Lekcja 1.3

Lekcja 1.3

4th Grade - University

7 Qs

Programming Language Quiz

Programming Language Quiz

8th Grade

10 Qs

Klasa 8 c++

Klasa 8 c++

8th Grade

10 Qs

HSGS CODE CAMP EZ QUIZ SKIBIDI

HSGS CODE CAMP EZ QUIZ SKIBIDI

6th - 8th Grade

15 Qs

Quiz de Programare C++

Quiz de Programare C++

7th Grade - University

8 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?