Computers & Internet Logo

Related Topics:

Posted on Dec 23, 2007

To create a software

I m a bsc it student. i have got a project to do. and i need your help. the project is all about to create a software. i dont have any idea about it. please help me

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Problem Solver:

An expert who has answered 5 questions.

  • Contributor 19 Answers
  • Posted on Dec 23, 2007
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

Corporal:

An expert that has over 10 points.

Mayor:

An expert whose answer got voted for 2 times.

Problem Solver:

An expert who has answered 5 questions.

Joined: Dec 12, 2007
Answers
19
Questions
0
Helped
8055
Points
22

Believe it or not, creating software is easy. Especially these days with the object oriented programming OOP's. A program is just what it sounds like, it is a list of what will happen in order, just like you would see at a concert.

Basic is the best way to start, Beginners All Purpose Symbolic Language. It is the best way because it is in english and has few parameters.
Learning a language is all about learning how to format the commands. Apostrophes, commas, semi-colons, etc have meaning when you input the commands.
You just need to think like the computer does, very literally. A computer does nothing and knows nothing until a programmer tells it what to do. In basic you have certain input/output devices, and everything else is internal.
Okay, here is what you are after:
print "what is your name"
input: X
print "Your name is": X
end:

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

92 views

Ask a Question

Usually answered in minutes!

Top Computers & Internet Experts

ADMIN Andrew
ADMIN Andrew

Level 3 Expert

73784 Answers

ADMIN Eric
ADMIN Eric

Level 3 Expert

42225 Answers

Brad Brown

Level 3 Expert

19190 Answers

Are you a Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...