{"id":26124,"date":"2019-05-06T15:00:33","date_gmt":"2019-05-06T09:30:33","guid":{"rendered":"http:\/\/mycbseguide.com\/blog\/?p=26124"},"modified":"2019-05-06T15:13:16","modified_gmt":"2019-05-06T09:43:16","slug":"cbse-syllabus-for-class-11-computer-science-2019-20","status":"publish","type":"post","link":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/","title":{"rendered":"CBSE Syllabus for Class 11 Computer science 2019-20"},"content":{"rendered":"<p><strong>CBSE Syllabus for Class 11 Computer science 2019-20<\/strong> contains all the topics of this session. myCBSEguide provides you latest Syllabus for Class 11. Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers. if want to make a career in these fields like Software Developer, Database Administrator, Web Developer, etc. Student can Download Latest CBSE Syllabus for class 11 in PDF format is now available in\u00a0<strong><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=in.techchefs.MyCBSEGuide&amp;referrer=utm_source%3Dmycbse_bottom%26utm_medium%3Dtext%26utm_campaign%3Dmycbseads\">myCBSEguide mobile app.<\/a>\u00a0<\/strong>The curriculum for March 2020 exams is designed by CBSE, New Delhi as per NCERT textbooks for the session 2019-20.<\/p>\n<p style=\"text-align: center;\"><b>CBSE Syllabus for class 11 Computer Science 2019-20<\/b><\/p>\n<p style=\"text-align: center;\"><strong><a class=\"button\" href=\"https:\/\/mycbseguide.com\/downloads\/cbse-class-11-computer-science\/1852\/cbse-syllabus\/1\/\">Download as PDF<\/a><\/strong><\/p>\n<h2>CBSE Syllabus of Class 11 Computer Science \u2013 in PDF<\/h2>\n<p><strong>Distribution of Marks and Periods:<\/strong><\/p>\n<div>\n<table class=\"mobile\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\n<thead>\n<tr>\n<th rowspan=\"2\" scope=\"col\">Unit No.<\/th>\n<th rowspan=\"2\" scope=\"col\">Unit Name<\/th>\n<th rowspan=\"2\" scope=\"col\">Marks<\/th>\n<th colspan=\"2\" rowspan=\"1\" scope=\"col\">Periods<\/th>\n<\/tr>\n<tr>\n<th scope=\"col\">Theory<\/th>\n<th scope=\"col\">Practical<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1.<\/td>\n<td>Computer System and Organisation<\/td>\n<td>10<\/td>\n<td>10<\/td>\n<td>2<\/td>\n<\/tr>\n<tr>\n<td>2.<\/td>\n<td>Computational Thinking andProgramming<\/td>\n<td>35<\/td>\n<td>60<\/td>\n<td>45<\/td>\n<\/tr>\n<tr>\n<td>3.<\/td>\n<td>Data Management &#8211; 1<\/td>\n<td>15<\/td>\n<td>30<\/td>\n<td>23<\/td>\n<\/tr>\n<tr>\n<td>4.<\/td>\n<td>Society, Law and Ethics &#8211; 1<\/td>\n<td>10<\/td>\n<td>10<\/td>\n<td>&#8230;.<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Total<\/td>\n<td>70<\/td>\n<td>110<\/td>\n<td>70<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<p><strong>Unit 1: Computer Systems and Organisation<\/strong><\/p>\n<ul>\n<li>Basic computer organisation: description of a computer system and mobile system, CPU, memory, hard disk, I\/O, battery.<\/li>\n<li>Types of software: application, System, utility.<\/li>\n<li>Memory Units: bit, byte, MB, GB, TB, and PB.<\/li>\n<li>Boolean logic: OR, AND, NAND, NOR, XOR, NOT, truth tables, De Morgan\u2019s laws.<\/li>\n<li>Information representation: numbers in base 2, 8, 16, binary addition.<\/li>\n<li>Strings: ASCII, UTF8, UTF32, ISCII (Indian script code), Unicode.<\/li>\n<li>Basic concepts of Flowchart \uf0b7 Concept of Compiler &amp; Interpreter.<\/li>\n<li>Running a program: Notion of an operating system, how an operating system runs a program, idea of loading, operating system as a resource manager.<\/li>\n<li>Concept of cloud computing, cloud (public\/private), introduction to parallel computing.<\/li>\n<\/ul>\n<p><strong>Unit 2: Computational Thinking andProgramming<br \/>\nBasics of Computational Thinking:\u00a0<\/strong>Decomposition, Pattern Recognition\/ Data representation, Generalization\/ Data Abstraction, and algorithm. Familiarization with the basics of Python programming: a simple \u201chello world&#8221; program, process of writing a program (Interactive &amp; Script mode), running it, and print statements; simple data-types: integer, float, string.<\/p>\n<ul>\n<li>Features of Python, Python Character Set, Token &amp; Identifiers, Keywords, Literals, Delimiters, operators.<\/li>\n<li>Comments: (Single line &amp; Multiline\/ Continuation statements), Clarity &amp; Simplification of expression.<\/li>\n<li>Introduce the notion of a variable, and methods to manipulate it (concept of Lvalue and R-value even if not taught explicitly).<\/li>\n<li>Knowledge of data types and operators: accepting input from the console, assignment statement, expressions, operators and their precedence.<\/li>\n<li>Operators &amp; types: Binary operators-Arithmetic, Relational operators, Logical Operators, Augmented Assignment operators.<\/li>\n<li>Conditional statements: if, if-else, if-elif-else; simple programs: e.g.: absolute value, sort 3 numbers,and divisibility.<\/li>\n<li>Notion of iterative computation and control flow: for(range(),\u00a0len()), while, flowcharts, suggested programs: interest calculation and factorials, etc.<\/li>\n<li>Idea of debugging: errors and exceptions; debugging: Pdb, breakpoints.<\/li>\n<li>Lists, tuples and dictionary: finding the maximum, minimum, mean; linear search on list\/tuple of numbers, and counting the frequency of elements in a list using a dictionary. Introduce the notion of accessing elements in a collection using numbers and names.<\/li>\n<li>Sorting algorithm: bubble and insertion sort; count the number of operations while sorting.<\/li>\n<li>Strings: Traversing, compare, concat, substring.<\/li>\n<li>Introduction to Python modules: Importing math (sqrt, cell, floor, pow, fabs, sin, cos, tan, random (random, randint, randrange), statistics (mean, median, mode) modules.<\/li>\n<\/ul>\n<p><strong>Unit 3: Data Management<\/strong><\/p>\n<ul>\n<li>Relational databases: Concept of a database, relations, attributes and tuples, keys- candidate key, primary key, alternate key, foreign key; Degree and cardinality of a table.<\/li>\n<li>Use SQL \u2013 DDL\/ DML commands to CREATE TABLE, INSERT INTO, UPDATE TABLE, DELETE FROM, ALTER TABLE, MODIFY TABLE, DROP TABLE, keys, and foreign keys; to view content of a table: SELECT-FROM WHERE-ORDER BY along with BETWEEN, IN, LIKE, (Queries only on single table).<\/li>\n<li>Aggregate functions \u2013 MIN, MAX, AVG, COUNT, SUM.<\/li>\n<li>Basics of NoSQL databases.<\/li>\n<\/ul>\n<p><strong>Unit 4: Society, Law and Ethics &#8211; Cyber safety<\/strong><\/p>\n<ul>\n<li>Cyber safety: safely browsing the web, identity protection, confidentiality, social networks, cyber trolls and bullying.<\/li>\n<li>Appropriate usage of social networks: spread of rumours, and common social networking sites (Twitter, LinkedIn, and Facebook) and specific usage rules.<\/li>\n<li>Safely accessing web sites: adware, malware, viruses, Trojans.<\/li>\n<li>Safely communicating data: secure connections, eavesdropping, phishing and identity verification.<\/li>\n<\/ul>\n<p><strong>Practical<\/strong><\/p>\n<div>\n<table class=\"mobile\" border=\"1\" cellspacing=\"0\" cellpadding=\"3\">\n<thead>\n<tr>\n<th scope=\"col\">S.No.<\/th>\n<th scope=\"col\">Unit Name<\/th>\n<th scope=\"col\">Marks (Total = 30)<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>1.<\/td>\n<td>Lab Test (12 marks)<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Python\u00a0program (60% logic + 20% documentation + 20% code quality)<\/td>\n<td>8<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>SQL program (at least 4 queries)<\/td>\n<td>4<\/td>\n<\/tr>\n<tr>\n<td>2.<\/td>\n<td>Report File + viva (10 marks)<\/td>\n<td><\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Report file:\u00a0Minimum 20 Python programs and 8 SQL commands<\/td>\n<td>7<\/td>\n<\/tr>\n<tr>\n<td><\/td>\n<td>Viva-voce (based on the report file)<\/td>\n<td>3<\/td>\n<\/tr>\n<tr>\n<td>3.<\/td>\n<td>Project (that\u00a0uses most of the concepts that have been learnt)<\/td>\n<td>8<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<ol>\n<li><strong>Programming in Python:<\/strong>\u00a0At least the following Python concepts should be covered in the lab sessions: expressions, conditionals, loops, list, dictionary, and strings. The following are some representative lab assignments.\n<ul>\n<li>Find the largest and smallest numbers in a list.<\/li>\n<li>Find the third largest number in a list.<\/li>\n<li>Test for primarily.<\/li>\n<li>Find whether a string is a palindrome or not.<\/li>\n<li>Given two integers x and n, compute x<sup>n<\/sup>.<\/li>\n<li>Compute the greatest common divisor and the least common multiple of two integers.<\/li>\n<li>Test if a number is equal to the sum of the cubes of its digits. Find the smallest and largest such numbers.<\/li>\n<\/ul>\n<\/li>\n<li><strong>Data Management:<\/strong>\u00a0<strong>SQL Commands<\/strong>\u00a0At least the following SQL commands should be covered during the labs: create, insert, delete, select, and join. The following are some representative assignments.\n<ul>\n<li>Create a student table with the student id, name, and marks as attributes where the student is the primary key.<\/li>\n<li>Insert the details of a new student in the above table.<\/li>\n<li>Delete the details of a particular student in the above table.<\/li>\n<li>Use the select command to get the details of the students with marks more than 80.<\/li>\n<li>Create a new table (name, date of birth) by joining two tables (student id, name) and (student id, date of birth).<\/li>\n<li>Create a new table (order ID, Customer Name, and order Date) by joining two tables (order ID, customer ID, and order Date) and (customer ID, customer Name, Contact Name, country).<\/li>\n<\/ul>\n<\/li>\n<\/ol>\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>Physics<\/strong><\/a><\/li>\n<li><strong><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-chemistry\/1356\/cbse-syllabus\/1\/\">Chemistry<\/a><\/strong><\/li>\n<li><strong><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-biology\/1388\/cbse-syllabus\/1\/\">Biology<\/a><\/strong><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-mathematics\/1371\/cbse-syllabus\/1\/\"><strong>Mathematics<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-accountancy\/1411\/cbse-syllabus\/1\/\"><strong>Accountancy<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-economics\/1423\/cbse-syllabus\/1\/\"><strong>Economics<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-business-studies\/1740\/cbse-syllabus\/1\/\"><strong>Business studies<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-english-core\/1856\/cbse-syllabus\/1\/\"><strong>English core<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-hindi-core\/1866\/cbse-syllabus\/22\/\"><strong>Hindi core<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-history\/1870\/cbse-syllabus\/1\/\"><strong>History<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-political-science\/1880\/cbse-syllabus\/1\/\"><strong>Political science<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-geography\/1864\/cbse-syllabus\/1\/\"><strong>Geography<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-sociology\/1882\/cbse-syllabus\/1\/\"><strong>Sociology<\/strong><\/a><\/li>\n<li><a href=\"http:\/\/mycbseguide.com\/downloads\/cbse-class-11-home-science\/1872\/cbse-syllabus\/1\/\"><strong>Home science<\/strong><\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>CBSE Syllabus for Class 11 Computer science 2019-20 contains all the topics of this session. myCBSEguide provides you latest Syllabus for Class 11. Computer science is the study of the theory, experimentation, and engineering that form the basis for the design and use of computers. if want to make a career in these fields like &#8230; <a title=\"CBSE Syllabus for Class 11 Computer science 2019-20\" class=\"read-more\" href=\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\" aria-label=\"More on CBSE Syllabus for Class 11 Computer science 2019-20\">Read more<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1346,13,1425],"tags":[266,1776,1449,326],"class_list":["post-26124","post","type-post","status-publish","format-standard","hentry","category-cbse","category-cbse-syllabus","category-computer-science","tag-cbse-syllabus","tag-cbse-syllabus-for-class-11-computer-science-2019-20","tag-class-11","tag-computer-science"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.0 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>CBSE Syllabus for Class 11 Computer science 2019-20<\/title>\n<meta name=\"description\" content=\"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.\" \/>\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-syllabus-for-class-11-computer-science-2019-20\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CBSE Syllabus for Class 11 Computer science 2019-20\" \/>\n<meta property=\"og:description\" content=\"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\" \/>\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=\"2019-05-06T09:30:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-05-06T09:43:16+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=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\"},\"author\":{\"name\":\"myCBSEguide\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519\"},\"headline\":\"CBSE Syllabus for Class 11 Computer science 2019-20\",\"datePublished\":\"2019-05-06T09:30:33+00:00\",\"dateModified\":\"2019-05-06T09:43:16+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\"},\"wordCount\":970,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#organization\"},\"keywords\":[\"CBSE Syllabus\",\"CBSE Syllabus for Class 11 Computer science 2019-20\",\"Class 11\",\"Computer Science\"],\"articleSection\":[\"CBSE\",\"CBSE Syllabus\",\"Computer Science\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\",\"url\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\",\"name\":\"CBSE Syllabus for Class 11 Computer science 2019-20\",\"isPartOf\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/#website\"},\"datePublished\":\"2019-05-06T09:30:33+00:00\",\"dateModified\":\"2019-05-06T09:43:16+00:00\",\"description\":\"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.\",\"breadcrumb\":{\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#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 Syllabus for Class 11 Computer science 2019-20\"}]},{\"@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 Syllabus for Class 11 Computer science 2019-20","description":"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.","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-syllabus-for-class-11-computer-science-2019-20\/","og_locale":"en_US","og_type":"article","og_title":"CBSE Syllabus for Class 11 Computer science 2019-20","og_description":"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.","og_url":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/","og_site_name":"myCBSEguide","article_publisher":"https:\/\/www.facebook.com\/mycbseguide\/","article_published_time":"2019-05-06T09:30:33+00:00","article_modified_time":"2019-05-06T09:43:16+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":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#article","isPartOf":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/"},"author":{"name":"myCBSEguide","@id":"https:\/\/mycbseguide.com\/blog\/#\/schema\/person\/f67796d5f5c5a468e8c680aaaad21519"},"headline":"CBSE Syllabus for Class 11 Computer science 2019-20","datePublished":"2019-05-06T09:30:33+00:00","dateModified":"2019-05-06T09:43:16+00:00","mainEntityOfPage":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/"},"wordCount":970,"commentCount":1,"publisher":{"@id":"https:\/\/mycbseguide.com\/blog\/#organization"},"keywords":["CBSE Syllabus","CBSE Syllabus for Class 11 Computer science 2019-20","Class 11","Computer Science"],"articleSection":["CBSE","CBSE Syllabus","Computer Science"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/","url":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/","name":"CBSE Syllabus for Class 11 Computer science 2019-20","isPartOf":{"@id":"https:\/\/mycbseguide.com\/blog\/#website"},"datePublished":"2019-05-06T09:30:33+00:00","dateModified":"2019-05-06T09:43:16+00:00","description":"CBSE Syllabus for Class 11 Computer science 2019-20 now available in\u00a0myCBSEguide app.\u00a0The curriculum for March 2020 exams is designed by CBSE.","breadcrumb":{"@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mycbseguide.com\/blog\/cbse-syllabus-for-class-11-computer-science-2019-20\/#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 Syllabus for Class 11 Computer science 2019-20"}]},{"@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\/26124","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=26124"}],"version-history":[{"count":4,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts\/26124\/revisions"}],"predecessor-version":[{"id":26129,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/posts\/26124\/revisions\/26129"}],"wp:attachment":[{"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/media?parent=26124"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/categories?post=26124"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mycbseguide.com\/blog\/wp-json\/wp\/v2\/tags?post=26124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}