{"id":542,"date":"2024-11-15T07:26:28","date_gmt":"2024-11-15T07:26:28","guid":{"rendered":"https:\/\/collegeidea.in\/blog\/?p=542"},"modified":"2025-03-03T06:01:30","modified_gmt":"2025-03-03T06:01:30","slug":"common-university-entrance-test-cuet-ug-2024-computer-science","status":"publish","type":"post","link":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/","title":{"rendered":"Common University Entrance Test CUET (UG) &#8211; 2024 Computer Science"},"content":{"rendered":"<h3>Computer Science\/ Informatics Practices &#8211;\u00a0<span class=\"h3\">308\u00a0<\/span><span class=\"h2\">Syllabus for Class 12<\/span><\/h3>\n<p class=\"s2\">Computer Science\/Informatics Practices<\/p>\n<p class=\"s2\">&#8211; 308<\/p>\n<div class=\"textbox\">\n<p class=\"s3\">Note:<\/p>\n<p class=\"s3\">There will be one Question Paper which will contain Two Sections i.e.\u00a0<b>Section A and Section B [B1 and B2].<\/b><\/p>\n<p class=\"s3\">Section A will have\u00a0<b>15 questions\u00a0<\/b>covering both i.e. Computer Science\/Informatics Practices which will be\u00a0<b>compulsory\u00a0<\/b>for all candidates<\/p>\n<p class=\"s4\">Section B1\u00a0<span class=\"s3\">will have\u00a0<\/span>35 questions\u00a0<span class=\"s3\">from\u00a0<\/span>Computer Science\u00a0<span class=\"s3\">out of which\u00a0<\/span>25 questions\u00a0<span class=\"s3\">need to be attempted.<\/span><\/p>\n<p class=\"s4\">Section B2\u00a0<span class=\"s3\">will have\u00a0<\/span>35 questions\u00a0<span class=\"s3\">purely from\u00a0<\/span>Informatics Practices\u00a0<span class=\"s3\">out of which\u00a0<\/span>25 question\u00a0<span class=\"s3\">will be attempted<\/span><span class=\"s5\">.<\/span><\/p>\n<\/div>\n<p>&nbsp;<\/p>\n<h4><strong>Section A<\/strong><\/h4>\n<ol id=\"l1\">\n<li data-list-text=\"i.\">\n<p class=\"s6\"><strong>Exception and File Handling in Python<\/strong><\/p>\n<p>Exception Handling: syntax errors, exceptions, need of exception handling, user-defined exceptions, raising exceptions, handling exceptions, catching exceptions, Try &#8211; except &#8211; else clause, Try &#8211; finally clause, recovering and continuing with finally, built-in exception classes.<\/p>\n<p>File Handling: text file and binary file, file types, open and close files, reading and writing text files, reading and writing binary files using pickle module, file access modes.<\/li>\n<li data-list-text=\"ii.\">\n<p class=\"s6\"><strong>Database Concepts<\/strong><\/p>\n<p>Introduction to database concepts, difference between database and file system, relational data model: concept of domain, tuple, relation, keys &#8211; candidate key, primary key, alternate key, foreign key;<\/p>\n<p class=\"s7\">Relational algebra:\u00a0<span class=\"p\">selection, projection, union, set difference and cartesian product;<\/span><\/p>\n<\/li>\n<li data-list-text=\"iii.\">\n<p class=\"s6\"><strong>Structured Query Language<\/strong><\/p>\n<p>Advantages of using Structured Query Language, Data Definition Language, Data Query Language and Data Manipulation Language, Introduction to MySQL, Creating a database using MySQL, Data Types<\/p>\n<p>Data Definition: CREATE TABLE, DROP TABLE, ALTER TABLE, Data Query: SELECT, FROM, WHERE<\/p>\n<p>Data Manipulation: INSERT, UPDATE, DELETE Math functions: POWER (), ROUND (), MOD ().<\/p>\n<ol id=\"l1\">\n<li data-list-text=\"iii.\"><strong>Text functions:<\/strong> UCASE ()\/UPPER (), LCASE ()\/LOWER (), MID ()\/SUBSTRING ()\/SUBSTR (), LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().<strong>Date Functions:<\/strong> NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().<strong>Aggregate Functions:<\/strong> MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT (*). Querying and manipulating data using Group by, Having, Order by.\n<p>Operations on Relations &#8211; Union, Intersection, Minus, Cartesian Product, JOIN<\/li>\n<li data-list-text=\"iv.\">\n<p class=\"s8\"><strong>Computer Networks<\/strong><\/p>\n<\/li>\n<\/ol>\n<p>Introduction to computer networks, Evolution of networking,<\/p>\n<p class=\"s7\"><strong>Network types:<\/strong>\u00a0<span class=\"p\">LAN, WAN, MAN<\/span><\/p>\n<p>Network devices: Modem, Ethernet Card, Repeater, Hub, Switch, Router, Gateway. Network Topologies: Mesh, Ring, Bus, Star, and Tree topologies<\/p>\n<p>Basic concept of MAC and IP Address Difference between Internet and web<\/p>\n<p class=\"s2\"><strong>Section B1: Computer Science<\/strong><\/p>\n<div class=\"textbox\">\n<p class=\"s9\"><strong>Chapter 1: Exception and File Handling in Python<\/strong><\/p>\n<\/div>\n<p>Exception Handling: syntax errors, exceptions, need of exception handling, user-defined exceptions, raising exceptions, handling exceptions, catching exceptions, Try &#8211; except &#8211; else clause, Try &#8211; finally clause, recovering and continuing with finally, built-in exception classes.<\/p>\n<p>File Handling: text file and binary file, file types, open and close files, reading and writing text files, reading and writing binary files using pickle module, file access modes.<\/p>\n<div class=\"textbox\">\n<p class=\"s10\"><strong>Chapter 2: Stack<\/strong><\/p>\n<\/div>\n<p>Stack (List Implementation): Introduction to stack (LIFO Operations), operations on stack (PUSH and POP) and its implementation in python. Expressions in Prefix, Infix and postfix notations, evaluating arithmetic expressions using stack, conversion of Infix expression to postfix expression<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 3: Queue<\/strong><\/p>\n<\/div>\n<p>Queue (List Implementation): Introduction to Queue (FIFO), Operations on Queue (INSERT and DELETE) and its implementation in Python.<\/p>\n<p>Introduction to DQueue and its implementation in Python.<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 4: Searching<\/strong><\/p>\n<\/div>\n<p>Searching: Sequential search, Binary search, Analysis of Sequential and Binary Search. Dry run to identify best, worst and average cases. Implementation of searching techniques in Python.<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 5: Sorting<\/strong><\/p>\n<\/div>\n<p>Overview of sorting techniques, Bubble Sort, Selection Sort and Insertion Sort. Dry run to identify best, worst and average cases. Implementation of sorting techniques in Python.<\/p>\n<p>Hashing: Hash Functions, Collision Resolution, Implementing the Map Abstract Data Type.<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 6: Understanding Data<\/strong><\/p>\n<\/div>\n<p>Data and its purpose, collection and organization; understanding data using statistical methods: mean, median, standard deviation, variance; data interpretation; visualization of data.<\/p>\n<p class=\"s12\"><strong>Chapter 7: Database Concepts<\/strong><\/p>\n<p>Introduction to database concepts, difference between database and file system, relational data model: concept of domain, tuple, relation, keys &#8211; candidate key, primary key, alternate key, foreign key;<\/p>\n<p class=\"s7\">Relational algebra:\u00a0<span class=\"p\">selection, projection, union, set difference and cartesian product;<\/span><\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 8: Structured Query Language<\/strong><\/p>\n<\/div>\n<p>Advantages of using Structured Query Language, Data Definition Language, Data Query Language and Data Manipulation Language, Introduction to MySQL, Creating a database using MySQL, Data Types<\/p>\n<p>Data Definition: CREATE TABLE, DROP TABLE, ALTER TABLE, Data Query: SELECT, FROM, WHERE<\/p>\n<p>Data Manipulation: INSERT, UPDATE, DELETE Math functions: POWER (), ROUND (), MOD ().<\/li>\n<\/ol>\n<p>Text functions: UCASE ()\/UPPER (), LCASE ()\/LOWER (), MID ()\/SUBSTRING ()\/SUBSTR (), LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().<\/p>\n<p><strong>Date Functions:<\/strong> NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().<\/p>\n<p>Aggregate Functions: MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT (*). Querying and manipulating data using Group by, Having, Order by.<\/p>\n<p>Operations on Relations &#8211; Union, Intersection, Minus, Cartesian Product, JOIN<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 9: Computer Networks<\/strong><\/p>\n<\/div>\n<p>Introduction to computer networks, Evolution of networking,<\/p>\n<p class=\"s7\">Network types:\u00a0<span class=\"p\">LAN, WAN, MAN<\/span><\/p>\n<p>Network devices: Modem, Ethernet Card, Repeater, Hub, Switch, Router, Gateway. Network Topologies: Mesh, Ring, Bus, Star, and Tree topologies<\/p>\n<p>Basic concept of MAC and IP Address Difference between Internet and web<\/p>\n<p class=\"s2\"><strong>Section B2<\/strong>: Informatics Practices<\/p>\n<p class=\"s13\"><strong>Chapter 1<\/strong>: Database Query using SQL<\/p>\n<p class=\"s7\">Math functions:\u00a0<span class=\"p\">POWER (), ROUND (), MOD ().<\/span><\/p>\n<p class=\"s7\">Text functions:\u00a0<span class=\"p\">UCASE ()\/UPPER (), LCASE ()\/LOWER (), MID ()\/SUBSTRING ()\/SUBSTR (),LENGTH (), LEFT (), RIGHT (), INSTR (), LTRIM (), RTRIM (), TRIM ().<\/span><\/p>\n<p class=\"s7\">Date Functions:\u00a0<span class=\"p\">NOW (), DATE (), MONTH (), MONTHNAME (), YEAR (), DAY (), DAYNAME ().<\/span><\/p>\n<p class=\"s7\">Aggregate Functions:\u00a0<span class=\"p\">MAX (), MIN (), AVG (), SUM (), COUNT (); using COUNT (*).Querying and manipulating data using Group by, Having, Order by.<\/span><\/p>\n<p class=\"s7\">Operations on Relations\u00a0<span class=\"p\">&#8211; Union, Intersection, Minus, Cartesian Product, JOIN<\/span><\/p>\n<p class=\"s13\"><strong>Chapter 2<\/strong>: Data Handling using Pandas \u2013 I<\/p>\n<p>Introduction to Python libraries- Pandas, NumPy,<\/p>\n<p>Matplotlib. Data structures in Pandas &#8211; Series and DataFrames.<\/p>\n<p>Series: Creation of Series from \u2013 and array, dictionary, scalar value; mathematical operations; Head and Tail functions; Selection, Indexing, and Slicing.<\/p>\n<p>DataFrames: creation &#8211; from the dictionary of Series, list of dictionaries, Text\/CSV files; display; iteration; Operations on Rows and columns: add, select, delete, rename; Head and Tail functions; Indexing usingLabels, Boolean Indexing; Styling &amp; Formatting data, Head and Tail functions; Joining, Merging and Concatenations.<\/p>\n<p>Importing\/Exporting Data between CSV files and DataFrames.<\/p>\n<p class=\"s13\"><strong>Chapter 3: Data Handling using Pandas \u2013 II<\/strong><\/p>\n<p>Descriptive Statistics: max, min, count, sum, mean, median, mode, quartile, Standard deviation, variance.<\/p>\n<p>DataFrame operations: Aggregation, group by, Sorting, Deleting and Renaming Index, Pivoting. Handling missing values \u2013 dropping and filling.<\/p>\n<p>Importing\/Exporting Data between MySQL database and Pandas.<\/p>\n<p class=\"s13\"><strong>Chapter 4: Plotting Data using Matplotlib<\/strong><\/p>\n<p>Purpose of plotting; drawing and saving t h e following types of plots using Matplotlib \u2013 line plot, bargraph, histogram, pie chart, frequency polygon, box plot, and scatter plot.<\/p>\n<p>Customizing plots: color, style (dashed, dotted), width; adding label, title, and legend in plots.<\/p>\n<p class=\"s13\"><strong>Chapter 5: Introduction to Computer Networks<\/strong><\/p>\n<p>Introduction to Networks, Types of networks: LAN, MAN, WAN. Network Devices: modem, hub, switch, repeater, router, gateway Network Topologies: Star, Bus, Tree, Mesh.<\/p>\n<p>Introduction to Internet, URL, WWW, and its applications- Web, email, Chat, VoIP.<\/p>\n<p>Website: Introduction, the difference between a website and webpage, static vs dynamic web page, webserver, and hosting of a website.<\/p>\n<p>Web Browsers: Introduction, commonly used browsers, browser settings, add-ons and plug- ins,cookies.<\/p>\n<p class=\"s13\"><strong>Chapter 6: Societal Impacts<\/strong><\/p>\n<p>Digital footprint, Etiquettes for Net surfing and for communicating through social media, data protection, Intellectual Property Rights (IPR) and their violation, plagiarism licensing and copyrights, Free and Open Source Software (FOSS), Cybercrime and cyber laws, hacking,<\/p>\n<p>phishing, cyberbullying, Overview of Indian IT Act, preventing cybercrime. E-waste its a hazard and management<\/p>\n<p>Awareness about health concerns related to the usage of technology like effect on eyesight, physiological issues, and ergonomic aspects.<\/p>\n<p class=\"s12\"><strong>Chapter 10: Data Communication<\/strong><\/p>\n<p>Concept of communication, Types of Data Communication, switching techniques<\/p>\n<p class=\"s7\">Communication Media<span class=\"p\">: Wired Technologies \u2013 Twisted pair cable, Co-axial cable, Ethernet Cable, Optical Fibre;<\/span><\/p>\n<p>Introduction to mobile telecommunication technologies Wireless Technologies \u2013 Bluetooth, WLAN, Infrared, Microwave<\/p>\n<p class=\"s7\">Network Protocol:\u00a0<span class=\"p\">Need for Protocol, Categorization and Examples of protocol, HTTP, FTP, IP, PPP; electronic mail protocol<\/span><\/p>\n<p>Concept of Channel, Bandwidth (Hz, KHz, MHz) and Data Transfer rate (bps, Kbps, Mbps, Gbps, Tbps)<\/p>\n<div class=\"textbox\">\n<p class=\"s11\"><strong>Chapter 11: Security Aspects<\/strong><\/p>\n<\/div>\n<p>Threats and prevention: Viruses, Worms, Trojan horse, Spam, Cookies, Adware, Firewall, http vs https<\/p>\n<p>Network Security Concepts: Firewall, Cookies, Hackers and Crackers Antivirus and their workings<\/p>\n<p>Network security threats: Denial of service, Intrusion problems, Snooping, Eavesdropping<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Computer Science\/ Informatics Practices &#8211;\u00a0308\u00a0Syllabus for Class 12 Computer Science\/Informatics Practices &#8211; 308 Note: There will be one Question Paper which will contain Two Sections i.e.\u00a0Section A and Section B [B1 and B2]. Section A will have\u00a015 questions\u00a0covering both i.e. Computer Science\/Informatics Practices which will be\u00a0compulsory\u00a0for all candidates Section B1\u00a0will have\u00a035 questions\u00a0from\u00a0Computer Science\u00a0out of which\u00a025 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[1],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates\" \/>\n<meta property=\"og:description\" content=\"Computer Science\/ Informatics Practices &#8211;\u00a0308\u00a0Syllabus for Class 12 Computer Science\/Informatics Practices &#8211; 308 Note: There will be one Question Paper which will contain Two Sections i.e.\u00a0Section A and Section B [B1 and B2]. Section A will have\u00a015 questions\u00a0covering both i.e. Computer Science\/Informatics Practices which will be\u00a0compulsory\u00a0for all candidates Section B1\u00a0will have\u00a035 questions\u00a0from\u00a0Computer Science\u00a0out of which\u00a025 [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/\" \/>\n<meta property=\"og:site_name\" content=\"CollegeIdea --Latest Education News &amp; Exam Updates\" \/>\n<meta property=\"article:published_time\" content=\"2024-11-15T07:26:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-03T06:01:30+00:00\" \/>\n<meta name=\"author\" content=\"Shiksha100\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Shiksha100\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/\",\"url\":\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/\",\"name\":\"Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates\",\"isPartOf\":{\"@id\":\"https:\/\/collegeidea.in\/blog\/#website\"},\"datePublished\":\"2024-11-15T07:26:28+00:00\",\"dateModified\":\"2025-03-03T06:01:30+00:00\",\"author\":{\"@id\":\"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/f7a176b2aaeadc05b6952015411e02fc\"},\"breadcrumb\":{\"@id\":\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/collegeidea.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Common University Entrance Test CUET (UG) &#8211; 2024 Computer Science\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/collegeidea.in\/blog\/#website\",\"url\":\"https:\/\/collegeidea.in\/blog\/\",\"name\":\"CollegeIdea --Latest Education News &amp; Exam Updates\",\"description\":\"Your Education Partner\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/collegeidea.in\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/f7a176b2aaeadc05b6952015411e02fc\",\"name\":\"Shiksha100\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/dcbe83f150c9d40de07b19183810bd07?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/dcbe83f150c9d40de07b19183810bd07?s=96&d=mm&r=g\",\"caption\":\"Shiksha100\"},\"url\":\"https:\/\/collegeidea.in\/blog\/author\/admin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates","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:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/","og_locale":"en_US","og_type":"article","og_title":"Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates","og_description":"Computer Science\/ Informatics Practices &#8211;\u00a0308\u00a0Syllabus for Class 12 Computer Science\/Informatics Practices &#8211; 308 Note: There will be one Question Paper which will contain Two Sections i.e.\u00a0Section A and Section B [B1 and B2]. Section A will have\u00a015 questions\u00a0covering both i.e. Computer Science\/Informatics Practices which will be\u00a0compulsory\u00a0for all candidates Section B1\u00a0will have\u00a035 questions\u00a0from\u00a0Computer Science\u00a0out of which\u00a025 [&hellip;]","og_url":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/","og_site_name":"CollegeIdea --Latest Education News &amp; Exam Updates","article_published_time":"2024-11-15T07:26:28+00:00","article_modified_time":"2025-03-03T06:01:30+00:00","author":"Shiksha100","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Shiksha100","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/","url":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/","name":"Common University Entrance Test CUET (UG) - 2024 Computer Science - CollegeIdea -Latest Education News &amp; Exam Updates","isPartOf":{"@id":"https:\/\/collegeidea.in\/blog\/#website"},"datePublished":"2024-11-15T07:26:28+00:00","dateModified":"2025-03-03T06:01:30+00:00","author":{"@id":"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/f7a176b2aaeadc05b6952015411e02fc"},"breadcrumb":{"@id":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/collegeidea.in\/blog\/common-university-entrance-test-cuet-ug-2024-computer-science\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/collegeidea.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Common University Entrance Test CUET (UG) &#8211; 2024 Computer Science"}]},{"@type":"WebSite","@id":"https:\/\/collegeidea.in\/blog\/#website","url":"https:\/\/collegeidea.in\/blog\/","name":"CollegeIdea --Latest Education News &amp; Exam Updates","description":"Your Education Partner","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/collegeidea.in\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/f7a176b2aaeadc05b6952015411e02fc","name":"Shiksha100","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/collegeidea.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/dcbe83f150c9d40de07b19183810bd07?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/dcbe83f150c9d40de07b19183810bd07?s=96&d=mm&r=g","caption":"Shiksha100"},"url":"https:\/\/collegeidea.in\/blog\/author\/admin\/"}]}},"_links":{"self":[{"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/posts\/542"}],"collection":[{"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/comments?post=542"}],"version-history":[{"count":2,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/posts\/542\/revisions"}],"predecessor-version":[{"id":594,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/posts\/542\/revisions\/594"}],"wp:attachment":[{"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/media?parent=542"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/categories?post=542"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/collegeidea.in\/blog\/wp-json\/wp\/v2\/tags?post=542"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}