I MID SEMESTER. The Indian Community School Kuwait Informatics Practices Year Plan for Class XI

Similar documents
15. INFORMATICS PRACTICES (CODE: 065)

SPLIT UP SYLLABUS SUBJECT: INFORMATICS PRACTICES (065) SESSION: Class XI (Theory) Duration: 3 hours Total Marks: 70

MONTHLY SYLLABUS SESSION CLASS-XI SUBJECT : INFORMATICS PRACTICES (065) LANGUAGE JAVA, MYSQL

Saraswati INFORMATICS PRACTICES. New Saraswati House (India) Pvt. Ltd. [A TEXTBOOK FOR CLASS XI] New Delhi (INDIA)

15. INFORMATICS PRACTICES (CODE: 065)

15. INFORMATICS PRACTICES (Code No. 065)

CLASS XII INFORMATICS PRACTICES ACADEMIC SESSION FORTNIGHTLY BREAKUP OF SYLLABUS. Main Topic Sub Topics Pds Total Pds

ST. MARY S COLLEGE FORM 4

Unit 2: Technology Systems


COP 1170 Introduction to Computer Programming using Visual Basic

Answer any four from (a) to (g) questions : (4 x 2=8)

Hardware and Software - Revision Summary

COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12: 2019 UNIT 3 AND UNIT 4

SAMPLE COURSE OUTLINE COMPUTER SCIENCE GENERAL YEAR 12

CBSE SOLVED PAPER 2018 CLASS 11 INFORMATICS RRACTICE OSWAAL BOOKS LEARNING MADE SIMPLE. Strictly as per the Latest NCERT Edition

Subodh Public School

GCSE ICT AQA Specification A (Short Course) Summary

Information Communications Technology (CE-ICT) 6 th Class

GCSE ICT AQA Specification A (Full Course) Summary

THE INDIAN COMMUNITY SCHOOL, KUWAIT

NEO CONVENT SR. SEC. SCHOOL, PASCHIM VIHAR, DELHI 63 Paper IP, Class XI-C, Unit Test 1 ( ) Answer Key Max. Marks: 40

Introduction to Computers. Joslyn A. Smith

Ch. 1: Computer System part I

elc International School

AQA GCSE Computer Science PLC

Introduction to Computer Science and Business

AIR FORCE SCHOOL,BAMRAULI COMPUTER SCIENCE (083) CLASS XI Split up Syllabus (Session ) Contents

Computer Science (330)

COURSE OUTLINE & WEEK WISE BREAKAGE

Copyright 2006 Prentice-Hall. All rights reserved. 1

CompTIA A+ Complete Study Guide (Exams / ). Text with CD- ROM for Windows and Macintosh

UNIT-3 RELATIONAL DATABASE MANAGEMENT SYSTEM

Switching to AQA from OCR

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

Southam College Computing & ICT Department. Summer Project

Topics Fundamentals of PL/SQL, Integration with PROIV SuperLayer and use within Glovia

Chapter 1: Why Program? Main Hardware Component Categories 8/23/2014. Main Hardware Component Categories: Why Program?

SPLIT UP SYLLABUS SUBJECT : COMPUTER SCIENCE (083) SESSION: Class XI (Theory) C++ Duration: 3 hours Total Marks: 70

Computer Fundamentals

Introduction. Arizona State University 1

Introduction to Programming Using Java (98-388)

Programming Principles and Techniques

Theory : 00. Practical : 01. Tutorial : 00. Credits : 01. Understand design and working of each component of computer.

Chapter 1: Introduction to Computers and Programming

Autumn 1 Autumn 2 Spring 1 Spring 2 Summer 1 Summer 2. networks. environmental concerns. Knowledge and skills covered: Knowledge and skills covered:

Chapter 2: Computers: The Machines Behind Computing.

HASTINGS HIGH SCHOOL

Dawood Public School Computer Studies Course Outline for Class VI. Course book- Right Byte 1 Fourth edition (Oxford University Press)

KENDRIYA VIDYALAYA SANGATHAN BHUBANESWAR REGION SPLITUP SYLLABUS FOR COMPUTER SCIENCE CLASS XI

TIME : 3 Hrs MAX. MARKS : 70 SET 1

Switching to AQA from Edexcel

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

KENDRIYA VIDYALAYA ONGC PANVELSESSION ENDING EXAM

SQL Structured Query Language Introduction

ST.FRANCIS SECONDARY SCHOOL SLIEMA HALF YEARLY EXAMINATIONS SPECIMEN PAPER. SENIOR 3 COMPUTER STUDIES TIME: 2 hours

OCR GCSE (9-1) Computer Science J276 Accompanying Instructional Document

OCR J276 (9-1) GCSE Computer Science

Dawood Public School Course Outline Computer Studies Class VI

Table of Contents. PDF created with FinePrint pdffactory Pro trial version

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Course Outline and Objectives: Database Programming with SQL

INFORMATICS PRACTICES (065)

TECHNOLOGY IN ACTION. Chapter 2. Alan Evans * Kendall Martin * Mary Anne Poatsy. Looking at Computers: Understanding the Parts

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

Dawood Public School Course Outline Computer Science Class XI

Senturus Analytics Connector. User Guide Cognos to Power BI Senturus, Inc. Page 1

SESSION ENDING EXAMINATION CLASS XI SUBJECT : INFORMATICS PRACTICES (065) Time Allowed : 3 Hrs. Max Marks : 70

SQL Functionality SQL. Creating Relation Schemas. Creating Relation Schemas

ASSIGNMENT FOR AUTUMN BREAK CLASS XI INFORMATICS PRACTICES ( )

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 October/November hours

City College Computing

Computer Technology Flash Card 2

An Overview of the Computer System. Kafui A. Prebbie 24

INTERNATIONAL INDIAN SCHOOL, RIYADH XI XII BOYS SECTION. Subject- Informatics Practices

= s readsheet and utility software

ICT 1. June Advanced level

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1

Downloaded from

IT Information Systems & Technology Multiple Choice Question Paper

COMPUTER SYSTEMS. Section 1

Chapter 1: An Overview of Computers and Programming Languages. Objectives. Objectives (cont d.) Introduction

Split up Syllabus (Session )

Year 10 OCR GCSE Computer Science (9-1)

Dawood Public School Course Outline Computer Science

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

National 5 Computing Science Software Design & Development

Computer Programming IA

Intentionally Blank 0

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Chapter 1 Computer and Programming. By Zerihun Alemayehu

Senturus Analytics Connector. User Guide Cognos to Tableau Senturus, Inc. Page 1

Computer Principles and Components 1

Chapter 1: Why Program? Computers and Programming. Why Program?

CONTENTS. Chapter 1 Introduction and Evolution of Computer

Computing 1: Computer Systems

Dawood Public School Course Outline Computer Science Class XI

Transcription:

Year Plan for Class XI 0-7 Term Month Week Portions Unit : Introduction to Programming-Introduction, Rapid Application Development using IDE (Integrated Development Environment);Familiarization of IDE using basic Interface components- Label, Text Field, Text Area, Button,Checkbox, Radio Button. (As per appendix A) APR 4 Developing General Application (As per the guidelines at appendix B) - Getting Familiar with Java Swing User Interface components-frame, Dialog, Option Pane, Panel, Scroll Pane, Label,Text Field, Password Field, Text area, Button, Check Box, Radio Button, Combo Box,List.Basic component handling methods and properties: settext(), gettext(), is Selected(), set Selected(). Programming Fundamentals: Data Types: Concept of data types; Built-in data types - byte, short, int, long, float, double, char,string, Boolean I Variables: Need to use variable, declaring variables, variable naming convention, assigning value to variables; Integer object method: parseint,double object method: parsedouble, parsefloat Control Structures:Decision Structure if Control Structures:Decision Structure - if-else, switch. 4 Programming Guidelines: MAY General concepts; modular approach; Stylistic guidelines: clarity and simplicity of expressions and names; comments, indentation; Running and debugging programs, syntax errors, run-time errors, logical errors; Problem solving methodology: Understanding of the problem, Identifying minimum number of inputs required for output, breaking down problem into simple logical steps. I MID SEMESTER

Year Plan for Class XI 0-7 Term Month Week Portions JUN AUG Looping structure- while Looping structure - do.. while. Looping structure - for SUMMER VACATION 4 Unit : Relational Database Management System Database Management System Introduction to database concepts: database, relational database, relation/table, attribute/field,tuple / row; Data types: Text (CHAR, VARCHAR), Number (DECIMAL, INT/INTEGER), Date and Time Keys: candidate key, primary key, alternate key, foreign key; Examples of common Database Management System:MySQL, Ingres, Postgres, Oracle, DB, MS SQL, Sybase, etc.; Common Database management tools for mobile devices. II Term SEP Introduction to MySQL(ANSI SQL 99 standard commands) Classification of SQL Commands:DML - SELECT, INSERT, UPDATE, DELETE;DDL - CREATE, DROP, ALTER Creating and using a database: SQL CREATE command to create a database, USE command to select a database. Creating a table: CREATE command to create a table, DESC command to display a table structure,insert command for inserting new rows, inserting new rows with null values and values of all the studied data types. Displaying table data: SELECT command for selecting all the columns, selecting specific column(s)using arithmetic operators, operator precedence. Defining and using column alias. Eliminating duplicate values from display using DISTINCT keyword Limiting rows during selection (using WHERE clause) Using comparison operators - =, <, >, <=, >=, <>, BETWEEN, IN, LIKE(%,_);o Logical operators -AND, OR, NOT and corresponding operator precedence; Working with NULL values. ORDER BY clause: Sorting in ascending/descending order, sorting by column alias name, sorting on multiple columns; SEMESTER I OCT Manipulating data of a table/relation: update command to change existing data of a table, delete command for removing row(s) from a table. 4

Year Plan for Class XI 0-7 Restructuring a table: ALTER TABLE for adding new column(s) and deleting columns. NOV Functions in My SQL: String Functions: ASCII(), CHAR(), CONCAT(), INSTR(), LCASE(), UCASE(), LEFT(),LOWER(),UPPER(). String Functions:, LENGTH(), LTRIM(), MID(), RIGHT(), RTRIM(), SUBSTR(), TRIM(). Mathematical Functions: - POWER(), ROUND(), TRUNCATE(). 4 Date and Time Functions: CURDATE(), DATE(), MONTH(), YEAR(), DAYNAME(). Date and Time Functions:DAYOFMONTH(), DAYOFWEEK(), DAYOFYEAR(), NOW(), SYSDATE(). DEC, II MIDSEMESTER Unit 4: IT Applications e-governance: Definition, benefits to citizens, e-governance websites and their salient features and societal impacts; e-governance challenges. e-business: Definition, benefits to customers and business, e-business websites and their salient features and societal impacts; e-business challenges. e-learning: - Definition; benefits to students (learners), teachers (trainers) and school (institution) management; e-learning websites and their salient features and societal impacts; e-learning challenges.in each of the above domains, identify at least two real-life problems, list the input(s) required for the expected output(s), and describe the problem solving approach. Impact of ICT on society - social and economic benefits, infomania. Week Portions Unit : Introduction to Computer Systems Hardware Concepts: Computer organization (basic concepts): CPU, Memory (RAM and ROM), I/O devices,communication bus, ports (serial, parallel), device specific ports. Input devices: Keyboard, Mouse, Light pen, Touch screen, Graphics Tablet, Joystick, Microphone,OCR, Scanner, Smart Card reader, Barcode reader, Biometric sensor, Web camera. JAN Output Devices: Monitor/Visual Display Unit (VDU), LCD screen, Television, Printer (DotMatrix Printer, Deskjet/ Inkjet/ Bubble jet Printer, Laser Printer), Plotter, Speaker. Secondary Storage Devices: Floppy disk, Hard disk, Compact disk, Magnetic tape, Digital Versatiledisk (DVD), Flash drive, Memorycards.Comparative properties of storage media.

Year Plan for Class XI 0-7 Memory Units: bit, byte (Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte) E-waste disposal 4 Security of computer system Sources of attack and possible damages, malware - virus, worms, trojan, spyware- and their propagation,cookies as security threat, malware detection using a tool.computer security, Digital certificate, Digital signature,firewall, password, file access permissions. Types of Software: a) System Software: (i) Operating systems: Need for operating system, major functions of Operating System; Examplesof OS for mainframe, PC/Server, and mobile devices. (ii) Language Processors: Assembler, Interpreter, and Compiler Utility Software: Compression tools, disk defragmenter, anti-virus. c) Application Software: (i) General Purpose Application Software: Word Processor, Presentation Tool, Spreadsheet Package,Database Management System, Integrated Development Environment (IDE) (ii) Specific Purpose Application software: Inventory Management System, Purchasing System, HumanResource Management System, Payroll System, Financial Accounting, Hotel Management andreservation System, etc nd SEMESTER EXAMINATION

Year Plan for Class XI 0-7 Class XI - I Mid Semester Examination Note : Strictly follow NCERT Reader for ( Class XI) published by Central Board of Secondary Education,Delhi-009 as Reference Book Question Paper setters must follow NCERT Reader. Portion : ( Chapter wise Portion from NCERT Reader ) Time hrs: Mark : 0 Sno Question Type Qn Mark Total. Java Fundamentals (Theory ) Java Programming (Theory ). Output ( Assignment / Escape sequence - ) Output ( if / switch ). Find out Errors & Rewrite corrected code ( errors x ½ Mark ) 4. Loop Conversion if -> switch ( ), Switch -> if () 4. Java Form ( Screen shot ) / based Questions. Simple Program Total 0

Year Plan for Class XI 0-7 Class XI - I Semester Examination Note : Strictly follow NCERT Reader for ( Class XI) published by Central Board of Secondary Education,Delhi-009 as Reference Book Question Paper setters must follow NCERT Reader. Portion :( Chapter wise Portion from NCERT Reader ) Time hrs: Mark : 70 Sno Question Type Qn Mark Total. Java Fundamentals(Theory ) Java Programming (Theory ) Database Connectivity(Theory ). Output ( Assignment / Escape sequence - ) Output ( if <->Switch - ) Output ( for, While Iterative Loop - ). Find out Errors & Rewrite corrected code ( errors x ½ Mark ) 4. Loop Conversion ( if < -> switch ) / ( for <-> While, Do..While) 4. Java Form ( Screen shot ) / based Questions. Simple Program Program using Iterative loops 7. MySQL Theory: 0 8. MySQL Commands: Create / Insert /Select only 0 4 Total 70

Year Plan for Class XI 0-7 Class XI - II Mid Semester Examination Note : Strictly follow NCERT Reader for ( Class XI) published by Central Board of Secondary Education,Delhi-009 as Reference Book Question Paper setters must follow NCERT Reader. Portion :( Full MySQL from NCERT Reader Class - XI ) Time hrs: Mark : 0 SNO QUESTION TYPE QN MARK TOTAL TOTAL. MySQL Theory : 0 0. MySQL Commands: a) Create (each marks) b) Insert (each mark ) c) Select (each mark ) d) Delete (each mark ) 0 e) Update (each mark ) f) Alter (each mark ) g) Given SQL statements -Find the output. MySQL Functions : (Single Row Functions only) a) Query based question can have function ( x ½ = ) 0 b) Given MYSQL Statements - Find output ( x ½ = ) Total 0

Year Plan for Class XI 0-7 IST MID JAVA UPTO - IF SWITCH SEM I JAVA FULL AND MY SQL UPTO CREATE,INSERT, SELECT ND SEM MY SQL FULL SEM II FULL BOOK