BCIS NOTES
  • Home
  • Digital System
  • Object-Oriented Programming
  • English II
  • Marcoeconomics
  • Question Bank

Articles by Octopus

Serial In - Serial Out || Registers and Counters || Bcis Notes

Serial In – Serial Out || Registers and Counters || Bcis Notes

September 9, 2019 Octopus 0

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 || Java.IO || Bcis Notes

Byte and Character Streams || Java.IO || Bcis Notes

September 3, 2019 Octopus 0

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 || Inheritance, Interfaces and Packages || Bcis Notes

Interfaces and Packages || Inheritance, Interfaces and Packages || Bcis Notes

August 27, 2019 Octopus 0

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 || Inheritance, Interfaces and Packages || Bcis Notes

Polymorphism || Inheritance, Interfaces and Packages || Bcis Notes

August 27, 2019 Octopus 0

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 || Combinational Logic || Bcis Notes

Code Conversion || Combinational Logic || Bcis Notes

August 25, 2019 Octopus 0

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 || Inheritance, Interfaces and Packages || Bcis Notes

Multilevel Hierarchy || Inheritance, Interfaces and Packages || Bcis Notes

August 25, 2019 Octopus 0

 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 || Inheritance, Interfaces and Packages || Bcis Notes

Inheritance || Inheritance, Interfaces and Packages || Bcis Notes

August 25, 2019 Octopus 0

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 || Simplification of Boolean Function || Bcis Notes

NAND and NOR Implementation || Simplification of Boolean Function || Bcis Notes

August 22, 2019 Octopus 0

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 || Simplification of Boolean Functions || Bcis Notes

Karnaugh Map || Simplification of Boolean Functions || Bcis Notes

August 22, 2019 Octopus 0

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 || Exception Handling and Multithreading || Bcis Notes

Introduction to Multithreading || Exception Handling and Multithreading || Bcis Notes

August 21, 2019 Octopus 0

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 || Classes and Objects || Bcis Notes

Method and Instance Variables || Classes and Objects || Bcis Notes

August 20, 2019 Octopus 0

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 || Class and Objects || Bcis Notes

Features of Object-Oriented Programming || Class and Objects || Bcis Notes

August 20, 2019 Octopus 0

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 || Classes and Objects || Bcis Notes

Introduction to Object-Oriented Programming || Classes and Objects || Bcis Notes

August 20, 2019 Octopus 0

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 || Java Programming Basics || Bcis Notes

Operators || Java Programming Basics || Bcis Notes

August 19, 2019 Octopus 0

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 || Java Programming Basics || Bcis Notes

Scope and Lifetime of Variables || Java Programming Basics || Bcis Notes

August 19, 2019 Octopus 0

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 || Combinational Logic || Bcis Notes

Adders and Subtractors || Combinational Logic || Bcis Notes

August 6, 2019 Octopus 0

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 Logic || Bcis Notes

Combinational Circuit || Combinational Logic || Bcis Notes

August 5, 2019 Octopus 0

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 || Boolean Algebra and Logic Gates || Bcis Notes

Digital Logic Gates || Boolean Algebra and Logic Gates || Bcis Notes

July 28, 2019 Octopus 0

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 || Boolean Algebra and Logic Gates || Bcis Notes

Boolean Functions || Boolean Algebra and Logic Gates || Bcis Notes

July 25, 2019 Octopus 0

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 || Boolean Algebra and Logic Gates || Bcis Notes

Basic Theorems & Properties of Boolean Algebra || Boolean Algebra and Logic Gates || Bcis Notes

July 24, 2019 Octopus 1

Basic theorems & Properties of Boolean algebra: Duality  The Huntington postulates have been listed in pairs and designated by parts (a) and part (b). One […]

Posts navigation

1 2 »

Recent Posts

  • Explain types of inheritance with suitable example.
  • Explain the deadlock scenario in JAVA. Write a program to create your exception class.
  • Difference between Array List and Link List? Explain uses of Array List with an example.
  • What is multithreading? Write a program to demonstrate create the thread in java.
  • Case Study Fall 2016 || Object Oriented Language

Categories

  • Digital Systems (25)
  • English II (25)
  • Introductory Macroeconomics (27)
  • Object Oriented Programming (22)
  • Q/A (17)
  • Question Bank (21)
  • Uncategorized (2)

Copyright © 2025 | WordPress Theme by MH Themes