Serial In – Serial Out || Registers and Counters || Bcis Notes
Serial In – Serial Out SISO – Definition A shift register is a digital memory circuit found in calculators, computers and data-processing systems. Bits enter […]
Serial In – Serial Out SISO – Definition A shift register is a digital memory circuit found in calculators, computers and data-processing systems. Bits enter […]
Byte and Character Streams Byte and Character Streams are described below:- The java.io package contains nearly every class you might ever need to perform input […]
Interfaces and Packages Interfaces and Packages are syntactically similar to classes, but they lack instance variables, and their methods are declared without anybody. A package […]
Polymorphism Polymorphism is the ability of an object to take on many forms. The most common use of it in OOP occurs when a parent […]
Code Conversion The availability of a large variety of codes for the same discrete elements of information results in the use of the different codes […]
Multilevel Hierarchy We have been using simple class hierarchies that consist of only a superclass and a subclass. However, you can build hierarchies that contain […]
Inheritance and Member Access Inheritance simply defined as the behaviour and character that the subclass or the child class gets itself by default from the […]
NAND and NOR Implementation Digital circuits are more frequently constructed with NAND or NOR gates than with AND and OR gates. NAND and NOR gates […]
Karnaugh Map The Karnaugh map (KM or K-map) is a method of simplifying Boolean algebra expressions. Maurice Karnaugh introduced it in 1953 as a refinement […]
Introduction to Multithreading Introduction to Multithreading is given below:- Multithreading in java is a process of executing multiple threads simultaneously. Thread is basically a lightweight […]
Method and Instance Variables Method and Instance Variables are described such as Methods are a collection of statements that are group together to operate. Method […]
Features of Object-Oriented Programming The features of Object-Oriented Programming are given bellow:- Object Class Data Hiding and Encapsulation Dynamic Binding Message Passing Inheritance Polymorphism […]
Introduction to Object-Oriented Programming Introduction to Object-Oriented Programming:- OOP is a programming paradigm in which you program using objects to represent things you are programming […]
Operators An operator, in Java, is a special symbol performing specific operations on one, two, or three operands and then returning a result. They are […]
Scope and Lifetime of Variables Scope and Lifetime of variables define the section of the code in which the variable is visible. As a general […]
Adders and Subtractors Adders and Subtractors are described below:- Adders The most common operation performed is a digital computer is arithmetic operations. Generally, Adders are […]
Combinational Circuit Combinational Circuit consists of logic gates whose output at any instant of time are determined by the present combination of input. Basic building […]
Digital Logic Gates Digital Logic Gates are the representation of signals and sequences of a digital circuit through numbers. It is the basis for digital […]
Boolean Functions A Boolean function is an expression formed with binary variables (variables that takes the value of 0 or 1), the two binary operators […]
Basic theorems & Properties of Boolean algebra: Duality The Huntington postulates have been listed in pairs and designated by parts (a) and part (b). One […]
Copyright © 2024 | WordPress Theme by MH Themes