Sunday, September 14, 2014

Road Map to Programming (The felicity of Programming)

(For BSIT 3 Students of UI-Phinma)

Sorry, I could not report today, a sudden crucial matters came up.ANyway we can still continue  the discussion here.

REmember last time about the Javascript and Java that we have discussed? its all about IPO (Input Process Output).
What to do?

1. Learn the Syntax of the commands
1.1 Sysntax - structure of the commands
2. Learn the Platform of the program
2.2 Plaform its compatability to the OS, IDE and Hardware Interface
3. Always Read the current trends in technology

4. Understand the Data STRUCTURE ( Data types)

Please review the Flowcharting and its symbols, it can help you to nourished your knowledge in SAD
At the same time keep on practicing by reciting the codes and writing it in your paper.

For THE JS. Please read and review these commands.

1. { }
2. function
3. Prompt
4. Document.write
5. Alert
6. FOr loop
7. do while
8. while loop
9. If and Else
10. Switch.

I want you to master these commands, once we meet on wednesday we can overcome the activities.

Finish your Mini Payroll  project together with the flowchart.

Finish your Quiz project , that's composed of 50 questions?

The deadline of Mini Payroll and QUiz Project is on September 22. Submit the source codes of your JS, hard copy(printed) and printed flowchart, all in long bandpaper.

***
Start to engage in Microsoft Platform, read VBA and basic of MS ACCESS.

MS ACCESS is a programming tool for different business applications.

MS ACCESS is the counterpart of DB2. But they can be connected using the cross platform database
connection. The extension of MSACCESS program is MDB (Microsoft Access Data Base).

There are books of VBasic and MSAccess (basics) in the library, just go to the OPAC of the Library and search this "MS ACCESS" or "Visual BASIC".

We will ask permission to the ITD to install the MS ACCESS as part of the MS OFFICE suit in CL5, but let us cooperate. If you want to expedite your knowledge in MSACCESS and VB.NET please bring your laptop to hit the discussion even in the lecture time.

What to do? Read MS ACCESS, you can go to the lib or go to the Academic Lab today. Search the basic of MS ACCESS AND ITS PURPOSE as a prOgramming tool.

ELements of Access

1. * Table
2.* Query
3. *FOrm
4.* Report
5. *Module
6. *query
7. *Page

Review these particulars!!!!

Basic commands of MS ACCESS

1. *Private Sub (name of code)
2. *end sub
3.* DIM < - declaring a variable
4.* MSGBOX
5.* docmd (Form,query,report,table,report)
6.* IF ...ELSE and ENDIF
7.* SElect Case

Data Types in VBA/MS ACCESS

1.*Integer/Number/long Int/
2*.String/Text
3.* Object/OLE
4.* Date/short date/medium date/long date

ORIGIN * - Assignments, hand written (1 whole sheet of pad paper)

Thank you.










3 comments: