Selected Product: | QBASIC with an Introduction to Visual BASIC 5.0 (4th Edition) Textbook Bin Edition: 4th Author: David I. Schneider Publisher: Prentice Hall Release Date: 1998-08-06 ISBN-10: 0139738762 ISBN-13: 9780139738760 List Price: $78.00 Average Customer Rating: | |
To use our price comparison to get the cheapest price, please click on the "Find the Cheapest Price" button located above for QBASIC with an Introduction to Visual BASIC 5.0 (4th Edition) by David I. Schneider (ISBN-10: 0139738762, ISBN-13: 9780139738760). At this time we have not yet written a review for QBASIC with an Introduction to Visual BASIC 5.0 (4th Edition) by David I. Schneider (ISBN-10: 0139738762, ISBN-13: 9780139738760). Please continue to keep checking back to this page as we are constantly adding reviews. Summaries and Customer Reviews are supplied by Amazon.com This introduction to Basic language programming using QBasic and Visual Basic has—through three previous editions—successfully taught readers the fundamentals of programming from the ground up, using the simplicity and clarity of QBasic to illustrate problem-solving techniques and structured programming. Designed for use with the IBM-PC and its compatibles, the book presents the fundamentals of computer programming, such as input, decision structures, and loop structures. New to Programming? | Customer Rating: | I have read the third edition of this book. If you are new to programming, then this is a good book for you. This book starts off with the introduction to computers such as the definition of personal computer, how one communicates with the computer, how computers perform complicated tasks, etc. Then the user interface of QBASIC is shown, explaining the use of the Menu Bar, Title Bar, View Window, etc. Some basic DOS commands are also presented and the biographical history of computing is also discussed.
A chapter is then devoted to Problem Solving. In this chapter, the use of flowcharts (a very useful programming tool) is introduced.
The rest of the chapters discuss topics like
-Numbers - addition, subtraction, division, etc. -Scientific notation - how some large and very small numbers are presented. -Variables -Print and LPrint -Strings - Concatenation of strings, ASCII Tables, LEFT$, RIGHT$, MID$, UCASE$, LEN, INSTR, -Data Input - READ and DATA Statements together with RESTORE, INPUT -REM - The use of the REMark Statement -PRINT Statement - Screen Placement and Formatting, PRINT USING, Output to the Printer,
-Subprograms - How variables and expressions are passed, passing values from subprograms to the main body, -Functions - INT, CHR$, LEN, MID$, INSTR
-Decisions -=, <>, >, <, <= and >=, IF-THEN-ELSE, ELSE IF, SELECT CASE,
Repetition - This chapter discusses Do Loops, how one can process data in a list format with Do Loops, Nested Loops, Flags i.e. a variable to keep track of whether certain event has occurred, FOR...Next Loops and finally a case study on developing a menu-driven program to analyse loan is presented.
Arrays are then discussed in the next chapter. Some applications of arrays such as the Bubble sort and the Shell Sort are discussed in this chapter. Sequential search and Binary search are also discussed. Two-Dimensional Arrays are also presented.
Chapter 8 deals with Sequential files. The WRITE command is introduced. Sorting and merging of sequential files are also presented.
Chapter 9 deals with Random Access Files
Chapter 10 deals with graphical display of data. Commands such as SCREEN, LINE, and WINDOW are presented. The constructions of line charts, bar charts and pie charts are also discussed.
The final chapter introduces Visual Basic. This book comes with a Disk. Contained in the disk is the source code for all the examples in the text (so you don't have to type them). Also, a setup file for a "Not-Full"-Version of Visual Basic is contained in the disk.
Regards, Tee Horng Hean www.freesoftware.com.my | Lets one appreciate ease of programming today | Customer Rating: | | I am a fairly expierenced programmer, but I decided to take a look at this book anyway. Nearly 5 years ago, Vol 1 introduced me to VB. Everyone told me that QBasic (A language known as Structured) was dead, and to learn Visual Basic (Known as Object Oriented Programming) instead. I tried and tried, but I could not grasp Visual Basic. I came accross this book, which introduced QBasic to me. It did it clearly, which is an acomplishment is itself. Best of all, it let me learn VB and QBasic, which I still use to this day. On to this volume. Since QB hasn't changed since '91, the QB section has grown in detail. Many advanced elements are introduced, like machine language and controlling memmory. Also, the so called "DOS API" is demystifided. The VB code is not quite as great. Much of the time consuming QB code like PRINT and INPUT is now gone in VB, replaced by 2 mouse actions. The bulk of this section is re-explaining QB information, which becomes redudant. The Windows API is briefly introduced, but not expanded upon. If you need detailed, advanced VB information, look elsewhere. The bridge is made and is effective, but certain necessary skills are not made in the VB section. The book comes with VB on CD, but be warned. It is a fully functional copy of VB, minus the ability to make EXEs. The reason Microsoft made this available was to further there new Active-X controls Internet market. Besides that, VB5CCE (what is included on this disk) can be downloaded as a 9.5MB file from [Microsoft]. having it on a CD is a nice convience though. Despite redundancy and some oversimplification, this is a extremely valuable learning resource. | QBASIC book - my overveiw. | Customer Rating: | | I think that this book is too tough to follow up with. I really understood the language better by taking a course than reading the book. The book is really confusing and rambles on about nothing. |
|