Pseudo Code is structured english like way of representing the solution to a problem. it is considered a first draft because pseudocode eventually has to be translated in to a programming language. although pseudo code is like english and has some precision to it,it does not have the very definite precision of a programming language. a computer cannot execute pseudocode , when using pseudocode it is easy to plan a program, concentrate on the logic and do not worry the rules of a specific language most people find that it is more difficult to change the logic
Home » All posts
What Is Flowchart
A flowchart is a diagrammatic representation of the processes involved in arriving at a solution to a problem. while many symbols are included in its notation, you can see the most important below
What Is Object Oriented Programming (OOP)
Object oriented programming (oops ) is an emerging major programming paradigm. much of its approach to program and system design is owned to concepts which also gave rise to structured programming , an object is a particular instance of a class and consists, essentially, of data which defines its characteristics and current status together with procedures, or methods , which operates the object
How To Display Time In Javascript
ok this is a simple clock i mean its a digital one but its real time , the javascript is down here
How To Display Date In Javascript
i am making this as very small because i have many things to post oj here is the code
you can place any where in your html page easily
you can place any where in your html page easily
How To Disable And Enable Task Manager In VB.NET
this only works in windows xp . you will need two buttons , add two buttons and double click form and add this and change the button1 text to enable and button 2 disable
How To Make A Password Generator In C++
i am new to c++ and this is a interesting thing ok now this is a preview of my code
ok now heres the code
ok now heres the code
How To Open Cashier Drawer In VB.NET
the code below will open the cashier drawer using either
LPT or COM port
if you use LPT port this is the right way of code