Computer Fundamentals and Programming Concepts For Chaudhary Charan Singh University

Computer Fundamentals and Programming Concepts: For Chaudhary Charan Singh University is designed to update and expand basic informatics skills and attitudes relevant to the emerging technology-based society. This book is tailored specifically to suit the requirements of BBA students of Chaudhary Ch...

Descripción completa

Detalles Bibliográficos
Autor principal: ITL Education Solutions Limited, ITL Education Solutions Limited (-)
Formato: Libro electrónico
Idioma:Inglés
Publicado: Noida : Pearson India 2011.
Colección:Always learning.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009820414106719
Tabla de Contenidos:
  • Cover
  • Contents
  • Syllabus
  • Preface
  • Chapter 1: Introduction to Computers
  • 1.1 Introduction
  • 1.2 Characteristics of Computers
  • 1.3 Development of computers
  • 1.3.1 Some Early Computers
  • 1.4 Generations of Computers
  • 1.4.1 First Generation (1940-56): Vacuum Tubes
  • 1.4.2 Second Generation (1956-63): Transistors
  • 1.4.3 Third Generation (1964-Early 1970s): Integrated Circuits
  • 1.4.4 Fourth Generation (Early 1970s-Till Date): Microprocessors
  • 1.4.5 Fifth Generation (Present and Beyond): Artificial Intelligence
  • 1.5 Classification of Computers
  • 1.5.1 Classification According to Purpose
  • 1.5.2 Classification According to Type of Data-Handled Techniques
  • 1.5.3 Classification According to Functionality
  • 1.6 The Computer System
  • 1.6.1 Basic Components of a Computer System
  • 1.7 Types of Input Devices
  • 1.7.1 Keyboard
  • 1.7.2 P ointing Devices
  • 1.7.3 D igital Camera
  • 1.7.4 Scanners
  • 1.7.5 Optical Character Recognition (OCR)
  • 1.7.6 Optical Mark Recognition (OMR )
  • 1.7.7 Magnetic Ink Character Reader (MICR)
  • 1.7.8 Bar Code Reader
  • 1.8 Types of Output Devices
  • 1.8.1 Printers
  • 1.8.2 Plotters
  • 1.8.3 Computer Monitor
  • 1.9 Types of memor y
  • 1.9.1 Primary Memory
  • 1.9.2 Secondary Memory
  • 1.10 Applications of Computer
  • Let us Summarise
  • Exercises
  • Answer
  • Chapter 2: Number Systems and Computer Codes
  • 2.1 Introduction
  • 2.2 Number system
  • 2.2.1 Types of Number Systems
  • 2.2.2 Conversion Between Number Bases
  • 2.3 Computer Arithmetic
  • 2.3.1 Binary Arithmetic
  • 2.3.2 Octal Arithmetic
  • 2.3.3 Hexadecimal Arithmetic
  • 2.4 Coding Schemes
  • 2.4.1 BCD
  • 2.4.2 ASCII
  • 2.4.3 EBCDIC
  • Let us Summarise
  • Exercises
  • Answer
  • Chapter 3: Microsoft Office Excel 2003
  • 3.1 Introduction
  • 3.2 Starting Microsoft Office Excel 2003
  • 3.2.1 Microsoft Excel Environment.
  • 3.3 Working with Excel Workbook
  • 3.3.1 Creating an Excel Workbook
  • 3.3.2 Opening an Existing Workbook
  • 3.3.3 Saving Workbook
  • 3.3.4 Closing a Workbook
  • 3.4 Working with Worksheet
  • 3.4.1 Entering Data in Cells
  • 3.4.2 Navigating Through Cells
  • 3.4.3 Naming of a Range of Cells
  • 3.4.4 Editing a Worksheet
  • 3.4.5 Using Cut, Copy, and Paste in Excel
  • 3.4.6 Finding and Replacing Cells
  • 3.4.7 Undo and Redo
  • 3.5 Formulas and Functions
  • 3.5.1 Functions
  • 3.5.2 Using Auto Sum
  • 3.5.3 Formulas
  • 3.6 Inserting Charts
  • 3.6.1 Creating Charts
  • 3.6.2 Using Chart Toolbar
  • 3.6.3 Saving a Chart
  • 3.7 Sorting
  • 3.8 Object Linking and Embedding (OLE )
  • 3.8.1 Inserting an Embedded Object in Excel Worksheet
  • 3.8.2 Inserting a Linked Object in Excel
  • 3.9 Importing Data
  • 3.10 Inserting PivotTable
  • 3.11 Printing in Excel
  • 3.11.1 Setting Page Layout
  • 3.11.2 Print Preview
  • 3.11.3 Printing Worksheet
  • 3.12 Advanced features of Microsoft Excel
  • 3.12.1 Working with Multiple Worksheets and Workbooks
  • 3.12.2 What-if Analysis
  • 3.12.3 Working with Data Form
  • 3.12.4 Working with Filters
  • Let us Summarise
  • Exercises
  • Answers
  • Chapter 4: Programming in C
  • 4.1 Introduction
  • 4.2 Evolution of C Language
  • 4.3 Uses of C
  • 4.4 Creating and Executing a Program Using C Language
  • 4.5 Basic Structure of a C Program
  • 4.6 Executing a Program Using Turbo C++
  • 4.7 C Character Set
  • 4.8 Keywords
  • 4.9 Identifiers
  • 4.10 Constants
  • 4.11 Data Types
  • 4.11.1 Built-In Data Types
  • 4.11.2 Derived Data Types
  • 4.11.3 User-Defined Data Types
  • 4.12 Variables
  • 4.13 Operators and Expressions
  • 4.13.1 T ypes of Operators
  • 4.14 Header Files
  • 4.15 Control Structures
  • 4.15.1 Conditional Statements
  • 4.15.2 Looping Statements
  • 4.15.3 Jump Statements
  • 4.16 Arrays
  • 4.17 Pointers
  • 4.17.1 Pointers and Arrays.
  • 4.18 Structures
  • 4.19 Functions
  • 4.19.1 Function Definition
  • 4.19.2 Function Declaration
  • 4.19.3 Calling Functions
  • 4.19.4 Returning from Functions
  • 4.19.5 Structures and Functions
  • 4.20 File-Handling
  • 4.20.1 Opening and Closing Files
  • 4.20.2 Reading and Writing Text Files
  • 4.20.3 Reading and Writing Binary files
  • Let us Summarise
  • Exercises.