SlideShare a Scribd company logo
1 of 19
Download to read offline
Std. XI Information Technology –Science (97)
                                                        Scope and Limitation
No        Topic/Unit                                                   Sub-Unit                                                        Lectures
 1   Introduction to   Definition of Information Technology: Introduction, Information Systems, Software and Data.
     Information       IT in Business and Industry, IT at Home and play, IT in education and Training IT in Science and Engineering.
     Technology                                                                                                                          10
                       Computers in Hiding

2    Office Suite      Word Processor MS Word/Lotus WordPro and its main features: Save and Save As, Page Setup-Margins,
                       Orientation and Paper Size, Print Preview and various Print Options, Undo, Cut, Copy, Paste, Find and
                       Replace, Formatting text using Font, Bold Italic, Underline and Paragraph Alignments, Spellings and
                       Grammar, Mail Merge, Insertion of Tables, Adding/ Deleting/Merging/Splitting of Rows/ Columns/Cells.
                       Spreadsheets MS Excel/ Lotus 123 and its main features Concept of Spreadsheet, Worksheets and Workbooks.
                       Main Features of Excel/Lotus 123 : Save and Save As, Setting Print Area, Page Setup- Orientation, Scaling,
                       Paper Size, Margins, Header and Footers, Undo, Cut, Copy, Paste, Various Fill options, Find and Replace
                       options, Normal and Page Break Views, Print Preview, Various Print Options, Formatting Cell Data –Type,
                                                                                                                                         50
                       Alignment, Font and Border, Sorting Data, Introduction to Formulae and their use.
                       Database MS Access/Lotus Approach, Basic Concepts of a database and Database Terminology, Creation of
                       Databases Manually and using wizards, Save and Open operations, Tables, Automatic and Manual Table
                       Creation, Table Design – Data Types and Field Properties, Setting Up new fields, Text Properties and Setting
                       Properties, concept of Primary Key, saving tables, Importing External data into a table from the spreadsheet
                       program (Excel/Lotus 123), Exporting Table Data To spreadsheet program, Compaction and repair
                       Study of an Indian Language Word Processor such as IndiaPage or iLeap

3    Multimedia        Multimedia-Definition, CD-ROM, Uses of Multimedia in business, education, public places, Virtual Reality
                       Presentation Tools: Microsoft PowerPoint, Time based Multimedia Authoring tools, Macromedia Director
                       Images: Creating Still Images, Bitmaps, Capturing and Editing images, Vector Drawing, Comparison to
                       bitmaps, Rendering, Color, File Formats, Introduction to the basic features of Microsoft Paint,
                       Animation: Principles, Techniques, Cel Animation, keyframes and tweening, Computer Animation, Kinematics          25
                       and Morphing, Animation File Formats
                       Digital Video, -Compression MPEG, DVI
                       Sounds, MIDI, Digital Audio, sampling rate and sample size, Audio File formats.
No        Topic/Unit                                                       Sub-Unit                                                     Lectures
 4   Web Browsers, E-      A brief account of the early Internet,
     mail Clients and      Protocols, the TCP/IP protocol (protocol structure need not be discussed, only features and applications)
     Messenger Utilities   The Hypertext Transfer Protocol(http)
                           The World Wide Web, Role of Web Servers,
                           The Client Computer, Web Browsers and their use,
                           Popular Web Browsers, Internet Explorer, Netscape and Mozilla                                                  30
                           Internet access without using a traditional Computer-using Mobile Phones-GPRS and WAP protocols
                           E-Mail Servers and Protocols: SMTP, POP, IMAP, simple web based Mail
                           E-mail Clients, Outlook, Outlook Express and Eudora, Web Based Mail Access using Browser
                           Messenger Services and Clients and their features; Yahoo!, MSN and AOL Messengers

5    Introduction to       Why Network?, Networking Basics, Ethernet, Network Topologies and Cabling Systems
     Networking            Types of Cabling
                           Bounded and Wireless networks,                                                                                 15
                           Network components: servers, nodes, hubs, switches, modems bridges and routers.

6      Introduction to     Introduction to Visual Basic,
        Visual Basic       Layout of Visual Basic 6.0 IDE, Menu Bar, Tool Bar, Tool Box, Project Window and Properties Window.
                           Visual Basic specific controls(objects): Form, TextBox, Label, Command Button, Radio Button, CheckBox,
                           List Box and ComboBox
                           Control properties, related methods and events for above mentioned objects only.
                           Mathematical Operators in VB, Variables in VB, Declarations, Types; Numeric (Int Single Double), String,
                           Boolean, Date and Variant. Conversion Functions between different variables such as (CInt, CDbl, CStr etc.
                                                                                                                                          30
                           listed in Appendix 2)
                           Procedures: Functions and Subroutines in Visual Basic and Calling the same.
                           Built-In functions such as IsDate, IsNumeric, InStr, Len, Sin, Cos, Tan, Abs, Sqr
                           Conditions and conditional Operators in VB, Selection and Iteration procedures in Visual Basic: If…Then,
                           If…Then…Else, Select Case, Do While…Loop, Do Until…Loop,While….Wend, For…Next
                           Simple programs in Visual Basic.
No      Topic/Unit                                                 Sub-Unit                                                    Lectures
 7   HTML            HTML: Use as a Web Publishing Language, Features, Properties and Limitations.
                     HTML Basic Tags and Attributes: The <HTML> <HEAD> <BODY> and <TITLE> tags.
                     The Paragraph <P> and Heading tags <H1> to <H6> and the align attribute and its values. The HTML
                     Comment tag <!--…-->
                     Ordered Lists: The <OL> and <LI> tags the TYPE and VALUE attribute of the <OL> tag Unordered lists:
                     The <UL> and <LI> tags the TYPE VALUE attribute of the <UL> tag. Nested Lists
                     Creating Hyperlinks in HTML using the Anchor <A> tag and the HREF attribute. Relative and absolute pats
                     in hyperlinks. Inking within the same page by using the NAME attribute (Bookmarks). Concept of URL.
                     URL types; http, ftp and news. The mailto function
                     Physical Style Tags <B>, <I>, <U>, <TT>, <S>, <SUB>, <SUP>, <BIG> and <SMALL>
                     The HTML <FONT> tag and the FACE, SIZE and COLOR attributes. Specifying alternative fonts.
                     Specifying font color using color name as well as RGB hex color code. Using TEXT, BGCOLOR, LINK,
                     ALINK and VLINK attributes with the <BODY> tag
                     The Pre-formatting <PRE>, Line Break <BR> and Horizontal line <HR> tags. The WIDTH, SIZE and
                     NOSHADE attributes of the <HR> tag.                                                                         40

                     Displaying special characters in HTML; blank, greater than, less than, quote, ampersand, copyright.
                     The Raster Image format, BMP, GIF and JPG and their features, the HTML <IMG> tag, the SRC, ALIGN,
                     ALT, HEIGHT, WIDTH, BORDER, LOWSRC attributes. Displaying images in a web page, links to images,
                     images used as hyperlinks. The <BODY> BACKGROUND attribute
                     Tables in HTML. The <TABLE> tag. BORDER, ALIGN, WIDTH and COLOR attributes. The table
                     <CAPTION>, Row<TR>, Cell <TH> and <TD> tags. Cell WIDTH, ALIGN and VALIGN.
                     BORDERCOLOR. Spanning Table Cells using ROWSPAN and COLSPAN. Embedded Tables.
                     The <MARQUEE> tag and related attributes BEHAVIOR, SCROLLAMOUNT, SCROLLDELAY,
                     DIRECTION.
                     Java Applets. The <APPLET> and <PARAM> tags and attributes.
                        Glossary/Definition Lists are not in Syllabus
                        All Logical Style Tags such as <BASEFONT> <STRONG> <DIV> etc. are not in Syllabus.
No        Topic/Unit                                                      Sub-Unit                                                Lectures
 8   Introduction to   Limitation of plain HTML and requirement of a scripting language.
     JavaScript        Difference between Java and JavaScript, JavaScript as a scripting language.
                       Variables, Literals, Unary and Binary Operators, Expressions and Comments in JavaScript.
                       Insertion of JavaScript in HTML and use of document.write( )
                       Functions and their use. Creating user-defined functions in JavaScript.
                       JavaScript built-in functions eval( ), parseInt( ), parseFloat( ), confirm( ), alert( ) and prompt( ).
                       Selection in JavaScript. Meaning of a condition. Combining conditions using the logical operators AND OR
                       and NOT.(if…..if…else, elseif, select…case, conditional expression)
                       Iteration in JavaScript using while, do…while, for and for….in loops. Nested Loops. break and continue
                       statements
                       Introduction to JavaScript Date, Math, Array and String objects. Object creation using new keyword
                       Built in Object Properties and methods: - Array : sort.
                                                                                                                                    35
                       Strings: the length property, substring, toUpperCase, toLowerCase, indexOf, lastIndexOf and charAt
                       methods
                       Math : sin, cos, tan, exp, log, max, min, abs, ceil, floor, pow, round, sqrt
                       Date : setDate, setMounth, setYear, setFullYear, setTime, setHours, setMinutes, setSeconds
                              getDate, getMounth, getYear, getFullYear, getTime, getHours, getMinutes, getSeconds
                       Simple HTML programs using JavaScript and JavaScript Objects and Functions
                           Students should not be taught the Java programming language to any extent for teaching
                           JavaScript. Only Java features may be discussed for sake of comparison.
                           Events and Event Handling in JavaScript is not within the scope of Std XI and should not be
                           taught.
                          Properties, Methods and Events of HTML Objects (DOM) should not be taught at Std XI.
                          Level. (except for document.write( ). )
Std. XI Information Technology –Science (97)
                                                                   Scope and Limitation

                                                                       Practical List
1.    Identification of Computer Systems and understanding LAB setup.
2.    Exercise on Windows, Start Menu and Accessories.
3.    Creating Documents, page formatting, use of fonts and colour and printing using Word/WordPro
4.    Mail merge and envelope printing using Word/WordPro
5.    Study of Spreadsheet using Excel/Lotus 123
6.    Creation of a Simple Database Using Access/Approach
7.    Study of a Web Browser for browsing different websites
8.    Acquisition of e-mail ID on free web-based e-mail servers; sending and receiving emails with and without attachments.
9.    Study and use of search engines, and messengers.
10.   Downloading and saving Web page content and images as files.
11.   Simple Visual Basic Program using Toolbox
12.   Use of built in functions and event driven programming in Visual Basic.
13.   Create a simple WEB page using basic HTML tags.
14.   Creation of WEB page containing graphics and table.
15.   Use of Hyperlinks on WEB pages.
16.   Simple Practical in JavaScript using Selection Structure
17.   Simple Practical in JavaScript using Iteration Structures
18.   Simple exercise in JavaScript– to create an interactive Web Page using JavaScript.
Std. XI Information Technology –Science (97)
                                                                Scope and Limitation
                                                              Reference and Software List


1. Introduction to Information Technology
Reference:
Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH Chapter2 (2.1 to 2.9 only)

2. Office Suite (Microsoft Office 2003/2002/2000 or later or Lotus Smart Suite)
Reference:
Office 2002 in Easy Steps, Dreamtech Press, IDG Books
Lotus SmartSuite Manual/Help Files/Online Help
Access 2002 in Easy Steps, Stephen Copestake, Dreamtech Press, IDG Books (Relevant parts of Chapters 1, 2 and 3)
Help Files of the Indian Language Editor used. (Software)
Software:
Microsoft Office 2003/xp/2000 or later with Access/ Lotus Smart Suite
Indian Language Word Processor IndiaPage or iLeap.

3. Multimedia
Reference:
Multimedia – Making it Work, Tay Vaughan, TMH
(Relevant Sections of Chapters 1, 7, 9, 10, 11 and 12)
Microsoft Paint Help Files
Software:
Microsoft Windows Components: Paint, Photo Editor/Picture Manager (part of Ms-Office Setup), Sound Recorder and Media Player 9 or higher.
Winamp 5.05, Real Player 10, Apple QuickTime 6 or higher versions.

4. Web Browsers, E-mail Clients and Messenger Utilities
References:
Internet-An Introduction CIStems – TMH (Relevant sections of Chapters 1 to 6)
Web Publishing, Monica and Jude D’Souza, TMH
Software:
Microsoft Internet Explorer 6 or higher and Netscape 7.2 or higher
Yahoo! And MSN Messenger
5. Introduction to Networking
Reference:
Networking In Easy Steps – Peter Ingram Computer Step Dreamtech Press (Pages 8, 9, 13 to 23)
Networking Essentials-Techmedia

6. Introduction to Visual Basic
Reference:
Mastering Visual Basic, Evangelos Petroutsos BPB Publication (Chapters 1 and 3)
Software:
Microsoft Visual Studio 6.0

7. HTML
Reference:
Web Publishing, Monica and Jude D’Souza, TMH
Chapters 3 (excluding deprecated tags and Glossary/Definition Lists), 4, 5, (excluding Block alignment and Logical style tags),
Chapter 6(upto Pg. 96 including Image Preview), 7(excluding Embedded Tables)
Software:
Windows component Notepad or any free Text Editor, Internet Explorer 6 or higher and Netscape 7.2 or higher

8. Introduction to JavaScript
Reference:
Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, Techmedia-BPB
Chapters 1, 5, 6, 7, 8 9, Appendix D
Software:
Windows component Notepad or any free Text Editor, Internet Explorer 6 or higher and Netscape 7.2 or higher
Std. XII Information Technology –Science (97)
                                                     Scope and Limitation

S. No.       Topic/Unit                                                Sub-Unit                                                 Lectures
1        Web Publishing   Frames: the <FRAME>, <FRAMESET> and attributes, The anchor tag TARGET attribute, magic
                          target names, Inline frames using <IFRAME> and related attributes.
                          Image Mapping, Client side Image Maps, the <IMAGE> tag USEMAP attribute, the <MAP> and
                          <AREA> tags and related attributes. Server Side Image maps and map files. The <IMAGE> tag
                          ISMAP attribute. Combining Client Side and Server Side Image mapping.
                          Forms and Form Objects: The <FORM> tag. Form Methods and Action. Form objects The <INPUT>
                          Tag and related attributes. Text Box, Password, Hidden, Button, Submit, Reset, Checkbox and Radio
                          Objects. The <SELECT>, <OPTION> and <TEXTAREA> tags and related attributes. Scrolling List
                          boxes, Multiple Select Option, the Textarea object.
                          Inserting Sound and Video: Popular Audio Formats, Linking to an Audio/MIDI file. Adding sound to
                          web-pages using the <EMBED> and <BGSOUND> tags and their related attributes. Video file
                          formats for the web. Adding video using the DYNSRC attribute for <IMG> and using the <EMBED>
                          tags.
                          Font Embedding using Microsoft WEFT. Need of Font Embedding, Font Objects and Subsetting
                          Options.
                          Cross Browser Testing and its importance.
                          Introduction to CSS. CSS Styles and definitions using the <STYLE> tag. The <LINK> tag and related
                          attributes. Classes and IDs. Contextual Selector, Grouping selectors, Positioning using CSS. 3D
                          Layers, Letter spacing, Text-Align and Decoration.
                          Web Server. Locating, Directories and File Organisation, Moving Files, Commercial Internet Service,
                          Setting up the Web Server, Windows IIS and UNIX servers.
                          Microsoft PWS must be omitted and should not be taught.
                          The examination must not include any question that exclusively deals with elementary HTML
                          already covered in Std. XI
S. No.         Topic/Unit                                                  Sub-Unit                                                      Lectures
2        Cyber Laws and          Moral, Ethics, and Law
         Ethics                  Need for Ethics Culture. Ethics for – Computer users, Computer professionals, business
                                 Information Service
                                 Code of ethics, ethics guidelines
                                 Introduction to cyber laws:
                                 Information Technology Act of India, 2000 –Definitions, Digital Signature, Electronic Records-
                                 Attribution, Acknowledgement and Dispatch.
                                 The Ten Commandments of Computing
                                 Security, Privacy and Control.
                                 Intellectual Property Rights

3        E-Commerce              Electronic Commerce-Scope, Definition
                                 Trade Cycle
                                 Electronic markets-Usage, Advantages and Disadvantages, Future
                                 Electronic Data Interchange- Definition, Benefits
                                 Internet Commerce, e-Commerce in Perspective
                                 EDI Security

4        Client Side Scripting   Difference in Client and Server Side Scripting, Reason for JavaScript being the universal Client Side
         using JavaScript        scripting language.
                                 The Document Object Model (DOM). History of the DOM and its purpose Refer to Appendix 1 to
                                 see list of specific Objects, Properties, Events and Methods included in the syllabus.
                                 JavaScript Events and event handling
                                 Simple JavaScript programs involving Validation of date, numbers, e-mail address, username and
                                 passwords and standard objects
S. No.        Topic/Unit                                                         Sub-Unit                                                Lectures
5        ASP using VBScript     Introduction to VBScript – VBScript Variant variable and Sub-Types, Operators, Statements,
                                Procedures, Functions and Subroutines, Selection and Iteration. Refer to Appendix 2 to see list of
                                specific details of operators, statements and functions included in the syllabus.
                                Introduction to ASP. ASP Features and comparison to other Server Scripting Languages
                                ASP components and basics –Choice of Scripting Language, Registry, File and Function Level
                                Scripting Language Changes
                                ASP Objects: Response, Request, Application, Session, Server and ObjectContext(Names and brief
                                description only)
                                A few Properties/Collections and Methods of the Response and Request Object. Refer to Appendix 3
                                to see list of specific details of object Properties/Collections and Methods included in the syllabus.
                                ASP Error Handling
                                Simple ASP programs using VBScript
6        Database Concepts      Forms, Queries and Reports in MS Access
         and interaction with   Introduction to SQL (Features only and comparison with Access)
         ASP                    Introduction to ActiveX Data Objects (ADO), Data source creation from ODBC to database, the
                                connection object, Concept of DSN, DSN and DSN-less connections, Creating a connection using
                                OLE DB, creating a Microsoft Data Link Connection, Inserting, Deleting and Updating table data
                                using ASP.
                                Introduction to the Recordset object
Std. XII Information Technology –Science (97)
                                                                 Scope and Limitation
                                                                    Practical List

1.    Creation of a Website
2.    Creation of a Website with Frames and CSS
3.    Hyperlinks on a Web Page using Client Side Image Mapping
4.    Hyperlinks on a Web Page using Server Side Image Mapping
5.    Use of Audio and Animation on Web Pages
6.    Use of Video on Web Pages
7.    Creation and Publishing a Website using FTP
8.    Cross Browser Testing and Differences in Rendering
9.    Use of an Embedded Indian Font on a Web Page
10.   ASP code to display a report of client IP Address, Browser etc.
11.   ASP code to display Server Side Time and Client Side Time.
12.   ASP code to calculate the number of days a person has lived on basis of the Date of Birth/the number of days left before the next occurrence of select
      dates
13.   ASP code to display contents from a Text File
14.   ASP code to display Hit Counter/Number of Votes cast
15.   ASP code that accepts data, and puts the same into a Database/ that verifies username and password from a Database
16.   Creation of a database and ASP code that allows a user to view relevant information from the same/ Use of database and ASP code that allows a user
      to view as well as edit information
17.   Use of Event Driven Client Side JavaScript
18.   Use of JavaScript for Validation of Amount and Pin code/Telephone number
19.   Use of JavaScript for Validation of Username and Password
20.   Use of JavaScript for Validation of Date/E-mail address
Std. XII Information Technology –Science (97)
                                                                         Reference and Software List

 1. Web Publications
References:
Web Publishing, Monica and Jude D’Souza, TMH
Chapters 8, 9, 10 (excluding CGI Scripting and ASP), 11 (excluding marquee and Java Applets), 13, 14, 15 (only Cross-Browser Testing)
Microsoft WEFT Web Font Creator Online Help/Information Files (http://www.microsoft.com/typography/web/embedding/)

Software:
Windows component Notepad or any free Text Editor
Microsoft WEFT 5.3.2 or later
Internet Explorer 6 or higher and Netscape 7.2 or higher.


  2. Cyber law and Ethics
References:
Information Technology Act 2000, - Manager, Govt. of India Press (http://www.mit.gov.in/itbillmain.asp) (Chapters 1, 2 and 4)
Computers Today, Suresh K. Basandra, Galgotia
Cyber Law Simplified, Vivek Sood, TMH
Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH (for 10 commandments)


  3. E-Commerce
Reference:
E-Commerce Strategy, Technologies and applications by David Whiteley TMH (1.1 to 1.6, 7.1 to 7.5, 8.1 to 8.3, 9.6)


  4. Client side Scripting using JavaScript
References:
Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, SAMS Techmedia-BPB (Relevant Sections of Chapters 10, 12 and Appendix D)
Web Publishing, Monica and Jude D’Souza, TMH (Appendix C)
Software:
Windows Notepad or any Scripting Host
Internet Explorer 6/ Netscape 7.2 or Higher
5. ASP using VBScript
References:
Teach Yourself Active Server Pages in 24 Hours C. Wille and C. Koller, SAMS Techmedia (Chapters 3, 4 and 5)
Discover ASP 3.0, Monica & Jude D’Souza, TMH (Chapter 1, Appendix D(selected sections as indicated in Appendix 2))

Software:
Windows Notepad or any Scripting Host,
Internet Explorer 6/ Netscape 7.2 or higher
Internet Information Services (IIS) on Windows 2003/2000 Server


 6. Basic Database Concepts and interaction with ASP.
References:
Discover ASP, Monica & Jude D’Souza, TMH (Chapters 6 and 7)
Access 2002 in Easy Steps, Dreamtech Press, IDG Books (Chapters 4, 7 and 8)
Understanding SQL, Martin Gruber, BPB

 Software:
Microsoft Access 2003/2002/2000 or higher (part of Microsoft Office)
Windows Notepad /any Scripting Host
Internet Explorer 6/ Netscape 7.2 or higher
Internet Information Services (IIS) on Windows 2003 Server
Appendix 1: JavaScript and The Document Object Model (DOM).


document object:
Methods: write( )
Properties: bgColor, fgColor, forms, location, title and URL.
Events: onKeyPress, onMouseDown, onMouseUp, onClick and onDblClick

window object:
Properties: closed, document, location, name, status.
Methods: alert( ), blur( ), close( ), confirm( ), prompt( ) and stop( )

navigator object:
Properties: appCodeName, appName, appVersion

HTML Objects:
Button, checkbox, form, hidden, option, password, radio, select, text and textarea objects.
Properties: name, value, type, length selected, checked, action, elements, target depending on the specific object.
Methods: blur( ), click ( ), focus( ), reset ( ), submit( ), select( ) depending on specific object.
Events: onBlur, onMouseDown, onMouseUp, onClick and onFocus depending on specific object.



Note for Std XII Teachers and Question Setters:
       The Document Object Model (DOM) is common to both JavaScript as well as VBScript.
       JavaScript objects Date, String, Array, Math and Boolean are already covered in Std XI. Consequently questions that exclusively deal with these
       objects should not be asked.
       Questions asked in the examination related to DOM object Properties, Methods and Events have to be strictly confined to the ones given above.
       Certain objects mentioned in the references such as frame, history, image, layer, location, plugin, reset, submit etc. are not part of the syllabus and no
       questions referring to the same should be asked in the examination.
Appendix 2: Visual Basic(Std XI) and VBScript(Std XII) Reference

Operators:
String Concatenation: &, Arithmetic: +, -, *, /,  , ^ and Mod,  Comparison: <, >, <=, >=, = and <>, Logical : And, Or, Xor, Not,
Statements
Dim, Rem, Option Explicit, Exit, Const Statements
Procedure related Statements
Function…End function, Sub…End Sub, Call
Selection Statements
If…Then, If …Then Else, If…Then…ElseIf, Select…Case
Iteration Statements
Do While, Do Until, For Next, For Each…Next, While….Wend,
Numeric Functions
Sin, Cos, Tan, Atn, Exp, Sqr, Sgn, Abs
Date/Time Functions
Year, Month, Weekday, Day, Date, Time, Hour, Minute, Second, Weekday, WeekdayName, MonthName, DateAdd, DateDiff, DateValue,
FormatDateTime,
Conversion and Validation Functions
CBool, CByte, CDate, CDbl, CInt, CLng, CStr, IsNumeric, IsEmpty, IsDate
String Functions
Len, InStr, String, StrComp, StrReverse, Trim, Left, Mid, Right, UCase, LCase

MsgBox, InputBox

Note for Std XII Teachers and Question Setters:
       The Document Object Model (DOM) is common to both JavaScript as well as VBScript.
       Questions asked in the examination related to VBScript and DOM object Properties, Methods and Events have to be strictly confined to the ones given
       above.
       Avoid setting questions that exclusively involve use of VBScript without ASP.
Appendix 3: ASP Response and Request Objects Properties, Collections and Methods (Std. XII) Reference

The Response Object Properties/Collections
Cookies, Buffer, ContentType, Expires, ExpiresAbsolute and IsClientConnected

The Response Object Methods
Write, Flush, Clear, End and Redirect

The Request Object Properties/Collections
Cookies, Form and ServerVariables

ServerVariables Collection Arguments
CONTENT_TYPE, GATEWAY_INTERFACE, HTTP_<HeaderName>, LOGON_USER, PATH_INFO, REMOTE_ADDR, REMOTE_HOST,
REQUEST_METHOD, SCRIPT_NAME, SERVER_NAME, SERVER_PORT, SERVER_PROTOCOL, SERVER_SOFTWARE, URL




Note for Std XII Teachers and Question Setters:
       The Document Object Model (DOM) is common to both JavaScript as well as VBScript.
       Questions asked in the examination related to ASP Object Properties, Collections and Methods have to be strictly confined to the ones mentioned
       above.
       Avoid setting questions that exclusively involve use of VBScript without ASP.
Std. XI and XII Information Technology Science (97)
                                                              Full Reference List for Books


   1.    Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH
   2.    Office 2002 in Easy Steps, Dreamtech Press, IDG Books
   3.    Lotus SmartSuite Manual/Help Files/Online Help
   4.    Access 2002 in Easy Steps, Stephen Copestake, Dreamtech Press, IDG Books
   5.    Help Files of the Indian Language Editor used. (Software)
   6.    Multimedia – Making it Work, Tay Vaughan, TMH
   7.    Microsoft Paint Help Files (Software)
   8.    Internet-An Introduction CIStems – TMH
   9.    Web Publishing, Monica and Jude D’Souza, TMH
   10.   Networking In Easy Steps – Peter Ingram Computer Step Dreamtech Press
   11.   Networking Essentials-Techmedia
   12.   Mastering Visual Basic, Evangelos Petroutsos BPB Publication
   13.   Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, Techmedia-BPB
   14.   Microsoft WEFT Web Font Creator Online Help/Information Files (http://www.microsoft.com/typography/web/embedding/)
   15.   Information Technology Act 2000, - Manager, Govt. of India Press (http://www.mit.gov.in/itbillmain.asp)
   16.   Computers Today, Suresh K. Basandra, Galgotia
   17.   Cyber Law Simplified, Vivek Sood, TMH
   18.   E-Commerce Strategy, Technologies and applications by David Whiteley TMH
   19.   Teach Yourself Active Server Pages in 24 Hours C. Wille and C. Koller, SAMS Techmedia
   20.   Discover ASP 3.0, Monica & Jude D’Souza, TMH
   21.   Understanding SQL, Martin Gruber, BPB

Additional Books covering the above topics also can be purchased.
Std. XI and XII Information Technology Science (97)
                                                      Full Reference List for Software

Server OS
   Microsoft Windows 2003 Server with the latest Service Packs/ Updates(recommended)
  Minumum Requirement: Microsoft Windows 2000 Server + Service Pack4 or higher updates (Acceptable but not recommended)
  Windows NT 3.5 Server and Windows NT 4 Server is not acceptable.
  The Windows server version chosen must be compatible with the maximum number of nodes to be used.
  The OS must be updated with the latest Microsoft Service packs and updates as and when available
  Enable IIS for IT Science Practical

Node/Workstation OS
  Microsoft Windows xp Professional + Service Pack 2 OR higher PC version of Windows that can logon to a domain server.
  The OS must be updated with the latest service packs and updates available
  Windows xp Home, 2000 Professional, ME, 98SE, 98, 95-OSR2, 95, NT-3.5 Workstation or NT-4 Workstation are not acceptable as OS
  and the Online Examination Software will not support these operating systems.
  Support and recommendation for compatible operating systems that may become available later will be made known.

Windows Components
Notepad, Paint, Sound Recorder, Media Player 9 or later and Internet Explorer 6 or later.
(Media Player and Internet Explorer is pre-installed/freely available)
Essential Free Software (Freeware/Shareware)
Netscape 7.2, WS_FTP, Yahoo! Messenger 6, MSN Messenger 6.2, Microsoft WEFT 5.3.2 Full, Nullsoft Winamp 5.05, Real Player 10, Apple
QuickTime 6, (Higher versions are acceptable too. All programs are freely available.)

Microsoft Office 2003/2002/2000 or Later with MS-Access for Windows
Lotus Smart Suite is Optional
IndiaPage (preferred) or iLeap Indian Language Word Processor.
Microsoft Visual Studio 6.0
Std. XI and XII Information Technology Science (97)
                                                               Hardware Requirement List

                                               Computer Lab. Computer Number Requirement
at least 1 Main server + Nodes/Workstations whose number is at least equal to 1/4th the number of IT students enrolled in Std. XII for all Faculties
combined, or greater.

                                                     Computer Lab. Minimum Hardware Requirements
        Intel Pentium 4/ AMD Athelon xp @ 2.6 GHz clock speed or higher
        Switching Hub with sufficient number of ports to connect all computers in a network.
        At least 256 MB DDR SDRAM
        40 GB IDE Hard disk Drive @7200 RPM or Greater
        CD or DVD Writer on at least one machine
        Sound Card or Built-in sound on Motherboard + Speakers (on at least 4 nodes)
        15'' SVGA Color Monitor or larger
        10-100 MBPS Ethernet Cards in every computer
        Laser Printer, Dot Matrix Printer and Inkjet Printer (Total 3 printers)
        A Common High Power UPS for all machines is recommended although an individual UPS for every computer acceptable.
        Electrical Wiring of the Computer Lab must have provision for Power Feed through a Generator.
        Generator (Optional)
        Modem (optional, if needed) PSTN, ISDN or Cable Modem to suit the type Internet Connection.
        Data Projector (optional)

                                                  Computer Lab. Network and Internet Requirements
The server along with all the workstations must be connected through the switching hub. A domain will have to be created on the Server and all
workstations/nodes should logon to the domain server. Enable IIS Services on the Server (not on the Individual Nodes) for Science.

Internet connectivity should be available for all the computers in the network in one of the following ways:
    Cable Internet Connection through Cable modem or Broadband.
    ISDN Telephone connection with ISDN modem
    Wireless Telephone connection (Through a GPRS/GSM Cellular Phone or CDMA Mobile/WLL Phone)
    Simple PSTN (ordinary Telephone line) through a dial-up modem.
The functionality of the Internet connection and its efficiency must be tested regularly to ensure proper working speeds and consistency when all computers are
used for Internet related activity at the same time.

More Related Content

Viewers also liked

Viewers also liked (9)

4.129 tybsc it
4.129 tybsc it4.129 tybsc it
4.129 tybsc it
 
Investigatory project parts
Investigatory project partsInvestigatory project parts
Investigatory project parts
 
Parts of a research paper
Parts of a research paperParts of a research paper
Parts of a research paper
 
Science investigatory project
Science investigatory projectScience investigatory project
Science investigatory project
 
Parts of a Research Paper
Parts of a Research PaperParts of a Research Paper
Parts of a Research Paper
 
Cyber law
Cyber lawCyber law
Cyber law
 
Test of hypothesis
Test of hypothesisTest of hypothesis
Test of hypothesis
 
The thesis and its parts
The thesis and its partsThe thesis and its parts
The thesis and its parts
 
5 parts of research paper
5 parts of research paper5 parts of research paper
5 parts of research paper
 

Similar to Science

Informatics
Informatics Informatics
Informatics ansalapi
 
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGAR
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGARBEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGAR
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGARCOMPETITION GURUKUL
 
Compu Brain Computer Institute
Compu Brain Computer InstituteCompu Brain Computer Institute
Compu Brain Computer InstituteWilfred Dsouza
 
Career portfolio
Career portfolioCareer portfolio
Career portfolioHuiyun Wu
 
What “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information ModelincWhat “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information ModelincDon Day
 
Syllabus for screening test 10+2 lecturer in computer sciences..
Syllabus for screening test 10+2 lecturer in computer sciences..Syllabus for screening test 10+2 lecturer in computer sciences..
Syllabus for screening test 10+2 lecturer in computer sciences..Ashish Sharma
 
Tableau Online Training course by FuturePoint Technologies
Tableau Online Training course by FuturePoint TechnologiesTableau Online Training course by FuturePoint Technologies
Tableau Online Training course by FuturePoint TechnologiesFuturepoint13
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827surilige
 
Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed Indiarsnarayanan
 
Salesforce crm-training-in-bangalore
Salesforce crm-training-in-bangaloreSalesforce crm-training-in-bangalore
Salesforce crm-training-in-bangaloreKelly Technologies
 
Syllabus lect computer_engineering(tech_edudeptt)
Syllabus lect computer_engineering(tech_edudeptt)Syllabus lect computer_engineering(tech_edudeptt)
Syllabus lect computer_engineering(tech_edudeptt)Naveen Saini
 
Android course contents|SelfpacedTech
Android course contents|SelfpacedTechAndroid course contents|SelfpacedTech
Android course contents|SelfpacedTechSelfpaced
 
Evolutionary Design Solid
Evolutionary Design SolidEvolutionary Design Solid
Evolutionary Design SolidSai Venkat
 

Similar to Science (20)

Informatics
Informatics Informatics
Informatics
 
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGAR
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGARBEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGAR
BEST DSSSB COMPUTER SCIENCE COACHING CENTER IN DELHI, UTTAM NAGAR
 
APS PGT Computer Science SylIabus
APS PGT Computer Science SylIabusAPS PGT Computer Science SylIabus
APS PGT Computer Science SylIabus
 
Web designing
Web designingWeb designing
Web designing
 
Compu Brain Computer Institute
Compu Brain Computer InstituteCompu Brain Computer Institute
Compu Brain Computer Institute
 
Os Napier
Os NapierOs Napier
Os Napier
 
Career portfolio
Career portfolioCareer portfolio
Career portfolio
 
What “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information ModelincWhat “Model” DITA Specializations Can Teach About Information Modelinc
What “Model” DITA Specializations Can Teach About Information Modelinc
 
MERN stack roadmap
MERN stack roadmapMERN stack roadmap
MERN stack roadmap
 
Syllabus for screening test 10+2 lecturer in computer sciences..
Syllabus for screening test 10+2 lecturer in computer sciences..Syllabus for screening test 10+2 lecturer in computer sciences..
Syllabus for screening test 10+2 lecturer in computer sciences..
 
Tableau Online Training course by FuturePoint Technologies
Tableau Online Training course by FuturePoint TechnologiesTableau Online Training course by FuturePoint Technologies
Tableau Online Training course by FuturePoint Technologies
 
Oracle Fusion Middleware
Oracle Fusion MiddlewareOracle Fusion Middleware
Oracle Fusion Middleware
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827
 
S 7
S 7S 7
S 7
 
Data Access Tech Ed India
Data Access   Tech Ed IndiaData Access   Tech Ed India
Data Access Tech Ed India
 
Salesforce crm-training-in-bangalore
Salesforce crm-training-in-bangaloreSalesforce crm-training-in-bangalore
Salesforce crm-training-in-bangalore
 
Syllabus lect computer_engineering(tech_edudeptt)
Syllabus lect computer_engineering(tech_edudeptt)Syllabus lect computer_engineering(tech_edudeptt)
Syllabus lect computer_engineering(tech_edudeptt)
 
Android course contents|SelfpacedTech
Android course contents|SelfpacedTechAndroid course contents|SelfpacedTech
Android course contents|SelfpacedTech
 
Evolutionary Design Solid
Evolutionary Design SolidEvolutionary Design Solid
Evolutionary Design Solid
 
Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827Ofm msft-interop-v5c-132827
Ofm msft-interop-v5c-132827
 

Recently uploaded

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonetsnaman860154
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024Results
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsEnterprise Knowledge
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Igalia
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfEnterprise Knowledge
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 

Recently uploaded (20)

Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
How to convert PDF to text with Nanonets
How to convert PDF to text with NanonetsHow to convert PDF to text with Nanonets
How to convert PDF to text with Nanonets
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024A Call to Action for Generative AI in 2024
A Call to Action for Generative AI in 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
Raspberry Pi 5: Challenges and Solutions in Bringing up an OpenGL/Vulkan Driv...
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdfThe Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
The Role of Taxonomy and Ontology in Semantic Layers - Heather Hedden.pdf
 
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
Neo4j - How KGs are shaping the future of Generative AI at AWS Summit London ...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 

Science

  • 1. Std. XI Information Technology –Science (97) Scope and Limitation No Topic/Unit Sub-Unit Lectures 1 Introduction to Definition of Information Technology: Introduction, Information Systems, Software and Data. Information IT in Business and Industry, IT at Home and play, IT in education and Training IT in Science and Engineering. Technology 10 Computers in Hiding 2 Office Suite Word Processor MS Word/Lotus WordPro and its main features: Save and Save As, Page Setup-Margins, Orientation and Paper Size, Print Preview and various Print Options, Undo, Cut, Copy, Paste, Find and Replace, Formatting text using Font, Bold Italic, Underline and Paragraph Alignments, Spellings and Grammar, Mail Merge, Insertion of Tables, Adding/ Deleting/Merging/Splitting of Rows/ Columns/Cells. Spreadsheets MS Excel/ Lotus 123 and its main features Concept of Spreadsheet, Worksheets and Workbooks. Main Features of Excel/Lotus 123 : Save and Save As, Setting Print Area, Page Setup- Orientation, Scaling, Paper Size, Margins, Header and Footers, Undo, Cut, Copy, Paste, Various Fill options, Find and Replace options, Normal and Page Break Views, Print Preview, Various Print Options, Formatting Cell Data –Type, 50 Alignment, Font and Border, Sorting Data, Introduction to Formulae and their use. Database MS Access/Lotus Approach, Basic Concepts of a database and Database Terminology, Creation of Databases Manually and using wizards, Save and Open operations, Tables, Automatic and Manual Table Creation, Table Design – Data Types and Field Properties, Setting Up new fields, Text Properties and Setting Properties, concept of Primary Key, saving tables, Importing External data into a table from the spreadsheet program (Excel/Lotus 123), Exporting Table Data To spreadsheet program, Compaction and repair Study of an Indian Language Word Processor such as IndiaPage or iLeap 3 Multimedia Multimedia-Definition, CD-ROM, Uses of Multimedia in business, education, public places, Virtual Reality Presentation Tools: Microsoft PowerPoint, Time based Multimedia Authoring tools, Macromedia Director Images: Creating Still Images, Bitmaps, Capturing and Editing images, Vector Drawing, Comparison to bitmaps, Rendering, Color, File Formats, Introduction to the basic features of Microsoft Paint, Animation: Principles, Techniques, Cel Animation, keyframes and tweening, Computer Animation, Kinematics 25 and Morphing, Animation File Formats Digital Video, -Compression MPEG, DVI Sounds, MIDI, Digital Audio, sampling rate and sample size, Audio File formats.
  • 2. No Topic/Unit Sub-Unit Lectures 4 Web Browsers, E- A brief account of the early Internet, mail Clients and Protocols, the TCP/IP protocol (protocol structure need not be discussed, only features and applications) Messenger Utilities The Hypertext Transfer Protocol(http) The World Wide Web, Role of Web Servers, The Client Computer, Web Browsers and their use, Popular Web Browsers, Internet Explorer, Netscape and Mozilla 30 Internet access without using a traditional Computer-using Mobile Phones-GPRS and WAP protocols E-Mail Servers and Protocols: SMTP, POP, IMAP, simple web based Mail E-mail Clients, Outlook, Outlook Express and Eudora, Web Based Mail Access using Browser Messenger Services and Clients and their features; Yahoo!, MSN and AOL Messengers 5 Introduction to Why Network?, Networking Basics, Ethernet, Network Topologies and Cabling Systems Networking Types of Cabling Bounded and Wireless networks, 15 Network components: servers, nodes, hubs, switches, modems bridges and routers. 6 Introduction to Introduction to Visual Basic, Visual Basic Layout of Visual Basic 6.0 IDE, Menu Bar, Tool Bar, Tool Box, Project Window and Properties Window. Visual Basic specific controls(objects): Form, TextBox, Label, Command Button, Radio Button, CheckBox, List Box and ComboBox Control properties, related methods and events for above mentioned objects only. Mathematical Operators in VB, Variables in VB, Declarations, Types; Numeric (Int Single Double), String, Boolean, Date and Variant. Conversion Functions between different variables such as (CInt, CDbl, CStr etc. 30 listed in Appendix 2) Procedures: Functions and Subroutines in Visual Basic and Calling the same. Built-In functions such as IsDate, IsNumeric, InStr, Len, Sin, Cos, Tan, Abs, Sqr Conditions and conditional Operators in VB, Selection and Iteration procedures in Visual Basic: If…Then, If…Then…Else, Select Case, Do While…Loop, Do Until…Loop,While….Wend, For…Next Simple programs in Visual Basic.
  • 3. No Topic/Unit Sub-Unit Lectures 7 HTML HTML: Use as a Web Publishing Language, Features, Properties and Limitations. HTML Basic Tags and Attributes: The <HTML> <HEAD> <BODY> and <TITLE> tags. The Paragraph <P> and Heading tags <H1> to <H6> and the align attribute and its values. The HTML Comment tag <!--…--> Ordered Lists: The <OL> and <LI> tags the TYPE and VALUE attribute of the <OL> tag Unordered lists: The <UL> and <LI> tags the TYPE VALUE attribute of the <UL> tag. Nested Lists Creating Hyperlinks in HTML using the Anchor <A> tag and the HREF attribute. Relative and absolute pats in hyperlinks. Inking within the same page by using the NAME attribute (Bookmarks). Concept of URL. URL types; http, ftp and news. The mailto function Physical Style Tags <B>, <I>, <U>, <TT>, <S>, <SUB>, <SUP>, <BIG> and <SMALL> The HTML <FONT> tag and the FACE, SIZE and COLOR attributes. Specifying alternative fonts. Specifying font color using color name as well as RGB hex color code. Using TEXT, BGCOLOR, LINK, ALINK and VLINK attributes with the <BODY> tag The Pre-formatting <PRE>, Line Break <BR> and Horizontal line <HR> tags. The WIDTH, SIZE and NOSHADE attributes of the <HR> tag. 40 Displaying special characters in HTML; blank, greater than, less than, quote, ampersand, copyright. The Raster Image format, BMP, GIF and JPG and their features, the HTML <IMG> tag, the SRC, ALIGN, ALT, HEIGHT, WIDTH, BORDER, LOWSRC attributes. Displaying images in a web page, links to images, images used as hyperlinks. The <BODY> BACKGROUND attribute Tables in HTML. The <TABLE> tag. BORDER, ALIGN, WIDTH and COLOR attributes. The table <CAPTION>, Row<TR>, Cell <TH> and <TD> tags. Cell WIDTH, ALIGN and VALIGN. BORDERCOLOR. Spanning Table Cells using ROWSPAN and COLSPAN. Embedded Tables. The <MARQUEE> tag and related attributes BEHAVIOR, SCROLLAMOUNT, SCROLLDELAY, DIRECTION. Java Applets. The <APPLET> and <PARAM> tags and attributes. Glossary/Definition Lists are not in Syllabus All Logical Style Tags such as <BASEFONT> <STRONG> <DIV> etc. are not in Syllabus.
  • 4. No Topic/Unit Sub-Unit Lectures 8 Introduction to Limitation of plain HTML and requirement of a scripting language. JavaScript Difference between Java and JavaScript, JavaScript as a scripting language. Variables, Literals, Unary and Binary Operators, Expressions and Comments in JavaScript. Insertion of JavaScript in HTML and use of document.write( ) Functions and their use. Creating user-defined functions in JavaScript. JavaScript built-in functions eval( ), parseInt( ), parseFloat( ), confirm( ), alert( ) and prompt( ). Selection in JavaScript. Meaning of a condition. Combining conditions using the logical operators AND OR and NOT.(if…..if…else, elseif, select…case, conditional expression) Iteration in JavaScript using while, do…while, for and for….in loops. Nested Loops. break and continue statements Introduction to JavaScript Date, Math, Array and String objects. Object creation using new keyword Built in Object Properties and methods: - Array : sort. 35 Strings: the length property, substring, toUpperCase, toLowerCase, indexOf, lastIndexOf and charAt methods Math : sin, cos, tan, exp, log, max, min, abs, ceil, floor, pow, round, sqrt Date : setDate, setMounth, setYear, setFullYear, setTime, setHours, setMinutes, setSeconds getDate, getMounth, getYear, getFullYear, getTime, getHours, getMinutes, getSeconds Simple HTML programs using JavaScript and JavaScript Objects and Functions Students should not be taught the Java programming language to any extent for teaching JavaScript. Only Java features may be discussed for sake of comparison. Events and Event Handling in JavaScript is not within the scope of Std XI and should not be taught. Properties, Methods and Events of HTML Objects (DOM) should not be taught at Std XI. Level. (except for document.write( ). )
  • 5. Std. XI Information Technology –Science (97) Scope and Limitation Practical List 1. Identification of Computer Systems and understanding LAB setup. 2. Exercise on Windows, Start Menu and Accessories. 3. Creating Documents, page formatting, use of fonts and colour and printing using Word/WordPro 4. Mail merge and envelope printing using Word/WordPro 5. Study of Spreadsheet using Excel/Lotus 123 6. Creation of a Simple Database Using Access/Approach 7. Study of a Web Browser for browsing different websites 8. Acquisition of e-mail ID on free web-based e-mail servers; sending and receiving emails with and without attachments. 9. Study and use of search engines, and messengers. 10. Downloading and saving Web page content and images as files. 11. Simple Visual Basic Program using Toolbox 12. Use of built in functions and event driven programming in Visual Basic. 13. Create a simple WEB page using basic HTML tags. 14. Creation of WEB page containing graphics and table. 15. Use of Hyperlinks on WEB pages. 16. Simple Practical in JavaScript using Selection Structure 17. Simple Practical in JavaScript using Iteration Structures 18. Simple exercise in JavaScript– to create an interactive Web Page using JavaScript.
  • 6. Std. XI Information Technology –Science (97) Scope and Limitation Reference and Software List 1. Introduction to Information Technology Reference: Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH Chapter2 (2.1 to 2.9 only) 2. Office Suite (Microsoft Office 2003/2002/2000 or later or Lotus Smart Suite) Reference: Office 2002 in Easy Steps, Dreamtech Press, IDG Books Lotus SmartSuite Manual/Help Files/Online Help Access 2002 in Easy Steps, Stephen Copestake, Dreamtech Press, IDG Books (Relevant parts of Chapters 1, 2 and 3) Help Files of the Indian Language Editor used. (Software) Software: Microsoft Office 2003/xp/2000 or later with Access/ Lotus Smart Suite Indian Language Word Processor IndiaPage or iLeap. 3. Multimedia Reference: Multimedia – Making it Work, Tay Vaughan, TMH (Relevant Sections of Chapters 1, 7, 9, 10, 11 and 12) Microsoft Paint Help Files Software: Microsoft Windows Components: Paint, Photo Editor/Picture Manager (part of Ms-Office Setup), Sound Recorder and Media Player 9 or higher. Winamp 5.05, Real Player 10, Apple QuickTime 6 or higher versions. 4. Web Browsers, E-mail Clients and Messenger Utilities References: Internet-An Introduction CIStems – TMH (Relevant sections of Chapters 1 to 6) Web Publishing, Monica and Jude D’Souza, TMH Software: Microsoft Internet Explorer 6 or higher and Netscape 7.2 or higher Yahoo! And MSN Messenger
  • 7. 5. Introduction to Networking Reference: Networking In Easy Steps – Peter Ingram Computer Step Dreamtech Press (Pages 8, 9, 13 to 23) Networking Essentials-Techmedia 6. Introduction to Visual Basic Reference: Mastering Visual Basic, Evangelos Petroutsos BPB Publication (Chapters 1 and 3) Software: Microsoft Visual Studio 6.0 7. HTML Reference: Web Publishing, Monica and Jude D’Souza, TMH Chapters 3 (excluding deprecated tags and Glossary/Definition Lists), 4, 5, (excluding Block alignment and Logical style tags), Chapter 6(upto Pg. 96 including Image Preview), 7(excluding Embedded Tables) Software: Windows component Notepad or any free Text Editor, Internet Explorer 6 or higher and Netscape 7.2 or higher 8. Introduction to JavaScript Reference: Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, Techmedia-BPB Chapters 1, 5, 6, 7, 8 9, Appendix D Software: Windows component Notepad or any free Text Editor, Internet Explorer 6 or higher and Netscape 7.2 or higher
  • 8. Std. XII Information Technology –Science (97) Scope and Limitation S. No. Topic/Unit Sub-Unit Lectures 1 Web Publishing Frames: the <FRAME>, <FRAMESET> and attributes, The anchor tag TARGET attribute, magic target names, Inline frames using <IFRAME> and related attributes. Image Mapping, Client side Image Maps, the <IMAGE> tag USEMAP attribute, the <MAP> and <AREA> tags and related attributes. Server Side Image maps and map files. The <IMAGE> tag ISMAP attribute. Combining Client Side and Server Side Image mapping. Forms and Form Objects: The <FORM> tag. Form Methods and Action. Form objects The <INPUT> Tag and related attributes. Text Box, Password, Hidden, Button, Submit, Reset, Checkbox and Radio Objects. The <SELECT>, <OPTION> and <TEXTAREA> tags and related attributes. Scrolling List boxes, Multiple Select Option, the Textarea object. Inserting Sound and Video: Popular Audio Formats, Linking to an Audio/MIDI file. Adding sound to web-pages using the <EMBED> and <BGSOUND> tags and their related attributes. Video file formats for the web. Adding video using the DYNSRC attribute for <IMG> and using the <EMBED> tags. Font Embedding using Microsoft WEFT. Need of Font Embedding, Font Objects and Subsetting Options. Cross Browser Testing and its importance. Introduction to CSS. CSS Styles and definitions using the <STYLE> tag. The <LINK> tag and related attributes. Classes and IDs. Contextual Selector, Grouping selectors, Positioning using CSS. 3D Layers, Letter spacing, Text-Align and Decoration. Web Server. Locating, Directories and File Organisation, Moving Files, Commercial Internet Service, Setting up the Web Server, Windows IIS and UNIX servers. Microsoft PWS must be omitted and should not be taught. The examination must not include any question that exclusively deals with elementary HTML already covered in Std. XI
  • 9. S. No. Topic/Unit Sub-Unit Lectures 2 Cyber Laws and Moral, Ethics, and Law Ethics Need for Ethics Culture. Ethics for – Computer users, Computer professionals, business Information Service Code of ethics, ethics guidelines Introduction to cyber laws: Information Technology Act of India, 2000 –Definitions, Digital Signature, Electronic Records- Attribution, Acknowledgement and Dispatch. The Ten Commandments of Computing Security, Privacy and Control. Intellectual Property Rights 3 E-Commerce Electronic Commerce-Scope, Definition Trade Cycle Electronic markets-Usage, Advantages and Disadvantages, Future Electronic Data Interchange- Definition, Benefits Internet Commerce, e-Commerce in Perspective EDI Security 4 Client Side Scripting Difference in Client and Server Side Scripting, Reason for JavaScript being the universal Client Side using JavaScript scripting language. The Document Object Model (DOM). History of the DOM and its purpose Refer to Appendix 1 to see list of specific Objects, Properties, Events and Methods included in the syllabus. JavaScript Events and event handling Simple JavaScript programs involving Validation of date, numbers, e-mail address, username and passwords and standard objects
  • 10. S. No. Topic/Unit Sub-Unit Lectures 5 ASP using VBScript Introduction to VBScript – VBScript Variant variable and Sub-Types, Operators, Statements, Procedures, Functions and Subroutines, Selection and Iteration. Refer to Appendix 2 to see list of specific details of operators, statements and functions included in the syllabus. Introduction to ASP. ASP Features and comparison to other Server Scripting Languages ASP components and basics –Choice of Scripting Language, Registry, File and Function Level Scripting Language Changes ASP Objects: Response, Request, Application, Session, Server and ObjectContext(Names and brief description only) A few Properties/Collections and Methods of the Response and Request Object. Refer to Appendix 3 to see list of specific details of object Properties/Collections and Methods included in the syllabus. ASP Error Handling Simple ASP programs using VBScript 6 Database Concepts Forms, Queries and Reports in MS Access and interaction with Introduction to SQL (Features only and comparison with Access) ASP Introduction to ActiveX Data Objects (ADO), Data source creation from ODBC to database, the connection object, Concept of DSN, DSN and DSN-less connections, Creating a connection using OLE DB, creating a Microsoft Data Link Connection, Inserting, Deleting and Updating table data using ASP. Introduction to the Recordset object
  • 11. Std. XII Information Technology –Science (97) Scope and Limitation Practical List 1. Creation of a Website 2. Creation of a Website with Frames and CSS 3. Hyperlinks on a Web Page using Client Side Image Mapping 4. Hyperlinks on a Web Page using Server Side Image Mapping 5. Use of Audio and Animation on Web Pages 6. Use of Video on Web Pages 7. Creation and Publishing a Website using FTP 8. Cross Browser Testing and Differences in Rendering 9. Use of an Embedded Indian Font on a Web Page 10. ASP code to display a report of client IP Address, Browser etc. 11. ASP code to display Server Side Time and Client Side Time. 12. ASP code to calculate the number of days a person has lived on basis of the Date of Birth/the number of days left before the next occurrence of select dates 13. ASP code to display contents from a Text File 14. ASP code to display Hit Counter/Number of Votes cast 15. ASP code that accepts data, and puts the same into a Database/ that verifies username and password from a Database 16. Creation of a database and ASP code that allows a user to view relevant information from the same/ Use of database and ASP code that allows a user to view as well as edit information 17. Use of Event Driven Client Side JavaScript 18. Use of JavaScript for Validation of Amount and Pin code/Telephone number 19. Use of JavaScript for Validation of Username and Password 20. Use of JavaScript for Validation of Date/E-mail address
  • 12. Std. XII Information Technology –Science (97) Reference and Software List 1. Web Publications References: Web Publishing, Monica and Jude D’Souza, TMH Chapters 8, 9, 10 (excluding CGI Scripting and ASP), 11 (excluding marquee and Java Applets), 13, 14, 15 (only Cross-Browser Testing) Microsoft WEFT Web Font Creator Online Help/Information Files (http://www.microsoft.com/typography/web/embedding/) Software: Windows component Notepad or any free Text Editor Microsoft WEFT 5.3.2 or later Internet Explorer 6 or higher and Netscape 7.2 or higher. 2. Cyber law and Ethics References: Information Technology Act 2000, - Manager, Govt. of India Press (http://www.mit.gov.in/itbillmain.asp) (Chapters 1, 2 and 4) Computers Today, Suresh K. Basandra, Galgotia Cyber Law Simplified, Vivek Sood, TMH Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH (for 10 commandments) 3. E-Commerce Reference: E-Commerce Strategy, Technologies and applications by David Whiteley TMH (1.1 to 1.6, 7.1 to 7.5, 8.1 to 8.3, 9.6) 4. Client side Scripting using JavaScript References: Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, SAMS Techmedia-BPB (Relevant Sections of Chapters 10, 12 and Appendix D) Web Publishing, Monica and Jude D’Souza, TMH (Appendix C) Software: Windows Notepad or any Scripting Host Internet Explorer 6/ Netscape 7.2 or Higher
  • 13. 5. ASP using VBScript References: Teach Yourself Active Server Pages in 24 Hours C. Wille and C. Koller, SAMS Techmedia (Chapters 3, 4 and 5) Discover ASP 3.0, Monica & Jude D’Souza, TMH (Chapter 1, Appendix D(selected sections as indicated in Appendix 2)) Software: Windows Notepad or any Scripting Host, Internet Explorer 6/ Netscape 7.2 or higher Internet Information Services (IIS) on Windows 2003/2000 Server 6. Basic Database Concepts and interaction with ASP. References: Discover ASP, Monica & Jude D’Souza, TMH (Chapters 6 and 7) Access 2002 in Easy Steps, Dreamtech Press, IDG Books (Chapters 4, 7 and 8) Understanding SQL, Martin Gruber, BPB Software: Microsoft Access 2003/2002/2000 or higher (part of Microsoft Office) Windows Notepad /any Scripting Host Internet Explorer 6/ Netscape 7.2 or higher Internet Information Services (IIS) on Windows 2003 Server
  • 14. Appendix 1: JavaScript and The Document Object Model (DOM). document object: Methods: write( ) Properties: bgColor, fgColor, forms, location, title and URL. Events: onKeyPress, onMouseDown, onMouseUp, onClick and onDblClick window object: Properties: closed, document, location, name, status. Methods: alert( ), blur( ), close( ), confirm( ), prompt( ) and stop( ) navigator object: Properties: appCodeName, appName, appVersion HTML Objects: Button, checkbox, form, hidden, option, password, radio, select, text and textarea objects. Properties: name, value, type, length selected, checked, action, elements, target depending on the specific object. Methods: blur( ), click ( ), focus( ), reset ( ), submit( ), select( ) depending on specific object. Events: onBlur, onMouseDown, onMouseUp, onClick and onFocus depending on specific object. Note for Std XII Teachers and Question Setters: The Document Object Model (DOM) is common to both JavaScript as well as VBScript. JavaScript objects Date, String, Array, Math and Boolean are already covered in Std XI. Consequently questions that exclusively deal with these objects should not be asked. Questions asked in the examination related to DOM object Properties, Methods and Events have to be strictly confined to the ones given above. Certain objects mentioned in the references such as frame, history, image, layer, location, plugin, reset, submit etc. are not part of the syllabus and no questions referring to the same should be asked in the examination.
  • 15. Appendix 2: Visual Basic(Std XI) and VBScript(Std XII) Reference Operators: String Concatenation: &, Arithmetic: +, -, *, /, , ^ and Mod, Comparison: <, >, <=, >=, = and <>, Logical : And, Or, Xor, Not, Statements Dim, Rem, Option Explicit, Exit, Const Statements Procedure related Statements Function…End function, Sub…End Sub, Call Selection Statements If…Then, If …Then Else, If…Then…ElseIf, Select…Case Iteration Statements Do While, Do Until, For Next, For Each…Next, While….Wend, Numeric Functions Sin, Cos, Tan, Atn, Exp, Sqr, Sgn, Abs Date/Time Functions Year, Month, Weekday, Day, Date, Time, Hour, Minute, Second, Weekday, WeekdayName, MonthName, DateAdd, DateDiff, DateValue, FormatDateTime, Conversion and Validation Functions CBool, CByte, CDate, CDbl, CInt, CLng, CStr, IsNumeric, IsEmpty, IsDate String Functions Len, InStr, String, StrComp, StrReverse, Trim, Left, Mid, Right, UCase, LCase MsgBox, InputBox Note for Std XII Teachers and Question Setters: The Document Object Model (DOM) is common to both JavaScript as well as VBScript. Questions asked in the examination related to VBScript and DOM object Properties, Methods and Events have to be strictly confined to the ones given above. Avoid setting questions that exclusively involve use of VBScript without ASP.
  • 16. Appendix 3: ASP Response and Request Objects Properties, Collections and Methods (Std. XII) Reference The Response Object Properties/Collections Cookies, Buffer, ContentType, Expires, ExpiresAbsolute and IsClientConnected The Response Object Methods Write, Flush, Clear, End and Redirect The Request Object Properties/Collections Cookies, Form and ServerVariables ServerVariables Collection Arguments CONTENT_TYPE, GATEWAY_INTERFACE, HTTP_<HeaderName>, LOGON_USER, PATH_INFO, REMOTE_ADDR, REMOTE_HOST, REQUEST_METHOD, SCRIPT_NAME, SERVER_NAME, SERVER_PORT, SERVER_PROTOCOL, SERVER_SOFTWARE, URL Note for Std XII Teachers and Question Setters: The Document Object Model (DOM) is common to both JavaScript as well as VBScript. Questions asked in the examination related to ASP Object Properties, Collections and Methods have to be strictly confined to the ones mentioned above. Avoid setting questions that exclusively involve use of VBScript without ASP.
  • 17. Std. XI and XII Information Technology Science (97) Full Reference List for Books 1. Information Technology The Breaking Wave, Dennis Curtin, Foley, Sen & Morin, TMH 2. Office 2002 in Easy Steps, Dreamtech Press, IDG Books 3. Lotus SmartSuite Manual/Help Files/Online Help 4. Access 2002 in Easy Steps, Stephen Copestake, Dreamtech Press, IDG Books 5. Help Files of the Indian Language Editor used. (Software) 6. Multimedia – Making it Work, Tay Vaughan, TMH 7. Microsoft Paint Help Files (Software) 8. Internet-An Introduction CIStems – TMH 9. Web Publishing, Monica and Jude D’Souza, TMH 10. Networking In Easy Steps – Peter Ingram Computer Step Dreamtech Press 11. Networking Essentials-Techmedia 12. Mastering Visual Basic, Evangelos Petroutsos BPB Publication 13. Teach Yourself JavaScript in 24 Hours, 2nd Ed. Michael Moncur, Techmedia-BPB 14. Microsoft WEFT Web Font Creator Online Help/Information Files (http://www.microsoft.com/typography/web/embedding/) 15. Information Technology Act 2000, - Manager, Govt. of India Press (http://www.mit.gov.in/itbillmain.asp) 16. Computers Today, Suresh K. Basandra, Galgotia 17. Cyber Law Simplified, Vivek Sood, TMH 18. E-Commerce Strategy, Technologies and applications by David Whiteley TMH 19. Teach Yourself Active Server Pages in 24 Hours C. Wille and C. Koller, SAMS Techmedia 20. Discover ASP 3.0, Monica & Jude D’Souza, TMH 21. Understanding SQL, Martin Gruber, BPB Additional Books covering the above topics also can be purchased.
  • 18. Std. XI and XII Information Technology Science (97) Full Reference List for Software Server OS Microsoft Windows 2003 Server with the latest Service Packs/ Updates(recommended) Minumum Requirement: Microsoft Windows 2000 Server + Service Pack4 or higher updates (Acceptable but not recommended) Windows NT 3.5 Server and Windows NT 4 Server is not acceptable. The Windows server version chosen must be compatible with the maximum number of nodes to be used. The OS must be updated with the latest Microsoft Service packs and updates as and when available Enable IIS for IT Science Practical Node/Workstation OS Microsoft Windows xp Professional + Service Pack 2 OR higher PC version of Windows that can logon to a domain server. The OS must be updated with the latest service packs and updates available Windows xp Home, 2000 Professional, ME, 98SE, 98, 95-OSR2, 95, NT-3.5 Workstation or NT-4 Workstation are not acceptable as OS and the Online Examination Software will not support these operating systems. Support and recommendation for compatible operating systems that may become available later will be made known. Windows Components Notepad, Paint, Sound Recorder, Media Player 9 or later and Internet Explorer 6 or later. (Media Player and Internet Explorer is pre-installed/freely available) Essential Free Software (Freeware/Shareware) Netscape 7.2, WS_FTP, Yahoo! Messenger 6, MSN Messenger 6.2, Microsoft WEFT 5.3.2 Full, Nullsoft Winamp 5.05, Real Player 10, Apple QuickTime 6, (Higher versions are acceptable too. All programs are freely available.) Microsoft Office 2003/2002/2000 or Later with MS-Access for Windows Lotus Smart Suite is Optional IndiaPage (preferred) or iLeap Indian Language Word Processor. Microsoft Visual Studio 6.0
  • 19. Std. XI and XII Information Technology Science (97) Hardware Requirement List Computer Lab. Computer Number Requirement at least 1 Main server + Nodes/Workstations whose number is at least equal to 1/4th the number of IT students enrolled in Std. XII for all Faculties combined, or greater. Computer Lab. Minimum Hardware Requirements Intel Pentium 4/ AMD Athelon xp @ 2.6 GHz clock speed or higher Switching Hub with sufficient number of ports to connect all computers in a network. At least 256 MB DDR SDRAM 40 GB IDE Hard disk Drive @7200 RPM or Greater CD or DVD Writer on at least one machine Sound Card or Built-in sound on Motherboard + Speakers (on at least 4 nodes) 15'' SVGA Color Monitor or larger 10-100 MBPS Ethernet Cards in every computer Laser Printer, Dot Matrix Printer and Inkjet Printer (Total 3 printers) A Common High Power UPS for all machines is recommended although an individual UPS for every computer acceptable. Electrical Wiring of the Computer Lab must have provision for Power Feed through a Generator. Generator (Optional) Modem (optional, if needed) PSTN, ISDN or Cable Modem to suit the type Internet Connection. Data Projector (optional) Computer Lab. Network and Internet Requirements The server along with all the workstations must be connected through the switching hub. A domain will have to be created on the Server and all workstations/nodes should logon to the domain server. Enable IIS Services on the Server (not on the Individual Nodes) for Science. Internet connectivity should be available for all the computers in the network in one of the following ways: Cable Internet Connection through Cable modem or Broadband. ISDN Telephone connection with ISDN modem Wireless Telephone connection (Through a GPRS/GSM Cellular Phone or CDMA Mobile/WLL Phone) Simple PSTN (ordinary Telephone line) through a dial-up modem. The functionality of the Internet connection and its efficiency must be tested regularly to ensure proper working speeds and consistency when all computers are used for Internet related activity at the same time.