Basic Elements of Java Flashcards
It is a program or a sequence of state that intended to accomplish a task.
Computer Programming
It is a process of planning and creating a program.
Programming
it helps the people to make a task easier
Application
What are the 3 types of error?
Syntax Error, Computer Error, Human Error
What is High Level language?
Most modern programming languages are designed to be relatively easy for people to understand.
It is a program that translate the High level language into Machine Language
Compiler
This translate Line by line
Interpreter
Its is Machine Language that the computer can understand directly
Low level language
“binary number 1’s and 0’s”
It is a program that has been compiled from source code into low-level language
Bytecodes or Machine Language
It is a symbolic form of machine language that is easy for programmers to read
Assembly language
It translate the executed program from Assembly language into Machine language
Assembler
What are the Two types of Java Application?
Application - Regular program ex. “Tiktok, Fb, and Messenger
Applet - application inside the application “Opening Facebook in Websites”
It is a step by step problem solving process.
Algorithm
It is a mixture of English and Java. An informal language
Pseudocode
It is a Broken down into procedures or block of code that perform one task each.
Procedural Programming