Institusion
Institut Teknologi Perusahaan Listrik Negara
Author
SIREGAR, YOHANNES CHRISTOPER
Yosrita, Efy
Kusuma, Dine Tiara
Subject
Teknik Informatika
Datestamp
2022-09-22 07:47:40
Abstract :
Sequential search is a data retrieval technique in an array that will trace all
array elements from start to finish, where the data does not need to be sorted
first. The best possibility is if the data searched is located in the leading array
index (first array element) so the time required for data searching is very fast
(minimal). The worst possibility is if the data searched is located in the last array
index (the last array element) so that the time required for data retrieval takes a
long time (maximum). This data taxi voucher matching application is a web based
application used to match the ordering data and the use of taxi voucher whether
it is used or not, equipped with a searching facility so that it is expected that the
facility can more quickly find the information desired by the user only by entering
the keywords searched. In order to pour the initial idea as expected, the
application of the Sequential Search method used using the Waterfall system
development. In doing research done some process / stage that is phase
Analysis, Design, Code and Test using Dreamweaver CS3 as media of making
and using MySql database.