Basie cCoucept Boolean algebra (Logic algebra) is closure mathematical system that defines a series of logic operation (and, or, not) performed on set k of variables (a, b,...) which can only have two values of 0 or 1
Hazard o Boolean algebra does not account for propagation delays through signal paths of actually circuits. o The delay can cause glitches to occur. A glitch is an unwanted signal, usually short pulse caused by the transient behavior of signal path that have different delays A hazard exists any time the potential for glitches is present
Chapter 12 Objectives After you have read and studied this chapter, you should be able to Describe four different object categories and use them effectively in designing classes. Define a package and place reusable classes in it. Write a method that calls the superclass's method explicitly by using the reserved word super
Chapter 10 Objectives After you have read and studied this chapter, you should be able to Perform linear and binary search algorithms on small arrays. Determine whether a linear or binary search is more effective for a given situation. Perform selection and bubble sort algorithms. Describe the heapsort algorithm and show how its performance is superior to the other two algorithms. Apply basic sorting algorithms to sort an array of objects
Chapter 6 Objectives After you have read and studied this chapter, you should be able to Implement selection control in a program using if statements. Implement selection control in a program using switch statements. Write boolean expressions using relational and boolean operators. Evaluate given boolean expressions correctly