Monday, May 9, 2011

Your Future and Information Technology

Hello buddy,,,
Now, we explore more about your future and information technology.

As the introduction, we would like to share about our future with the information technology after 10 years
.


To stay competent, end users need to recognize the impact of technological change on organizations and people.

How you can be a winner



Hiii!!!! see you again...
today we like share with you something...
who wants to be winner???
we think all people want to be a winner...in life and in your field....

There are six ongoing activities that can help you be successful:-
  1. Stay current: REad trade journals and the general business press, join professional associations and participate in interest groups on the internet.
  2. Maintain your computer competency: Stay current by reading computer-related articles in the general press and trade journal.
  3. Develop professional contac: Stay active in your profession and meet people in feild. This provides information about other people. firms , job oppurtinities and social contac.
  4. Develop specialties: Develop specific as well as general skill. Expect to take class periodically to stay current with your field and technology.
  5. Be alert for organizational change: Use formal and informal lines of communication. Be alert for new trends within the organization.
  6. Look for innovative opportunities: Look for ways to increase efficiency. Present ideas in terms of saving money rather than "improving information".
we hope this point can guide you to be a winner ....
bye!!!!

Locating Job Opportunities Online

Hello everybody!!
We are almost ending this sem. I know that everybody was busy with the upcoming exam. 

Take a break for a while and I would like to share about locating job opportunities online.

1.       Browsing job listings

2.       Posting your resume

3.       Automated alert to help you find the job faster

4.       Be alert with organizational change

5.       Look for innovative opportunities

Changing Times

holla~
ok here in the first subtopics of this chapter
its about changing times
uww~ something interesting right?

nowadays, all businesses become aware that they must adapt to changing technology or left behind.

automated teller machines are examples of technology used in business

  • Successful individuals have a strategy 
  • lTechnology changes responsibilities 
  • lSome jobs are made obsolete, but new ones are created 
  • lSuccessful individuals are best at changing


Important in today’s market to be adaptable. Technology is changing rapidly… so the more flexible a company and its workers, the more it is apt to survive and succeed. 


Important to understand that jobs aren’t going away – they are changing. People and businesses need to change with the technology – or at least be willing to attempt the changes. As one opportunity is “replaced” with technology, another opportunity is created. Take advantage of it. 

Key to success is how to integrate technology with people! If you can do this, you will succeed!

ok. that for this subtopics. 
next will be the technology and organizations! ;D
enjoy your reading ! :)

~tEcHnoLogY & PeOPle~


now we have come to the last chapter in IT subject
the topic is...

TECHNOLOGY & PEOPLE


what is the relation between those two words?
people have different coping styles when it comes to technology
people react to changing technology in one of 4 ways:


CYNICISM
the cynics feel that new technology is over-rated & too troublesome to learn
some cynics openly express their doubts especially top mangers
others pretend to be interested in microcomputers




NAIVETE
naive people may be unfamiliar/ quite familiar with computers
people who are unfamiliar tend to think of computers as magic box
even
those who are familiar underestimate the time & difficulty of using technology to generate information



FRUSTRATION
frustrated users are impatient & irritated about taking time to learn new technology
some people frustrated because they try to do too much



PROACTIVITY
proactive person looks at technology in a positive & realistic way
the person does not cynical, naive / frustrated regarding new technology
they are positive & look at new technology
as providing new tools than have good impact
in their life



LAST BUT NOT LEAST...

without technology,
people will be left behind about the latest technology
&
without people,
the invention of those technology are waste
coz no one want to use it


hope you will have a better understanding on this entry!!!

GOOD LUCK!!!

Careers in IT


hye guys !
doin' great?
well done !

here the last topics !
hope you guys enjoy reading our entry ;D

ok now we want to give all of you the list of careers in IT

there you are !






theres so many careers related to IT
so, there will be no waste if you jump to this field people
today world are growing with technology
many competition will be have
so prepare yourself well
and do better !
good luck ;D

Good Bye Myspace Comments


Sunday, May 8, 2011

~gEnEraTIONS of pRoGRAmmING LAnGUAGe~

HALIUUUUUUUUUUUUUUUUUUU!!!!
do you know about this???

BABY



TEENAGERS



OLD PEOPLE

this is the generations of human
from baby->teenagers->old people

but..
the main topic is...
GENERATIONS OF PROGRAMMING LANGUAGE


it consists of 5 types:

1st generation: Machine Language


data represented in 1s & 0s
this digit may correspond to electricity's being on/ off in the computer
also...
correspond to a magnetic charge being present/absent on storage media
e.g: ASCII & Unicode

2nd generation: Assembly language


use abbreviations/mnemonics ( e.g. ADD) 
that automatically converted to appropriate sequence of 1s & 0s

3rd generation: High-level procedural language


people more understand in these English-like programming languages
in this generation, it is designed to express the logic/ procedures
that can solve general problems

4th generation: Task-oriented language


very high-level languages
require little special training on the part of the user
designed to solve specific problems
non-procedural & focus on specifying specific task
e.g: IFPS (interactive financial planning system)
it used to develop financial models

5th generation: Problem & Constraint languages


computer language that incorporates the concepts of artificial intelligence to allow a person to provide system with ...
~a problem & some constraint 
~then request a solution




that's all 4 now!!!



Step 6 : Program Maintenance

hey peeps !
how are you going today?
great ?
yeah ! perfect !

ok now we arrived on the last step that is PROGRAM MAINTENANCE


to ensure that current programs are operating error free, efficiently & effectively.
fall in 2 categories that is ; operations & changing needs.

operations
concern locating & correcting operational errors, making programs easier to use,& standardizing sofware using structured programming techniques

changing needs
~~unavoidable~~
all organization change ove rtime & their programs must change with them.
programs need to adjust for variety of reason include new tax laws , new information needs & new company policies.

that for now !
see ya ;D

Thursday, May 5, 2011

Step 5. Program Documentation

Hi everybody!!!!!!!!!!!!
Now we proceed to the next step. Program documentation is carried on throughout all the programming steps.

In this step, all the prior documentation is reviewed, finalized, and distributedwhich is including this people,,,

1.       Users

2.       Operators

3.       Programmers





Documentation is important for people those people who may be involved with the program in future.













                             

Step 4: Program Test

Halllluuu guys!!!!

next step is PROGRAM TEST..

Debugging is a process of testing and eliminating errors in a program... syntax and logic are two types of programming errors.

Syntax errors are violations of the rules of a programming language. For example omitting a semicolon at the end of a c++ statement is a syntax error.
Logic errors are incorrect calculations or procedures. For example failure to include calculation of overtime hours in a payroll program is a logic error.

Testing processor has five method:-

  1. Desk checking (code review)-careful reading of a printout of the program
  2. Manual testing-using a calculator and sample data to test for correct programming logic
  3. Attempt a translation-running the program using a translator program to identify syntax errors
  4. Testing sample data-running the program and testing a program for logic errors using sample data
  5. Testing by users(beta testing)-final step in which potential user try the program and provide feedback

that all from we...see again....bye!!!!!!

sTEp 3: pRogRam CoDE



we want to proceed to the next step in...
PROGRMMING & LANGUAGES..
which is..


PROGRAM CODE
coding is writing a program
there are 2 aspects of writing a program:

a)writing good programs
reliable, detect obvious, common errors & well documented
best way to create this-write structured programs using the 3 basic logic structures
in STEP 2

b)writing/ coding
there are 2 types:

a)content-markup languages
instruct a computer how to process different types of information
e.g: HTML-used to create Web pages



b)programming languages
instruct a computer to perform specific operations
e.g: C++ & JavaScript



wokay...
c u in the next entry!!!

Step 2 : Program Design

hey guys !
hope you're in the greatest mood today ! ;D

okay so now we are in step 2 that is PROGRAM DESIGN.


this program design preferably using structured programming techniques like top-down program design , pseudocode, flowcharts & logic structures.

here i just want to show the image of all this techniques in case theres no so much explanation on this techniques.
just see and capture the image of all this techniques.


Top-Down Program Design


Pseudocode

Flowcharts


logic structures



thats all
see ya in the next entry :D