All information for the class will be posted in the Google Classroom. Your Student will have the code for them to get into the Google Classroom.
The purpose of this class is to give students an introductory experience in computer programming. Students will use logical thinking to learn how to design, code and debug a program. Our focus will be to develop skills and understandings of software development. No programming experience is necessary.
At the end of this course a student will be able to:
· Write short programs using iteration, conditionals, lists, and strings.
· Write recursive solutions to problems.
· Work with strings.
· Apply knowledge of primitive types such as the difference between integer and floating point for calculations
· Use basic debugging techniques in the detection of errors in debugging incorrect programs
· Write programs that read data from different input devices, keyboard, files, etc.., and display results to different output devices, the monitor, files, etc…
· Design, code, debug and implement a program based on a problem given to them.