Arithmetic C++

Arithmetic C++

12th Grade

20 Qs

quiz-placeholder

Similar activities

cs1300-F17-Week8

cs1300-F17-Week8

12th Grade - University

15 Qs

C++ Ripetizione

C++ Ripetizione

9th - 12th Grade

20 Qs

Midterm 12C SU

Midterm 12C SU

12th Grade

19 Qs

Percabangan c++

Percabangan c++

9th - 12th Grade

20 Qs

Toán tử trong C ++

Toán tử trong C ++

10th - 12th Grade

20 Qs

main.cpp

main.cpp

7th - 12th Grade

16 Qs

PH kelas 10 Bab 1

PH kelas 10 Bab 1

9th - 12th Grade

18 Qs

Od problema do programskog rješenja

Od problema do programskog rješenja

12th Grade

18 Qs

Arithmetic C++

Arithmetic C++

Assessment

Quiz

Computers

12th Grade

Hard

Created by

rps.informatika rps.informatika

Used 8+ times

FREE Resource

20 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

20 sec • 1 pt

What is the result of this expressions ?

(7%6)/2*5

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Evaluate the following !

!(1 || 0)

true

false

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

Šta je rezultat koda na lijevoj strani ?

43

40

41

42

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Šta treba popuniti u prazno polje da bi dobio 4 ?

int n=2;

cout<<pow(n,_) +4-n*n,

2

1

0

4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Šta je rezultat ovog koda ?

int y=7, x=2;

x+=(y-=2);

cout<<x;

5

7

syntax error

9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Šta je izlaz ovog koda ?

int p=8;

cout<<p++;

cout<<++p;

99

810

910

89

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Šta je rezultat izjave:

!(1 && !(1 || 0))

true

false

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?