Vi ste ovdje
Overview/Description
Todayâs computers are powerful tools capable of accomplishing sophisticated tasks, but not without the assistance of skilled software developers. This course introduces the learner to the magic behind computer software development, beginning with a brief history of computer languages and how these languages have evolved into powerful programming environments, and ending with the actual creation of simple algorithms. Specific topics covered include the Software Development Life Cycle (SDLC), best practices for developing computer programs, the tools available for...
Overview/Description
In order to work their magic, computer programmers need to understand the various methods required by programming languages. This course introduces the learner to the basic methods and processes necessary to construct algorithms, including variables and data types, expressions and statements, and more advanced concepts like arrays and functions. Specific topics covered include variables, constants and data types, expressions and statements, arrays, and procedures and functions. While this course doesnât focus on any one programming language, example code will be...
Overview/Description
Computer software works because programmers create algorithms, which when broken down, are nothing more than a collection of logical constructs. This course introduces the learner to the logic behind computer software, including using defining tables to solve a problem, conditional statements like IFâ¦THEN, and repetition using FOR and WHILE loops. This course doesnât focus on any one programming language and example code will be provided in the syntax of popular programming languages such as Pascal, C++, VisualBasic and Java.
Target Audience
Anyone wishing to...