The Computer in Training and Development

The Computer in Training and Development
Author: D.E. Drumm
Publisher: Springer
Total Pages: 0
Release: 1985-06-14
Genre: Science
ISBN: 9789400953598

Seldom if ever in recent history has a single technological advance made such sweeping changes in our lives as has the advancement of the digital computer. As you probably are aware, the computer itself is not a brand-new device. What is new (and growing every day) is the percentage of the population that is using computers in business and personal environments. The personal computer's popularity is growing by leaps and bounds primarily because of its availability in a small and relatively inexpensive package (several hundred dollars), placing it well within the reach of many families and small businesses. Software to perform financial analysis, solve inventory prob lems, or just have fun with is readily available and reasonably priced, thereby absolving inexperienced users from the burdens of programming and the technical complexities associated with it. The typical user in this scenario derives much of the benefit and experiences few of the disadvantages. Yet, as expected, the solving of a problem often creates problems, as will be discussed. Training and development personnel, like most other profes sionals, have not been immune to the onslaught of personal and business computers. Computer-aided and computer-managed instructional techniques (Le., CAl and CMI) are common phrases today in the realm of training and development.

The Computer in Training and Development

The Computer in Training and Development
Author: D.E. Drumm
Publisher: Springer
Total Pages: 160
Release: 1985-05-31
Genre: Science
ISBN: 9789027719812

Seldom if ever in recent history has a single technological advance made such sweeping changes in our lives as has the advancement of the digital computer. As you probably are aware, the computer itself is not a brand-new device. What is new (and growing every day) is the percentage of the population that is using computers in business and personal environments. The personal computer's popularity is growing by leaps and bounds primarily because of its availability in a small and relatively inexpensive package (several hundred dollars), placing it well within the reach of many families and small businesses. Software to perform financial analysis, solve inventory prob lems, or just have fun with is readily available and reasonably priced, thereby absolving inexperienced users from the burdens of programming and the technical complexities associated with it. The typical user in this scenario derives much of the benefit and experiences few of the disadvantages. Yet, as expected, the solving of a problem often creates problems, as will be discussed. Training and development personnel, like most other profes sionals, have not been immune to the onslaught of personal and business computers. Computer-aided and computer-managed instructional techniques (Le., CAl and CMI) are common phrases today in the realm of training and development.

The Computer Training Handbook

The Computer Training Handbook
Author: Elliott Masie
Publisher: Human Resource Development
Total Pages: 332
Release: 1995
Genre: Computers
ISBN: 9780943210377

This is considered the resource textbook for the technology training and learning field. This best-selling book provides practical solutions and hundreds of tips for new and experienced trainers facing the challenge of how to help users learn new technology. It addresses the methods, technologies, and organizational issues faced by all training professionals.

Multimedia-based Instructional Design

Multimedia-based Instructional Design
Author: William W. Lee
Publisher: John Wiley & Sons
Total Pages: 478
Release: 2004-04-26
Genre: Business & Economics
ISBN: 0787973440

Multimedia-Based Instructional Design is a thoroughly revised and updated second edition of the best-selling book that provided a complete guide to designing and developing interactive multimedia training. While most training companies develop their training programs in many different technological delivery media—computer-based, web-based, and distance learning technologies—this unique book demonstrates that the same instructional design process can be used for all media. Using just one process reduces cycle time for course development—and also reduces costs.

Developing Technical Training

Developing Technical Training
Author: Ruth C. Clark
Publisher: John Wiley & Sons
Total Pages: 288
Release: 2011-01-11
Genre: Business & Economics
ISBN: 1118047419

Since it was first published almost twenty years ago, Developing Technical Training has been a reliable resource for both new and seasoned training specialists. The third edition of this classic book outlines a systematic approach called the Instructional Systems Design (ISD) process that shows how to teach technical content defined as facts, concepts, processes, procedures, and principles. Whether you teach “hard” or “soft” skills, or design lessons for workbooks or computers, you will find the best training methods in this book. Using these techniques, you can create learning environments that will lead to the most efficient and effective acquisition of new knowledge and skills. Throughout the book, Clark defines each content type and illustrates how to implement the best instructional methods for delivery in either print or e-learning media.

Introduction to Business

Introduction to Business
Author: Lawrence J. Gitman
Publisher:
Total Pages: 732
Release: 2018
Genre: Business
ISBN: 9781947172555

Introduction to Business covers the scope and sequence of most introductory business courses. The book provides detailed explanations in the context of core themes such as customer satisfaction, ethics, entrepreneurship, global business, and managing change. Introduction to Business includes hundreds of current business examples from a range of industries and geographic locations, which feature a variety of individuals. The outcome is a balanced approach to the theory and application of business concepts, with attention to the knowledge and skills necessary for student success in this course and beyond.

Learning Python

Learning Python
Author: Mark Lutz
Publisher: "O'Reilly Media, Inc."
Total Pages: 1740
Release: 2013-06-12
Genre: Computers
ISBN: 1449355692

Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code. Explore Python’s major built-in object types such as numbers, lists, and dictionaries Create and process objects with Python statements, and learn Python’s general syntax model Use functions to avoid code redundancy and package code for reuse Organize statements, functions, and other tools into larger components with modules Dive into classes: Python’s object-oriented programming tool for structuring code Write large programs with Python’s exception-handling model and development tools Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing