Вы находитесь на странице: 1из 2

DEPARTMENT OF COMPUTER STUDIES

CONCEPCION HOLY CROSS COLLEGE INC.


CONCEPCION TARLAC
__________________________________________________
Introduction to Computing
Assignment No. 2
Student No. _______________ Date: ______________

Name: ___________________ Subject Code: _______

Instruction

General Instruction

 The assignment must be accomplished to a white coupon bond paper handwritten.


 Submission of assignment must be done on or before the submission date
 Take a Picture thru your Phone Camera or thru Scanner for every page.
 Rename each file taken into CSC101-Lastname Firstname-Assno2-pg(page number)
 Last day of Submission: September 14, 2020 12:00 PM

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.11 What is an algorithm?

1.12 Why were computer programming languages invented?

1.13 What is the difference between a high-level language and a low-level language?

1.14 What does portability mean?

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.

1.17 What is an integrated development environment?

Part 2

1. Design a hierarchy chart for a program that calculates a Student’s available credit.

The program should carry out the following steps:

1. Display the message “Type the Student’s maximum credit.”

2. Wait for the user to Type the Student’s maximum 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.

6. Display a message that shows 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

• The starting balance

• The total dollar amount of payments made

• The total dollar amount of Balances

Once the program calculates the current balance, it should be displayed on the screen.

Signature over Printed Name

Вам также может понравиться