Introduction to Programming - TCH312

Introduction to Programming - TCH312

$238.00

Currently this course will begin no earlier than 9/23/24. If you purchase this course today, you will gain access to start the course between 9/23/2024 - 10/11/24. We are in the process of a course update. If you are interested in enrolling in this course and have questions on when you can begin please contact us. In this course, students will start by exploring programming projects and then they will dive deeper into basic programming concepts. Students will recognize key elements of working on an information technology project so they can be successful in future careers. Students will then learn the basics of programming concepts. Please download a copy of the syllabus for a full course description. If you'd like to learn more about this class or provide a copy of the syllabus to your school counselor to ensure you are taking the right course, please fill out the form below to begin the download.   // 0) { $('form input[type="button"]').bind('click', function (event) { if (event) event.preventDefault() register($form) }) } }) function register($form) { $('#mc-embedded-subscribe').val('Sending...'); $.ajax({ type: $form.attr('method'), url: $form.attr('action'), data: $form.serialize(), cache: false, dataType: 'json', contentType: 'application/json; charset=utf-8', error: function (err) { alert('Could not connect to the registration server. Please try again later.') }, success: function (data) { $('#mc-embedded-subscribe').val('subscribe'); if (data.result === 'success') { // Yeahhhh Success $('#mce-EMAIL').css('borderColor', '#ffffff'); $('#subscribe-result').css('color', 'rgb(53, 114, 210)'); $('#subscribe-result').html('Thank you. Click the button below for your syllabus and it will automatically download to your computer. Download File') $('#mce-EMAIL').val(''); $('#mc-embedded-subscribe').hide( 1000 ); $('#mce-LNAME').hide( 1000 ); $('#mce-FNAME').hide( 1000 ); $('#mce-EMAIL').hide( 1000 ); } else { // Something went wrong, do something to notify the user. $('#mce-EMAIL').css('borderColor', '#ff8282'); $('#subscribe-result').css('color', 'rgb(53, 114, 210'); $('#subscribe-result').html('' + data.msg.substring(0) + ''); var emailine = $("#mce-EMAIL"); if (emailine.is(":valid")){ $('#subscribe-result').html(' Thank you. Click the button below for your syllabus and it will automatically download to your computer. Download File'); $('#mc-embedded-subscribe').hide( 1000 ); $('#mce-LNAME').hide( 1000 ); $('#mce-FNAME').hide( 1000 ); $('#mce-EMAIL').hide( 1000 ); } } } }) }; // ]]>

Show More Show Less