0% found this document useful (0 votes)
78 views

Computer Programming 1 - Workbook

The document provides instructions and activities for a computer programming course. It includes directions to create a video introduction, take a selfie, and write reflections. It also outlines two chapter activities - to differentiate programming language categories and discuss their importance, and to create a login algorithm using human language, pseudocode, and flowcharts. The document provides guidelines on formatting, length, deadlines and scoring for each activity.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

Computer Programming 1 - Workbook

The document provides instructions and activities for a computer programming course. It includes directions to create a video introduction, take a selfie, and write reflections. It also outlines two chapter activities - to differentiate programming language categories and discuss their importance, and to create a login algorithm using human language, pseudocode, and flowcharts. The document provides guidelines on formatting, length, deadlines and scoring for each activity.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 55

Palawan State University

Bachelor of Science in Information Technology


Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

A LEGEND

Create a Video Clip

You are tasked to create a video related on the topic

Write it on

You are tasked to write your idea, reaction, reflection and acquired learning in a
certain topic.

Take a Picture

You are tasked to take a photo of yourself doing related academic matters to serve
as evidence or proof .

Pick my Call

You are obligate to answer calls from numbers to be given on the first day of class
for notifications, updates and monitoring.

Send it

You are entitled to text the course hotline for academic related inquiries and for
confirmations and information disseminations.

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 1
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

B RULES AND REGULATIONS

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 2
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

0 WELCOME TO THE COURSE

Name : Course/Year:
Instructor: Date:

Create a Video Clip Activity 1

 Create a video that introduces yourself;


a. Full name
b. Previous school attended & strand
c. Interest
d. Skills or Good at:
e. Tell us something special about you.
f. Why did you choose BSIT

Duration: 3mins. Points: 15 pts Deadline: _________


Filename: V1- Introduction-Your Last name here Score: ____________

Take a Picture Activity 2

 Take a half body photo of you wearing any red shirt.

No. of Picture: 1 Points: 10 pts Deadline: _________


Filename: P1- Your Last name here Score: ____________

Write it on Activity 3

On a ½ sheet of paper write something about your expectation towards this subject,
make it simple and interesting.

No. of Words: at least 50 Points: 15 pts Deadline: _________


Filename: _________________________ Score: ____________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 3
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

1 Chapter
OVERVIEW OF COMPUTERPROGRAMMING LANGUAGES

Name : Course/Year:
Instructor: Date:

Write it on Activity 1-1

1. Differentiate the three categories of Programming languages. Answer the


question on the space provided.

No. of Words: at least 50 Points: 10 pts Deadline: _________


Filename: _________________________ Score: ____________

______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________

Write it on Activity 1-2

2. In your own understanding what is the importance of learning Programming


languages in our society.

No. of Words: at least 50 Points: 10 pts Deadline: _________


Filename: _________________________ Score: ____________

______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 4
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

2 Chapter
THE PROGRAM DEVELOPMENT LIFE CYCLE

Name : Course/Year:
Instructor: Date:

Write it on Activity 2-1

1. Create an algorithm on how to Login into your computer. You may write
your algorithms using Human Language, pseudocode and flowcharts.
(avoid paragraph form, make it step by step by indicating numbers)

No. of Words: Points: 15 pts Deadline: _________


Filename: _________________________ Score: ____________

A. Human Language

_____________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
_____________________________________________________________________________________

B. Pseudocode
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________

C. Flowchart

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 5
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

3 Chapter
NUMBER SYSTEMS AND CONVERSIONS

Name : Course/Year:
Instructor: Date:

Write it on Activity 3-1

1. Convert the following numbers. Please show the process and


computations.

No. of Words: Points: 20 pts Deadline: _________


Filename: _________________________ Score: ____________

A. Convert 198010 to :
a. Binary : ___________ b. Hexadecimal : ____________ c. Octal: _______

B. Convert 43F16 to :
a. Binary : ___________ b. Decimal : ____________ c. Octal: _______

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 6
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

4 Chapter
INTRODUCTION TO JAVA PROGRAMMING LANGUAGES

Name : Course/Year:
Instructor: Date:

Take a Picture Activity 4-1

1. Take a photo of Programming Language creator and draw the logo of its
created programming language.

No. of Picture: 1 Points: 15 pts Deadline: _________


Filename: ________________________ Score: ____________

A. Name of the Creator: ________________________________________________


B. Name of Programming Language created: ________________________________
C. Release date of the Programming Language: _______________________________

D. Draw the Logo of the Programming Language:

E. What are the Advantages of this Programming Language? Give three.


_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________
_____________________________________________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 7
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

PROGRAM
CODING

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 8
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

INSTRUCTION:
# 1 : Use BLUE pen
# 2 : CAPITALIZED the activity problem.
# 3 : Single COLUMN for the source code only
# 4 : Don’t forget to assign Line number to each line of code

SAMPLE FORMAT

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 9
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 1

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 10
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 2

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 11
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 3

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 12
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 4

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 13
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 5

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 14
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 6

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 15
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 7

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 16
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 8

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 17
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 9

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 18
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 10

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 19
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 11

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 20
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 12

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 21
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 13

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 22
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 14

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 23
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 15

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 24
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 16

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 25
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 17

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 26
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 18

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 27
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 19

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 28
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 20

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 29
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 21

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 30
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 22

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 31
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 23

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 32
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 24

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 33
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 25

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 34
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 26

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 35
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 27

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 36
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 28

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 37
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 29

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 38
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 30

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 39
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 31

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 40
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 32

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 41
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 33

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 42
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 34

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 43
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 35

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 44
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 36

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 45
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 37

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 46
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 38

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 47
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 39

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 48
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 40

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 49
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 41

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 50
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 42

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 51
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 43

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 52
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 44

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 53
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 45

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 54
Palawan State University
Bachelor of Science in Information Technology
Quezon Campus
WORKBOOK
COMPUTER PROGRAMMING 1

CHAPTER NO. & TITLE PROGRAM NO: 46

PROBLEM

LINE # SOURCE CODE

LINE # OUTPUT

SIGNATURE OVER PRINTED NAME | DATE SCORE

_____________________________________________

Prepared by: Ms. HERLAINE JANE D. CORTADO | 1st semester of 2020-2021 Page | 55

You might also like