Department of Computer Studies: Introduction To Computing
Department of Computer Studies: Introduction To Computing
Instruction
General Instruction
Uploading of files in LMS is 1 by 1 therefore if your assignment is more than 1 page you have to submit
them also per page.
Part 1
1.13 What is the difference between a high-level language and a low-level language?
1.15 Explain the operations carried out by the preprocessor, compiler, and linker.
1.16 Explain what is stored in a source file, an object file, and an executable file.
Part 2
1. Design a hierarchy chart for a program that calculates a Student’s available credit.
3. Display the message “Enter the amount of credit used by the Student’s.”
DEPARTMENT OF COMPUTER STUDIES
CONCEPCION HOLY CROSS COLLEGE INC.
CONCEPCION TARLAC
__________________________________________________
4. Wait for the user to enter the Student’s credit used.
5. Subtract the used credit from the maximum credit to get the Student’s available credit.
2. Write high-level and detailed pseudocode for a program that calculates the current
balance in a Student’s account. The program must ask the user for
Once the program calculates the current balance, it should be displayed on the screen.