A sequenced set of instructions that make the computer do a useful task.
A random set of instructions that make the computer do a useful task.
A sequenced set of transistors that make the computer do a useful task.
What is an “application program”?
A program that makes the computer do a useful task such interface the human user with the hardware of a computer system
A database that makes the computer do a useful task such as Windows, Linux, MAC OSX.
A program that makes the computer do a useful task such as an accounting system, word processor, graphics processor, games, etc.
Define the programming term “code”.
A set of numbers used to make a parallel connection.
The individual lines of instructions made using a programming language.
A random set of numbers used to make a parallel connection.
What do we mean when we say to “run” a program?
To save your work in Notepad.
To execute the steps or lines of code of a program.
To turn over control of the computer to the Operating System.
In programming, what is the “source code”?
The program instructions made with a programming language that most resembles binary.
The program instructions made with a programming language that a programmer can easily comprehend.
The machine executable instructions made by the programming language.
In programming, what is the “object code”?
The machine executable instructions made from a source code by the programming language.
The human readable instructions made from a source code by the programming language.
The program instructions made with a programming language that a programmer can easily comprehend.
What is an “interpreter”?
A type of programming language that translates each line of source code into an executable or object code and then executes the lines of object code in sequence.
A type of programming language that translates source code one line at a time into machine executable code and then carries out the instruction before getting the next line of source code.
A type of programming language that translates object code one line at a time into machine executable code and then carries out the instruction before getting the next line of source code.
What is a “compiler”?
A type of programming language that translates each line of source code into an executable or object code and then executes the lines of object code in sequence.
A type of programming language that translates source code one line at a time into machine executable code and then carries out the instruction before getting the next line of source code.
A type of programming language that translates object code one line at a time into machine executable code and then carries out the instruction before getting the next line of object code.
What is the definition of the term “routine”?
A type of programming language that translates source code one line at a time into machine executable code and then carries out the instruction before getting the next line of source code.
An option to a command.
A small program, part of a program or even a function or specific command such as SQRT.
What is the definition of the term “Subroutine”?
An option to a command.
A section of programming code that can be called or branched to from another program or from another section in one program.
An option to an instruction.
What is a “bug” in a program?
The term used to describe an error in a program.
The term used to describe Basic Unlegulated Grammer in a program.
An option to a command.
What do we mean when using the term “debugging” a program?
An option to a command.
The process of fixing or eliminating errors in programs.
The term used to describe Basic Unlegulated Grammer in a program.
What is programming “logic”?
The process of making a set of program instructions carry out specific tasks and/or manipulate data in a proper method to make correct and meaningful output.
The process of making a set of program instructions carry out random tasks and/or manipulate data in a proper method to make correct and meaningful output.
A section of a microprocessor that can be called or branched to from another program or from another section in one program
Define “commands or instructions” in programming.
The term used to describe Basic Unlegulated Grammer in a program.
An option to a command.
The use of reserved words and phrases used to make lines of code.
What are “reserved words” in programming languages?
Certain words or phrases that can be used by the programmer anytime he or she likes.
Certain words or phrases that can never be used as commands or operators.
Certain words or phrases that can only be used as commands or operators unless a specific condition is first observed.
What is a “string”?
A numeric or alpha-numeric series of characters that will be input, stored or output exactly as it is.
A numeric only series of characters that will be input, stored or output exactly as it is.
A alpha only series of characters that will be input, stored or output exactly as it is.
What is a “variable”?
A datum in memory whose contents can change as a result of a programs operation.
A numeric only series of characters that will be input, stored or output exactly as it is.
A numeric or alpha-numeric series of characters that will be input, stored or output exactly as it is.
In programming, what is a “table”?
A collection of data stored in memory that have some kind of organization.
A collection of data stored in memory that have not been aranged in any kind of organization.
A collection of numeric only data stored in memory that have some kind of organization.
What is an “array”?
A collection of related data stored in memory.
A numeric only series of characters that will be input, stored or output exactly as it is.
Certain words or phrases that can only be used as commands or operators unless a specific condition is first observed.
What is a “database”?
A collection of related data stored so that a computer program can easily access parts to use.
A numeric only series of characters that will be input, stored or output exactly as it is.
Certain words or phrases that can only be used as commands or operators unless a specific condition is first observed.
Define the term “syntax”.
The term used to describe the equivalent of grammar in a computer program line.
The term used to describe the flow of logic in a computer program line.
A collection of related data stored in memory.
What is a “branch” in a program?
The term used to describe the equivalent of grammar in a computer program line.
A decision point in a program’s logic where the next steps executed depend on the result of a condition or logical operation.
Certain words or phrases that can only be used as commands or operators unless a specific condition is first observed
What is a “flowchart”?
A step-by-step list of every line of code used to solve a problem or make a program routine.
A graphic representation of the logical steps used to solve a problem or make a program routine.
A numeric representation of the program codes used to solve a problem or make a program routine.
What is the “Uniform Resource Locator (URL)” of an object on the Internet?
The numbers used to make routines in a program.
The address used to find objects on the Internet.
The objects to click on in a web page.
Define the term “absolute address”.
A completely spelled out, or, FULLY QUALIFIED location of a file or other resource on a computer or network.
A shorter path to a file or resource on a computer or network.
A decision point in a program’s logic where the next steps executed depend on the result of a condition or logical operation such as <,>,=, ≠ or an event.