{"id":254,"date":"2020-12-31T19:27:57","date_gmt":"2020-12-31T13:57:57","guid":{"rendered":"https:\/\/cbsepython.in\/?p=254"},"modified":"2022-01-11T23:12:04","modified_gmt":"2022-01-11T17:42:04","slug":"cbse-class-11-computer-science-python-sample-paper-2021","status":"publish","type":"post","link":"https:\/\/cbsepython.in\/cbse-class-11-computer-science-python-sample-paper-2021\/","title":{"rendered":"CBSE Class 11 Computer Science Python Sample Paper 2021"},"content":{"rendered":"<h3><span style=\"color: #000000;\">CBSE Class 11 Computer Science Python Sample Paper 2021<\/span><\/h3>\n<p><em><strong><span style=\"color: #000000;\">Annual Examination (2020-21)<\/span><\/strong><\/em><\/p>\n<p><em><strong><span style=\"color: #000000;\">Class-11<\/span><\/strong><\/em><\/p>\n<p><em><strong><span style=\"color: #000000;\">Subject: Computer Science<\/span><\/strong><\/em><\/p>\n<p><em><strong><span style=\"color: #000000;\">Time allowed: 3:00 hours\/ <\/span><span style=\"color: #000000;\">Maximum Marks:70<\/span><\/strong><\/em><\/p>\n<p><em><strong><span style=\"color: #000000;\">All questions are compulsory.<\/span><\/strong><\/em><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">1- Name any two application software. (1)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">2- Differentiate between compiler and interpreter? (2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">3- What do you understand by RAM and ROM? (1)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">4- Convert the Following as Directed. (2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">i) (23)<sub>10<\/sub>=()<sub>2<\/sub><\/span><\/p>\n<p><span style=\"color: #000000;\">ii) (C4)<sub>16<\/sub>=()<sub>8<\/sub><\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">5- Verify the following boolean expression using\u00a0 truth table.(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">A+BC=(A+B)(A+C)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">6- Draw the logic circuit from the following boolean expression.(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">AB+A\u2019C<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">7- What do you mean by keyword in python?(1)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">8- What is the purpose of \u2018else\u2019 in a loop? (1)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">9- What is the difference between break and continue statements?(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">10- Write logical expression for the following?(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">i) Mark is greater than or equal to 100 but less than 70<\/span><\/p>\n<p><span style=\"color: #000000;\">ii) City is either \u2018Kolkata\u2019 or \u2018Mumbai\u2019.<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">11- Find the output for the following:(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">x=3<\/span><\/p>\n<p><span style=\"color: #000000;\">if x&gt;2 or x&lt;5 and x==6;<\/span><\/p>\n<p><span style=\"color: #000000;\">print (\u201cOK\u201d)<\/span><\/p>\n<p><span style=\"color: #000000;\">else:<\/span><\/p>\n<p><span style=\"color: #000000;\">print (\u201cNO Output\u201d)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">12- Find the output for the following:(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">x=20<\/span><\/p>\n<p><span style=\"color: #000000;\">x=x+5<\/span><\/p>\n<p><span style=\"color: #000000;\">x=x-10<\/span><\/p>\n<p><span style=\"color: #000000;\">print (x)<\/span><\/p>\n<p><span style=\"color: #000000;\">x, y=x-1,50<\/span><\/p>\n<p><span style=\"color: #000000;\">print (x, y)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">13- Find the output for the following:(2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">x, y =2, 6<\/span><\/p>\n<p><span style=\"color: #000000;\">x, y =y, x+2<\/span><\/p>\n<p><span style=\"color: #000000;\">print(x, y)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">14- The following code is not giving desired output. We want to input value as 20 and obtain output as 40.Identifiy the problem and do the required correction in the code: (2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">x =input (\u201cEnter number :\u201d)<\/span><\/p>\n<p><span style=\"color: #000000;\">y = x*5<\/span><\/p>\n<p><span style=\"color: #000000;\">print (y)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">15- Find syntax error(s), if any, in the following code: (2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">MAX=\u20194\u2019<\/span><\/p>\n<p><span style=\"color: #000000;\">a=int(input\u201dEnter the value of a:\u201d)<\/span><\/p>\n<p><span style=\"color: #000000;\">b= int(input\u201dEnter the value of b:\u201d)<\/span><\/p>\n<p><span style=\"color: #000000;\">if(a&gt;b)<\/span><\/p>\n<p><span style=\"color: #000000;\">MAX=5<\/span><\/p>\n<p><span style=\"color: #000000;\">for x in range(0, MY_MESSAGE):<\/span><\/p>\n<p><span style=\"color: #000000;\">print(\u201c%d\u201d %(x))<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">16- Define operators in python. Explain about relational and logical operators with example.(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">17- Write a program to enter the side of a square and print its area.(3)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">18- Write a program to accept a number from the user and print the table of that number.(3)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">19-Convert the following while loop into for loop:(3)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">X=5<\/span><\/p>\n<p><span style=\"color: #000000;\">While (x&lt;10):<\/span><\/p>\n<p><span style=\"color: #000000;\">print (x+10)<\/span><\/p>\n<p><span style=\"color: #000000;\">x+=2<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">20- Identify the valid and invalid identifiers in the following list. (2)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">i) x_y125z<\/span><\/p>\n<p><span style=\"color: #000000;\">ii) _abc@5<\/span><\/p>\n<p><span style=\"color: #000000;\">iii) abc_d53<\/span><\/p>\n<p><span style=\"color: #000000;\">iv) break<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">21- What is flow chart? Draw a flow chart of to calculate sum to two numbers.(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">22- Write the equivalent Boolean expression for the following logic circuits. (4)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">i)<\/span><\/p>\n<p><span style=\"color: #000000;\"><img decoding=\"async\" class=\"aligncenter wp-image-256 size-medium\" src=\"https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l2-300x155.jpg\" alt=\"CBSE Class 11 Computer Science Python Sample Paper 2021\" width=\"300\" height=\"155\" title=\"\" srcset=\"https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l2-300x155.jpg 300w, https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l2-400x207.jpg 400w, https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l2.jpg 488w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/> ii)<\/span><\/p>\n<p><span style=\"color: #000000;\"><img decoding=\"async\" class=\"size-medium wp-image-257 aligncenter\" src=\"https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l1-300x148.jpg\" alt=\"\" width=\"300\" height=\"148\" title=\"\" srcset=\"https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l1-300x148.jpg 300w, https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l1-400x197.jpg 400w, https:\/\/cbsepython.in\/wp-content\/uploads\/2020\/12\/l1.jpg 421w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/span><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">23- Define the following terms- (4)<\/span><\/strong><\/p>\n<p><span style=\"color: #000000;\">i) Tuple<\/span><\/p>\n<p><span style=\"color: #000000;\">ii) Degree<\/span><\/p>\n<p><span style=\"color: #000000;\">iii) field<\/span><\/p>\n<p><span style=\"color: #000000;\">iv) primary key<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">24- Answer the question based on the table given below:<\/span><\/strong><\/p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">TABLE: Student<\/span><\/strong><\/p>\n<table style=\"height: 209px;\" width=\"678\">\n<tbody>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Column Name<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">Data Type<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">Size<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Roll_No<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">INTEGER<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">4<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Name<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">CHAR<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">20<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Stipend<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">CHAR<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">7<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Stream<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">CHAR<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">15<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"190\"><span style=\"color: #000000;\">Grade<\/span><\/td>\n<td width=\"150\"><span style=\"color: #000000;\">CHAR<\/span><\/td>\n<td width=\"117\"><span style=\"color: #000000;\">1<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><span style=\"color: #000000;\">i) Write the SQL command to create the above table.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">ii) Insert one record with relevant information, in the table student.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">iii) Display all the records of the table Student.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">iv) Delete the Student Whose Roll no is 100.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">v) Change the Stream of Student to \u2018Computer\u2019 Whose Roll no. is 536.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">vi) Add one column email of data type CHAR and size 30 to the table student.(1)<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">25- Answer the question based on the table given below:<\/span><\/strong><\/p>\n<p style=\"text-align: center;\"><strong><span style=\"color: #000000;\">TABLE: HOSPITAL<\/span><\/strong><\/p>\n<table>\n<tbody>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">No.<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Name<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">Age<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Department<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">DateoFadm<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">Charges<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">Sex<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">1<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Arpit<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">62<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Surgery<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">21\/01\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">300<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">M<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">2<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Zareena<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">22<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">ENT<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">12\/12\/97<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">250<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">F<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">3<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Kareem<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">32<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Orthopedic<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">19\/02\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">200<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">M<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">4<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Arun<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">12<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Surgery<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">11\/01\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">300<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">M<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">5<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Zubin<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">30<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">ENT<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">12\/01\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">250<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">M<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">6<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Ketaki<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">16<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">ENT<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">24\/02\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">250<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">F<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">7<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Ankita<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">29<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Cardiology<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">20\/02\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">800<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">F<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">8<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Zareen<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">45<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Gynecology<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">22\/02\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">300<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">F<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">9<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Kush<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">19<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Cardiology<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">13\/01\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">800<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">M<\/span><\/td>\n<\/tr>\n<tr>\n<td width=\"47\"><span style=\"color: #000000;\">10<\/span><\/td>\n<td width=\"90\"><span style=\"color: #000000;\">Shilpa<\/span><\/td>\n<td width=\"54\"><span style=\"color: #000000;\">23<\/span><\/td>\n<td width=\"144\"><span style=\"color: #000000;\">Nuclear Medicine<\/span><\/td>\n<td width=\"126\"><span style=\"color: #000000;\">21\/02\/98<\/span><\/td>\n<td width=\"100\"><span style=\"color: #000000;\">400<\/span><\/td>\n<td width=\"51\"><span style=\"color: #000000;\">F<\/span><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p><span style=\"color: #000000;\">i) To list the names all the patients admitted after 15\/01\/98.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">ii) To list the names of female patients who are in ENT department.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">iii) To list names of all patients with their date of admission in ascending order.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">iv) To display Patient\u2019s Name, Charges, Age for only female patients.(1)<\/span><\/p>\n<p><span style=\"color: #000000;\">v) Find Out the Output of Following SQL Command:- (1)<\/span><\/p>\n<p><span style=\"color: #000000;\">a) Select COUNT(DISTINCT charges) from HOSPITAL;<\/span><\/p>\n<p><span style=\"color: #000000;\">b) Select MIN(Age) from HOSPITAL where Sex=&#8221;F&#8221;;<\/span><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">26- What are the rules for using social networking sites?(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">27- What is hacking? Suggest any two ways to protect the computer from cyber attack.(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">28- Define eavesdropping and phishing.(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">29- What is cyber trolling? How it is done.(2)<\/span><\/strong><\/p>\n<p>&nbsp;<\/p>\n<p><strong><span style=\"color: #000000;\">30- What are the tips to safely browse the internet?(2)<\/span><\/strong><\/p>\n","protected":false},"excerpt":{"rendered":"<p>CBSE Class 11 Computer Science Python Sample Paper 2021 Annual Examination (2020-21) Class-11 Subject: Computer Science Time allowed: 3:00 hours\/ Maximum Marks:70 All questions are compulsory. &nbsp; 1- Name any two application software. (1) &nbsp; 2- Differentiate between compiler and interpreter? (2) &nbsp; 3- What do you understand by RAM and ROM? (1) &nbsp; 4- [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[15,20],"tags":[],"class_list":["post-254","post","type-post","status-publish","format-standard","hentry","category-cbse-sample-papers-class-11","category-cbse-computer-science-with-python-class-12"],"_links":{"self":[{"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/posts\/254","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/comments?post=254"}],"version-history":[{"count":0,"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/posts\/254\/revisions"}],"wp:attachment":[{"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/media?parent=254"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/categories?post=254"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/cbsepython.in\/wp-json\/wp\/v2\/tags?post=254"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}