What is pseudocode?
Click to see answer
A mixture of English and programming language syntax used to outline algorithms.
Click to see question
What is pseudocode?
A mixture of English and programming language syntax used to outline algorithms.
What is the process of creating a program known as?
Programming.
Name some examples of high-level programming languages.
Java, C++, C#, COBOL, Python, and Ruby.
What is assembly language?
A symbolic form of machine language that is easier for people to understand.
What are the two types of programs?
Applications and applets.
What is procedural programming?
A programming methodology that focuses on procedures or routines to solve problems.
What do interpreters do?
Translate and execute portions of code.
What is an algorithm?
A step-by-step procedure for solving a problem.
What does a flowchart represent?
A pictorial representation of an algorithm.
What is machine language?
A low-level language that the computer can understand.
What does an assembler do?
Translates assembly language into machine language.
What is an application in programming?
A regular program.
What is object-oriented programming?
A programming methodology that uses objects to represent data and methods.
What is a sequence of statements intended to accomplish a task called?
A program.
Who are the individuals that write programs?
Programmers.
What is the function of a compiler?
Translates a program in a high-level language into machine language.
What is an applet?
A little application.