Skip to content

Programming Languages for Business Problem Solving

Best in textbook rentals since 2012!

ISBN-10: 1420062646

ISBN-13: 9781420062649

Edition: 2007

Authors: Shouhong Wang, Hai Wang

List price: $145.00
Shipping box This item qualifies for FREE shipping.
Blue ribbon 30 day, 100% satisfaction guarantee!
Rent eBooks
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

Programming Languages for Business Problem Solving presents a working knowledge of the major programming languages, such as COBOL, C++, Java, and HTML, used in the current business computing environment. The textbook examines the concepts shared by these languages and also details the unique features of each. It also focuses on various programming techniques, including structured, object-oriented, client-side and server side programming, as well as graphical user-interface and multi-media processing. The textbook book is self-contained, providing hands-on examples, self-review questions, project requirements, report formats, and operational manuals of programming environments for use by…    
Customers also bought

Book details

List price: $145.00
Copyright year: 2007
Publisher: Auerbach Publishers, Incorporated
Publication date: 11/8/2007
Binding: Hardcover
Pages: 384
Size: 7.25" wide x 10.25" long x 0.75" tall
Weight: 1.738
Language: English

COBOL and File Processing
Introduction to COBOL
Legacy Information Systems
A General Structure of COBOL-Four Divisions
COBOL Words
COBOL Program Format-Positioning, Spacing, and Punctuation
Typical Examples of COBOL Programs
The Computing Context of COBOL Programming
Use 3GL
Debugging
Design and Documentation of 3GL Programming
The Differences between 3GL and 4GL
Self-Review Exercise
Commonly Used COBOL Reserved Words
Instructions of Using COBOL on Mainframe
A Guideline for COBOL Project Report
AU6264_C000.indd
C++ and Object-Oriented Programming
Introduction to Object-Oriented Programming
A Tour of C Language
Functional Approach
Object-Oriented Approach
An Example of C++ Program with One Object Class
An Example of C++ Program with Two Object Classes
An Example of C++ Program with Multiple Classes and Inheritance
Identify Classes for OOP Projects
Debugging
Self-Review Exercise
Commonly Used C and C++ Keywords
Instructions for Using C++ on Mainframe
A Guideline for C++ Project Report
AU6264_C000.indd
HTML, Javascript, and Web Pages
Introduction to World Wide Web and the Internet
Creating Web Pages Using HTML
Simple Container Tags
Empty Tags
Complex Container Tags
Publish the Web Page and Create Web Pages without Writing HTML
Introduction to JavaScript
Typical Examples of JavaScript
Debugging Source Codes of Web Pages
Self-Review Exercise
HTML Tag List
JavaScript Reserved Words and Other Keywords
A Guideline for Web Page Project Report
Java and Computing on The Internet
Web-Based Computing
Web Servers with Java-Style
Introduction to Java Applets
Run a Java Applet within a Web Page
Java Applet Programming
Examples of Java Applets
Java Applications (Free-Standing Java Programs)
Java Servlets
An Example of Web-Based Business Application Using Java
Servlets
Databases Connection and the Use of SQL
Typical Scheme of Web-Based Business Applications
Debugging Java Programs
Self-Review Exercise
Set up Java Platform for JDK and Java Servlets on Computer with Windows
Operating System
Use WS-FTP to Upload and Download Files
A Guideline for Web Page Integrating
A Guideline for Server-Side Programming (Java Servlet) Project Report
Visual Basic and Graphical User Interface
Graphical User Interface
The VB.NET Environment
Event-Driven Programs and Brief Overview of VB.NET
A Single-Form VB.NET Project
A VB.NET Project with Multiple Forms
Programming with VB.NET
Debugging
Self-Review Exercise
A Guideline for VB.NET Project Report
Visual Basic for Applications and Decision Support Systems
Concepts of Decision Support Systems
Macro
A DSS Example of VBA
Macro Code of the Example
Analyzing Code of VBA and Other Features of VBA
Self-Review Exercise
Perl and Cgi for Web-Based Applications
Web-Based Applications
CGI and CGI Programming
Introduction to Perl
Test Perl on the Server
Perl Programming
Debugging
A Framework of CGI Implemented Web-Based Applications for
Electronic Commerce
Self-Review Exercise
Installation of Active Perl on the Server with the Windows Platform
A Guideline for Server-Side Programming (Perl)
Project Report
AU6264_C000.indd
PHP for Web-Based Applications
Introduction to PHP
The Structure of a PHP Script
Web Page to Trigger PHP
Read Data Files from the Server
Write Data Files to the Server and fputs()
Relay Data through Multiple Forms Using Hidden Fields
Debugging
Self-Review Exercise