{"id":12490,"date":"2018-03-24T11:28:10","date_gmt":"2018-03-24T05:58:10","guid":{"rendered":"http:\/\/mycbseguide.com\/blog\/?p=12490"},"modified":"2018-05-04T10:56:56","modified_gmt":"2018-05-04T05:26:56","slug":"cbse-class-11-informatics-practices-old-syllabus-2018-19","status":"publish","type":"post","link":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/","title":{"rendered":"CBSE class 11 Informatics Practices Old Syllabus 2018-19"},"content":{"rendered":"<p>CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download. Informatics Practices Old syllabus for 2018 2019 class 11 CBSE is now available in myCBSEguide app. The curriculum for March 2019 exams is designed by CBSE, New Delhi as per NCERT text books for the session 2018-19.<\/p>\n<h1 style=\"text-align: center;\"><a href=\"https:\/\/mycbseguide.com\/downloads\/cbse-class-11-informatics-practices\/1874\/cbse-syllabus\/1\/\">Download CBSE class 11 Informatics Practices Old Syllabus 2018-19<\/a><\/h1>\n<p style=\"text-align: center;\"><strong>CBSE class 11 Informatics Practices Old Syllabus 2018-19<br \/>\n(For the Academic year 2018-19 only)<\/strong><\/p>\n<p><strong>Learning Outcomes:<\/strong><\/p>\n<ul>\n<li>Sound knowledge of computer system.<\/li>\n<li>Ability to develop application using simple IDEs.<\/li>\n<li>Ability to use, develop &amp; debug programs independently.<\/li>\n<li>Ability to store and retrieve data using an RDBMS.<\/li>\n<\/ul>\n<p style=\"text-align: center;\"><strong>COURSE DESIGN<br \/>\nClass \u2013 XI (2018-19)<\/strong><\/p>\n<table style=\"height: 380px;\" border=\"1\" width=\"830\" cellspacing=\"0\" cellpadding=\"3\">\n<thead>\n<tr>\n<th scope=\"col\">Unit<\/th>\n<th scope=\"col\">Topic<\/th>\n<th scope=\"col\">Theory<\/th>\n<th scope=\"col\">Practical<\/th>\n<th scope=\"col\">Total<\/th>\n<th scope=\"col\">Marks<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1<\/td>\n<td>Introduction to Computer systems<\/td>\n<td>20<\/td>\n<td>08<\/td>\n<td>28<\/td>\n<td>10<\/td>\n<\/tr>\n<tr>\n<td>2<\/td>\n<td>Introduction to Programming<\/td>\n<td>45<\/td>\n<td>42<\/td>\n<td>87<\/td>\n<td>25<\/td>\n<\/tr>\n<tr>\n<td>3<\/td>\n<td>Relational Database Management System<\/td>\n<td>50<\/td>\n<td>45<\/td>\n<td>95<\/td>\n<td>30<\/td>\n<\/tr>\n<tr>\n<td>4<\/td>\n<td>IT Applications<\/td>\n<td>10<\/td>\n<td>20<\/td>\n<td>30<\/td>\n<td>05<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Total<\/td>\n<td><\/td>\n<td><\/td>\n<td>240<\/td>\n<td>70<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Unit 1: Introduction to Computer Systems<\/strong><\/p>\n<p><strong>Hardware Concepts:<\/strong><\/p>\n<ul>\n<li>Computer organization (basic concepts): CPU, Memory (RAM and ROM), I\/O devices, communication bus, ports (serial, parallel), device specific ports;<\/li>\n<li>Input devices: Keyboard, Mouse, Light pen, Touch Screen, Graphics Tablet, Joystick, Microphone, OCR, Scanner, Smart Card reader, Barcode reader, QRCode reader, Biometric sensor, web camera;<\/li>\n<li>Output Devices: Monitor\/Visual Display Unit (VDU), LCD screen, Television, Printer (Dot Matrix printer, Desk jet\/ Inkjet\/ Bubble jet printer, Laser printer), Plotter, Speaker;<\/li>\n<li>Secondary Storage Devices: Floppy Disk, Hard Disk, Compact Disk, Magnetic Tape, Digital Versatile Disk (DVD),Flash Drive, Memory cards.Comparative properties of storage media;<\/li>\n<li>Memory Units: bit, Byte (Kilobyte, Megabyte, Gigabyte, Terabyte, Petabyte)<\/li>\n<li>Encoding scheme :ASCII,ISCII &amp; UNICODE<\/li>\n<li>E-waste disposal.<\/li>\n<\/ul>\n<p>Security of computer system: Sources of attack and possible damages, malware \u2013 virus, worms, spyware and cookies as security threat, malware detection using a tool. Computer security,\u00a0digital certificate, digital signature, firewall, password, file access permissions.<\/p>\n<p><strong>Types of Software:<\/strong><\/p>\n<ol start=\"1\">\n<li>System Software:\n<ol start=\"1\">\n<li>Operating systems: Need for operating system, major functions of Operating System; Examples of OS for mainframe (eg: Linux etc), PC\/Server (eg: Windows, Ubuntu etc.), and mobile devices eg: Android, ios and Symbian.<\/li>\n<li>Language Processors: Assembler, Interpreter, and Compiler<\/li>\n<\/ol>\n<\/li>\n<li>Utility Software: Compression tools, disk defragmenter, anti-virus<\/li>\n<li>Application Software:\n<ol start=\"1\">\n<li>General Purpose Application Software: Word Processor, Presentation Tool, Spreadsheet Package, Database Management System, Integrated Development Environment (IDE)<\/li>\n<li>Specific Purpose Application Software: Inventory Management System, Purchasing System, Human Resource Management System, Payroll System, Financial Accounting, Hotel Management and Reservation System etc.<\/li>\n<\/ol>\n<\/li>\n<\/ol>\n<p><strong>Unit 2: Introduction To Programming<\/strong><\/p>\n<p><strong>Getting started with Programming using IDE<\/strong><\/p>\n<p>\uf0b7 Introduction, Rapid Application Development using IDE (Integrated Development Environment) such as Netbeans; Familiarization of IDE using basic Interface components- Label, Text Field, Text Area, Button, Checkbox, Radio Button. (As per appendix A)<br \/>\n\uf0b7 Developing General Application (As per the guidelines at appendix B) &#8211; Getting Familiar with Java Swing User Interface components-Frame, Dialog, OptionPane, Panel, ScrollPane, Label, TextField, PasswordField, TextArea, Button, CheckBox, RadioButton, ComboBox, List<br \/>\n\uf0b7 Basic component handling methods and properties: setText(), getText(), isSelected(), setSelected()<\/p>\n<p><strong>Programming Fundamentals<\/strong><\/p>\n<ul>\n<li>Data Types: Concept of data types; Built-in data types &#8211; byte, short, int, long, float, double, char, string, boolean<\/li>\n<li>Variables: Need to use variable, declaring variables, variable naming convention, assigning value to variables;<\/li>\n<li>Integer object method: parseInt<\/li>\n<li>Double object method: parseDouble, parseFloat<\/li>\n<li>Control Structures:<br \/>\nDecision Structure \u2013 if, if-else, switch;<br \/>\nLooping Structure- while, do . . while, for;<\/li>\n<\/ul>\n<p><strong>Programming Guidelines:<\/strong><\/p>\n<ul>\n<li>General Concepts; Modular approach;<\/li>\n<li>Stylistic Guidelines: Clarity and simplicity of expressions and names; Comments, Indentation;<\/li>\n<li>Running and debugging programs, Syntax Errors, Run-Time Errors, Logical Errors;<\/li>\n<li>Problem Solving Methodology: Understanding of the problem, Identifying minimum number<\/li>\n<\/ul>\n<p>of inputs required for output, breaking down problem into simple logical steps.<\/p>\n<p><strong>Unit 3: Relational Database Management System<\/strong><\/p>\n<p><strong>Database Management System<\/strong><\/p>\n<ul>\n<li>Introduction to database concepts: Database, Relational database, Relation\/Table, Attribute\/Field, Tuple \/ Row;<\/li>\n<li>Data Types: Text (CHAR, VARCHAR), Number (DECIMAL, INT\/INTEGER), Date and Time<\/li>\n<li>Keys: Candidate key, Primary key, Alternate key, Foreign key;<\/li>\n<li>Examples of common Database Management System: MySQL, Ingres, Postgres, Oracle, DB2, MS SQL, Sybase etc.; Common Database management tools for mobile devices (eg: SQL Lite, Postgres SQL).<\/li>\n<\/ul>\n<p><strong>Introduction to MySQL<\/strong><br \/>\n(ANSI SQL 99 standard commands)<\/p>\n<ul>\n<li>Classification of SQL Commands:<br \/>\nDML &#8211; SELECT, INSERT, UPDATE, DELETE<br \/>\nDDL &#8211; CREATE, DROP, ALTER<\/li>\n<li>Creating and using a database: CREATE DATABASE command to create a database, USE command to select a database.<\/li>\n<li>Creating a table: CREATE TABLE 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.<\/li>\n<li>Selection and Projection of a table.<\/li>\n<li>Displaying table data: SELECT command for selecting all the columns, selecting specific column(s), use of arithmetic operators.<\/li>\n<li>Defining and using column alias<\/li>\n<li>Eliminating duplicate values from display using DISTINCT keyword<\/li>\n<li>Limiting rows during selection (using WHERE clause)\n<ul>\n<li>Using Comparison operators &#8211; =, &lt;, &gt;, &lt;=, &gt;=, &lt;&gt;, BETWEEN, IN, LIKE(%,_);<\/li>\n<li>Logical Operators \u2013AND, OR, NOT and corresponding operator precedence<\/li>\n<\/ul>\n<\/li>\n<li>Working with NULL values.<\/li>\n<li>ORDER BY clause: Sorting in Ascending\/Descending order, sorting by column alias name, sorting on multiple columns;<\/li>\n<li>Manipulating Data of a Table\/Relation: UPDATE command to change existing data of a table,<\/li>\n<li>DELETE command for removing row(s) from a table.<\/li>\n<li>Restructuring a table: ALTER TABLE for adding new column(s) and deleting column (s) and modifying column Structure. DROP command to delete a database or a table.<\/li>\n<\/ul>\n<p><strong>Functions in MySQL:<\/strong><\/p>\n<ul>\n<li>String Functions: ASCII(), CHAR(), CONCAT(), INSTR(), LCASE(), UCASE(), LEFT(), LOWER(), LENGTH(), LTRIM(), MID(), RIGHT(), RTRIM(), SUBSTR(), TRIM(), UPPER().<\/li>\n<li>Mathematical Functions: &#8211; POWER(), ROUND(), TRUNCATE().<\/li>\n<li>Date and Time Functions: CURDATE(), DATE(), MONTH(), YEAR(), DAYNAME(), DAYOFMONTH(), DAYOFWEEK(), DAYOFYEAR(), NOW(), SYSDATE().<\/li>\n<\/ul>\n<p><strong>Unit 4: IT Applications<\/strong><\/p>\n<ul>\n<li>e-Governance: Definition, benefits to citizens, e-Governance websites and their salient features and societal impacts; e-Governance challenges.<\/li>\n<li>e-Business: Definition, benefits to customers and business, e-Business websites and their salient features and societal impacts; netbanking, mobile banking, e-Business challenges.<\/li>\n<li>e-Learning: \u2013 Definition, benefits to students (learners), teachers (trainers) and school (Institution) management; MOOCs (Massive Open Online Courses) ; e-Learning websites and their salient features and societal impacts; e-Learning Challenges.<\/li>\n<\/ul>\n<p>In each of the above domains, identify at least two real-life problems, list the input(s) required<br \/>\nfor the expected output(s), and describe the problem solving approach. Conceptualise the design of an ICT based national mission.<br \/>\nImpact of ICT on society \u2013 social environmental and economic benefits, Infomania.<\/p>\n<p style=\"text-align: center;\"><strong>CBSE class 11 Informatics Practices Old Syllabus 2018-19<\/strong><\/p>\n<p style=\"text-align: center;\"><strong>(PRACTICAL)<br \/>\n(2018-19)<\/strong><\/p>\n<table style=\"height: 569px;\" border=\"1\" width=\"826\" cellspacing=\"0\" cellpadding=\"3\">\n<thead>\n<tr>\n<th scope=\"col\">S.No.<\/th>\n<th scope=\"col\">Descriptions<\/th>\n<th scope=\"col\">Marks<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1.<\/td>\n<td>Problem solving using Java<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>2.<\/td>\n<td>SQL Queries<\/td>\n<td>5<\/td>\n<\/tr>\n<tr>\n<td>3.<\/td>\n<td>Practical Records:<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Application of Productivity Tools (wp, Spreadsheets, Presentation)<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Simple Problem using Java<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td>4.<\/td>\n<td>Project work: IT Applications<\/td>\n<td>5<\/td>\n<\/tr>\n<tr>\n<td>5.<\/td>\n<td>Viva Voce<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Total<\/td>\n<td>30<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>Evaluation of Practical Examination<\/strong><\/p>\n<p><strong>1. Problem solving using Java<\/strong><\/p>\n<p>Student is required to solve programming problems based on all concepts covered in theory throughout the year and maintain a record of these in the practical file. Student will be given a problem to be solved using Java during final practical examination to be conducted at the end of the academic session<\/p>\n<p><strong>2. SQL Queries<\/strong><\/p>\n<p>Students will be trying out SQL queries in MySQL throughout the year along with course coverage in theory. Student will be asked to write 5 queries based on one table during final practical examination to be conducted at the end of the academic session<\/p>\n<p><strong>3. Practical Record File<\/strong><\/p>\n<p>A practical record file is required to be created during the entire academic session. It should be duly signed by the concerned teacher on regular basis and is to be produced at the time of Final Practical Examination for evaluation. It should include the following:<\/p>\n<ul>\n<li>At least 2 applications using at least two productivity tools in each.<\/li>\n<li>At least 10 solutions of simple problems using IDE based Java (refer to Appendices \u2018A\u2019 &amp; &#8216;B&#8217;).<\/li>\n<li>At least 20 SQL queries on any database.<\/li>\n<li>At least one IT applications \u2013 project work.<\/li>\n<\/ul>\n<p><strong>4. Viva Voce<\/strong><\/p>\n<p>Students will be asked oral questions during practical examination to be conducted at the end of the course. The questions will be from the entire course covered in the academic session. Out of 4 marks, 2 marks are allotted to test student\u201fs understanding of basic computer hardware and their functions.<\/p>\n<h2>Download CBSE\u00a0Syllabus of Class 11th<\/h2>\n<ul>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-physics\/1340\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Physics<\/strong><\/a><\/li>\n<li><strong><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-chemistry\/1356\/cbse-syllabus\/1\/\">CBSE Syllabus class-11 Chemistry<\/a><\/strong><\/li>\n<li><strong><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-biology\/1388\/cbse-syllabus\/1\/\">CBSE Syllabus class-11 biology<\/a><\/strong><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-mathematics\/1371\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Mathematics<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-accountancy\/1411\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus for class-11 Accountancy<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-economics\/1423\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Economics<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-business-studies\/1740\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Business studies<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-english-core\/1856\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 English core<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-hindi-core\/1866\/cbse-syllabus\/22\/\"><strong>CBSE Syllabus class-11 Hindi core<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-history\/1870\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 History<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-political-science\/1880\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Political science<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-geography\/1864\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Geography<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-sociology\/1882\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Sociology<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-home-science\/1872\/cbse-syllabus\/1\/\"><strong>CBSE Syllabus class-11 Home science<\/strong><\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download. Informatics Practices Old syllabus for 2018 2019 class 11 CBSE is now available in myCBSEguide app. The curriculum for March 2019 exams is designed by CBSE, New Delhi as per NCERT text books for the session 2018-19. Download CBSE class 11 &#8230; <a title=\"CBSE class 11 Informatics Practices Old Syllabus 2018-19\" class=\"read-more\" href=\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\" aria-label=\"More on CBSE class 11 Informatics Practices Old Syllabus 2018-19\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":-1,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[13,1426],"tags":[266,1123,1127,1221],"class_list":["post-12490","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cbse-syllabus","category-informatics-practices","tag-cbse-syllabus","tag-cbse-syllabus-2018-19","tag-cbse-syllabus-class-11","tag-class-11-informatics-practices-old-syllabus"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CBSE class 11 Informatics Practices Old Syllabus 2018-19<\/title>\n<meta name=\"description\" content=\"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CBSE class 11 Informatics Practices Old Syllabus 2018-19\" \/>\n<meta property=\"og:description\" content=\"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\" \/>\n<meta property=\"og:site_name\" content=\"myCBSEguide\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/mycbseguide\/\" \/>\n<meta property=\"article:published_time\" content=\"2018-03-24T05:58:10+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-05-04T05:26:56+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/09\/mycbseguide_n.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"599\" \/>\n\t<meta property=\"og:image:height\" content=\"242\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"myCBSEguide\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@mycbseguide\" \/>\n<meta name=\"twitter:site\" content=\"@mycbseguide\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"myCBSEguide\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\"},\"author\":{\"name\":\"myCBSEguide\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519\"},\"headline\":\"CBSE class 11 Informatics Practices Old Syllabus 2018-19\",\"datePublished\":\"2018-03-24T05:58:10+00:00\",\"dateModified\":\"2018-05-04T05:26:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\"},\"wordCount\":1358,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#organization\"},\"keywords\":[\"CBSE Syllabus\",\"CBSE syllabus 2018-19\",\"CBSE Syllabus Class 11\",\"Class 11 Informatics Practices Old Syllabus\"],\"articleSection\":[\"CBSE Syllabus\",\"Informatics Practices\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\",\"url\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\",\"name\":\"CBSE class 11 Informatics Practices Old Syllabus 2018-19\",\"isPartOf\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#website\"},\"datePublished\":\"2018-03-24T05:58:10+00:00\",\"dateModified\":\"2018-05-04T05:26:56+00:00\",\"description\":\"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.\",\"breadcrumb\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mycbseguide.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"CBSE News\",\"item\":\"https:\/\/mycbseguide.com\/blog\/category\/cbse-news\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"CBSE Syllabus\",\"item\":\"https:\/\/mycbseguide.com\/blog\/category\/cbse-news\/cbse-syllabus\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"CBSE class 11 Informatics Practices Old Syllabus 2018-19\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#website\",\"url\":\"https:\/\/mycbseguide.com\/blog\/\",\"name\":\"myCBSEguide\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mycbseguide.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#organization\",\"name\":\"myCBSEguide\",\"url\":\"https:\/\/mycbseguide.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/04\/books_square.png\",\"contentUrl\":\"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/04\/books_square.png\",\"width\":180,\"height\":180,\"caption\":\"myCBSEguide\"},\"image\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/mycbseguide\/\",\"https:\/\/x.com\/mycbseguide\",\"https:\/\/www.linkedin.com\/company\/mycbseguide\/\",\"http:\/\/in.pinterest.com\/mycbseguide\/\",\"https:\/\/www.youtube.com\/channel\/UCxuqSnnygFzwJG0pwogCNEQ\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519\",\"name\":\"myCBSEguide\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CBSE class 11 Informatics Practices Old Syllabus 2018-19","description":"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/","og_locale":"en_US","og_type":"article","og_title":"CBSE class 11 Informatics Practices Old Syllabus 2018-19","og_description":"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.","og_url":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/","og_site_name":"myCBSEguide","article_publisher":"https:\/\/www.facebook.com\/mycbseguide\/","article_published_time":"2018-03-24T05:58:10+00:00","article_modified_time":"2018-05-04T05:26:56+00:00","og_image":[{"width":599,"height":242,"url":"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/09\/mycbseguide_n.jpg","type":"image\/jpeg"}],"author":"myCBSEguide","twitter_card":"summary_large_image","twitter_creator":"@mycbseguide","twitter_site":"@mycbseguide","twitter_misc":{"Written by":"myCBSEguide","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#article","isPartOf":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/"},"author":{"name":"myCBSEguide","@id":"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519"},"headline":"CBSE class 11 Informatics Practices Old Syllabus 2018-19","datePublished":"2018-03-24T05:58:10+00:00","dateModified":"2018-05-04T05:26:56+00:00","mainEntityOfPage":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/"},"wordCount":1358,"commentCount":0,"publisher":{"@id":"https:\/\/mycbseguide.com\/blog\/#organization"},"keywords":["CBSE Syllabus","CBSE syllabus 2018-19","CBSE Syllabus Class 11","Class 11 Informatics Practices Old Syllabus"],"articleSection":["CBSE Syllabus","Informatics Practices"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/","url":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/","name":"CBSE class 11 Informatics Practices Old Syllabus 2018-19","isPartOf":{"@id":"https:\/\/mycbseguide.com\/blog\/#website"},"datePublished":"2018-03-24T05:58:10+00:00","dateModified":"2018-05-04T05:26:56+00:00","description":"CBSE class 11 Informatics Practices Old Syllabus 2018-19 in PDF format for free download as per the new CBSE and NCERT syllabus for class 11.","breadcrumb":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mycbseguide.com\/blog\/cbse-class-11-informatics-practices-old-syllabus-2018-19\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mycbseguide.com\/blog\/"},{"@type":"ListItem","position":2,"name":"CBSE News","item":"https:\/\/mycbseguide.com\/blog\/category\/cbse-news\/"},{"@type":"ListItem","position":3,"name":"CBSE Syllabus","item":"https:\/\/mycbseguide.com\/blog\/category\/cbse-news\/cbse-syllabus\/"},{"@type":"ListItem","position":4,"name":"CBSE class 11 Informatics Practices Old Syllabus 2018-19"}]},{"@type":"WebSite","@id":"https:\/\/mycbseguide.com\/blog\/#website","url":"https:\/\/mycbseguide.com\/blog\/","name":"myCBSEguide","description":"","publisher":{"@id":"https:\/\/mycbseguide.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mycbseguide.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/mycbseguide.com\/blog\/#organization","name":"myCBSEguide","url":"https:\/\/mycbseguide.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/mycbseguide.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/04\/books_square.png","contentUrl":"https:\/\/mycbseguide.com\/blog\/wp-content\/uploads\/2016\/04\/books_square.png","width":180,"height":180,"caption":"myCBSEguide"},"image":{"@id":"https:\/\/mycbseguide.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/mycbseguide\/","https:\/\/x.com\/mycbseguide","https:\/\/www.linkedin.com\/company\/mycbseguide\/","http:\/\/in.pinterest.com\/mycbseguide\/","https:\/\/www.youtube.com\/channel\/UCxuqSnnygFzwJG0pwogCNEQ"]},{"@type":"Person","@id":"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519","name":"myCBSEguide"}]}},"_links":{"self":[{"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts\/12490","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/comments?post=12490"}],"version-history":[{"count":4,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts\/12490\/revisions"}],"predecessor-version":[{"id":14734,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts\/12490\/revisions\/14734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/"}],"wp:attachment":[{"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/media?parent=12490"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/categories?post=12490"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/tags?post=12490"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}