This is the stagingdrafts environment running on https://bkleinen.github.io/stagingdrafts/
This site contains unpublished changes and draft documents.
- please visit the production website at https://home.htw-berlin.de/~kleinen/ instead!
 

B7 Informatics 2 WS 2021/22

Website of Prof. Dr. Barne Kleinen, Professor for Media Informatics (Bachelor/Master) at HTW Berlin

Repetition - Terms

     <prev next>

These are the Terms from the Info1 Book.

ChapterTerm
chapter 01
01object
01class
01instance
01method
01signature
01parameter
01type
01state
01source code
01return value / result
01method calling
01compiler
chapter 02
02field / instance variable
02constructor
02method
02method signature
02method body
02parameter
02accessor method
02mutator method
02declaration
02initialization
02block
02statement
02assignment statement
02conditional statement
02return statement
02result type
02comment
02expression
boolean expression
02operator
02variable
02local variable
02scope
02lifetime
02actual parameter
02formal parameters
chapter 03
03abstraction
03object creation
03modularization
03divide and conquer
03class diagram
03object diagram
03instance diagram
03object reference
03overloading
03internal method call
03external method call
03dot notation
03debugger
03breakpoint
03classes define types
03primitive type
chapter 04 + 07
04collection
04array
04iterator
04for-each-loop
04while loop
04for loop
04index
04import statement
04library
04package
04anonymous object
04null
05chapter 05
05lambda
05functional style
05streams
05filter
05map
05reduce
05pipeline
chapter 06
06interface
06implementation
06map
06set
06javadoc
06access modifier
06information hiding
06coupling
06class variable
06static
06constant
06final
06java library
06library documentation
06documentation
06immutable
06static variables
chapter 09
09testing
09debugging
09positive testing
09negative testing
09assertion
09fixture
09walkthrough
chapter 08
08coupling
08cohesion
08code duplication
08encapsulation
08responsibility-driven design
08localizing change
08method cohesion
08class cohesion
08refactoring
08switch statement
chapter 10
10inheritance
10superclass (parent),
10subclass (child)
10is-a
10inheritance hierarchy
10superclass constructors
10reuse
10abstract class
10subtype
10substituion
10variables and subtypes
10polymorphic variable
10cast
10object
10autoboxing
10wrapper classes
chapter 11
11static type
11dynamic type
11overriding
11method polymorphism
11toString
11protected
11redefinition
11method lookup
11method dispatch
11method polymorphism
chapter 11
12abstract method
12abstract class
12concrete class
12abstract subclass
12multiple inheritance
12interface (java construct)
12implements (keyword)
chapter 13 (not covered)
13swing
13component
13layout
13event
13event handling
13event listener
13frame
13menu bar
13menu menu item
13content pane
13modal dialog
13anonymous inner class
13final variable
13image formats
chapter 14
14exception
14unchecked exception
14checked exception
14exception handler
14assertion
14serialization