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 does a flowchart represent?
A pictorial representation of an algorithm.
What is procedural programming?
A programming methodology that focuses on procedures or routines to solve problems.
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.
What is the process of creating a program known as?
Programming.
Who are the individuals that write programs?
Programmers.
Name some examples of high-level programming languages.
Java, C++, C#, COBOL, Python, and Ruby.
What is machine language?
A low-level language that the computer can understand.
What is assembly language?
A symbolic form of machine language that is easier for people to understand.
What does an assembler do?
Translates assembly language into machine language.
What is the function of a compiler?
Translates a program in a high-level language into machine language.
What do interpreters do?
Translate and execute portions of code.
What are the two types of programs?
Applications and applets.
What is an application in programming?
A regular program.
What is an applet?
A little application.
What is an algorithm?
A step-by-step procedure for solving a problem.