Absolutely for Beginners “Computer Programming” covers all basic computer language knowledge. You can learn complete primary skills of programming fast and easily. This book includes a lot of essential programming tact, such as data type, variables, constants, operators, if statement, while loop, array, functions, escape characters, etc.. With many practical examples and hands-on projects, you will can learn programming quickly, and write code by yourself soon.
Source Code for Download This book provides source code for download; you can download the source code for better study, or copy the source code to your favorite editor to test the programs.
This book is only suitable for complete beginners; it is not for any experienced programmers.
Table of Contents
Programming Basic What Are Programming Languages? What About The History Of Programming Language? What Are Popular Programming Languages Now? What Is A Program File? How To Build A Program? What Are The Statements Of A Program? What Are Data Types? What Are Keywords? What Are Variables? How To Assign A Value to A Variable? What Are Constants? What Are Strings? What Are Comments? What Are Output Commands? What Are Language Tags? What About The Hello-World Program in HTML? What About The Hello-World Program in JavaScript? What Are Arithmetical Operators? Hands-on Arithmetical Operators What Are Comparison Operators? Hands-on Comparison Operators What Are Assignment Operators? Hands-on Assignment Operators What Are Logical Operators? Hands-on Logical Operators What Is If Statement? Hands-on If Statement What Is If-Else Statement? Hands-on If-Else Statement What Is Conditional Statement? Hands-on Conditional Statement What Is Switch Statement? Hands-on Switch Statement What Is While Statement? Hands-on While Statement What Is Do-While Statement? Hands-on Do-While Statement What Is For-Loop Statement? Hands-on For-Loop Statement What Is Break Statement? Hands-on Break Statement What Is Continue Statement? Hands-on Continue Statement What Is Array? Hands-on Array Operation What Is Function? Hands-on Function Operation What Is Return Statement? Hands-on Return Statement What Are Escaping Characters? Hands-on Escaping Characters