SA1 - Variable, Operators and Control Structures
SA1 - Variable, Operators and Control Structures
TECHNICAL-SUMMATIVE ASSESSMENT
1
PHP OUTPUT, VARIABLE FAMILIARIZATION, OPERATORS
AND CONTROL STRUCTURE
Section:
Professor:
I. PROGRAM OUTCOME/S (PO) ADDRESSED BY THE LABORATORY EXERCISE
Design, implement and evaluate computer-based systems or applications to meet desired needs and
requirements.
1. The student will create a student registration form using HTML and CSS with the integration of
PHP Scripts please refer to the attached image for the example.
a. All user entries from the student registration form will be converted in variables
b. In the output, they need to call for the declared variables and do some string formats
like name cases and numbers
1. What is a variable?
2. What are the rules in creating a variable?
3. Is it important to know HTML and CSS before using PHP? Explain
4. What is the difference between operator precedence and operator associativity?
5. What are the different control structures? Explain each
6. Explain the rules of break, continue, and goto statements.
VIII. REFERENCES