Welcome to our Computer Engineering Concepts for Industry Course
Course Description
Learn about the future of Industry! Students enrolled in this course will learn the basics of Engineering and Computer Science in a hands-on approach that features tutorials and projects that will introduce participants to the Engineering Design Process. Students will start by learning theory related to concepts such as Computer Programming, Architecture, Sensors, and Microcontrollers and apply these to practical projects where they can use these skills to simulate different solutions to problems.
Designed to support and spark curiosity, this exciting course will build on the experiences gained in the classroom and targets an array of skills in areas such as mathematics, engineering, physics and electronics.
Requirements
To complete this course, you’ll need to have the following
Be interested in learning and have the following
a Google Email/Gmail Account (with Parental Privileges).
a steady Internet connection to watch our videos.
Optionally – A Mobile Phone to Install your newly developed apps too.
// Get the modal
var modal = document.getElementById(“myModal”);
// Get the button that opens the modal
var btn = document.getElementById(“openModalBtn”);
// Get the element that closes the modal
var span = document.getElementsByClassName(“close”)[0];
// When the user clicks the button, open the modal
btn.onclick = function() {
modal.style.display = “block”;
}
// When the user clicks on (x), close the modal
span.onclick = function() {
modal.style.display = “none”;
}
// When the user clicks anywhere outside of the modal, close it
window.onclick = function(event) {
if (event.target == modal) {
modal.style.display = “none”;
}
}
Noticeboard and FAQs:
All communication about the programme, updates on modules, competition, etc will be on the notice board, so make sure to check it out often.
How long with the course be available?
You have until the end of August to complete all the courses in this track
How can I get support?
Please Email ict@cariri.com If you have any questions that cannot be answered through the noticeboard or our chatbot.
Badges (Any Badges your earn will appear here):
Login
Accessing this course requires a login. Please enter your credentials below!