My Crossword Maker Logo
Powered by BrightSprout
Save Status:
or to save your progress. The page will not refresh.
Controls:
SPACEBAR SWITCHES TYPING DIRECTION
Answer Key:
Edit a Copy:
Make Your Own:
Crossword Word Search Worksheet
Rate This Puzzle:
Log in or sign up to rate this puzzle.

Introduction to Programming Concepts, Terms, and Careers

Use Chap. 3 Section 3 &4 facts sections to complete puzzle. It is due Wed/Thur. There is a 10% deduction/day late. Some words use hypens.
Across
A special interpreter that translates bytecode into computer specific machine language.
This is a human-readable, low-level computer language.
An OOP concept that describes how data and methods are bundled together within one unit or class.
A computer routine or snippet of code that can be reused in a computer program.
A programming paradigm based on the concept of objects which can contain both data and programming code.
A user-defined name of a program element, such as a variable or constant.
The login in a program that tells the computer to repeatedly execute a sequence of instructions until a condition is reached.
A person who creates applications for computers and mobile devices.
A person who writes code to design, create, implement, and maintain databases.
A program element, such as an array or vector, that hold a set of values.
A markup language interpreted by web browsers.
Specific, step-by-step procedures that illustrate how a problem will be solved.
Down
This is a programming language, such as Python, JavaScript, and Ruby, that requires an interpreter to execute the instructions.
This is a programming language, such as C and C++, that requires a compiler to translate the code into binary machine language.
A programming language commonly used to create interactive effects within a web browser.
An attribute attached to a value that tells the compiler or interpreter how the data should be used.
A person who makes sure the quality of the finished application meets the standards of the company.
The logic in a program that tells the computer to execute a different part of the program rather than executing statements one-by-one, in order.
A file associated with a web page that describes how HTML elements are to be displayed.