A PRACTICAL WORKBOOK FOR COMPUTER SCIENCE (C++) CLASS XI

Size: px
Start display at page:

Download "A PRACTICAL WORKBOOK FOR COMPUTER SCIENCE (C++) CLASS XI"

Transcription

1

2 A PRACTICAL WORKBOOK FOR COMPUTER SCIENCE (C++) CLASS XI

3 A PRACTICAL WORKBOOK FOR COMPUTER SCIENCE (C++) CLASS XI (Strictly according to new curriculum prescribed by CBSE) By Pavithra Karthik, B.Tech, MS (IT) Lecturer, Arsha Vidya Mandir Senior Secondary School, Chennai, Tamil Nadu LAXMI PUBLICATIONS (P) LTD BANGALORE CHENNAI COCHIN GUWAHATI HYDERABAD JALANDHAR KOLKATA LUCKNOW MUMBAI RANCHI INDIA USA GHANA KENYA

4 A PRACTICAL WORKBOOK FOR COMPUTER SCIENCE (C + +) XI Copyright by Laxmi Publications (P) Ltd. All rights reserved including those of translation into other languages. In accordance with the Copyright (Amendment) Act, 2012, no part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, electronic, mechanical, photocopying, recording or otherwise. Any such act or scanning, uploading, and or electronic sharing of any part of this book without the permission of the publisher constitutes unlawful piracy and theft of the copyright holder s intellectual property. If you would like to use material from the book (other than for review purposes), prior written permission must be obtained from the publishers. Printed and bound in India Typeset at Excellent Graphics, Delhi New Edition T PRAC WORKBK COMP SC C++ XI ISBN Price: ` Limits of Liability/Disclaimer of Warranty: The publisher and the author make no representation or warranties with respect to the accuracy or completeness of the contents of this work and specifically disclaim all warranties. The advice, strategies, and activities contained herein may not be suitable for every situation. In performing activities adult supervision must be sought. Likewise, common sense and care are essential to the conduct of any and all activities, whether described in this book or otherwise. Neither the publisher nor the author shall be liable or assumes any responsibility for any injuries or damages arising herefrom. The fact that an organization or Website if referred to in this work as a citation and/or a potential source of further information does not mean that the author or the publisher endorses the information the organization or Website may provide or recommendations it may make. Further, readers must be aware that the Internet Websites listed in this work may have changed or disappeared between when this work was written and when it is read. All trademarks, logos or any other mark such as Vibgyor, USP, Amanda, Golden Bells, Firewall Media, Mercury, Trinity, Laxmi appearing in this work are trademarks and intellectual property owned by or licensed to Laxmi Publications, its subsidiaries or affiliates. Notwithstanding this disclaimer, all other names and marks mentioned in this work are the trade names, trademarks or service marks of their respective owners. PUBLISHED IN INDIA BY Laxmi Publications (P) Ltd. 113, GOLDEN HOUSE, DARYAGANJ, NEW DELHI , INDIA Telephone : , Fax : , info@laxmipublications.com Branches & Bangalore & Chennai , & Cochin , & Guwahati , & Hyderabad , & Jalandhar & Kolkata & Lucknow & Mumbai , & Ranchi C Printed at:

5 CONTENTS Syllabus-Class XI (Practical)... (xi) Unit 1 : Control Structures Sequential, Conditional and Iterative Statements Roots of a Quadratic Equation Electricity Bill Generation Area Calculator Usiug Switch Summation of Series Number Game Summation Using Do while Fibonacci Series Decimal to Binary Conversion Pattern Generation Additional Questions UNIT 2 : ARRAYS Array of Employees Array Manipulation D Array Manipulation Additional Questions UNIT 3 : STRINGS Counting Vowels Sorting an Array of Strings Palindrome Additional Questions UNIT 4 : FUNCTIONS Four Function Calculator Using Functions Functions and Default Arguments Additional Questions ( v )

6 ( vi ) UNIT 5 : EVENT DRIVEN PROGRAMMING Guessing Number Game Program Cows and Bulls Hangman UNIT 6 : STRUCTURES Employee Structure Complex Numbers UNIT 7 : SAMPLE PROJECTS Alien Code Generator Lorrinator Modern Periodic Table APPENDIX A : INSTALLING AND EXECUTING PROGRAMS IN C APPENDIX B: COMMON ERRORS AND SUGGESTIONS TO CORRECT

7 FOREWORD Mrs. Pavithra, obtained her B.Tech from Adhiparasakthi Engineering College, Melmaruvathur. She did her M.S (by Research) under my guidance at Madras Institute of Technology, Anna University, Chennai. Pavithra was a constant achiever right from her school days. She stood district 2 nd in class 10 and got a state 3 rd rank in English in class 12. She also secured a university gold medal in B.Tech. She worked with Cognizant technology solutions for over 4 years. Her certifications include Microsoft certified Programmer (ASP.NET), Java Certificate (SCJP) and webmethods certified professional. A software programmer by profession, she switched her career to teaching. She now divides her time for tutoring various engineering students across the globe and works part-time, lecturing students of class 11 and 12 at Arsha Vidya Mandir CBSE School, Chennai. This practical book is an excellent work of compilation of relevant C++ programs required for students of class 11. It would also help a novice to learn the basics of C++ language. Practice problems are given at the end of each unit followed by probable viva questions covering the relevant topics. This book would serve as a practical guide for students preparing for their practical exams. All the best. Dr S. Thamarai Selvi Professor and Dean, Department of Computer Technology, Madras Institute of Technology, Anna University Chennai. ( vii )

8 PREFACE This practical workbook is intended to be used by Computer Science students of class 11 in CBSE curriculum. This workbook provides the requisite background material as well as numerous computing problems covering all difficulty levels. This book can also be used by students learning the C++ language. The objectives of this book are: 1. Defining clearly the scope of the course. 2. Bringing uniformity in the way the course is conducted across different schools strictly catering to CBSE syllabus. 3. Providing ready reference for students while working in the lab. 4. Slow learners can learn the programs already solved while the fast paced learners can improve their computing skills by trying the practice problems. This book is organized into 7 units. Unit 1 deals with control structures of C++. It has 9 programs. These programs explain if else structure, switch construct, for, while and do while loops. They also explain pattern generation using nested loops. Unit 2 deals with arrays. It has 4 programs which explain insertion, deletion, searching, sorting, maximum and minimum in 1D array. It also explains 2D array manipulation. Unit 3 deals with strings. It has 3 programs. It has programs for counting vowels, palindrome and sorting an array of strings. Unit 4 explains functions. It demonstrates four function calculator using functions and functions with default arguments. Unit 5 explains event-driven programming has 3 programs: A guessing number game, cows and bulls and Hangman. Unit 6 deals with Structures. It explains an employee structure and complex number arithmetic using structures. Unit 7 deals with sample projects. Project 1 is an encryption algorithm using strings, functions and arrays. Project 2 is a simulation of a Modern periodic table using structures. Appendix 1 explains the step-by-step installation of Visual C++ software. It also explains how to create a simple C++ application. Appendix 2 lists some common errors in programming and suggestions to correct it. This book is intended to be simple yet effective for class 11 students who would use this ready reference for better preparation. All programs have been thoroughly tested and screenshots are provided after every program for better understanding. Author ( ix )

9 ACKNOWLEDGEMENTS I dedicate this book to my parents, who have been a constant source of inspiration to me right from my childhood. They have taught me that Whatever happens, happens for a reason and have helped me to accept life in its stride and give my best wherever I am and in whatever I do. Behind every successful woman, needs to be her husband and this book is a proof of that support. I thank my husband, Karthik and my brother-in-law Mr.Bharani Rajan, for the technical review of the book. I got a good critic in them, and thanks to them, the book is in a much better shape now than how it was initially. A special thanks to my sister-in-law, Kanchan for helping me in designing the flowcharts. I would like to thank each of my family members, including my kids, who have been instrumental in encouraging me in writing this book. I thank them from the bottom of my heart for helping me achieve this height. I thank Laxmi publications for having confidence in me and publishing my book. They have brought my talent to the outside world. Last but not the least, I would like to thank each one of my students who have encouraged me to write this book. They have helped me in continuous learning and researching and hope my journey continues. Author ( x )

10 SYLLABUS Class XI (Practical) Duration: 3 Hours Total Marks: Programming in C++ (10) One programming problem in C++ to be developed and tested in Computer during the examination. Marks are allotted on the basis of following: Logic: 5 Marks Documentation/Indentation: 2 Marks Output presentation: 3 Marks Note: The types of problems to be given will be of application type from the following topics 2. Project Work (10) 1. Preamble 1.1 The academic course in Computer Science includes one Project each year. The purpose behind this is to consolidate the concepts and practices imparted during the course and to serve as a record of competence. 1.2 A group of two/three students as team may be allowed to work on one project. 2. Project content 2.1 Project can be selected from one of the topics given in event programming. Theme of the project can be: Any subsystem of a System Software or Tool Any Scientific or a fairly complex algorithmic situation. Business oriented problems like Banking, Library information system, Hotel or Hospital management system, Transport query system Quizzes/Games; Tutor/Computer Aided Learning Systems 2.2 The aim of the project is to highlight the abilities of algorithmic formulation, modular programming, optimized code preparation, systematic documentation and other associated aspects of Software Development. 2.3 The assessment would be through the project demonstration and the Project Report, which should portray Programming Style, Structured Design, Minimum Coupling, High Cohesion, Good documentation of the code to ensure readability and ease of maintenance. 3. Practical file (05) Must have minimum 15 programs from the topics covered in class XI course. 4. Viva voce (05) Viva will be asked from syllabus covered in class XI and the project developed by the student. ( xi )

11 A Practical Workbook For Computer Science (C++) Class 11th New % OFF Publisher : Laxmi Publications ISBN : Author : Pavithra Karthik Type the URL : Get this ebook

Excel Formulas & Functions

Excel Formulas & Functions Microsoft Excel Formulas & Functions 4th Edition Microsoft Excel Formulas & Functions 4th Edition by Ken Bluttman Microsoft Excel Formulas & Functions For Dummies, 4th Edition Published by: John Wiley

More information

GACE Computer Science Assessment Test at a Glance

GACE Computer Science Assessment Test at a Glance GACE Computer Science Assessment Test at a Glance Updated May 2017 See the GACE Computer Science Assessment Study Companion for practice questions and preparation resources. Assessment Name Computer Science

More information

Kendriya Vidyalaya Sangathan

Kendriya Vidyalaya Sangathan Kendriya Vidyalaya Sangathan Intel* Teach Program MEMORANDUM OF UNDERSTANDING This Memorandum of Understanding ("MoU") is made on ^...20. Technology... c"7 between Intel India Private Limited, a company

More information

MMOG Subscription Business Models: Table of Contents

MMOG Subscription Business Models: Table of Contents DFC Intelligence DFC Intelligence Phone 858-780-9680 9320 Carmel Mountain Rd Fax 858-780-9671 Suite C www.dfcint.com San Diego, CA 92129 MMOG Subscription Business Models: Table of Contents November 2007

More information

Dialogue Live Clientside

Dialogue Live Clientside Dialogue Live Clientside Logger Setup www.skillsoft.com Copyright 2008 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft

More information

School of Innovative Technologies and Engineering

School of Innovative Technologies and Engineering School of Innovative Technologies and Engineering Department of Applied Mathematical Sciences Proficiency Course in MATLAB COURSE DOCUMENT VERSION 1.0 PCMv1.0 July 2012 University of Technology, Mauritius

More information

PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements

PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements July 2017 PeopleSoft Human Capital Management 9.2 (through Update Image 23) Hardware and Software Requirements

More information

SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2

SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2 SCT HIGHER EDUCATION SCT Banner Student Fee Assessment Training Workbook October 2005 Release 7.2 Confidential Business Information --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Submission of a Doctoral Thesis as a Series of Publications

Submission of a Doctoral Thesis as a Series of Publications Submission of a Doctoral Thesis as a Series of Publications In exceptional cases, and on approval by the Faculty Higher Degree Committee, a candidate for the degree of Doctor of Philosophy may submit a

More information

THE ALLEGORY OF THE CATS By David J. LeMaster

THE ALLEGORY OF THE CATS By David J. LeMaster By David J. LeMaster Copyright 2014 by David J. LeMaster, All rights reserved. ISBN: 978-1-60003-757-3 CAUTION: Professionals and amateurs are hereby warned that this Work is subject to a royalty. This

More information

Guide to Teaching Computer Science

Guide to Teaching Computer Science Guide to Teaching Computer Science Orit Hazzan Tami Lapidot Noa Ragonis Guide to Teaching Computer Science An Activity-Based Approach Dr. Orit Hazzan Associate Professor Technion - Israel Institute of

More information

Characteristics of the Text Genre Informational Text Text Structure

Characteristics of the Text Genre Informational Text Text Structure LESSON 4 TEACHER S GUIDE by Jacob Walker Fountas-Pinnell Level A Informational Text Selection Summary A fire fighter shows the clothes worn when fighting fires. Number of Words: 25 Characteristics of the

More information

1. M. Sc. Program objectives

1. M. Sc. Program objectives 1. M. Sc. Program objectives To provide, thorough well designed studies of theoretical and experimental Physics, a worthwhile educational experience for all students. To acquire deep knowledge in fundamental

More information

Lecture Notes on Mathematical Olympiad Courses

Lecture Notes on Mathematical Olympiad Courses Lecture Notes on Mathematical Olympiad Courses For Junior Section Vol. 2 Mathematical Olympiad Series ISSN: 1793-8570 Series Editors: Lee Peng Yee (Nanyang Technological University, Singapore) Xiong Bin

More information

Instrumentation, Control & Automation Staffing. Maintenance Benchmarking Study

Instrumentation, Control & Automation Staffing. Maintenance Benchmarking Study Electronic Document Instrumentation, Control & Automation Staffing Prepared by ITA Technical Committee, Maintenance Subcommittee, Task Force on IC&A Staffing John Petito, Chair Richard Haugh, Vice-Chair

More information

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0

Intel-powered Classmate PC. SMART Response* Training Foils. Version 2.0 Intel-powered Classmate PC Training Foils Version 2.0 1 Legal Information INFORMATION IN THIS DOCUMENT IS PROVIDED IN CONNECTION WITH INTEL PRODUCTS. NO LICENSE, EXPRESS OR IMPLIED, BY ESTOPPEL OR OTHERWISE,

More information

12-WEEK GRE STUDY PLAN

12-WEEK GRE STUDY PLAN 12-WEEK GRE STUDY PLAN Copyright 2017 by PowerScore Incorporated. All Rights Reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted in any form or by any

More information

Asked Questions (FAQs) and Answers

Asked Questions (FAQs) and Answers CIVIL SERVICES EXAMINATION CSE Medical Examination of the candidates Frequently Asked Questions (FAQs) and Answers i. ii. iii. This FAQ is for information purpose only and is not a substitute for Rules.

More information

McGraw-Hill Connect and Create Built by Blackboard. Release Notes. Version 2.3 for Blackboard Learn 9.1

McGraw-Hill Connect and Create Built by Blackboard. Release Notes. Version 2.3 for Blackboard Learn 9.1 McGraw-Hill Connect and Create Built by Blackboard Release Notes Version 2.3 for Blackboard Learn 9.1 Publication Date: October 2015 Revision 1.0 Worldwide Headquarters Blackboard Inc. 650 Massachusetts

More information

Learning Microsoft Publisher , (Weixel et al)

Learning Microsoft Publisher , (Weixel et al) Prentice Hall Learning Microsoft Publisher 2007 2008, (Weixel et al) C O R R E L A T E D T O Mississippi Curriculum Framework for Business and Computer Technology I and II BUSINESS AND COMPUTER TECHNOLOGY

More information

SAMPLE AFFILIATION AGREEMENT

SAMPLE AFFILIATION AGREEMENT SAMPLE AFFILIATION AGREEMENT AFFILIATION AGREEMENT FOR USE WITH A FOREIGN STUDY PROGRAM W I T N E S S E T H and WHEREAS, cordial relations exist between the United Stated of America and France; WHEREAS,

More information

Characteristics of the Text Genre Informational Text Text Structure

Characteristics of the Text Genre Informational Text Text Structure LESSON 4 TEACHER S GUIDE by Taiyo Kobayashi Fountas-Pinnell Level C Informational Text Selection Summary The narrator presents key locations in his town and why each is important to the community: a store,

More information

The University of Iceland

The University of Iceland The University of Iceland By Eziama Alvan C. www.freetuitionuniversities.com 1 Student Visa Preparation Guide: Copyright Information The information contained in this document remains the property of www.freetuitionuniversities.com

More information

THE PROMOTION OF SOCIAL AWARENESS

THE PROMOTION OF SOCIAL AWARENESS THE PROMOTION OF SOCIAL AWARENESS Powerful Lessons from the Partnership of Developmental Theory and Classroom Practice Robert L. Selman Russell Sage Foundation New York The Russell Sage Foundation The

More information

PROSPECTUS DIPLOMA IN CENTRAL EXCISE AND CUSTOMS. iiem. w w w. i i e m. c o m

PROSPECTUS DIPLOMA IN CENTRAL EXCISE AND CUSTOMS. iiem.   w w w. i i e m. c o m PROSPECTUS DIPLOMA IN CENTRAL EXCISE AND CUSTOMS iiem TM ABOUT THE COURSE Indian Institute of Export Management (IIEM) offers a Diploma program in Central Excise and Customs, which helps develop skills

More information

Fountas-Pinnell Level P Informational Text

Fountas-Pinnell Level P Informational Text LESSON 7 TEACHER S GUIDE Now Showing in Your Living Room by Lisa Cocca Fountas-Pinnell Level P Informational Text Selection Summary This selection spans the history of television in the United States,

More information

Developing Autonomy in Language Learners: Diagnostic Teaching. LEARN Workshop July 28 and 29, 2015 Ra ed F. Qasem

Developing Autonomy in Language Learners: Diagnostic Teaching. LEARN Workshop July 28 and 29, 2015 Ra ed F. Qasem Developing Autonomy in Language Learners: Diagnostic Teaching LEARN Workshop July 28 and 29, 2015 Ra ed F. Qasem Goals o Define diagnostic teaching. o Explore the process of diagnostic teaching. Plan 1.

More information

INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA

INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA INDIAN STATISTICAL INSTITUTE 203, BARRACKPORE TRUNK ROAD KOLKATA 700 108 A D V E R T I S E M E N T Applications are invited from Indian Nationals for recruitment of following posts required at Kolkata,

More information

MASTER S COURSES FASHION START-UP

MASTER S COURSES FASHION START-UP MASTER S COURSES FASHION START-UP Postgraduate Programmes Master s Course Fashion Start-Up 02 Brief Descriptive Summary Over the past 80 years Istituto Marangoni has grown and developed alongside the thriving

More information

IIT. That s where I long to belong.

IIT. That s where I long to belong. IIT. That s where I long to belong. You dream of belonging on an IIT Campus. A member of that revered band of engineers-in-the-making. Each one determined to blaze a trail somewhere in the future. We,

More information

STATUS OF OPAC AND WEB OPAC IN LAW UNIVERSITY LIBRARIES IN SOUTH INDIA

STATUS OF OPAC AND WEB OPAC IN LAW UNIVERSITY LIBRARIES IN SOUTH INDIA CHAPTER - 5 STATUS OF OPAC AND WEB OPAC IN LAW UNIVERSITY LIBRARIES IN SOUTH INDIA 5.0. Introduction Library automation implies the application of computers and utilization of computer based products and

More information

SkillPort Quick Start Guide 7.0

SkillPort Quick Start Guide 7.0 SkillPort Quick Start Guide 7.0 www.skillsoft.com Copyright 2009 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft (877-545-5763)

More information

Briefing document CII Continuing Professional Development (CPD) scheme.

Briefing document CII Continuing Professional Development (CPD) scheme. Briefing document CII Continuing Professional Development (CPD) scheme www.thepfs.org 2 Contents 3 What is Continuing Professional Development > 4 Who needs to complete the CII CPD scheme > 5 What does

More information

Mangalagangothri , D.K. District, Karnataka

Mangalagangothri , D.K. District, Karnataka MANGALORE UNIVERSITY Mangalagangothri 574 199, D.K. District, Karnataka APPLICATION FOR TEACHING/PRINCIPAL/ACADEMIC POSTS (To be submitted in sets along with all enclosures) DD/Challan & Date Bank & Branch

More information

The Singapore Copyright Act applies to the use of this document.

The Singapore Copyright Act applies to the use of this document. Title Mathematical problem solving in Singapore schools Author(s) Berinderjeet Kaur Source Teaching and Learning, 19(1), 67-78 Published by Institute of Education (Singapore) This document may be used

More information

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform

Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform Chamilo 2.0: A Second Generation Open Source E-learning and Collaboration Platform doi:10.3991/ijac.v3i3.1364 Jean-Marie Maes University College Ghent, Ghent, Belgium Abstract Dokeos used to be one of

More information

Houghton Mifflin Online Assessment System Walkthrough Guide

Houghton Mifflin Online Assessment System Walkthrough Guide Houghton Mifflin Online Assessment System Walkthrough Guide Page 1 Copyright 2007 by Houghton Mifflin Company. All Rights Reserved. No part of this document may be reproduced or transmitted in any form

More information

Course Content Concepts

Course Content Concepts CS 1371 SYLLABUS, Fall, 2017 Revised 8/6/17 Computing for Engineers Course Content Concepts The students will be expected to be familiar with the following concepts, either by writing code to solve problems,

More information

Outreach Connect User Manual

Outreach Connect User Manual Outreach Connect A Product of CAA Software, Inc. Outreach Connect User Manual Church Growth Strategies Through Sunday School, Care Groups, & Outreach Involving Members, Guests, & Prospects PREPARED FOR:

More information

SOFTWARE EVALUATION TOOL

SOFTWARE EVALUATION TOOL SOFTWARE EVALUATION TOOL Kyle Higgins Randall Boone University of Nevada Las Vegas rboone@unlv.nevada.edu Higgins@unlv.nevada.edu N.B. This form has not been fully validated and is still in development.

More information

Quick Start Guide 7.0

Quick Start Guide 7.0 www.skillsoft.com Quick Start Guide 7.0 Copyright 2010 SkillSoft Corporation. All rights reserved SkillSoft Corporation 107 Northeastern Blvd. Nashua, NH 03062 603-324-3000 87-SkillSoft (877-545-5763)

More information

To link to this article: PLEASE SCROLL DOWN FOR ARTICLE

To link to this article:  PLEASE SCROLL DOWN FOR ARTICLE This article was downloaded by: [Dr Brian Winkel] On: 19 November 2014, At: 04:59 Publisher: Taylor & Francis Informa Ltd Registered in England and Wales Registered Number: 1072954 Registered office: Mortimer

More information

Guidelines for Completion of an Application for Temporary Licence under Section 24 of the Architects Act R.S.O. 1990

Guidelines for Completion of an Application for Temporary Licence under Section 24 of the Architects Act R.S.O. 1990 Guidelines for Completion of an Application for Temporary Licence under Section 24 of the Architects Act R.S.O. 1990 OAA-12-16 1 INDEX Page Number General... 3 Fees for Temporary Licence... 4 Appendix

More information

[For Admission Test to VI Class] Based on N.C.E.R.T. Pattern. By J. N. Sharma & T. S. Jain UPKAR PRAKASHAN, AGRA 2

[For Admission Test to VI Class] Based on N.C.E.R.T. Pattern. By J. N. Sharma & T. S. Jain UPKAR PRAKASHAN, AGRA 2 [For Admission Test to VI Class] Based on N.C.E.R.T. Pattern By J. N. Sharma & T. S. Jain 2015 UPKAR PRAKASHAN, AGRA 2 Publishers Dedicated to His Holiness Shri Nantin Maharaj Shyam Khet Nainital Hindi

More information

THE UNITED REPUBLIC OF TANZANIA MINISTRY OF EDUCATION, SCIENCE, TECHNOLOGY AND VOCATIONAL TRAINING CURRICULUM FOR BASIC EDUCATION STANDARD I AND II

THE UNITED REPUBLIC OF TANZANIA MINISTRY OF EDUCATION, SCIENCE, TECHNOLOGY AND VOCATIONAL TRAINING CURRICULUM FOR BASIC EDUCATION STANDARD I AND II THE UNITED REPUBLIC OF TANZANIA MINISTRY OF EDUCATION, SCIENCE, TECHNOLOGY AND VOCATIONAL TRAINING CURRICULUM FOR BASIC EDUCATION STANDARD I AND II 2016 Ministry of Education, Science,Technology and Vocational

More information

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME

DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME The following resources are currently available: DOCTORAL SCHOOL TRAINING AND DEVELOPMENT PROGRAMME 2016-17 What is the Doctoral School? The main purpose of the Doctoral School is to enhance your experience

More information

At least One year experience of Data Entry operation in personal computer.

At least One year experience of Data Entry operation in personal computer. 2 Stenographer Bachelor degree from a recognized university and ability to take dictation at a speed of at least 80(English) /70(Bengali) words per minute and typing speed 40 (English) /30(Bengali) words

More information

Modified Systematic Approach to Answering Questions J A M I L A H A L S A I D A N, M S C.

Modified Systematic Approach to Answering Questions J A M I L A H A L S A I D A N, M S C. Modified Systematic Approach to Answering J A M I L A H A L S A I D A N, M S C. Learning Outcomes: Discuss the modified systemic approach to providing answers to questions Determination of the most important

More information

2013/Q&PQ THE SOUTH AFRICAN QUALIFICATIONS AUTHORITY

2013/Q&PQ THE SOUTH AFRICAN QUALIFICATIONS AUTHORITY 2013/Q&PQ THE SOUTH AFRICAN QUALIFICATIONS AUTHORITY Policy and Criteria for the Registration of Qualifications and Part Qualifications on the National Qualifications Framework Compiled and produced by:

More information

Pragmatic Use Case Writing

Pragmatic Use Case Writing Pragmatic Use Case Writing Presented by: reducing risk. eliminating uncertainty. 13 Stonebriar Road Columbia, SC 29212 (803) 781-7628 www.evanetics.com Copyright 2006-2008 2000-2009 Evanetics, Inc. All

More information

PM tutor. Estimate Activity Durations Part 2. Presented by Dipo Tepede, PMP, SSBB, MBA. Empowering Excellence. Powered by POeT Solvers Limited

PM tutor. Estimate Activity Durations Part 2. Presented by Dipo Tepede, PMP, SSBB, MBA. Empowering Excellence. Powered by POeT Solvers Limited PM tutor Empowering Excellence Estimate Activity Durations Part 2 Presented by Dipo Tepede, PMP, SSBB, MBA This presentation is copyright 2009 by POeT Solvers Limited. All rights reserved. This presentation

More information

Characteristics of the Text Genre Realistic fi ction Text Structure

Characteristics of the Text Genre Realistic fi ction Text Structure LESSON 14 TEACHER S GUIDE by Oscar Hagen Fountas-Pinnell Level A Realistic Fiction Selection Summary A boy and his mom visit a pond and see and count a bird, fish, turtles, and frogs. Number of Words:

More information

ESIC Advt. No. 06/2017, dated WALK IN INTERVIEW ON

ESIC Advt. No. 06/2017, dated WALK IN INTERVIEW ON EMPLOYEES STATE INSURANCE CORPORATION ESIC-PGIMSR & ESIC MEDICAL COLLEGE ESIC Hospital & ODC (EZ) Diamond Harbour Road, P.O. Joka, Kolkata - 700104 Tel No: (033) 24381382, Tel/Fax No: (033) 24381176 E-mail:

More information

EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES. Maths Level 2. Chapter 4. Working with measures

EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES. Maths Level 2. Chapter 4. Working with measures EDEXCEL FUNCTIONAL SKILLS PILOT TEACHER S NOTES Maths Level 2 Chapter 4 Working with measures SECTION G 1 Time 2 Temperature 3 Length 4 Weight 5 Capacity 6 Conversion between metric units 7 Conversion

More information

PowerTeacher Gradebook User Guide PowerSchool Student Information System

PowerTeacher Gradebook User Guide PowerSchool Student Information System PowerSchool Student Information System Document Properties Copyright Owner Copyright 2007 Pearson Education, Inc. or its affiliates. All rights reserved. This document is the property of Pearson Education,

More information

Introduction to Moodle

Introduction to Moodle Center for Excellence in Teaching and Learning Mr. Philip Daoud Introduction to Moodle Beginner s guide Center for Excellence in Teaching and Learning / Teaching Resource This manual is part of a serious

More information

SIE: Speech Enabled Interface for E-Learning

SIE: Speech Enabled Interface for E-Learning SIE: Speech Enabled Interface for E-Learning Shikha M.Tech Student Lovely Professional University, Phagwara, Punjab INDIA ABSTRACT In today s world, e-learning is very important and popular. E- learning

More information

SEPERAC MEE QUICK REVIEW OUTLINE

SEPERAC MEE QUICK REVIEW OUTLINE SEPERAC MEE QUICK REVIEW OUTLINE 206 MEE QUESTIONS WITH ISSUES AND SHORT ANSWERS BASED ON 2002-2016 MEE EXAMS DATE RELEASED: NOVEMBER 11, 2016 This outline contains every released MEE question from 2002

More information

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS

POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS POFI 1349 Spreadsheets ONLINE COURSE SYLLABUS COURSE NUMBER AND TITLE: POFI 1349 SPREADSHEETS (2-2-3) COURSE (CATALOG) DESCRIPTION: Skill development in concepts, procedures, and application of spreadsheets

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

Software Development: Programming Paradigms (SCQF level 8)

Software Development: Programming Paradigms (SCQF level 8) Higher National Unit Specification General information Unit code: HL9V 35 Superclass: CB Publication date: May 2017 Source: Scottish Qualifications Authority Version: 01 Unit purpose This unit is intended

More information

Business Finance in New Zealand 2004

Business Finance in New Zealand 2004 Business Finance in New Zealand 2004 Published in October 2005 by Statistics New Zealand Tatauranga Aotearoa Wellington, New Zealand Ministry of Economic Development Manatü Öhanga Wellington, New Zealand

More information

Legal Technicians: A Limited License to Practice Law Ellen Reed, King County Bar Association, Seattle, WA

Legal Technicians: A Limited License to Practice Law Ellen Reed, King County Bar Association, Seattle, WA Legal Technicians: A Limited License to Practice Law Ellen Reed, King County Bar Association, Seattle, WA Washington State recently approved licensing "Legal Technicians" to practice family law and several

More information

UNIVERSITY OF MYSORE * * *

UNIVERSITY OF MYSORE * * * UNIVERSITY OF MYSORE STATUTES RELATING TO DIRECT RECRUITMENT AND CAREER ADVANCEMENT SCHEME AND MISCELLANEOUS PROVISIONS TO IMPLEMENT THE UGC PAY SCALES TO TEACHERS, PRINCIPALS OF THE CONSTITUENT COLLEGES,

More information

National Institute of Technology, Tiruchirappalli: Performa for CV of Faculty/ Staff Members

National Institute of Technology, Tiruchirappalli: Performa for CV of Faculty/ Staff Members Curriculum Vitae Brief Profile: (not exceeding 500 words) Dr. S. Mekala is an Assistant Professor of English in the Department of Humanities at National Institute of Technology, Tiruchirapalli. She earned

More information

Learning Microsoft Office Excel

Learning Microsoft Office Excel A Correlation and Narrative Brief of Learning Microsoft Office Excel 2010 2012 To the Tennessee for Tennessee for TEXTBOOK NARRATIVE FOR THE STATE OF TENNESEE Student Edition with CD-ROM (ISBN: 9780135112106)

More information

MODULE 7 REFERENCE TO ACCREDITATION AND ADVERTISING

MODULE 7 REFERENCE TO ACCREDITATION AND ADVERTISING 7.1 INTRODUCTION MODULE 7 REFERENCE TO ACCREDITATION AND ADVERTISING All AIHA Laboratory Accreditation Programs, LLC (AIHA-LAP, LLC) Accredited laboratories are encouraged to advertise their accreditation

More information

Dual Degree (B.Tech & M.Tech) / Dual Degree [B.Tech(Honours) & M.Tech]/ Dual Degree (BS & MS)/Dual Degree (BS (Honours) & MS)

Dual Degree (B.Tech & M.Tech) / Dual Degree [B.Tech(Honours) & M.Tech]/ Dual Degree (BS & MS)/Dual Degree (BS (Honours) & MS) ORDINANCES AND REGULATIONS Dual Degree (B.Tech & M.Tech) / Dual Degree [B.Tech(Honours) & M.Tech]/ Dual Degree (BS & MS)/Dual Degree (BS (Honours) & MS) (Applicable from 2015 batch onwards) INDIAN INSTITUTE

More information

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project

D Road Maps 6. A Guide to Learning System Dynamics. System Dynamics in Education Project D-4506-5 1 Road Maps 6 A Guide to Learning System Dynamics System Dynamics in Education Project 2 A Guide to Learning System Dynamics D-4506-5 Road Maps 6 System Dynamics in Education Project System Dynamics

More information

IMPORTANT INFORMATION

IMPORTANT INFORMATION ZILLA PARISHAD STAFF RECRUITMENT COMMITTEE, HOWRAH NOTIFICATION NO: /27 IMPORTANT INFORMATION An Examination will be conducted by the Zilla Parishad Staff Recruitment Committee, Howrah for direct recruitment

More information

Digital Technology Merit Badge Workbook

Digital Technology Merit Badge Workbook Merit Badge Workbook This workbook can help you but you still need to read the merit badge pamphlet. This Workbook can help you organize your thoughts as you prepare to meet with your merit badge counselor.

More information

Practical Research Planning and Design Paul D. Leedy Jeanne Ellis Ormrod Tenth Edition

Practical Research Planning and Design Paul D. Leedy Jeanne Ellis Ormrod Tenth Edition Practical Research Planning and Design Paul D. Leedy Jeanne Ellis Ormrod Tenth Edition Pearson Education Limited Edinburgh Gate Harlow Essex CM20 2JE England and Associated Companies throughout the world

More information

Course Syllabus for Math

Course Syllabus for Math Course Syllabus for Math 1090-003 Instructor: Stefano Filipazzi Class Time: Mondays, Wednesdays and Fridays, 9.40 a.m. - 10.30 a.m. Class Place: LCB 225 Office hours: Wednesdays, 2.00 p.m. - 3.00 p.m.,

More information

Study Group Handbook

Study Group Handbook Study Group Handbook Table of Contents Starting out... 2 Publicizing the benefits of collaborative work.... 2 Planning ahead... 4 Creating a comfortable, cohesive, and trusting environment.... 4 Setting

More information

MINISTRY OF EDUCATION

MINISTRY OF EDUCATION Republic of Namibia MINISTRY OF EDUCATION NAMIBIA SENIOR SECONDARY CERTIFICATE (NSSC) COMPUTER STUDIES SYLLABUS HIGHER LEVEL SYLLABUS CODE: 8324 GRADES 11-12 2010 DEVELOPED IN COLLABORATION WITH UNIVERSITY

More information

SRI RAMACHANDRA UNIVERSITY (Declared under Section 3 of the UGC Act, 1956)

SRI RAMACHANDRA UNIVERSITY (Declared under Section 3 of the UGC Act, 1956) GROUP - A Regn. No. :... (To be filled by Office) Stream in +2 Biology Stream Non-Biology Stream Put a ( ) mark SRI RAMACHANDRA UNIVERSITY Porur, Chennai - 600 116 Affix your latest passport size photograph

More information

Constructing a support system for self-learning playing the piano at the beginning stage

Constructing a support system for self-learning playing the piano at the beginning stage Alma Mater Studiorum University of Bologna, August 22-26 2006 Constructing a support system for self-learning playing the piano at the beginning stage Tamaki Kitamura Dept. of Media Informatics, Ryukoku

More information

A STUDY ON INFORMATION SEEKING BEHAVIOUR OF STUDENTS WITH SPECIAL REFERENCE TO ENGINEERING COLLEGES IN VELLORE DISTRICT G. SARALA

A STUDY ON INFORMATION SEEKING BEHAVIOUR OF STUDENTS WITH SPECIAL REFERENCE TO ENGINEERING COLLEGES IN VELLORE DISTRICT G. SARALA International Journal of Library Science and Research (IJLSR) ISSN (P): 2250-2351; ISSN (E): 2321-0079 Vol. 7, Issue 3, Jun 2017, 33-42 TJPRC Pvt. Ltd. A STUDY ON INFORMATION SEEKING BEHAVIOUR OF STUDENTS

More information

CHALLENGES FACING DEVELOPMENT OF STRATEGIC PLANS IN PUBLIC SECONDARY SCHOOLS IN MWINGI CENTRAL DISTRICT, KENYA

CHALLENGES FACING DEVELOPMENT OF STRATEGIC PLANS IN PUBLIC SECONDARY SCHOOLS IN MWINGI CENTRAL DISTRICT, KENYA CHALLENGES FACING DEVELOPMENT OF STRATEGIC PLANS IN PUBLIC SECONDARY SCHOOLS IN MWINGI CENTRAL DISTRICT, KENYA By Koma Timothy Mutua Reg. No. GMB/M/0870/08/11 A Research Project Submitted In Partial Fulfilment

More information

RAJASTHAN CENTRALIZED ADMISSIONS TO BACHELOR OF PHYSIOTHERAPY COURSE-2017 (RCA BPT-2017) INFORMATION BOOKLET

RAJASTHAN CENTRALIZED ADMISSIONS TO BACHELOR OF PHYSIOTHERAPY COURSE-2017 (RCA BPT-2017) INFORMATION BOOKLET RAJASTHAN UNIVERSITY OF HEALTH SCIENCES Kumbha Marg, Sector-18, Pratap Nagar, Tonk Road, Jaipur -302033 Phone: 0141-2792644, 2795527 Website: www.ruhsraj.org RAJASTHAN CENTRALIZED ADMISSIONS TO BACHELOR

More information

Advanced Grammar in Use

Advanced Grammar in Use Advanced Grammar in Use A self-study reference and practice book for advanced learners of English Third Edition with answers and CD-ROM cambridge university press cambridge, new york, melbourne, madrid,

More information

SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7

SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7 SCT HIGHER EDUCATION SCT Banner Financial Aid Needs Analysis Training Workbook January 2005 Release 7 Confidential Business Information --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA ; FALL 2011

CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA ; FALL 2011 CENTRAL MAINE COMMUNITY COLLEGE Introduction to Computer Applications BCA 120-03; FALL 2011 Instructor: Mrs. Linda Cameron Cell Phone: 207-446-5232 E-Mail: LCAMERON@CMCC.EDU Course Description This is

More information

K-12 PROFESSIONAL DEVELOPMENT

K-12 PROFESSIONAL DEVELOPMENT Fall, 2003 Copyright 2003 College Entrance Examination Board. All rights reserved. College Board, Advanced Placement Program, AP, AP Vertical Teams, APCD, Pacesetter, Pre-AP, SAT, Student Search Service,

More information

Rules of Procedure for Approval of Law Schools

Rules of Procedure for Approval of Law Schools Rules of Procedure for Approval of Law Schools Table of Contents I. Scope and Authority...49 Rule 1: Scope and Purpose... 49 Rule 2: Council Responsibility and Authority with Regard to Accreditation Status...

More information

PUTRA BUSINESS SCHOOL (GRADUATE STUDIES RULES) NO. CONTENT PAGE. 1. Citation and Commencement 4 2. Definitions and Interpretations 4

PUTRA BUSINESS SCHOOL (GRADUATE STUDIES RULES) NO. CONTENT PAGE. 1. Citation and Commencement 4 2. Definitions and Interpretations 4 1 PUTRA BUSINESS SCHOOL (GRADUATE STUDIES RULES) TABLE OF CONTENTS PART 1 PRELIMINARY NO. CONTENT PAGE 1. Citation and Commencement 4 2. Definitions and Interpretations 4 PART 2 STUDY PROGRAMMES 3. Types

More information

MAHATMA GANDHI KASHI VIDYAPITH Deptt. of Library and Information Science B.Lib. I.Sc. Syllabus

MAHATMA GANDHI KASHI VIDYAPITH Deptt. of Library and Information Science B.Lib. I.Sc. Syllabus MAHATMA GANDHI KASHI VIDYAPITH Deptt. of Library and Information Science B.Lib. I.Sc. Syllabus The Library and Information Science has the attributes of being a discipline of disciplines. The subject commenced

More information

Dr. Ramesh C Gaur. PGDCA, MLISc,Ph.D. Fulbright Scholar (Virginia Tech, USA)

Dr. Ramesh C Gaur. PGDCA, MLISc,Ph.D. Fulbright Scholar (Virginia Tech, USA) by Dr. Ramesh C Gaur PGDCA, MLISc,Ph.D. Fulbright Scholar (Virginia Tech, USA) University Librarian Jawaharlal Nehru University(JNU) New Meharuli Road, New Delhi - 110067 Tele +91-11-26742605, 26704551

More information

Strategies for Differentiating

Strategies for Differentiating Strategies for Differentiating in the Content Areas Beverly Strayer & Troy Strayer New York Toronto London Auckland Sydney Mexico City New Delhi Hong Kong Buenos Aires Dedication Critics and Critics row

More information

Guidelines for the Use of the Continuing Education Unit (CEU)

Guidelines for the Use of the Continuing Education Unit (CEU) Guidelines for the Use of the Continuing Education Unit (CEU) The UNC Policy Manual The essential educational mission of the University is augmented through a broad range of activities generally categorized

More information

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students.

Instructor Experience and Qualifications Professor of Business at NDNU; Over twenty-five years of experience in teaching undergraduate students. BUS 2116W.01 (Economic Development of Less Developed Countries) Spring 2016 TR 2 p.m. - 3:15 pm Course Start Date: 01/14/2016 Pre-requisites: None Instructor: Sujata Verma, Ph. D. Office: Room 18, Cuvilly

More information

IMPROVE THE QUALITY OF WELDING

IMPROVE THE QUALITY OF WELDING Virtual Welding Simulator PATENT PENDING Application No. 1020/CHE/2013 AT FIRST GLANCE The Virtual Welding Simulator is an advanced technology based training and performance evaluation simulator. It simulates

More information

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians

Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Instructions and Guidelines for Promotion and Tenure Review of IUB Librarians Approved by the IUB Library Faculty June 2012. Future amendment by vote of Bloomington Library Faculty Council. Amended August

More information

University Faculty Details Page on DU Web-site

University Faculty Details Page on DU Web-site University Faculty Details Page on DU Web-site Title Dr. First Name Poonam Last Name Dass Photograph Designation Assistant Professor - Law Department Law Centre I, Faculty of Law Address (Campus) Law Centre

More information

leading people through change

leading people through change leading people through change Facilitator Guide Patricia Zigarmi Judd Hoekstra Ken Blanchard Authors Patricia Zigarmi Judd Hoekstra Ken Blanchard Product Developer Kim King Art Director Beverly Haney Proofreaders

More information

Mehul Raithatha. Education Qualifications

Mehul Raithatha. Education Qualifications Mehul Raithatha Associate Professor, Finance and Accounting Area Indian Institute of Management Indore Mobile: +91-9677089379/9867851295 Email: mehulr@iimidr.ac.in/mehular83@gmail.com Education Qualifications

More information

Software Maintenance

Software Maintenance 1 What is Software Maintenance? Software Maintenance is a very broad activity that includes error corrections, enhancements of capabilities, deletion of obsolete capabilities, and optimization. 2 Categories

More information

ARKANSAS TECH UNIVERSITY

ARKANSAS TECH UNIVERSITY ARKANSAS TECH UNIVERSITY Procurement and Risk Management Services Young Building 203 West O Street Russellville, AR 72801 REQUEST FOR PROPOSAL Search Firms RFP#16-017 Due February 26, 2016 2:00 p.m. Issuing

More information

Practice Learning Handbook

Practice Learning Handbook Southwest Regional Partnership 2 Step Up to Social Work University of the West of England Holistic Assessment of Practice Learning in Social Work Practice Learning Handbook Post Graduate Diploma in Social

More information