Showing posts with label Study Guide f. Show all posts
Showing posts with label Study Guide f. Show all posts

3.4.07

Download Free Study Guide for Network+ Certification

Here is another well written work by Charles M. Kozierok, this one is an excellent study guide for the Network+ certification exam. This free online training guide will prepare you for the CompTIA Network+ Technology Certification Exam N10-002. Each chapter also offers a good number of practice questions and corresponding explained answers.

CertiGuide to Network+


Introduction and “Guide to the Guide”

Chapter 0000: Network Basics
Chapter 0001: LAN Cabling
Chapter 0010: ISO, OSI, and IEEE Standards
Chapter 0011: Network Hardware
Chapter 0100: Network Protocols
Chapter 0101: TCP/IP
Chapter 0110: Network Operating Systems (NOS)
Chapter 0111: Wide Area Networking
Chapter 1000: Security in the Real World
Chapter 1001: Networking in the Real World
Chapter 1010: 144 Real World Exam Questions

Appendix A: Answers to Success Questions and Real World Exam Questions

Appendix B: Decoding Math

Appendix C: Subnet Masks (Parts: 1 2 )

Appendix D: Graphics (Parts: 1 2 3 4 5 )

Glossary

Download Book The Little Book of Ruby

The PDF eBook, Little Book Of Ruby, will take you through the fundamentals of Ruby programming. Beginning with the basics (strings, numbers, objects and methods) it rapidly moves on to tell all you need to know to form your own class hierarchies, use arrays, hashes, iterators, modules, mixins and much more. You can follow this step-by-step tutorial to Ruby programming, reading the text chapter by chapter and running sample programs. Or, you can jump right in and try running some of the programs in whatever order suits your mood, and then refer back later for explanations. This book has no monolithic applications – just small, self-contained,sample programs enabling one to skip around, chapter to chapter if desired. All the programs in this ebook can be downloaded as a Zip archive, and they are grouped by directories – one for each chapter. This ebook in pdf format has 10 Chapters, a total of 85 pages, and 565kb.


Download The Little Book of Ruby.

Ruby is a cross-platform interpreted language created by Yukihiro Matsumoto (‘Matz’) and was first released in 1995. It has much in common with scripting languages such as Perl and Python, but its object orientation is more thorough than those languages. At ruby-lang.org, you can download the latest version of Ruby. The easist way to install Ruby on your windows PC is to use the Ruby Installer for Windows, which includes the SciTE code editor. Much of the excitement surrounding Ruby is because of the web development framework called Rails – well known as ‘Ruby On Rails’. The Little Book of Ruby does not cover the special features of Rails, but it gives you a basis upon which to understand Rails code and write Rails applications.

The Little Book of Ruby

Table of Contents:

  • Chapter One : Strings and Methods
  • Chapter Two: Classes and Objects
  • Chapter Three: Class Hierarchies
  • Chapter Four: Accessors, Attributes, Class Variables
  • Chapter Five: Arrays
  • Chapter Six: Hashes
  • Chapter Seven: Loops and Iterators
  • Chapter Eight: Conditional Statements
  • Chapter Nine: Modules and Mixins
  • Chapter Ten: Saving Files, Moving On…