Integrative Programming and Technology 1
Integrative Programming and Technology 1
(prelim)
Knowledge of electric circuit boards, processors, chips, and computer hardware and
software, including applications and programming.
Computer and electronics
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
Capture and save the current state of an object for behavioral patterns.
Momento
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
Pre-compiled
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
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
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