Toán tử trong C ++

Quiz
•
Computers
•
10th - 12th Grade
•
Medium
Fahad Khan
Used 234+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
This code will output 0.
cout<< 23 % 2 <<endl;
True
False
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of these operators increments an integer variable by one?
**
++
--
$$
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Upon execution, what is stored in variable P?
P = 14 - 6 * 2;
16
2
22
26
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What should be the values of variable b and variable h to get the value of area equals to 75 where area = 0.5 * b * h;
b = 10
h = 10
b = 15
h = 15
b = 10
h = 15
b = 20
h = 10
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is the output of the given statement?
P = 20 + 4 – 50 % 6;
22
26
2
12
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following is an example of arithmetic operators in C++ programming?
&&
||
%
$$
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Which of the following statements is TRUE about logical And (&&) operator?
The output is 1 only when anyone of the values is 0.
The output is 1 only when all values are 0.
The output is 1 only when anyone of the values is 1.
The output is 1 only when all values are 1.
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Algoritma Fungsi Phyton

Quiz
•
10th Grade
20 questions
Ôn tập Python (for, if)

Quiz
•
10th Grade
15 questions
Pemrograman Berorientasi Objek

Quiz
•
10th Grade
17 questions
Operators in Python

Quiz
•
9th Grade - Professio...
20 questions
2do_Parcial_PáginasWb

Quiz
•
12th Grade
25 questions
UTS WEB Kelas XI Semester 2

Quiz
•
11th Grade
19 questions
Midterm 12C SU

Quiz
•
12th Grade
15 questions
Latihan Soal

Quiz
•
11th Grade
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
1.2 OSI & TCP IP Models Quiz

Quiz
•
10th Grade
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
20 questions
Hardware vs. Software Quiz

Quiz
•
7th - 10th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade