What is Beginners All-purpose Symbolic Instruction Code
100
These are words that have a special meaning in the programming language. They may be used for their intended purpose only
What is a keyword?
100
The Java programming statements written by the programmer
What is source code?
100
This means that a program may be written on one type of computer and then run on a wide variety of computers, with little or no modification necessary
What is portable?
200
Second Step
What is the Source File?
200
The programming language is mainly used for teaching and is highly structured
What is Pascal?
200
These are rules that must be followed when writing a program, such as punctuation.
What is syntax?
200
The file Java programming code is saved in
What is a source file?
200
Because Java byte code is the same on all computers, compiled Java programs can be described as this.
What is highly portable?
300
3rd Step
What is the Java Compiler?
300
This is an object-oriented programming language used in both business and academia. Many popular Web sites contain features developed with this language
What is Python?
300
These are words or names that are defined by the programmer
What are Programmer Defined Names?
300
A program that translates source code into an executable form
What is a compiler?
300
Java can run on these 3 operating systems
What are Mac, Windows, and Linux?
400
4th Step
What is the Byte Code File?
400
This is a Microsoft programming language and software development environment that allows programmers to create Windows-based applications quickly
What is Visual Basic?
400
These characters serve specific purposes, such as marking the beginning or ending of a statement, or separating items in a list.
What is Punctuation?
400
Mistakes that the programmer has made that violate the rules of the programming language
What are syntax errors?
400
Java source files end with this extension
What is .java?
500
Fifth Step
What is the Java Virtual Machine?
500
This is an object-oriented language invented at Sun Microsystems. It may be used to develop stand-alone applications that operate on a single computer, applications that run over the Internet from a Web server, and applets that run in a Web browser.
What is Java?
500
Symbols or words that perform operations on one or more operands
What is an Operator?
500
A program that reads Java byte code instructions and executes them as they are read
What is a JVM?
500
Byte code instructions are not machine language. Therefore they cannot be executed by this.