{"id":11976,"date":"2020-02-21T22:53:09","date_gmt":"2020-02-21T22:53:09","guid":{"rendered":"https:\/\/www.inspirenignite.com\/vtu\/15ee23p-c-programming-lab-electrical-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme\/"},"modified":"2020-02-21T22:53:09","modified_gmt":"2020-02-21T22:53:09","slug":"15ee23p-c-programming-lab-electrical-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme","status":"publish","type":"post","link":"https:\/\/www.inspirenignite.com\/vtu\/15ee23p-c-programming-lab-electrical-2nd-sem-syllabus-for-diploma-dte-karnataka-c15-scheme\/","title":{"rendered":"15EE23P: C Programming Lab Electrical 2nd Sem Syllabus for Diploma DTE Karnataka C15 Scheme"},"content":{"rendered":"<p>C Programming Lab detail DTE Kar Diploma syllabus for Electrical And Electronics Engineering (EE), C15 scheme is extracted from <a href=\"http:\/\/dte.kar.nic.in\/obe11.shtml\/\" target=\"_blank\" rel=\"noopener\">DTE Karnataka<\/a> official website and presented for diploma students. The course code (15EE23P), and for exam duration, Teaching Hr\/week, Practical Hr\/week, Total Marks, internal marks, theory marks, duration and credits do visit complete sem subjects post given below. The syllabus PDFs can be downloaded from official website.<\/p>\n<p>For all other electrical 2nd sem syllabus for diploma c15 scheme dte karnataka you can visit <a href=\"..\/electrical-2nd-sem-syllabus-for-diploma-c15-scheme-dte-karnataka\">Electrical 2nd Sem Syllabus for Diploma C15 Scheme DTE Karnataka Subjects<\/a>. The detail syllabus for c programming lab is as follows.<\/p>\n<p><h4>Pre-requisites:<\/h4>\n<p>Mathematics and Science in secondary education, Basic computer skills lab.\n<\/p>\n<p><h4>Course Objectives:<\/h4>\n<p>To develop programming skills using computer languages bylearning programming concepts in C.\n<\/p>\n<p><h4>Course Contents<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>Course Outcomes:<\/h4>\n<p>On successful completion of the course, the students will be able to:<\/p>\n<ol>\n<li>Learn the basic concepts of C programming.<\/li>\n<li>Distinguish different programming approaches.<\/li>\n<li>Write C programs and execute.<\/li>\n<li>Debug different types of errors.<\/li>\n<\/ol>\n<p><h4>Course Contents:<\/h4>\n<p>Staff-in-charge must teach one hour tutorial for each Lab. The Contents to be taught in the one hour tutorial are<\/p>\n<p>-Note:<\/p>\n<ol>\n<li>Tutorial &#8211; IHour and Practice -2 Hours<\/li>\n<li>Write flow chart for all the programs.<\/li>\n<\/ol>\n<p><b>Tutorial 1<\/b><\/p>\n<p>Steps involved in problem solving using Algorithms and Flowcharts.<br \/>\nBasic structure of C program, Steps to be followed for-Creation, Compilation and Execution of a C program, use of simple scanf( ) and printf( ) functions.<\/p>\n<p><b>Program 1<\/b><\/p>\n<ol>\n<li>Write a Program to print the text &#8220;Welcome to C programming&#8221;<\/li>\n<\/ol>\n<p><b>Tutorial2<\/b><\/p>\n<p>Character set, keywords and identifiers, constants, variables, data types.<\/p>\n<p><b>Program 2<\/b><\/p>\n<ol>\n<li>Write a program to find the area and circumference of a circle.<\/li>\n<\/ol>\n<p><b>Tutorial3<\/b><\/p>\n<p>Operators and expressions, Library functions.<\/p>\n<p><b>Program 3, 4<\/b><\/p>\n<ol>\n<li>Write a program to calculate the instantaneous value of an AC quantity like v=Vmsinrot<\/li>\n<li>Write a program using ternary operator to find the minimum of two resistor values.<\/li>\n<\/ol>\n<p><b>Tutorial 4<\/b><\/p>\n<p>Managing input-output operations &#8211; using functions like getchar( ) &#8211; reading a character, putchar( ) -writing a character, scanf( ) &#8211; formatted input and printf( ) &#8211; formatted output.<\/p>\n<p><b>Program 5, 6, 7, 8<\/b><\/p>\n<ol>\n<li>Write a program to display the electrical units in the following format:<\/li>\n<p>[Electrical quantity\tUnit]<\/p>\n<ol type=\"i\">\n<li>Resistance Ohm<\/li>\n<li>Current\tAmpere<\/li>\n<li>Voltage\tVolt<\/li>\n<li>Power\tWatt<\/li>\n<\/ol>\n<li>Write a program to find equivalent resistance when resistors are connected in series, equivalent capacitance when capacitors are connected in parallel.<\/li>\n<li>Write a program to calculate the total cost of 2 Laptops and 1 Printer, assuming cost price and discount offer.<\/li>\n<li>Write a program to find impedance in series RLC circuit.<\/li>\n<\/ol>\n<p><b>Tutorial 5<\/b><\/p>\n<p>Decision making and branching using if, if -else, multi branch if, nested if statements.<\/p>\n<p><b>Program 9<\/b><\/p>\n<ol>\n<li>Write a program to generate the electricity bill according to the units consumed for AEH and lighting installation as per present KPTCL tariff.<\/li>\n<\/ol>\n<p><b>Tutorials6<\/b><\/p>\n<p>Switch -case statement<\/p>\n<p><b>Program 10<\/b><\/p>\n<ol>\n<li>Write a program using switch &#8211; case to calculate<\/li>\n<ol type=\"i\">\n<li>Power dissipated in resistance<\/li>\n<li>Energy stored in capacitor<\/li>\n<li>Energy stored in inductor<\/li>\n<\/ol>\n<\/ol>\n<p><b>Tutorial 7<\/b><\/p>\n<p>Looping &#8211; while, do-while &amp; for statements<\/p>\n<p><b>Program 11, 12, 13<\/b><\/p>\n<ol>\n<li>Using for loop find the current through a resistor, for voltage varying from 5V to 20V in steps of 5V, using Ohm&#8217;s Law.<\/li>\n<li>Using while loop find the current through a resistor, for voltage varying from 50V to 100V in steps of 10 V, using Ohm&#8217;s Law.<\/li>\n<li>Using do Wliile loop find the current through a resistor, for voltage varying from 16V to 8V in steps of 4V, using Ohm&#8217;s Law.<\/li>\n<\/ol>\n<p><b>Tutorial 8<\/b><\/p>\n<p>Arrays &#8211; Syntax, reading and writing of one dimensional array.<\/p>\n<p><b>Practical 8<\/b><\/p>\n<ol>\n<li>Write a program to input 10 numbers to an array and display the greatest number.<\/li>\n<\/ol>\n<p><b>Tutorial 9<\/b><\/p>\n<p>Strings &#8211; Initializing String, Manipulating strings of characters<\/p>\n<p><b>Program 15, 16<\/b><\/p>\n<ol>\n<li>Accept any electrical quantity as a string in lower case. Convert and display it in upper case.<\/li>\n<li>Accept any 10 words and display the same.<\/li>\n<\/ol>\n<p><h4>Resources:<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>Web Resources<\/h4>\n<ol>\n<li>http:\/\/fresh2refresh.com\/cprogramming<\/li>\n<li>http:\/\/www.learn-c.org<\/li>\n<li>http:\/\/www.learnconline.com\/<\/li>\n<\/ol>\n<p><h4>Course Delivery:<\/h4>\n<p>The Course will be delivered through Tutorials, Demonstration, Exercises and Assignments.\n<\/p>\n<p><h4>Tutorial &#8211; 1Hr:<\/h4>\n<p><b>For complete syllabus and results, class timetable and more pls <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a>.<\/b> Its a light weight, easy to use, no images, no pdfs platform to make students life easier.<\/p>\n<p><h4>Conduction\/ Execution- 2 Hr:<\/h4>\n<p>Student will enter and execute the C program individually under the supervision of the staffin-charge.\n<\/p>\n<p><h4>Suggested Student Activity (any one to be submitted with 3 pages report):<\/h4>\n<ol>\n<li>Develop flow chart for a given Process industry\/ office automation\/ salary slip, etc.<\/li>\n<li>Mini project on Applications of C language in Engineering field.<\/li>\n<li>Mini project on C language.<\/li>\n<li>Report on C programs to solve an electrical circuit for currents (using KVL).<\/li>\n<li>Report on C programs to solve an electrical circuit for voltages (using KCL).<\/li>\n<li>Mini project on C language commands, keywords, arrays, etc.<\/li>\n<\/ol>\n<p><h4>Scheme of Valuation<\/h4>\n<ol>\n<li>Write one program for the assigned question\t10<\/li>\n<li>Enter, execute and obtain output for the assigned question\t25<\/li>\n<li>Obtain the printout of the assigned program\t05<\/li>\n<li>Viva-voce\t10<\/li>\n<\/ol>\n<p>For detail syllabus of all other subjects of BE Electrical, C15 scheme do visit <a href=\"..\/category\/ee-diploma+2nd-sem\">Electrical 2nd Sem syllabus for C15 scheme<\/a>.<\/p>\n<p>Dont forget to <a href=\"https:\/\/play.google.com\/store\/apps\/details?id=ini.istudy\" target=\"_blank\" rel=\"noopener\">download iStudy Syllabus App<\/a> for latest syllabus and results, class timetable and more.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>C Programming Lab detail DTE Kar Diploma syllabus for Electrical And Electronics Engineering (EE), C15 scheme is extracted from DTE Karnataka official website and presented for diploma students. The course [&hellip;]<\/p>\n","protected":false},"author":2298,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_bbp_topic_count":0,"_bbp_reply_count":0,"_bbp_total_topic_count":0,"_bbp_total_reply_count":0,"_bbp_voice_count":0,"_bbp_anonymous_reply_count":0,"_bbp_topic_count_hidden":0,"_bbp_reply_count_hidden":0,"_bbp_forum_subforum_count":0,"footnotes":""},"categories":[3,63],"tags":[],"class_list":["post-11976","post","type-post","status-publish","format-standard","hentry","category-2nd-sem","category-ee-diploma"],"_links":{"self":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts\/11976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/users\/2298"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/comments?post=11976"}],"version-history":[{"count":0,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/posts\/11976\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/media?parent=11976"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/categories?post=11976"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inspirenignite.com\/vtu\/wp-json\/wp\/v2\/tags?post=11976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}