PCEP-30-02 Exam: PCEP-30-02 1.4
CodeHS Lessons
Choose operators and data types adequate to the problem: numeric operators: ** * / % // + –; string operators: * +; assignment and shortcut operators; unary and binary operators; priorities and binding; bitwise operators: ~ & ^ | << >>; Boolean operators: not, and, or; Boolean expressions; relational operators ( == != > >= < <= ); the accuracy of floating-point numbers; type casting;
| Standard |
| 28.9 Bitwise Operators |
| Standard |
| 1.10 Bitwise Operators |
| Standard |
| 4.10 Bitwise Operators |