more information

Pages

Friday, April 15, 2011

WATCH THIS !!

SPECIAL POST ~~!!

After i download & installed the Windows Movie Maker, i had been try to learn how to use it. Finally~~ i make a video for YOU ALL & OUR LECTURER oso~
ENjoY it~



 hope you guyss like it~~



Thursday, April 14, 2011

WINDOWS MOVIE MAKER ( from Chapter 4)

' W!nDowS m0v!3 MaKer '

 Do u know what is ' Windows Movie Maker' ???
haha..i have very very like tis specialized application software~~~! it let me know how to create a video by myself~ i can add what song, pictures that i like~

( from : google image )

( from: google image )






( from: google images )

Feel INTERESTING...?????
haha~ just install this software now~~!!
Oppssss.......don't know how to install..??
actually it is SIMPLE & EASY~~
write down the notes and step for you..?? Oh My GOD~~so outdate~~
we are study TECHNOLOGY~should be good use of technology~~^^
i m SHOWing you now ~

' HOW TO INSTALL Windows Movie Makers in your PC~~ '



easy right.??? then just do it now!!!!

SESI LUAH PERASAAN

Apa y telah kami faham dalam sesi pembelajaran dalam sem 2 untuk subjek ini banyak nak diceritakan sebenarnya.Kalau mahu ditulis semuanya,adoi..jenuh korang nk membacenyer.Jadi kami ringkaskan apa y telah kami faham dan ingat dalam subjek ini

berikut adalah senaraiapa y saya dapat:
-inilah kali pertama kenal blog dah saya berusaha untuk belajar menggunakan ia kerana sebelum ini tidak terdedah pada benda alah ni.
-teknologi & manusia ,ia berkisar tentang cynicism,naivetc,frustration & proaktif.
-tahu tntg program dan programming ,mempunyai 6 lngkah penting.
-tahu tentang sistem analisis.
-dapat tahu tntg database,ada 5 model database iaitu hierachical,network,relational,multidimensional dan object oriented.
-sistem perisian seperti windows,mac os,unix dan linux.
-kat sini saya boleh kenal virus2 yang terkemuka dalam dunia ni dan tahu cara nak menghalang atau mencegahnya.
-tahu kelengkapan komputer atau laptop dengan lebih mendalam dan jelas
-tahu stuktur URL contohnya domain name,nama server dimana sumbernya terletak.
-tahu tntg hybrid network iaitu gabungan antara topologies yang berlainan.


Kpd guruku:terima kasih mengajar kami,PN SHARIN HAZLIN HUSPI..kami sudah tidak buta it lagi setelah sesi pembelajaran ini...
TERIMA KASEH BANYAK2


sekian terima kasih..

Wednesday, April 6, 2011

Step 6 :
Program maintenance




(Step 6: Program maintenance)










< Program maintenance >

is designed to ensure that
the program operates
correctly,
efficiently,
and effectively
Two categories of maintenance activities are the following:


1.  Operation.
2.  Changing needs.







Operation.

Operation activities concern on
locating
and 
correcting operational errors,
making program easier to use,
and 
standardizing software
using structured programming techniques. 
For properly designed programs,
these activities should be minimal







Changing needs.

Organizations change over time
and
their problems must change with them. 
Agile development starts with core program functionality
then,
expands until customer is satisfied with results.






(Maintenance programmer)
 







Step 5:
Program documentation.





(Program documentation)







< Program documentation >
 
Consists of a written description
of the program
and
the procedures for running it. 
People who used
documentation include,....






1.  Users.
  Need to know how to use the program.
Some organizations offer training courses;
other expect users to learn
from written documentation.
2.  Operators
  Need to know how
to execute the program
and
how to recognize and correct errors.
3.   Programmers.
 
  May need to
update
and 
maintain the program  in the future.
Documentation could include 
text and program flowcharts, 
program listings
and
sample outputs.








(An ongoing process of documentation)








 Testing process





(Testing process)





5 methods
to test for
syntax and logic error....





 1.  Desk checking (code review)

 Process of checking out
a computer program
by studying a print out
of the program line-by-line,
looking for 
syntax and logic errors.





2.  Manual testing

Using a calculator
and
sample data
to test for correct programming logic 





3.  Attempt at translation

Running the program
using a translator program
to identify syntax errors. 






4.  Testing sample data

Running the program
and 
testing the program 
for logic errors 
using sample data 





5. Testing by users (beta testing)

Testing by a select group 
of potential users
in the final stage of
testing a program.
(Example of syntax error identified)



 Step 4 :
Program test




Debugging is
a process of
testing and eliminating errors in a program.

Syntax
&
logic

are two types of programming errors.







Syntax errors.

Violence of
the rules of a programmiing.

For example,
omitting a semicolon
at the end of C++ statement.



(Other example of syntax error)







Logic errors.

Incorrect calculations
or
procedures.

For example,
failure to include calculation
of overtime hours 
in a payroll program.



(Other example of logic error)



Step 2:
Program Design















 In program design, 
a solution is
designed using,
preferably, 
structured programming techniques, including these following:







Top-Down Program Design.

- Major processing steps called program modules are identifiers.






(Examples of top-down design)








Pseudocode.

- An outline of the logic of the program that will write.


Example of pseudocode







Flowcharts

- Graphic representations of the steps necessary to solve a programming problem.


(Flowchart symbols)
 

(Example of flowchart)

(Example of flowchart)

(Example of flowchart)







Logic structures

-Arrangements of the programming statements. there are 3 types, those are:

  • Concatenation
One program statement followed by other.









(Examples of concatenation logic structure.)





  • Selection (IF-THEN-ELSE) 
When a decision must be made.
Logical selection structure whereby
one of two paths
is followed according to IF,
THEN, 
and ELSE
statements in a program. 
See Selection structureS.







  • Repetition (loop) (DO UNTIL and DO WHILE)
When a process is repeated until condition is true. 


DO UNTIL

- Loop structure in programming that appears
at the end of a loop.

-The DO UNTIL loop means that 
the loop statements
will be executed at least once.

-In other words, 
this program tells you
to DO option one UNTIL it is no longer true.  



DO WHILE 

- Loop structure in programming 
that appears at the end of a loop. 

-The DO UNTIL loop means that 
the loop statements
will be executed at least once.

-In other words, this program
tells you
to DO option one UNTIL it is no longer true.






















PROGRAM DOCUMENTATION

dokumen program merupakan satu program

yang memberi keterangan prosedur dari sebuah program.

oleh itu,

sekiranya ingin tahu bagaimana program itu dilakukan,

kita boleh melihat dokumen program sebagai rujukan.

sebagai contohnya gambar dibawah,



ingin mengetahui lebih lanjut tekan sini


Programming language

hardriskict.blogspot.com

A programming language is a computer language programmers use to develop applications, scripts, or other set of instructions for a computer to execute. Below is a listing of several different programming languages and scripting languages currently listed in our database.
ALGOL
Ada
AIML
Assembly
BASIC
Batchfile
BCPL
C
C#
C++
COBOL
CPL
D
DarkBASIC
dBASE
FORTRAN
FoxPro
HDML
HTML
Java
JavaScript
JCL
LISP
Live Script
LOGO
Pascal
Perl
PHP
Pick
Prolog
SGML
Smalltalk
SQL
Tcl
True BASIC
VHDL
Visual Basic
Visual FoxPro
WML
WHTML
XML
Users who are new to computer programming may find the above list confusing and may not be sure where to start. Where to start really depends on the computer programming you wish to do. Below is a listing of some of the different fields of programming as well as what language you should consider for each of these fields.
Note: There are several programming languages listed above that may not be listed in a category below that they are capable of doing. Instead of listing every language under every category below, we have just listed some of the more popular choices for each category.


Applications / Program development
Application and program development involves programs you work on a daily bases. For example, the Internet browser you are using to view this web page is considered a program. If you are interested in writing your own programs you should consider the below languages.
 
Artificial Intelligence development
Artificial Intelligence or related fields could involve anything from creating the character interactions in computer games, portions of programs that make the decisions in programs, chatbots, or any other related programs. If you're interested in writing your own AI you should consider the below languages.
Database development
Database developers create and maintain databases. If you're interested in creating your own database or maintaining other databases you should consider any of the below languages.
Game development
Game development involves the development of computer games or other entertainment software. If you're interested in writing your own games you should consider the below languages.
Computer drivers or other hardware interface development
Computer drivers and programming hardware interface support is a necessity for computers to operate with the hardware; without it your computer wouldn't work. If you're interested in writing your own drivers or software interfaces for hardware devices you should consider the below languages.
Internet and web page development
The Internet and web page development is the essence of the Internet, without developers we would have no Internet. If you're interested in creating your own web pages, developing Internet applications, or Internet related tasks, you should consider the below languages.
Script development
Although not likely to be a career, knowing how to create and develop scripts to increase your productivity or your company's can save you countless hours. If you're interested in developing your own scripts you should consider the below languages.

copied From: http://www.computerhope.com/jargon/p/proglang.htm

What is the problem with programming language today...??

It's too complicated - Programming should be simple.  Most programming software is like the cockpit of a jet plane, with a confusing collection of gizmos that almost nobody needs. 
free-ebooks-books-download.blogspot.com

It's too expensive - Programming software can cost hundreds or even thousands of dollars, you need to write software right away.  

www.cetindia.org

It's not approachable - Most programming languages don't come with good documentation so you need to buy extra books to learn them.