Page 1 :
Chapter 2, MORE ABOUT, PROGRAMMING LANGUAGE, PROGRAMMING STATEMENT, A STATEMENT IS A COMMAND THAT THE PROGRAMMER GIVES TO THE COMPUTER., FOR EXAMPLE: PRINT “HELLO, WORLD!” … PRINT “HELLO, WORLD!”, OTHER EXAMPLES OF SIMPLE STATEMENTS ARE THE JUMP STATEMENTS RETURN,, BREAK, CONTINUE, AND GOTO.
Page 2 :
STEPS INVOLVE IN A PROGRAM, The Programming Process, 1. Defining the problem., 2. Planning the solution., 3.Coding the program., 4.Testing the program., 5.Documenting the program.
Page 3 :
INTRODUCTION OF BASIC, LANGUAGE, , , BASIC (Beginners’ All-purpose Symbolic Instruction Code) is a family of, general-purpose, high-level programming languages whose design, philosophy emphasizes ease of use.
Page 4 :
, , BASIC was originally implemented as a combined computer language, and command interpreter invented in 1964 at Dartmouth College by J., BASIC combines both programming and computer control into a single, interface. … The language is a simple set of variable assignments, control, flow and data handling.
Page 5 :
WHY USE BASIC LANGUAGE, 1., , Easy to learn., , 2., , Enhanced problem solving skills., , 3., , Innovative., , 4., , Internationally diverse network., , 5., , Career opportunity and flexibility.
Page 6 :
Numeric and Alphanumeric Variables