Lab 1 - BMT1113
Lab 1 - BMT1113
TECHNOLOGY
INTRODUCTION TO PROGRAMMING
(BMT 1113)
LAB 1
INTRODUCTION TO BASIC C PROGRAMMING
1.0 OBJECTIVES
2.0 THEORY
Flowchart is an important tool before start producing any kind of program code. It is
use as a guideline for the programmer to write or produce a program code for a certain
process. It contains a few blocks with a different shape which represent different task
for each block.
Flow of Control
Update : August 2020 (Luqman, Faizura) Page 2
INTRODUCTION TO PROGRAMMING (BMT 1113)
3.0 PROCEDURE
ii. Run the program in the Proteus software. Evaluate your finding.
iv. Write down the program in procedure 3.1 (iii) in the space provided below.
START
Turn ON LED 1
Turn ON LED 2
END
iv. Next, open the Programming software. Produce a program code based on
flow chart given in Figure 3 above.
vi. After done testing the program, write down the program in the space provided
below.
6.0 CONCLUSION
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________
_____________________________________________________________________