Integrative programming and technology 1
(prelim)
Create only one instance of a class for creational patterns.
Singleton
The ability to communicate information and ideas in speaking so others will
understand.
Oral expression
Knowledge of electric circuit boards, processors, chips, and computer hardware and
software, including applications and programming.
Computer and electronics
This source code is written in a programming language like.
C++, java, perl
Can be used to create computer programs.
Programming languages
Writing computer programs for various purposes.
Programming
The interpreter takes one statement then translates it and executes it and then takes
another __________.
Statement
An image editing program that allows you to work with graphic images, such as
photos taken with your digital camera.
Adobe photoshop
Types of Inheritance.
Simple, multilevel, multiple, hierarchical and hybrid
Understanding written sentences and paragraphs in work-related documents.
Reading comprehension
Interface layer between objects for structural patterns.
Proxy
Higher level unified interface to a set of objects in a subsystem for structural patterns.
Façade
Capture and save the current state of an object for behavioral patterns.
Momento
Interpreter stops translating after the ___________.
First error
Ability to support architectures the interpreter hasn't been compiled for such as
___________.
Embedded system
Using logic and analysis to identify the strengths and weaknesses of different
approaches.
Critical thinking
Enables multiple people to simultaneously work on a single project.
Version control
Inherently more difficult to reverse-engineer and are therefore helpful to closed-
source software providers wishing to keep the I.P. contained in their source code
private.
Pre-compiled
Used to deal with assignment of responsibilities to objects and communication
between objects.
Behavioral patterns
Once a program is translated into native instructions (machine code), it can then be
executed over and over again without the overhead of this ________.
Translation
A set of instructions following the rules of the chosen language.
Program
Reads the source code one instruction or line at a time, converts this line into machine
code and executes it.
Interpreter
Concerned with how classes and objects are organized and composed to build larger
structures.
Structural patterns
The machine code is then discarded and the next line is _______.
Read
A means to access all the elements of objects sequentially for behavioral patterns.
Iterator
When any numbers of objects the Observers need to be notified automatically for
behavioral patterns.
Observer
Used to help make a system independent of how its objects are created, composed
and represented.
Creational patterns
A computer system that runs a purpose-built operating system that is responsible for
performing several key functions for the storage system.
Controller
A class containing one or more abstract methods is called an ________.
Abstract class
Add more responsibilities to an object dynamically for structural patterns.
Decorator
Have simple formats (can be quickly analyzed by an interpreter)
VM instructions
To transform a program written in a high level programming language from source
code into object code.
Compile
Common interface for creating subclasses for creational patterns.
Factory method
Programs can immediately be executed without the requirement of __________.
Compiling first
Lower than the source language, but higher than native machine code
VM code
Knowledge of numbers, their operations, and interrelationships including arithmetic,
algebra, geometry, calculus, statistics, and their applications.
Mathematics
Create instances of other objects for creational patterns.
Abstract factory
Someone who writes computer program.
Programmer
These are sets of requirements that govern how one application can talk to another.
Application programming interfaces
A method with only signature the method name, the list of arguments and the return
type without implementing the method’s body.
Abstract method