CS105
1 / 51
Term:
Definition:
Show example sentence
Show hint
Keyboard Shortcuts
  • Previous
  • Next
  • F Flip card

Complete list of Terms and Definitions for CS105

Terms Definitions
Length len(<string>)
Identity identityhandleaddressidid numbername (if the identity is a string)
Method general form <object>.<method-name>(<param1>, <param2>,…) Ex: circ.draw(win)
javascript code tag <SCRIPT language="javascript">
class in object-oriented programming, a description of a set of similar objects.
writing select code see p 173
Attacking the present administration, the candidate said that crime has been ________ in the streets of our city rampant
CPU central processing unit; carries out programmatic in order to process data.
Digital Having digits, Expressed in digits, using or giving a reading in digits
Efficiency An algorithm's careful use of resources.
What are two types of Design? ConceptualTechnical
IEEE code 1.07 Consider issues of physical disabilities, allocation of resources, economic disadvantage and other factors that can diminish access to the benefits of software.
HTML hyper text markup languageuses tags to annotate info in a doc.
dereference to convert from a pointer(address) to the data that is pointed to.
Gedanken describes a thought experiment or view of an entity.
probability The probability that a specific event will occur is the ratio of the number of actual occurrences to thenumber of possible occurrences
3 guidelines for good system design transparentvisually orientedforgiving
Execution Phase control unit curcuitry generates the necessary sequence of control signals and data transfer signals to the other units to carry out the instruction
An occurrence of ’this’ in a static method will cause a compile-time error. TRUE
Object Orientation Define objects which model elements from the real world. Build complex programs by manipulating relatively simple objects.
Friends and relativves can be counted on to give ____ amounts of advice on child rearing to the parents of a new baby copious
HTTP allowed for the use of text, graphics, and sound. By 1990 the first web browsers were introduced.
state a description of the state of a process, such as a board game.
grammar a formal description of a language in terms of vocab and rules for writing phrases and sentences.
Cartesian Product The Cartesian Product (symbol: ×) of two sets A and B is the set of all ordered pairs (a, b) such thata ∈A and b ∈ B
biased notation the bias is the number subtracted from the normal, unsigned representation to determine the real value. to simplify sorting. bias = 127 single, 1023 double
Swing Listeners are an example of the Observer pattern. TRUE
A Java program is stored in a ______. class
When we reaved mexico city, which is over 71000ft about sea level whe found it difficult at dirst to __ ourselves to tthe thinner air acclimate
A memory location that holds a value that may change Variable
C++ reference a reference whos referent is a C++ object (any variable used to describe an instance of a class)
stack frame a section of the runtime stack holding the values of all variables for one invocation of a procedure.
binding list a list structure that represents a set of bindings
Recursive Case a condition of the input data where the data will be handled by call(s) to the same program.
number of bits in ASCII code 8 (128 possible symbols)
what mailto command does opens default email program, can include address, subject, etc
What is the result cell for the two variable data table B2
pointer variable variable that holds the address of a variable
Define Half-Duplex mode: i.e. walkie talkies where only one side can transmit at a time, used shared communication medium
boxed number a number that is defined as an object, so that it has a runtime type and methods that can be used, e.g. Integer in Java.
Sentinel an extra record at the start or end of a data structure such as a linked list, to simplify the processing.
Inverse of relation The inverse of a relation R, denoted R−1, contains all of the ordered pairs of R with their componentsexchanged. (That is, R−1 = {(b, a) | (a, b) ∈ R}.)
If class B is a subclass of class A and A implements interface C, then B automatically implements C even if it does not provide explicit implementations of the methods of C. TRUE
Define stream transport The term stream denotes a paradigm in which a sequence of bytes flows from one application program to another.
association list a list of pairs, where each pair has a key and a value associated with that key.
Matrix Symmetry A matrix A is symmetric if A = AT .
State and describe the four fundamental characteristics of a sine wave. Frequency – the number of oscillations per unit time (usually seconds) Amplitude – the difference between the maximum and minimum signal heights Phase – how far the start of the sine wave is shifted from a reference time Wavelength – the length of a cycle as a signal propagates across a medium
How do the Processor and memory system affect performance? Determines how fast instructions can be executed
Where are the compare values located in a vertical lookup table The first column of the lookup table
What happens when a user selects a program for the operating system to run? The instructions from that program are loaded into the computers memory from the hard disk, the operating system allocates memory for the program to use, and the instructions to run the program are fed from memory to the CPU and executed sequentially.
Know how many input cells and how many result cells can be displayed in a two variable data table Two input cells and only one single result cell