Warenkorb
Kostenloser Versand
Unsere Operationen sind klimaneutral

Computing Projects In Visual Basic Derek Christopher

Computing Projects In Visual Basic von Derek Christopher

Computing Projects In Visual Basic Derek Christopher


8.50
Zustand - Sehr Gut
Nur noch 2

Zusammenfassung

Written mainly for students of AS/A Level computing, 'A' Level ICT and Advanced VCE ICT. Assumes no knowledge of programming and covers everything needed to write a large program.

Computing Projects In Visual Basic Zusammenfassung

Computing Projects In Visual Basic Derek Christopher

The book is divided into three Parts. Part One goes through all the main programming concepts carefully. These need to be understood by all students. Part Two covers a variety of topics which for some students will prove useful in their project work. These cover items such as designing menus, printing reports and interfacing with the Internet. Part Three goes through the main stages of producing a project to 'A' level standard by using a sample project based on a snooker club. All the programming concepts used in the sample project are covered earlier in the book. The approach throughout is a very practical one. Running throughout Parts One and Two are 47 programs, with step-by-step instructions explaining how to build them and explanations about how they work. In Part Three you are taken through each stage in the design and coding of the full project, again using a step-by-step approach for the coding.

Computing Projects In Visual Basic Bewertungen

Great book, 8 September, 2001 Reviewer: Elaine Graham from Scotland I have just started college to do an HNC IT course. I was advised to get this book Computing Projects in Visual Basic by Derek Christopher. I am going through this book with great excitement as I find It really easy to understand. A must for visual basic learners well that is my opinion. Hope you all like this book Elaine Graham Best book I've seen for anyone wanting to learn Visual Basic, 8 April, 2001 Reviewer: A Reader from Gloucestershire, England This book is an excellent guide for anyone wanting to learn Visual Basic. I had no experience of programming of any sort but still managed to understand everything the book goes through, grasping the concepts behind the language. Everything is explained well and set out in clear simple steps, that are easy to follow, with code you can use to create the programs shown. The chapters have logical progression and work at a sensible rate, so you learn everything you need to as you go. A great book. An excellent introductory text to VB-based A-Level projects, 16 March, 2001 Reviewer: John Vesty from Manchester, England Derek Christopher has produced a publication that encapsulates most of that required for an Advanced Level project. The earlier chapters introduce the student to basic concepts of Visual Basic. The final chapters cover a project (Snooker Club) that covers the file-handling aspects of VB (Random and Sequential files) that allow the student access to the higher grade of marks. My only criticism would be that a lengthier study of writing VB code to handle Access database tables would prove invaluable for students tackling the AS Computing. An excellent book for any Visual Basic student., 4 December, 2000 Reviewer: Chris Harmonic from U. K. As a second year HND student part of the course requirements are that the students' must produce a project of their choice. As a driving instructor I decided to produce a driving theory package using Visual Basic. Whilst looking for books about VB I stumbled across this one and how pleased I am that I did. It is concise no frills,tells it as it is. It even covers subjects like random access files, which aren't covered any other text that I've come across. if you want to learn Visual Basic, buy this book. It's a must. Affordable Introduction to programming topics and VB, 29 November, 2000 Reviewer: Mr. Claret from Bridgend, Wales An excellent overview of the fundamentals or programming tied to visual basic. Well written and clear this book breaks learning Visual Basic into small manageable chunks ideal for use in the classroom or for the novice as a home study guide. Each chapter introduces you to a new topic takes you step by step through writing them then consolidates the learning at the end of the chapter with a series of exercises challenging and applying the students knowledge. This has been an invaluable aid and time saver in the classroom, combined with its reasonable price, I would heartily recommend it to anyone teaching programming and Visual Basic from scratch. An 'A' Level Students Visual Basic Project Bible, 28 November, 2000 Reviewer: A Reader from Essex Superb book. The books takes you through the main concepts of VB programming, it contains very clear code and takes you through each project step by step (also contains screen shots, so you know how the program should look). The biggest bonus is the fact that this book takes you right through a major project, with code, action charts, and everything else you could possibly need to know. I would be completely lost without this book.

Über Derek Christopher

Derek Christopher is a lecturer in IT at Luton VI Form College.

Inhaltsverzeichnis

Introduction Part One - Basic Topics Chapter 1 - Introducing Visual Basic A Visual Basic Project The Visual Basic programming environment Naming objects Chapter 2 - Working with Controls The Text Box The List Box The Combo Box The Option Button The Check Box The Frame The Timer The Scroll Bars Chapter 3 - Working with Data Variables Data Types Declaring variables Scope of variables Constants Arithmetic operations on data Displaying output Chapter 4 - Selection What is selection? Types of selection in Visual Basic Testing multiple conditions Nested If structures Complex multiple conditions Select Case Extensions to Select Case Chapter 5 - Loops What is a loop? Types of loop in Visual Basic For...Next Do While...Loop Do...Loop Until Chapter 6 - Handling Strings, Dates and Time Introduction Declaring strings ASCII Processing strings Handling dates Formatting date output Handling time Calculations with time Chapter 7 - Procedures What is a procedure? Types of procedure in Visual Basic Why use procedures? Passing parameters Practical work on using the correct formal parameters Functions Form and Standard modules Chapter 8 - Arrays What is an array? How to declare an array Static and Dynamic arrays Processing an array Passing arrays to procedures Two-dimensional arrays Control arrays Chapter 9 - Records What is a record? An array of records How to declare an array of records Processing an array of records Chapter 10 - Files What is a file? Types of file in Visual Basic Reading from a file Writing to a file Getting the file name Part Two - Further Topics Chapter 11 - Debugging and Error Handling Introduction Types of error Visual Basic's Debug toolbar and menu Stepping through code Watches Using Breakpoints The Immediate Window The Debug Object Handling run-time errors The Err Object Chapter 12 - Sending Output to the Printer Printing to a form Printing to a file Printing to a printer Chapter 13 - Menus Introduction Types of menu Features of a menu Chapter 14 - Graphics Graphical controls and methods Form measurement Form co-ordinates The Move method Drawing circles Drawing lines Drawing bar charts Chapter 15 - Relational Databases Flat files and relational databases Random access files or a database? The Data control Querying a database Recordsets Chapter 16 - Visual Basic and the Internet Introduction The WebBrowser control and the InternetExplorer object Part Three - The Project Chapter 17 - Introduction and Analysis Requirements of an 'A' level project Advanced VCE programming units Introducing the sample project - Smiley's Snooker Club The Analysis stage Chapter 18 - Design: Forms, Reports, Files and Data Validation What is design? Designing the forms Printed reports Files Data validation Chapter 19 - Design and System Maintenance: Modular Structure Modular structure Event procedures General procedures Clicking the Start/Finish option button on the Game form LostFocus event of Membership No. text box(starting a game) Clicking the combo box (starting a game) to display start time Clicking the combo box for finishing a game Clicking the command button to process a new game Clicking the command button to process a finished game Clicking the command button to add or delete a member Complete modular structure Final thoughts Chapter 20 - Coding: Forms, Standard Modules and Utilities The Forms Standard modules Utilities Chapter 21 - Coding: Membership Declaration and Loading the form Adding a new member Deleting a member Calling the adding and deleting procedures Displaying members in the list box Printing the membership report Chapter 22 - Coding: Starting a Game Displaying a member's details automatically Populating the combo box with available tables Displaying the start time of a new game Processing a new game Click event procedure of command button Displaying table information when the program loads Chapter 23 - Coding: Finishing a Game Populating the combo box with occupied tables Selecting a table from the combo box Click event of the command button (cmdOK) Printing the report on table usage Creating a new Daily Games file each day Chapter 24 - Appraisal Meeting the system objectives Improvements Feedback from user Appendices Index

Zusätzliche Informationen

GOR001447696
9781903112335
1903112338
Computing Projects In Visual Basic Derek Christopher
Gebraucht - Sehr Gut
Broschiert
Pearson Education Limited
2000-09-15
256
N/A
Die Abbildung des Buches dient nur Illustrationszwecken, die tatsächliche Bindung, das Cover und die Auflage können sich davon unterscheiden.
Dies ist ein gebrauchtes Buch. Es wurde schon einmal gelesen und weist von der früheren Nutzung Gebrauchsspuren auf. Wir gehen davon aus, dass es im Großen und Ganzen in einem sehr guten Zustand ist. Sollten Sie jedoch nicht vollständig zufrieden sein, setzen Sie sich bitte mit uns in Verbindung.