Home »
Recent posts
All posts from June 2018
In this article, we will learn basic concept of Bus in computer organization, categories of system bus and explanation on bus arbitration is also prescribed in this article.
Computer Science Organization
In this article, we are going to discuss about the radix sort, its algorithm, time complexity of radix sort and also some advantages and disadvantages of radix sort.
Algorithms
In this article, we are going to learn the concept of divide and conquer programming paradigm and its algorithms along with its applications.
Algorithms
In this article we are going to learn about the tournament tree, types of tournament tree, application of tournament tree and their properties.
Algorithms
In this article, we are going to learn about the N Queen’s problem and how it can be solved by using backtracking?
Algorithms
In this article, we are going to learn about the 4 Queen’s problem and how it can be solved by using backtracking?
Algorithms
In this article, we will learn about the basic concept of external merge sorting. Example of external merge sorting with their algorithm.
Algorithms
In this article, we are going to learn about the functions of device management and the security management in the operating system.
Operating Systems
In this article, we will learn the use of ‘graphics.h’ in language C and will also make some programs based on our learning.
C programming language
In this article, we will learn about the concept of Dynamic programming in computer science engineering. Approach for solving a problem by using dynamic programming and applications of dynamic programming are also prescribed in this article.
Algorithms
In this article, we are going to learn about the history of programming languages and the characteristic of a Good programming language.
Computer basics
In this article, we are going to learn about the basics of computers, the classification of computer and the different types of the computers.
Computer basics
In this article, we would learn the use of a Motor Driver (L293D), which we will use to increase the revolution of Motors to a faster state.
Embedded Systems,
AVR Microcontroller
In this article, we will study about the concept of Backtracking and its types with their algorithms.
Algorithms
In this article, we are going to learn about object as an array in java programming language with explanation and examples.
Java programming
In this article, we are going to learn about the high level programming languages, their types and classification based on design paradigm, application use.
Computer basics
In this article, we are going to learn about the different computer programming generations and their advantages.
Computer basics
In this article, we are going to discuss about the Introduction to User interfaces, functions of user interfaces and the classification of user interfaces in operating system.
Operating Systems
Machine Learning and its types: In this article, we are going to study about the different forms of a machine learning Problem. From this article onwards, we are going to dive deeper into ML concepts. This article will be followed by another upcoming article leading to its example problems for your better understanding. For the convenience few images have been downloaded from Google image section. For now, let’s just start, cause now is the time to take flight with me. Feel Free to ask your doubts in comment section.
Machine learning
In this article, we are going to learn some of the C programming language errors and their causes, solutions.
C programming language
Here, we will learn how to change case of a character using bit manipulation in C++? Program will demonstrate lowercase to uppercase and uppercase to lowercase conversion.
C++ programs,
C++ Bit manipulation programs
In this article, we will learn how to use Push buttons to control the revolution of Simple DC motors? In this we will use two DC motors and two Push buttons; this would be easy for us to understand.
Embedded Systems,
AVR Microcontroller
In this article, we would learn about a motor driving IC named as L293D. It is one of the important components in Embedded Systems and also in robotics.
Embedded Systems
This article contains basic concept of Huffman coding with their algorithm, example of Huffman coding and time complexity of a Huffman coding is also prescribed in this article.
Algorithms
In this article, we are going to discuss about the Strassen matrix multiplication, some formula of matrix multiplication and algorithms for strassen matrix multiplication.
Algorithms
In this article, we will study about the concept of job sequencing with its algorithm, time complexity and example.
Operating Systems
Here, we will implement a menu drive program in C++ to generate random password with various combinations of alphabets and special characters.
C++ programs
In this article, we are going to study about Hashing, Hash table, Hash function and the types of hash function. Characteristics of good hash function and collision resolution technique are also prescribed in this article.
Data Structure
In this article, we will discuss about how to access and write instructions for various ports and their specific pins through C programming using Keil?
Embedded Systems
In this section we will discuss about the most basic and introductory program in embedded C by flashing the LED of the 8051 microcontroller.
Embedded Systems
In this article, we are going to discuss about the introduction of greedy strategy, algorithm for greedy strategy, some applications and the elements of greedy strategy in Analysis and Design of Algorithms.
Algorithms
In this program, we will learn how we can blink four LEDs alternately with the help of AVR. This program is almost similar to the last program that we learnt i.e. blinking a single LED using the AVR.
Embedded Systems,
AVR Microcontroller
In this article we would learn a program to blink LEDs using a button such that when our button is in ON condition, LED 1 blinks and when our button is OFF the other LED i.e. LED 2 blinks.
Embedded Systems,
AVR Microcontroller
Microcontrollers vs Microprocessors: In this article, we will learn about the differences between a Microprocessor and a Microcontroller, their main features, advantages and disadvantages in real application.
Embedded Systems
Oscillator Frequency in Microcontrollers: In this article, we will discuss about what is oscillator frequency in microcontrollers, why are they required and why they are an important aspect of embedded systems development? We will also learn about the basic concept of Timers and Interrupts in embedded system.
Embedded Systems,
8051 Microcontroller programming
Pin Description of 8051 Microcontroller: In this article, we will discuss about the external structure of 8051 family microcontrollers. The Various Ports and the functions performed by specific pins in a microcontroller.
Embedded Systems,
8051 Microcontroller programming
In this article, we are going to discuss about the schedules, classification of schedules and try to find that whether the schedule is consistent or not?
DBMS
How to learn Machine Learning and Artificial Intelligence? In this article, I am going to acknowledge you with some of the renowned and useful resources that are really handy for you. I have extracted these resources from many blogs and videos by experts of this domain...
Tags:
Machine learning
Optimal merge pattern is a pattern that relates the merging of two or more sorted files in a single sorted file. This type of merging can be done by the two way merging method.
In this article, we are going to study about the optimal merge pattern with its algorithm and an example.
Tags:
Algorithms
Linux Essentials command line cheat sheet: In this article, we have listed some of the most popular Linux commands.
Tags:
Linux
In this program, we are going to find multiplication of two matrices (two - d array) by traversing forward direction in first array and backward direction in second array using java program.
Tags:
Java programs
In this article, we will learn what Augmenting Data Structure is and how to represent an augmented data structure? Augmentation strategies and algorithm for determining the rank of a particular node in a order static tree also prescribed in this article.
Tags:
Data Structure
In this article, we will learn how we can upload a HEX file/ HEX code to Microcontrollers? After executing embedded C code on Keil compiler HEX file is generated and here we will learn how to upload it into the microcontroller?
Tags:
Embedded Systems,
8051 Microcontroller programming
In this tutorial, we will learn how to do programming on an 8051 microcontroller in a stepwise manner? First, we will learn how to setup the Keil uvision IDE, then we will move on how to compile a simple C program and finally generating hex code to burn in the microcontroller?
Tags:
Embedded Systems,
8051 Microcontroller programming
In this article, we will learn about web designing, development and various tools, text editors used for the development for easy to use and visually pleasing websites we see nowadays in the internet and learn to develop them on our own.
Tags:
Web programming
In this article, we are going to discuss about the introduction of transaction and properties of transaction and transaction states in Database management system.
Tags:
DBMS
Automated Virtual Assistants.
16 JUN 2018 by Sudarshan Paul
In this article, we will discuss about Automated Virtual Assistant technology. We will give brief introduction about some of the most popularly used virtual assistants across various platforms. The article discusses about their features, supported devices and their applications.
Tags:
Articles
Learn: In this we are going to learn about top 5 websites from where one can learn web designing i.e. including HTML-5 , CSS-5 , Bootstrap , j-Query , Java-Script , PHP-5 , XML , server-side programming etc.
Tags:
Articles
In this JavaScript tutorial, we will learn how to implement password strength checker? This tutorial/article contains JavaScript code to check password strength.
Tags:
JavaScript
Learn: In this article, we are going to discuss about concurrency some advantages of concurrency and problems due to concurrency and basics about schedule in Database management system.
Tags:
DBMS
This article is about Machine Learning, we will be focusing about the basic concept behind machine learning and some terminologies associated with it. We will discuss about its basic mechanism, Artificial Intelligence, analogy between AI and Internet of things (IOT).
Tags:
Machine learning
Learn: In this article we are going to study about Red Black Tree and How to insert a node in a Red Black tree (insertion operation in RB tree)? Properties and advantages of Red Black Tree are also prescribed in this article.
Tags:
Data Structure
In this article, we are going to learn about storage classes in C language. Here we will learn what the storage classes are, what are their types in C language?
Tags:
C programming language
In this tutorial, we will learn how can we blink (On and Off) an LED using AVR? Here, we will learn the concept of blinking LED using program in AVR microcontroller.
Tags:
Embedded Systems,
AVR Microcontroller
Learn: In this article we are going to study about Heap sort, Implementation of heap sort in C language and the algorithm for heap sort.
Tags:
Data Structure
In this article, we are going to learn about Type conversion in C programming language, types of type conversion, their rules etc.
Tags:
C programming language
In this article, we are going to learn about AVR which stands for Advanced Virtual Risc, AVR is a microcontroller developed by the ATMEL. Here, we will learn its architecture, categories.
Tags:
Embedded Systems,
AVR Microcontroller
In this article, we are going to learn about the recursion in C programming language, what is recursion, types of recursion and recursion program in C?
Tags:
C programming language
In this article, we are going to learn about Embedded Systems, what are embedded systems, what are its types and applications?
Tags:
Embedded Systems
Learn: In this article, we will learn about Traversal technique for Binary tree with their algorithms and example.
Tags:
Data Structure
In this article, we are going to learn what is Serverless computing in Cloud and what are its benefits?
Tags:
Cloud Computing
In this JavaScript code, we will learn how to print characters of a string in multiple of N?
Tags:
JavaScript
In this article, we are going to learn how to find the roots of a complex polynomial equation using Regula Falsi Method?
Tags:
Algorithms
In this article, we are going to learn about OpenStack (The future of next generation private cloud) and its Services High Level Overview.
Tags:
Cloud Computing
Learn: In this article, we are going to discuss about the top 50 DBMS interview questions and answers.
Tags:
DBMS
In this article, we will learn Application Migration Strategy to Cloud Application Migration Strategy and Theoretical 7-step model of migration to the cloud.
Tags:
Cloud Computing
In this article, we are going to learn about Naive Bayes Algorithm in Machine learning, what is the algorithm and how it will be solved?
Tags:
Machine learning
Learn: In this article, we are going to study about B-trees and the various operations performed on B tree i.e. insertion in B tree and deletion from B tree. Applications of a B tree are also prescribed in this article.
Tags:
Data Structure
Learn: In this article, we are going to discuss the introduction of normalization different types of normal form and also discuss how to find the highest normal form in relation and types of Anomalies in Database management system.
Tags:
DBMS
Learn- In this article we are going to discuss about the Architecture of database management system and components of DBMS and also the 3 level architecture of database management system.
Tags:
DBMS
In this article, we will learn how to copy an integer value to character buffer and character buffer to integer variable using pointers in C programming language?
Tags:
C programming language,
C pointers
This article defines an Android code which either clicks photo by camera or selects images from gallery of your phone. Here, we will learn through the code how to select image from gallery or how to click and use an image in Android Application?
Tags:
Android
A daughterboard is a circuit board that plugs into and extends the circuitry of main board called motherboard. A daughterboard is connected directly to the motherboard. Unlike expansion cards, which connect with the motherboard using bus and other serial interfaces, daughterboards are usually directly embedded through soldering. Like a motherboard, a daughterboard has...
Tags:
Computer basics
Learn: what is Kruskal’s algorithm and how it should be implemented to find the solution of minimum spanning tree? In this article, we will implement the solution of this problem using kruskal’s algorithm in Java.
Tags:
Java programming,
Dynamic programming
Break in nested loops in JavaScript - In this tutorial, we will learn how to use break statement with nested loops in JavaScript code?
Tags:
JavaScript
C - Pointer to structure: In this tutorial, we will learn how to declare a pointer to structure, how to access elements of the structure using pointer with an example?
Tags:
C programming language
getpid() and getppid() functions in Linux with example - in this tutorial, we are going to learn that how to get the calling process id and parent process Id in C programming with Linux?
Tags:
C programming language,
Advance C topics
In this article, we are going to learn about the callbacks in JavaScript and its implementations. Callbacks are just regular functions with special functionality. Unlike functions in traditional programming languages like C family, the callbacks are called upon when the corresponding task are completed.
Tags:
JavaScript
you are working at the cash counter at a fun-fair, and you have different types of coins available to you in infinite quantities. The value of each coin is already given. Can you determine the number of ways of making change for a particular number of units using the given types of coins?
Tags:
Java programming,
Dynamic programming