Buy used Bachelor of Computer Applications (BCA) books online in India
Buy Second Hand Books, Used Books Online In India
Database System Concepts
Written by leading information security educators, this fully revised, full-color computer security textbook covers CompTIAs fastest-growing credential, CompTIA Security+. Principles of Computer Security, Fourth Edition is a student-tested, introductory computer security textbook that provides comprehensive coverage of computer and network security fundamentals in an engaging and dynamic full-color design. In addition to teaching key computer security concepts, the textbook also fully prepares you for CompTIA Security+ exam SY0-401 with 100% coverage of all exam objectives. Each chapter begins with a list of topics to be covered and features sidebar exam and tech tips, a chapter summary, and an end-of-chapter assessment section that includes key term, multiple choice, and essay quizzes as well as lab projects. Electronic content includes CompTIA Security+ practice exam questions and a PDF copy of the book. Key features: CompTIA Approved Quality Content (CAQC) Electronic content features two simulated practice exams in the Total Tester exam engine and a PDF eBook Supplemented by Principles of Computer Security Lab Manual, Fourth Edition, available separately White and Conklin are two of the most well-respected computer security educators in higher education Instructor resource materials for adopting instructors include: Instructor Manual, PowerPoint slides featuring artwork from the book, and a test bank of questions for use as quizzes or exams Answers to the end of chapter sections are not included in the book and are only available to adopting instructors Learn how to: Ensure operational, organizational, and physical security Use cryptography and public key infrastructures (PKIs) Secure remote access, wireless networks, and virtual private networks (VPNs) Authenticate users and lock down mobile devices Harden network devices, operating systems, and applications Prevent network attacks, such as denial of service, spoofing, hijacking, and password guessing Combat viruses, worms, Trojan horses, and rootkits Manage
Data Structures
The classic data structure textbook provides a comprehensive and technically rigorous introduction to data structures such as arrays, stacks, queues, linked lists, trees and graphs, and techniques such as sorting hashing that form the basis of all software. In addition, it presents advanced of specialized data structures such as priority queues, efficient binary search trees, multiway search trees and digital search structures. The book now discusses topics such as weight biased leftist trees, pairing heaps, symmetric min-max heaps, interval heaps, top-down splay trees, B+ trees and suffix trees. Red-black trees have been made more accessible. The section on multiway tries has been significantly expanded and several trie variations and their application to Interner packet forwarding have been disused.
Object Oriented Programming With C++
Table Of Contents Preface Principles Of Object-Oriented Programming Beginning with C++ Tokens, Expressions and Control Structures Functions in C++ Classes and Objects Constructors and Destructors Operator Overloading and Type Conversions Inheritance: Extending Classes Pointers, Virtual Functions and Polymorphism Managing Console I/O Operations Working with Files Templates Exception Handling Introduction to the Standard Template Library Manipulating Strings New Features of ANSI C++ Standard Object-Oriented Systems Development Appendix A: Projects Appendix B: Answers to Debugging Exercises Appendix C: Executing Turbo C++ Appendix D: Executing C++ Under Windows Appendix E: Glossary of ANSI C++ Keywords Appendix F: C++ Operator Precedence Appendix G: Points to Remember Appendix H: Glossary of Important C++ and OOP Terms Appendix I: C++ Proficiency Test with Answers Bibliography Index
Let US C by Yashwant Kanetkar
Description: ""Simplicity""- That has been the hallmark of this book in not only its previous fourteen English editions, but also in the Hindi, Guajarati, Japanese, Korean, Chinese and US editions. This book does not assume any programming background. It begins with the basics towards the end of the book. Each Chapter Contains: Lucid explanation of the concept well thought-out, fully working programming examples End of chapter exercises that would help you practise the learned in the chapter Hand crafted ""kanNotes"" that would help you remember and revise the concepts covered in each chapter. Table of Contents: Getting Started C Instructions Decision Control Instruction More Complex Decision Making Loop Control Instruction More Complex Repetitions Case Control Instruction Functions Pointers Recursion Data Types Revisited The C Preprocessor Arrays Multidimensional Arrays Strings Handling Multiple Strings Structures Console Input/ Output File Input/ Output More Issues in Input/ Output Operations on Bits Miscellaneous Features C Under Linux Interview FAQ's Appendix A- Compilation and Execution Appendix B- Precedence table Appendix C-Chasing the Bugs Appendix D- ACII Chart Periodic Tests I to IV Index
SQL, PL/SQL by Ivan Bayross
Oracle's Workgroup or Enterprise Server, are the world's largest selling RDBMS products. It is estimated that the combined sales of both these Oracle products account for more than 80% of RDBMS products. It is estimated that the combines sales of both these Oracle products account for more than 80% of RDBMS engines sold worldwide.A very large amount of commercial applications are developed around these products. Most ERP software such as SAP R3, Avalon, Marshall, PeopleSoft, Oracle Applications and a host of other such client software work with the Oracle RDBMS engine worldwide.Whether a corporate entity chooses to use Oracle Work Group of Enterprise Server, the natural programming language of both of these products in ANSI SQL and PL/SQL. This book has been written to address the need of programmers who wish to have a ready reference book, with examples, which covers ANSI SQL and PL/SQL.The creating of User Defined Functions, Procedures, Database triggers and other specific data processing PL/SQL code blocks for commercial applications will always required programmers who can code comfortably in ANSI SQL and PL/SQL.Exception handling, Oracle's default locking and User defined locking has been covered in a fair amount of detail. However these areas are of great interest to commercial application developers Programmers with these explicit skills will always find employment in that segment of the software industry, which develops commercial applications.I have tried to use my extensive commercial application development experience in Oracle using ANSI SQL and PL/SQL to produce a book that has answers to most of the questions that seem to puzzle programmers in ANSI SQL and PL/SQL.Every single programming question has not been answered, indeed if I tried to actually do that I would fail since I believe that I myself have not encountered every single programming problem. However, I''ve chosen several key areas in commercial applications and tried to address a set of issues that most commercial applications developers
C++ book to boost your coding skills
C++ Primer Plus is a carefully crafted, complete tutorial on one of the most significant and widely used programming languages today. An accessible and easy-to-use self-study guide, this book is appropriate for both serious students of programming as well as developers already proficient in other languages. The sixth edition of C++ Primer Plus has been updated and expanded to cover the latest developments in C++, including a detailed look at the new C++11 standard. Author and educator Stephen Prata has created an introduction to C++ that is instructive, clear, and insightful. Fundamental programming concepts are explained along with details of the C++ language. Many short, practical examples illustrate just one or two concepts at a time, encouraging readers to master new topics by immediately putting them to use. Review questions and programming exercises at the end of each chapter help readers zero in on the most critical information and digest the most difficult concepts. In C++ Primer Plus, youll find depth, breadth, and a variety of teaching techniques and tools to enhance your learning: A new detailed chapter on the changes and additional capabilities introduced in the C++11 standard Complete, integrated discussion of both basic C language and additional C++ features Clear guidance about when and why to use a feature Hands-on learning with concise and simple examples that develop your understanding a concept or two at a time Hundreds of practical sample programs Review questions and programming exercises at the end of each chapter to test your understanding Coverage of generic C++ gives you the greatest possible flexibility Teaches the ISO standard, including discussions of templates, the Standard Template Library, the string class, exceptions, RTTI, and namespaces
COMPUTER PROGRAMMING BOOK: CLEAN CODE by ROBERT C MARTIN
Clean Code written by Robert Martin will instill within you the values of a software craftsman and make you a better programmer, if you follow and work at it. It teaches us how to write good code,transform bad code into good code,how to create good names,good functions,good objects and good classes, how to format code for maximum readability, how to implement complete error handling without obscuring code logic, how to unit test and practice test-driven developmentThis book is a must for any developer, software engineer, project manager,team leader, or systems analyst with an interest in producing better codeRobert C"Uncle Bob" Martin has been a software professional since 1970 and an international software consultant since 1990. He is founder president of Object Mentor,Inc, a team of experienced consultants who mentor their clients in the fields of C++,Java,C#,Ruby,OO,Design Patterns, UML,Agile Methodologies,and eXtreme programmingSo what are you waiting for, purchase it right now, it is reasonably priced and is in good LIKE NEW condition, without any highlights or notes written in it.
Computer Science and Engineering
The book not only covers the entire scope of the subject but explains the philosophy of the subject. This makes the understanding of this subject more clear and makes it more interesting. The book will be very useful not only to the students but also to the subject teachers. The students have to omit nothing and possibly have to cover nothing more
Computer Science engineering
The book uses plain, lucid tanquage to explain fundamentals of this subject. The book provides logical method of explaining various complicated concepts and stepene methods to explain the important topics. Each chapter is well supported with necessary illustrations practical examples and solved problems. All the chapters in the book are arranged in a proper sequence that permits each topic to build upon earlier studies. All care has been taken to make students comfortable in understanding the basic concepts of the subject.
Physics for Information Science
This book on "A TEXT BOOK ON PHYSICS FOR INFORMATION SCIENCE has been written in accordance with the latest syllabus prescribed by the Anna University in Tamilnadu for the second semester B.E/B.Tech. degree course under the new regulation 2021.This book is attempted with the expectation to meet the need for a good text book that would serve the requirements of both the learned and learning.
C Programming
Learn the basics of most favoured dynamic language for application development Key Features Major reorganisation of chapters with a view to improve comprehension of concepts involved Comprehensive coverage of all the concepts of Core Java Simple language, crystal clear approach, user-friendly book Concepts are duly supported by several examples and self-explanatory analogies. Description Java Language is very popularly used for creating applications for PC, Laptop, Tablet, Web and Mobile world Learning a language that can work on so many different platforms can be a challenge. This is where you would find this book immediately useful. It follows a simple and easy narration style. It doesn't assume any programming background. It begins with the basics and steadily builds the pace so that the reader finds it easy to handle complex topics towards the end. Each chapter has been designed to create a deep and lasting impression on the reader's mind. Object-Oriented Programming has been covered in detail to give a strong foundation for Java Programming. Well thought out and fully working example programs and carefully crafted exercises of this book, cover every aspect of Java programming. What will you learn Data types & Control Instructions Classes & Objects Arrays & Strings Inheritance & Polymorphism Interfaces, Packages Exception Handling, Effective IO Multithreading & Synchronization Generics, Collection classes, GUI Using Swing Database Connectivity Using JDBC Who this book is for This book will prove to be a "must have" for beginners as well as experienced professionals as it is a stepping stone for learning Java technology. Table of Contents 1. An Overview of Java 2. Getting Started 3. Java Data Types and Instructions 4. Decision Control Instruction 5. Loop Control Instruction 6. Case-Control Instruction 7. Functions 8. Advanced Features of Functions 9. Introduction to OOP 10. Classes and Objects 11. Arrays 12. Strings and Enums 13. Inheritance 14. Polymorphism 15. Exception Handling 16. Effective Input/ Output 1