{"id":832,"date":"2025-01-12T02:30:07","date_gmt":"2025-01-12T02:30:07","guid":{"rendered":"https:\/\/itxperts.co.in\/blog\/?p=832"},"modified":"2025-01-12T02:30:55","modified_gmt":"2025-01-12T02:30:55","slug":"class-12-ip-viva-questions-and-practical-preparation-guide","status":"publish","type":"post","link":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/","title":{"rendered":"Class 12 IP Viva Questions and Practical Preparation Guide"},"content":{"rendered":"\n<p>As the Class 12 CBSE board exams approach, Informatics Practices (IP) students must prepare not only for their written exams but also for the practical and viva assessments. This guide provides a comprehensive list of frequently asked viva questions, practical tips, and project ideas to help you excel.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>What is the IP Viva?<\/strong><\/h3>\n\n\n\n<p>The viva voce (oral examination) is a critical component of the IP practical exam. It tests your understanding of theoretical concepts, practical knowledge, and project work. Being well-prepared for the viva can significantly boost your overall practical marks.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Common Viva Questions for IP Class 12<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Python and Pandas<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What is Python? Why is it popular?<\/li>\n\n\n\n<li>What are data types in Python?<\/li>\n\n\n\n<li>Explain the difference between a list, tuple, and dictionary.<\/li>\n\n\n\n<li>What is a DataFrame in Pandas?<\/li>\n\n\n\n<li>How do you create a DataFrame from a CSV file in Pandas?<\/li>\n\n\n\n<li>Explain the functions <code>head()<\/code>, <code>tail()<\/code>, and <code>info()<\/code> in Pandas.<\/li>\n\n\n\n<li>What is the difference between <code>loc[]<\/code> and <code>iloc[]<\/code> in Pandas?<\/li>\n\n\n\n<li>How can you handle missing data in a DataFrame?<\/li>\n\n\n\n<li>What is data visualization? Name some Python libraries used for it.<\/li>\n\n\n\n<li>How do you plot a bar chart using Matplotlib?<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>SQL Queries<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What is SQL? Explain its uses.<\/li>\n\n\n\n<li>Differentiate between DDL, DML, and DCL commands.<\/li>\n\n\n\n<li>What is the purpose of the <code>SELECT<\/code> statement in SQL?<\/li>\n\n\n\n<li>Write an SQL query to fetch the first five records from a table.<\/li>\n\n\n\n<li>What is a primary key? How is it different from a unique key?<\/li>\n\n\n\n<li>Explain the difference between <code>WHERE<\/code> and <code>HAVING<\/code> clauses.<\/li>\n\n\n\n<li>What is a foreign key in a database?<\/li>\n\n\n\n<li>How do you use the <code>JOIN<\/code> operation in SQL?<\/li>\n\n\n\n<li>Write a query to display the names of students who scored more than 90 marks.<\/li>\n\n\n\n<li>What is the difference between <code>GROUP BY<\/code> and <code>ORDER BY<\/code>?<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Data Visualization<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What are the different types of charts used in data visualization?<\/li>\n\n\n\n<li>How do you create a histogram in Python?<\/li>\n\n\n\n<li>Explain the <code>plot()<\/code> function in Matplotlib.<\/li>\n\n\n\n<li>What are the key differences between a line chart and a scatter plot?<\/li>\n\n\n\n<li>How do you label axes in Matplotlib?<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Computer Networking<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What is a network? Name its types.<\/li>\n\n\n\n<li>What is the difference between LAN, WAN, and MAN?<\/li>\n\n\n\n<li>What is IP address? Differentiate between IPv4 and IPv6.<\/li>\n\n\n\n<li>What are MAC addresses?<\/li>\n\n\n\n<li>Explain the use of DNS.<\/li>\n<\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>Miscellaneous Questions<\/strong><\/h4>\n\n\n\n<ol class=\"wp-block-list\">\n<li>What is a CSV file? How do you work with it in Python?<\/li>\n\n\n\n<li>What is the difference between open-source and proprietary software?<\/li>\n\n\n\n<li>Explain the term \u201cversion control.\u201d<\/li>\n\n\n\n<li>What is the importance of comments in programming?<\/li>\n\n\n\n<li>How do you handle errors in Python?<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Practical Viva Preparation<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Understand Your Project:<\/strong> Be thorough with the topic, objectives, and implementation of your project. For example, if your project is based on COVID-19 data analysis, be prepared to explain:\n<ul class=\"wp-block-list\">\n<li>The source of your data.<\/li>\n\n\n\n<li>How you cleaned the data.<\/li>\n\n\n\n<li>The insights derived from your analysis.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Practice Common Practical Questions:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Write a Python program to find the largest number in a list.<\/li>\n\n\n\n<li>Create a DataFrame from a dictionary.<\/li>\n\n\n\n<li>Write an SQL query to update a record in a table.<\/li>\n\n\n\n<li>Visualize sales data using a bar chart in Matplotlib.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Revise Important Functions and Commands:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Python: <code>len()<\/code>, <code>append()<\/code>, <code>sort()<\/code>, <code>merge()<\/code>, etc.<\/li>\n\n\n\n<li>Pandas: <code>groupby()<\/code>, <code>describe()<\/code>, <code>pivot_table()<\/code>.<\/li>\n\n\n\n<li>SQL: <code>INSERT<\/code>, <code>UPDATE<\/code>, <code>DELETE<\/code>, <code>JOIN<\/code>.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Project Ideas for Class 12 IP<\/strong><\/h3>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>COVID-19 Data Analysis:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Analyze trends using Pandas and Matplotlib.<\/li>\n\n\n\n<li>Display the impact of COVID-19 in various regions.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Student Management System:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Manage student records using Python and SQL.<\/li>\n\n\n\n<li>Include features like adding, updating, and viewing records.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>E-commerce Data Analysis:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Analyze sales trends and customer preferences.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Library Management System:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Use Python for automation and SQL for the database.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Weather Data Visualization:<\/strong>\n<ul class=\"wp-block-list\">\n<li>Represent weather patterns using Matplotlib and Seaborn.<\/li>\n<\/ul>\n<\/li>\n<\/ol>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Tips for Excelling in the Viva<\/strong><\/h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Be Confident:<\/strong> Speak clearly and confidently while answering.<\/li>\n\n\n\n<li><strong>Understand Concepts:<\/strong> Avoid rote learning; focus on understanding.<\/li>\n\n\n\n<li><strong>Revise Thoroughly:<\/strong> Go through your practical file, project, and key concepts.<\/li>\n\n\n\n<li><strong>Ask for Clarifications:<\/strong> If a question is unclear, politely ask the examiner to repeat or clarify.<\/li>\n\n\n\n<li><strong>Stay Calm:<\/strong> Take a moment to think before answering.<\/li>\n<\/ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>FAQs<\/strong><\/h3>\n\n\n\n<p><strong>Q: What questions are commonly asked in the IP viva?<\/strong> A: Questions often revolve around Python programming, Pandas, SQL, data visualization, and your project work.<\/p>\n\n\n\n<p><strong>Q: How should I prepare for the IP viva?<\/strong> A: Focus on understanding your project, revising Python and SQL concepts, and practicing practical questions.<\/p>\n\n\n\n<p><strong>Q: What are some good IP project topics?<\/strong> A: Topics like COVID-19 data analysis, e-commerce trends, and student management systems are excellent choices.<\/p>\n\n\n\n<p><strong>Q: What is the format of the practical exam?<\/strong> A: The exam usually includes a practical task, project presentation, and viva voce.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p>Prepare diligently, and you\u2019ll be ready to ace your Class 12 IP practicals and viva. Good luck!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>As the Class 12 CBSE board exams approach, Informatics Practices (IP) students must prepare not only for their written exams but also for the practical and viva assessments. This guide provides a comprehensive list of frequently asked viva questions, practical tips, and project ideas to help you excel. What is the IP Viva? The viva [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":833,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"googlesitekit_rrm_CAow44u0DA:productID":"","footnotes":""},"categories":[122,164,39,38,123],"tags":[168,167,166],"class_list":["post-832","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-mysql-worksheet","category-practical","category-practical-file","category-projects","category-python-worksheets","tag-cs-viva","tag-ip-viva","tag-viva"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts<\/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:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts\" \/>\n<meta property=\"og:description\" content=\"As the Class 12 CBSE board exams approach, Informatics Practices (IP) students must prepare not only for their written exams but also for the practical and viva assessments. This guide provides a comprehensive list of frequently asked viva questions, practical tips, and project ideas to help you excel. What is the IP Viva? The viva [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\" \/>\n<meta property=\"og:site_name\" content=\"Itxperts\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/itxperts.co.in\" \/>\n<meta property=\"article:published_time\" content=\"2025-01-12T02:30:07+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-01-12T02:30:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1792\" \/>\n\t<meta property=\"og:image:height\" content=\"1024\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"@mritxperts\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"@mritxperts\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\"},\"author\":{\"name\":\"@mritxperts\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6\"},\"headline\":\"Class 12 IP Viva Questions and Practical Preparation Guide\",\"datePublished\":\"2025-01-12T02:30:07+00:00\",\"dateModified\":\"2025-01-12T02:30:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\"},\"wordCount\":748,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp\",\"keywords\":[\"cs viva\",\"ip viva\",\"viva\"],\"articleSection\":[\"MYSQL Worksheet\",\"Practical\",\"Practical File\",\"Projects\",\"Python Worksheets\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\",\"url\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\",\"name\":\"Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts\",\"isPartOf\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp\",\"datePublished\":\"2025-01-12T02:30:07+00:00\",\"dateModified\":\"2025-01-12T02:30:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage\",\"url\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp\",\"contentUrl\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp\",\"width\":1792,\"height\":1024,\"caption\":\"Class 12 IP Viva Questions and Practical Preparation\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/itxperts.co.in\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Class 12 IP Viva Questions and Practical Preparation Guide\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#website\",\"url\":\"https:\/\/itxperts.co.in\/blog\/\",\"name\":\"Itxperts\",\"description\":\"Leading Website Design Company in Madhya Pradesh\",\"publisher\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\"},\"alternateName\":\"Itxperts | Website Development in Madhya Pradesh\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/itxperts.co.in\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#organization\",\"name\":\"Itxperts\",\"alternateName\":\"Leading Website Design Company in Madhya Pradesh \u2013 Itxperts\",\"url\":\"https:\/\/itxperts.co.in\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png\",\"contentUrl\":\"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png\",\"width\":512,\"height\":512,\"caption\":\"Itxperts\"},\"image\":{\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/itxperts.co.in\",\"https:\/\/www.linkedin.com\/company\/itxpertsshivpuri\/\",\"https:\/\/www.instagram.com\/itxperts.co.in\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6\",\"name\":\"@mritxperts\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g\",\"caption\":\"@mritxperts\"},\"description\":\"I am a full-stack web developer from India with over 8 years of experience in building dynamic and responsive web solutions. Specializing in both front-end and back-end development, I have a passion for creating seamless digital experiences. When I'm not coding, I enjoy sharing insights and tutorials on the latest web technologies, helping fellow developers stay ahead in the ever-evolving tech landscape.\",\"sameAs\":[\"https:\/\/itxperts.co.in\/blog\"],\"url\":\"https:\/\/itxperts.co.in\/blog\/author\/mritxpertsgmail-com\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts","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:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/","og_locale":"en_US","og_type":"article","og_title":"Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts","og_description":"As the Class 12 CBSE board exams approach, Informatics Practices (IP) students must prepare not only for their written exams but also for the practical and viva assessments. This guide provides a comprehensive list of frequently asked viva questions, practical tips, and project ideas to help you excel. What is the IP Viva? The viva [&hellip;]","og_url":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/","og_site_name":"Itxperts","article_publisher":"https:\/\/www.facebook.com\/itxperts.co.in","article_published_time":"2025-01-12T02:30:07+00:00","article_modified_time":"2025-01-12T02:30:55+00:00","og_image":[{"width":1792,"height":1024,"url":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp","type":"image\/webp"}],"author":"@mritxperts","twitter_card":"summary_large_image","twitter_misc":{"Written by":"@mritxperts","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#article","isPartOf":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/"},"author":{"name":"@mritxperts","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6"},"headline":"Class 12 IP Viva Questions and Practical Preparation Guide","datePublished":"2025-01-12T02:30:07+00:00","dateModified":"2025-01-12T02:30:55+00:00","mainEntityOfPage":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/"},"wordCount":748,"commentCount":0,"publisher":{"@id":"https:\/\/itxperts.co.in\/blog\/#organization"},"image":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp","keywords":["cs viva","ip viva","viva"],"articleSection":["MYSQL Worksheet","Practical","Practical File","Projects","Python Worksheets"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/","url":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/","name":"Class 12 IP Viva Questions and Practical Preparation Guide - Itxperts","isPartOf":{"@id":"https:\/\/itxperts.co.in\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage"},"image":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage"},"thumbnailUrl":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp","datePublished":"2025-01-12T02:30:07+00:00","dateModified":"2025-01-12T02:30:55+00:00","breadcrumb":{"@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#primaryimage","url":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp","contentUrl":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/01\/ip-viva.webp","width":1792,"height":1024,"caption":"Class 12 IP Viva Questions and Practical Preparation"},{"@type":"BreadcrumbList","@id":"https:\/\/itxperts.co.in\/blog\/class-12-ip-viva-questions-and-practical-preparation-guide\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/itxperts.co.in\/blog\/"},{"@type":"ListItem","position":2,"name":"Class 12 IP Viva Questions and Practical Preparation Guide"}]},{"@type":"WebSite","@id":"https:\/\/itxperts.co.in\/blog\/#website","url":"https:\/\/itxperts.co.in\/blog\/","name":"Itxperts","description":"Leading Website Design Company in Madhya Pradesh","publisher":{"@id":"https:\/\/itxperts.co.in\/blog\/#organization"},"alternateName":"Itxperts | Website Development in Madhya Pradesh","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/itxperts.co.in\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/itxperts.co.in\/blog\/#organization","name":"Itxperts","alternateName":"Leading Website Design Company in Madhya Pradesh \u2013 Itxperts","url":"https:\/\/itxperts.co.in\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png","contentUrl":"https:\/\/itxperts.co.in\/blog\/wp-content\/uploads\/2025\/05\/cropped-itxperts_logo.png","width":512,"height":512,"caption":"Itxperts"},"image":{"@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/itxperts.co.in","https:\/\/www.linkedin.com\/company\/itxpertsshivpuri\/","https:\/\/www.instagram.com\/itxperts.co.in\/"]},{"@type":"Person","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/77ad4d47f9f82583ee23e37010a52fc6","name":"@mritxperts","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/itxperts.co.in\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/702cffafd84d85872c0d42d33a9fa39140418d7c60a1311a1f8f55b005d0570b?s=96&d=mm&r=g","caption":"@mritxperts"},"description":"I am a full-stack web developer from India with over 8 years of experience in building dynamic and responsive web solutions. Specializing in both front-end and back-end development, I have a passion for creating seamless digital experiences. When I'm not coding, I enjoy sharing insights and tutorials on the latest web technologies, helping fellow developers stay ahead in the ever-evolving tech landscape.","sameAs":["https:\/\/itxperts.co.in\/blog"],"url":"https:\/\/itxperts.co.in\/blog\/author\/mritxpertsgmail-com\/"}]}},"_links":{"self":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/832","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/comments?post=832"}],"version-history":[{"count":1,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/832\/revisions"}],"predecessor-version":[{"id":834,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/posts\/832\/revisions\/834"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/media\/833"}],"wp:attachment":[{"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/media?parent=832"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/categories?post=832"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/itxperts.co.in\/blog\/wp-json\/wp\/v2\/tags?post=832"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}