Computer Science, asked by sambhav6228, 9 months ago

how to use QBasic programming ​

Answers

Answered by akki129192
1

Answer:

here is your answer

Explanation:

  • To use Qbasic
  • You've probably used computers to play games, and to write reports for school. It's a lot more fun to create your own games to play on the computer. This book will help you get started by using QBASIC. QBASIC is a programming language. With a programming language you can tell the computer what you want it to do. It's a lot like giving someone directions to your house. The computer follows each step and does exactly what you tell it. By programming the computer you can solve math problems, create art or music, and even make new games. It's all up to you.
  • The best way to start with this book is to type in some of the small programs you'll find in each of the chapters. You might need to work through Chapter 1 first. An adult can help you get up to speed quickly. Then change the programs to do what you want them to do. Before long, you'll be writing your own programs.
  • you are using Windows XP, it is called the "Command Prompt" and you can get to it by clicking on Start, then All Programs, then Accessories, then Command Prompt.
  • In Windows 2000, it is called the "Command Prompt" and you can find it by clicking on Start, then Programs, then Accessories, then Command Prompt.
  • In Windows NT 4, I believe it was called the "Command Prompt". Try the steps described for Windows 2000 above.
  • In Windows ME, click on "Start", then "Programs", then "Accessories", then "MS-DOS Prompt".
  • In Windows 98, try the Windows 95 steps above, then try the Windows ME steps below. It is the same as one of those, but I don't have a Windows 98 machine handy to test.
  • In Windows 95, click on "Start", then "Programs", then "MS-DOS Prompt".
  • If you are using Windows 3.1, you'll need to find the "Main" program group and look for an icon called "MS-DOS Prompt". Double-click on it to get the "C:\WINDOWS>_" prompt in a black window with white text.
  • You will get the black window with the "C:\WINDOWS>_" prompt.
  • Now you're ready for the next step.
  • Starting QBASIC
  • QBASIC may not be on your computer. Don't be alarmed, Appendix A shows you how to get it there. At the "C:\WINDOWS>_" prompt, try typing:
  • qbasic
  • and press the <Enter> key.
  • If you get a blue screen with something about a "Survival Guide", you made it!
  • If instead you got something about a "Bad command or file name",
  • you need to check out Appendix A to get QBASIC installed on your machine. Don't worry, we'll wait right here for you.
  • We won't be using the survival guide right now, so press the <Esc> (escape) key to get the big blank blue screen.
  • Now we're ready to program.
  • #bal
Similar questions