You are on page 1of 1

Keth Iralex Cabalda BES 043

COC-FA-BSCE2-04 Module #6

Additional Operators and Compound assignment

Activity 1: What I Know Chart

1. What can a ++ do in C++?


- Plus 1

2. What are bitwise operators?


- It compares each bit of the first operand to the corresponding bit of the second
operand.

3. How does program desides?


- Program design refers to the procedures a programmer should follow before beginning to write the
program in a certain language.

Activity 5: Check for Understanding

1. X=2
2. Z=3
3. B=3
4. B=4
5. C=2
6. Y=2
7. Y=1
8. Y=2
9. Y = 10
10. 10000
11. 0101
12. 2
13. 14
14. 15
15. 1

Activity 6: Thinking about Learning

1. How was the module able to help you learn?


- It guides me the basis of what to do in order to evaluate the C++ expressions
2. What did you realize about the topic?
- The signs in C++ is very important.

You might also like