SlideShare a Scribd company logo
1 of 28
1.1 Background of the study:
 Upper Bicutan National High School is located at Upper
Bicutan near at Taguig City University
 It is a Public School that sustained by the Government
of the Philippines, it has a complete Secondary School
teachers and administrator from first year to fourth
year high school. As of now, the new curriculum was
implemented in their school.
 UBNHS started in the year of 2005-2006 with 11
Teachers under the leadership of Nelson S. Quintong.
 The Upper Bicutan National High School provides a
Higher Education for their students.
 1.2 MISSION
 VISION
USERS OF THE SYSTEM
 Upper Bicutan National High School
OPERATIONAL PROCESS
 In order for you to fill up the Student Information System you must do
the following steps.
 Step 1: Open the Visual Basic 6.0 Compiler
 Step 2: Fill up the form
 Step 3: Click the “Add” button if you are a new students or update if you
are a regular student.
 Step 4: Click again the “Add” button to save the new record
3.1 SYSTEM FLOWCHART
Here is the Visual Representation
of the school system.
3.2 DATA FLOW DIAGRAM
Here is the diagram how they process
their system.
4.1 STATEMENT OF THE PROBLEM
 They consume too much time in encoding the information of the
students.
 Lost their records.
 They consume a lot of time in finding where the record is.
4.2 SCOPES AND LIMITATIONS
SCOPE
 All of the information of students are recorded
 Can see the list of 4th year Student list.
 Can Update and Delete record for students information
 Can Add Additional Information simultaneously
LIMITATIONS
 Don’t over click because it can cause
some errors
 This Compiler (Visual Basic 6.0) is very
sensitive when it comes to coding. So
make sure that every code that you’re
going to type must be correct.
 You should analyze and understand
every steps , because every steps has a
errors so you must going to analyze and
follow the steps.
5.1 REQUIRED USERS
Principal of Upper Bicutan National High School
(Mrs. Gina R. Poblete)
 School Secretary
 Department Heads
 Teachers
5.2 HARDWARE REQUIREMENTS
 Microprocessor- From Pentium 3 up.
 Hard disk- At least 1Tb available space.
 RAM- At least 1gb.
 Internet connection- At least 3mbps.
 Printer and scanner.
Expenses Cost
Current P 100.00
Internet Connection (Pocket Wifi) P 150.00
Printing Papers P 80.00
Computer Rental P 50.00
Total Expenses………………………………P 380.00
5.4 COST ANALYSIS
Note: As of March 2016
6.1 OPERATIONAL PROCESS
6.2 SYSTEM FLOWCHART
Here is the Visual Representation of
Proposed Student Information
System Program and Explains how
the program flow.
NO
YES
NO
YES
START
Fill Out the
Registration
Form
Do want
the
register
Do
something
ADD
Clear
Delete
Update
Display
STOP
6.3 DATA FLOW DIAGRAM
This is the proposed diagram explain
how our system flow.
Administration User
Student
Information
System
Display
Microsoft Access
Database
7.1 INSTRUCTION FOR USERS
 This system is student information system.
 First Filled up the form if you’re done click the Add Record
Button automatically put in data list.
 Update Record Button
 If you want to update the information you should click the
information in the data list and you can see the information was
automatically filled up then you can change the information
now if your done click the update record.
 Delete Record Button
 Click the information in the data list and click the Delete and
you can see the information was deleted.
 Clear Record Button
 This Button is used to clear the writings in the form.
 First Button
 This Button use to see the first information that you add.
 Previous Button
 This Button use to see previous information.
 Next Button
 This Button use to see the second information up to last
information.
 Last Button
 This Button use to see the last information in the data
list.
A Computer program in its
original programming
language before translation
into object code usually by a
compiler.
Private Sub addbtn_Click()
Studentdb.Recordset.AddNew
End Sub
Private Sub cancelbtn_Click()
txtid.Text = ""
txtid.Text = ""
txtname.Text = ""
txtclass.Text = ""
txtadd.Text = ""
txtemail.Text = ""
txtphone.Text = ""
End Sub
Private Sub delbtn_Click()
confirmation = MsgBox("do you want to delete this record",
vbYesNo + vbCritical, "delete record confirmation")
If confirmation = vbYes Then
Studentdb.Recordset.Delete
MsgBox "record has been delete succesfully", vbInformation,
"message"
MsgBox "record not delete!!!! ", vbInformation, "message"
End If
End Sub
Private Sub exitbtn_Click()
Me.Hide
End Sub
Private Sub firstbtn_Click()
Studentdb.Recordset.MoveFirst
End Sub
Private Sub lastbtn_Click()
Studentdb.Recordset.MoveLast
End Sub
Private Sub nxtbtn_Click()
Studentdb.Recordset.MoveNext
End Sub
Private Sub Prevbtn_Click()
Studentdb.Recordset.MovePrevious
End Sub
Private Sub Timer1_Timer()
Randomize Timer
R = Fix(Rnd * 256)
g = Fix(Rnd * 256)
b = Fix(Rnd * 256)
Label1.ForeColor = RGB(R, g, b)
N = N + 1
Label1.FontSize = 24
End Sub
Private Sub upadatebtn_Click()
Studentdb.Recordset.Fields("ID") = txtid.Text
Studentdb.Recordset.Fields("Name") = txtname.Text
Studentdb.Recordset.Fields("Class") = txtclass.Text
Studentdb.Recordset.Fields("Address") = txtadd.Text
Studentdb.Recordset.Fields("Email") = txtemail.Text
Studentdb.Recordset.Fields("Phone") = txtphone.Text
Studentdb.Recordset.Update
MsgBox "data is saved sucessfully ", vbInformation,
"message"
End Sub

More Related Content

Similar to Powerpoint for thesis

RelDog Manual - w comments - wo links
RelDog Manual - w comments - wo linksRelDog Manual - w comments - wo links
RelDog Manual - w comments - wo links
Jennifer Gumpert, PMP
 
Iptim
IptimIptim
Iptim
Iptim
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - Report
Faizan Anwer
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS Introd
MalikPinckney86
 

Similar to Powerpoint for thesis (20)

Mis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.comMis 589 Massive Success / snaptutorial.com
Mis 589 Massive Success / snaptutorial.com
 
LAS 6.pdf
LAS 6.pdfLAS 6.pdf
LAS 6.pdf
 
Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)Lsmw (Legacy System Migration Workbench)
Lsmw (Legacy System Migration Workbench)
 
Ict dcr
Ict dcrIct dcr
Ict dcr
 
Project 2
Project 2Project 2
Project 2
 
Ti ta-ge
Ti ta-geTi ta-ge
Ti ta-ge
 
RelDog Manual - w comments - wo links
RelDog Manual - w comments - wo linksRelDog Manual - w comments - wo links
RelDog Manual - w comments - wo links
 
Documentation project of college management [1]
Documentation project of college management [1]Documentation project of college management [1]
Documentation project of college management [1]
 
Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)Pace IT - Admin Tools (Part 2)
Pace IT - Admin Tools (Part 2)
 
3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer3 - Thermometer.pptx thermometer thermometer thermometer
3 - Thermometer.pptx thermometer thermometer thermometer
 
Iptim
IptimIptim
Iptim
 
eProject Expo Management System - Report
eProject Expo Management System - ReporteProject Expo Management System - Report
eProject Expo Management System - Report
 
Sport.net(2).doc
Sport.net(2).docSport.net(2).doc
Sport.net(2).doc
 
Chapter IV Continued....docx
Chapter IV Continued....docxChapter IV Continued....docx
Chapter IV Continued....docx
 
Image Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS IntrodImage Processing and Deep Learning (EEEM063) DIGITS Introd
Image Processing and Deep Learning (EEEM063) DIGITS Introd
 
Introduction to toolbox under matlab environment
Introduction to toolbox under matlab environmentIntroduction to toolbox under matlab environment
Introduction to toolbox under matlab environment
 
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptxSAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
SAINT COLUMBAN COLLEGE REAL-TIME OCCUPANCY MONITOR.pptx
 
PORT FOLIO
PORT FOLIOPORT FOLIO
PORT FOLIO
 
Student assistant
Student assistantStudent assistant
Student assistant
 
Monitoring of computers
Monitoring of computers Monitoring of computers
Monitoring of computers
 

Recently uploaded

SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
Peter Brusilovsky
 

Recently uploaded (20)

UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024UChicago CMSC 23320 - The Best Commit Messages of 2024
UChicago CMSC 23320 - The Best Commit Messages of 2024
 
Observing-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptxObserving-Correct-Grammar-in-Making-Definitions.pptx
Observing-Correct-Grammar-in-Making-Definitions.pptx
 
How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17How To Create Editable Tree View in Odoo 17
How To Create Editable Tree View in Odoo 17
 
8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management8 Tips for Effective Working Capital Management
8 Tips for Effective Working Capital Management
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of TransportBasic Civil Engineering notes on Transportation Engineering & Modes of Transport
Basic Civil Engineering notes on Transportation Engineering & Modes of Transport
 
AIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.pptAIM of Education-Teachers Training-2024.ppt
AIM of Education-Teachers Training-2024.ppt
 
Improved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio AppImproved Approval Flow in Odoo 17 Studio App
Improved Approval Flow in Odoo 17 Studio App
 
An overview of the various scriptures in Hinduism
An overview of the various scriptures in HinduismAn overview of the various scriptures in Hinduism
An overview of the various scriptures in Hinduism
 
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
TỔNG HỢP HƠN 100 ĐỀ THI THỬ TỐT NGHIỆP THPT TOÁN 2024 - TỪ CÁC TRƯỜNG, TRƯỜNG...
 
Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"Mattingly "AI and Prompt Design: LLMs with NER"
Mattingly "AI and Prompt Design: LLMs with NER"
 
diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....diagnosting testing bsc 2nd sem.pptx....
diagnosting testing bsc 2nd sem.pptx....
 
VAMOS CUIDAR DO NOSSO PLANETA! .
VAMOS CUIDAR DO NOSSO PLANETA!                    .VAMOS CUIDAR DO NOSSO PLANETA!                    .
VAMOS CUIDAR DO NOSSO PLANETA! .
 
Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"Mattingly "AI & Prompt Design: Named Entity Recognition"
Mattingly "AI & Prompt Design: Named Entity Recognition"
 
SPLICE Working Group: Reusable Code Examples
SPLICE Working Group:Reusable Code ExamplesSPLICE Working Group:Reusable Code Examples
SPLICE Working Group: Reusable Code Examples
 
Graduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptxGraduate Outcomes Presentation Slides - English (v3).pptx
Graduate Outcomes Presentation Slides - English (v3).pptx
 
How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17How to Send Pro Forma Invoice to Your Customers in Odoo 17
How to Send Pro Forma Invoice to Your Customers in Odoo 17
 
PSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptxPSYPACT- Practicing Over State Lines May 2024.pptx
PSYPACT- Practicing Over State Lines May 2024.pptx
 
Including Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdfIncluding Mental Health Support in Project Delivery, 14 May.pdf
Including Mental Health Support in Project Delivery, 14 May.pdf
 
ANTI PARKISON DRUGS.pptx
ANTI         PARKISON          DRUGS.pptxANTI         PARKISON          DRUGS.pptx
ANTI PARKISON DRUGS.pptx
 

Powerpoint for thesis

  • 1.
  • 2.
  • 3. 1.1 Background of the study:  Upper Bicutan National High School is located at Upper Bicutan near at Taguig City University  It is a Public School that sustained by the Government of the Philippines, it has a complete Secondary School teachers and administrator from first year to fourth year high school. As of now, the new curriculum was implemented in their school.  UBNHS started in the year of 2005-2006 with 11 Teachers under the leadership of Nelson S. Quintong.  The Upper Bicutan National High School provides a Higher Education for their students.
  • 5. USERS OF THE SYSTEM  Upper Bicutan National High School OPERATIONAL PROCESS  In order for you to fill up the Student Information System you must do the following steps.  Step 1: Open the Visual Basic 6.0 Compiler  Step 2: Fill up the form  Step 3: Click the “Add” button if you are a new students or update if you are a regular student.  Step 4: Click again the “Add” button to save the new record
  • 6. 3.1 SYSTEM FLOWCHART Here is the Visual Representation of the school system.
  • 7.
  • 8. 3.2 DATA FLOW DIAGRAM Here is the diagram how they process their system.
  • 9.
  • 10. 4.1 STATEMENT OF THE PROBLEM  They consume too much time in encoding the information of the students.  Lost their records.  They consume a lot of time in finding where the record is. 4.2 SCOPES AND LIMITATIONS SCOPE  All of the information of students are recorded  Can see the list of 4th year Student list.  Can Update and Delete record for students information  Can Add Additional Information simultaneously
  • 11. LIMITATIONS  Don’t over click because it can cause some errors  This Compiler (Visual Basic 6.0) is very sensitive when it comes to coding. So make sure that every code that you’re going to type must be correct.  You should analyze and understand every steps , because every steps has a errors so you must going to analyze and follow the steps.
  • 12. 5.1 REQUIRED USERS Principal of Upper Bicutan National High School (Mrs. Gina R. Poblete)  School Secretary  Department Heads  Teachers 5.2 HARDWARE REQUIREMENTS  Microprocessor- From Pentium 3 up.  Hard disk- At least 1Tb available space.  RAM- At least 1gb.  Internet connection- At least 3mbps.  Printer and scanner.
  • 13. Expenses Cost Current P 100.00 Internet Connection (Pocket Wifi) P 150.00 Printing Papers P 80.00 Computer Rental P 50.00 Total Expenses………………………………P 380.00 5.4 COST ANALYSIS Note: As of March 2016
  • 15. 6.2 SYSTEM FLOWCHART Here is the Visual Representation of Proposed Student Information System Program and Explains how the program flow.
  • 16. NO YES NO YES START Fill Out the Registration Form Do want the register Do something ADD Clear Delete Update Display STOP
  • 17. 6.3 DATA FLOW DIAGRAM This is the proposed diagram explain how our system flow.
  • 19. 7.1 INSTRUCTION FOR USERS  This system is student information system.  First Filled up the form if you’re done click the Add Record Button automatically put in data list.  Update Record Button  If you want to update the information you should click the information in the data list and you can see the information was automatically filled up then you can change the information now if your done click the update record.  Delete Record Button  Click the information in the data list and click the Delete and you can see the information was deleted.
  • 20.  Clear Record Button  This Button is used to clear the writings in the form.  First Button  This Button use to see the first information that you add.  Previous Button  This Button use to see previous information.  Next Button  This Button use to see the second information up to last information.  Last Button  This Button use to see the last information in the data list.
  • 21.
  • 22.
  • 23.
  • 24. A Computer program in its original programming language before translation into object code usually by a compiler.
  • 25. Private Sub addbtn_Click() Studentdb.Recordset.AddNew End Sub Private Sub cancelbtn_Click() txtid.Text = "" txtid.Text = "" txtname.Text = "" txtclass.Text = "" txtadd.Text = "" txtemail.Text = "" txtphone.Text = "" End Sub
  • 26. Private Sub delbtn_Click() confirmation = MsgBox("do you want to delete this record", vbYesNo + vbCritical, "delete record confirmation") If confirmation = vbYes Then Studentdb.Recordset.Delete MsgBox "record has been delete succesfully", vbInformation, "message" MsgBox "record not delete!!!! ", vbInformation, "message" End If End Sub Private Sub exitbtn_Click() Me.Hide End Sub Private Sub firstbtn_Click() Studentdb.Recordset.MoveFirst End Sub
  • 27. Private Sub lastbtn_Click() Studentdb.Recordset.MoveLast End Sub Private Sub nxtbtn_Click() Studentdb.Recordset.MoveNext End Sub Private Sub Prevbtn_Click() Studentdb.Recordset.MovePrevious End Sub Private Sub Timer1_Timer() Randomize Timer R = Fix(Rnd * 256) g = Fix(Rnd * 256) b = Fix(Rnd * 256) Label1.ForeColor = RGB(R, g, b) N = N + 1 Label1.FontSize = 24 End Sub
  • 28. Private Sub upadatebtn_Click() Studentdb.Recordset.Fields("ID") = txtid.Text Studentdb.Recordset.Fields("Name") = txtname.Text Studentdb.Recordset.Fields("Class") = txtclass.Text Studentdb.Recordset.Fields("Address") = txtadd.Text Studentdb.Recordset.Fields("Email") = txtemail.Text Studentdb.Recordset.Fields("Phone") = txtphone.Text Studentdb.Recordset.Update MsgBox "data is saved sucessfully ", vbInformation, "message" End Sub