Download as ppt, pdf, or txt
Download as ppt, pdf, or txt
You are on page 1of 7

2 3 4

SEQUENTIAL BRANCHING LOOPING

Control
Structure
Teguh Sutanto
Prodi Sistem Informasi – FTI – UNDIKA 2020
Pert
4

Tujuan Pembelajaran
Mahasiswa dapat memberikan contoh tentang
penggunaan Struktur Dasar Pemrograman
untuk Studi Kasus pada suatu proses bisnis.
Operator
Flow

PROGRAM = DATA + ALGORITMA

File EXTER INTER


Database NAL NAL
Variable
• Registrasi Pelanggan
PROSES • Barang Masuk
• Pendaftaran Pasien

• Grading
RULES • Sistem Pendukung Keputuras
a process or set of• rules
AI to be followed in
ALGORITMA calculations or other problem-solving operations,
especially by a computer
• Menghitung Rata Rata
CALCULATION • Menghitung Nilai Terbesar

• Pencarian Data
Problem • Pengurutan Data
Solving • Mencari Jarak Terpendek
Problem Solving Operations

OPERATOR CONTROL STRUCTURE

CALCULATION RULES PROSES


Assigment =
* + % --
Aritmatika / - ++
OPERATOR
== !=
Relasi < >

AND
Logika OR
NOT
Sequential Step by Step

Branching IF IF - ELSE Switch

Looping while Do while For

Control Structure

You might also like