Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
DS & Algo. ▾
Data Structure
Algorithms
Coding Problems
Languages ▾
C
C++
C++ STL
Java
Python
Scala
Ruby
C#.Net
Golang
Android
Kotlin
SQL
Web. ▾
JavaScript
CSS
jQuery
PHP
Node.Js
AdonisJs
VueJS
Ajax
HTML
Django
Programs ▾
C
C++
Data Structure
Java
C#.Net
VB.Net
Python
PHP
Golang
Scala
Swift
Rust
Ruby
Kotlin
C Interview Programs
Aptitude ▾
C Aptitude
C++ Aptitude
Java Aptitude
C# Aptitude
PHP Aptitude
Linux Aptitude
DBMS Aptitude
Networking Aptitude
AI Aptitude
More...
Interview ▾
Golang
MIS Executive
DBMS
C
Embedded C
Java
SEO
HR
Find Output ▾
C
C++
C#.Net
Java
Go
PHP
More...
MCQs ▾
Web Technologie MCQs
CS Subjects MCQs
Databases MCQs
Programming MCQs
Testing Software MCQs
Digital Mktg Subjects MCQs
Cloud Computing S/W MCQs
Engineering Subjects MCQs
Commerce MCQs
More MCQs...
CS Subjects ▾
Machine Learning/AI
Operating System
Computer Network
Software Engineering
Discrete Mathematics
Digital Electronics
Data Mining
MIS
DBMS
Embedded Systems
Cryptography
CS Fundamental
More Tutorials...
More ▾
Tech Articles
Puzzles
Full Forms
Code Examples
Blogs
Guest Post
Programmer's Calculator
XML Sitemap Generator
Tools & Generators
About
Contact
Home
»
Recent posts
All posts from November 2018
Print vertical sum of a binary tree
30 NOV 2018 by
Radib Kar
In this article, we are going to learn what vertical sum of a binary tree is and how to find it through a C++ program?
Interview coding problems/challenges
Data Structure
C++ program of Airline Seat Reservation Problem
30 NOV 2018 by
Radib Kar
In this article, we are going to solve a problem based on airline sit reservation with C++ implantation.
C++ programs
Computer science projects
Python | Extend a list using + Operator
30 NOV 2018 by
IncludeHelp
Here, we are going to learn how to extend a list by using + operator in python programming language?
Python
Python programs
Python list programs
C++ program Input list of candidates and find winner of the Election based on received votes
28 NOV 2018 by
Radib Kar
Here, we are implementing a C++ program Input list of candidates and find winner of the Election based on received votes.
C++ programs
C++ class and object programs
Python | Ignoring escape sequences in the string
28 NOV 2018 by
IncludeHelp
Here, we are going to learn how to ignore escape sequence in python programming language and print the actual assigned value?
Python
Python programs
Python string programs
Python | How to print double quotes with the string variable?
28 NOV 2018 by
IncludeHelp
Here, we are going to learn how to print double quotes with the string variable in python programming language?
Python
Python programs
Python string programs
Introduction to Addressing
28 NOV 2018 by
Mahima Rao
In this tutorial, we will learn about Addressing and its types along with the Subnet masks and the Classes of IP addresses.
Computer Networks
ICMP (Internet Control Message Protocol) in Networking
28 NOV 2018 by
Mahima Rao
In this article, we are going to learn about the ICMP (Internet Control Message Protocol) in details, which is the concept of computer networks.
Computer Networks
8 hats of data visualization design
28 NOV 2018 by
Akash Kumar
Here, we are going to discuss about the 8 hats of the data visualization design.
Big data
Capitalize first and last letter of each word in a line
27 NOV 2018 by
Radib Kar
In this article, we are going to learn how to capitalize first and last letter of each word in an input line?
Interview coding problems/challenges
Coding Algorithms
Python | Assign Hexadecimal values in the string and print it in the string format
27 NOV 2018 by
IncludeHelp
Printing Hexadecimal values as the python string: Here, we are going to learn how to assign hexadecimal values to the string and how to print the string against the assigned hexadecimal values?
Python
Python programs
Python string programs
Check if a queue is empty or not using queue::size() function
27 NOV 2018 by
IncludeHelp
Check queue is empty or not in C++ STL: Here, we are going to learn check whether a given queue is an empty queue or not using C++ STL?
C++ STL
C++ STL Queue
queue::empty() and queue::size() in C++ STL
27 NOV 2018 by
IncludeHelp
C++ STL queue::empty() and queue::size() function: Here, we are going to learn about empty() and size() function of the queue with the Example.
C++ STL
C++ STL Queue
Print all elements of a queue in C++ STL
27 NOV 2018 by
IncludeHelp
C++ STL | print all elements of a queue: Here, we are going to learn how to print all elements of a Queue in C++ STL?
C++ STL
C++ STL Queue
1[0]1 Pattern Count
26 NOV 2018 by
Radib Kar
1[0]1 Pattern Count: Here, we are going to solve an algorithm problem based on pattern searching came in the coding round of Samsung.
Interview coding problems/challenges
Coding Algorithms
queue::push() and queue::pop() in C++ STL
26 NOV 2018 by
IncludeHelp
C++ STL | queue::push() and queue::pop() functions: Here, we are going to learn about push() and pop() functions of queue with the Example.
C++ STL
C++ STL Queue
queue::front() and queue::back() in C++ STL
26 NOV 2018 by
IncludeHelp
C++ STL | queue::front() and queue::back() functions: Here, we are going to learn about front() and back() functions of queue with the Example.
C++ STL
C++ STL Queue
Define a Macro to round a float value to nearest integer in C
26 NOV 2018 by
IncludeHelp
C macro to round a float value to the integer: Here, we are implementing a program to convert a given float value to the nearest integer with the help of a Macro.
C programs
C preprocessor programs
Python | Check if a substring presents in a string using 'in' operator
26 NOV 2018 by
IncludeHelp
An example of 'in' operator python: Here, we are going to learn how to check whether a substring presents in a string or not?
Python
Python programs
Python string programs
Check whether a Binary Tree is BST (Binary Search Tree) or not
25 NOV 2018 by
Radib Kar
Here, we are going to learn how to check whether a give binary tree is a binary search tree (BST) or not?
Interview coding problems/challenges
Data Structure
Find the level in a binary tree with given sum K
25 NOV 2018 by
Radib Kar
Here, we are going to learn how to find the level in a binary tree with given sum K – its an interview coding problem came in Samsung, Microsoft?
Interview coding problems/challenges
Data Structure
Different protocols working on Transport, Network and Application layers
25 NOV 2018 by
Uma Dasgupta
In this article, we are going to discuss in brief about the different types of protocols that are working on Transport layer, Network layer and Application layer.
Computer Networks
How to use alert and well element in Bootstrap?
25 NOV 2018 by
Bharti Parmar
In this article, we are going to learn about some of the classes to use alert and well element in Bootstrap.
Bootstrap
Web programming
Python | Create stack plot using matplotlib.pyplot
25 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a stack plot using matplotlib.pyplot.
Python programs
Python | Create pie-chat using matplotlib.pyplot
25 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a pie-chat using matplotlib.pyplot.
Python programs
Finding subarray with given sum
22 NOV 2018 by
Radib Kar
In the article, we are going to find a subarray which sums to an input sum. This problem came in coding round of Visa, Amazon.
Interview coding problems/challenges
Coding Algorithms
Create a Responsive Image and Image shape | Bootstrap
22 NOV 2018 by
Bharti Parmar
Here, we are going to learn how to create responsive image and image shape in Bootstrap?
Bootstrap
Web programming
List functions in C++ STL (Standard Template Library)
22 NOV 2018 by
IncludeHelp
C++ STL - List functions: Here, we are going to learn about the list functions in C++ Standard Template Library (C++ STL).
C++ STL
C++ list
Configuring Cisco Switches in Networking
22 NOV 2018 by
Mahima Rao
In this tutorial, we are going to learn how to configure Cisco switches in network?
Computer Networks
Layer 2 Switching in Networking
22 NOV 2018 by
Mahima Rao
In this article, we will introduce you to layer 2 switching in this tutorial. We will further learn about the Functions of switches.
Computer Networks
Analysis of LRU page replacement algorithm and Belady's anomaly
21 NOV 2018 by
Radib Kar
In this article, we are going to see how no of page faults changes with increase in frame size in LRU replacement policy?
Algorithms
Operating system algorithms
Python | Implement Interface using class
21 NOV 2018 by
Pankaj Singh
Python Interface implementation: Here, we are going to learn how to implement Interface using class?
Python
Python programs
Python Class and Object programs
Python | Implement Abstraction using Abstract class
21 NOV 2018 by
Pankaj Singh
Python Abstraction class implementation: Here, we are going to learn how to implement abstraction using abstract class?
Python
Python programs
Python Class and Object programs
Introduction and Working of Switches in Networking
21 NOV 2018 by
Mahima Rao
Computer network switches: In this article, we will learn in detail about switches and its working.
Computer Networks
Static and Dynamic Routing in Networking
21 NOV 2018 by
Mahima Rao
In this article, we will learn about the two basic methods available for building Routing table i.e. Static routing and Dynamic Routing. Both these methods are being explained in detail.
Computer Networks
Relative sorting algorithm
20 NOV 2018 by
Radib Kar
In this article, we are going to learn relative sorting along with its algorithm, C++ program.
Interview coding problems/challenges
Sorting
Intrusion Detection System: How is it different from Firewall?
20 NOV 2018 by
Deepak Dutt Mishra
In this article, we will discuss that how Intrusion Detection Systems (IDS) does vary from Firewalls which are also security software designed to prevent any intrusion attack on a computer system or group of computer systems or computer networks.
Cyber Security
Intrusion Detection System
Introduction to Intrusion Detection System (IDS)
20 NOV 2018 by
Deepak Dutt Mishra
In this article, we are going to learn about Intrusion Detection Systems or IDS which plays a crucial role in the purpose of protecting users, a group of individuals and organizations from intrusion attacks from cybercriminals like stalkers and hackers on their computer systems, a group of computer systems and computer networks.
Cyber Security
Intrusion Detection System
map::size() function in C++ STL with Example
20 NOV 2018 by
Vivek Kothari
C++ STL map::size() function with Example: Here, we are going to learn about the map::size() function in C++ STL with an Example.
C++ STL
C++ STL Map
Python | Implementing setters and getters with the help of properties
20 NOV 2018 by
Pankaj Singh
Here, we are going to learn how to implement setters and gets with the help of properties by using attribute @property in python?
Python
Python programs
Python Class and Object programs
Introduction to Routers and its protocols | Networking
20 NOV 2018 by
Mahima Rao
In this tutorial, we will introduce you to router. Also, we will learn about Protocols used with router and its working.
Computer Networks
Checking Anagrams (check whether two string is anagrams or not)
19 NOV 2018 by
Radib Kar
Checking Anagrams: In the following we are going to learn how to check whether two string is anagrams or not?
Interview coding problems/challenges
String
Interpolation search algorithm
19 NOV 2018 by
Radib Kar
In this article, we are going to learn interpolation search along with its algorithm, C++ program.
Algorithms
Searching Algorithms
Process classification and scheduling in Operating System
19 NOV 2018 by
Prerana Jain
In this article, we will learn about the classification of the process and also discuss about how the process in scheduled in the operating system.
Operating Systems
Router Components, Boot process and Types of router ports
19 NOV 2018 by
Mahima Rao
In this tutorial, we will learn about introduce you to router components, Router boot process and types of router ports.
Computer Networks
Categories of Dynamic Routing Protocols
19 NOV 2018 by
Mahima Rao
Here, we are going to learn about the categories of dynamic routing protocols in computer networks.
Computer Networks
Introduction to Routing and Viewing routing table
19 NOV 2018 by
Mahima Rao
In this tutorial, we will learn about introduce you to Routing, Basics of routing table and how to view routing tables?
Computer Networks
Python | Create a scatter plot using matplotlib.pyplot
19 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a scatter plot using matplotlib.pyplot.
Python programs
Python | Create a stacked bar using matplotlib.pyplot
19 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a stacked bar using matplotlib.pyplot.
Python programs
Python | Create a bar graph with using matplotlib.pyplot
19 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a bar graph using matplotlib.pyplot.
Python programs
Python | Create a bar chart using matplotlib.pyplot
19 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a bar char using matplotlib.pyplot.
Python programs
Sort an array of 0's, 1's and 2's in linear time complexity
17 NOV 2018 by
Radib Kar
Here, we are going to learn how to sort an array of 0's, 1's and 2's linear time complexity using C++ programming code?
Interview coding problems/challenges
Arrays
Sorting
Coding Algorithms
Run-length encoding (find/print frequency of letters in a string)
17 NOV 2018 by
Radib Kar
Here, we are going to learn how to find/print the frequency of letters in a string using run-lentgh encoding?
Interview coding problems/challenges
Coding Algorithms
20 Amazing Facts about Big Data
17 NOV 2018 by
Uma Dasgupta
In this article, I will mention about 20 Amazing facts that we all should know about Big Data.
Big data
C++ program to find LCM of two numbers
17 NOV 2018 by
Vivek Kothari
Here, we are going to learn how to find LCM of two numbers using simple way and LCM using GCD?
C++ programs
C++ program to multiply two numbers without using multiplication operator
17 NOV 2018 by
Vivek Kothari
Here, we are going to learn how to multiply two numbers without using multiplication operator using Russian peasant algorithm?
C++ programs
Find Nearest Greatest Neighbours of each element in an array
16 NOV 2018 by
Radib Kar
In this article, we are going to see how to find nearest greatest neighbours of each element in an array in minimum time complexity?
Algorithms
Searching Algorithms
Python | Example to implement Getters and Setters in a class
16 NOV 2018 by
Pankaj Singh
Here, we are going to learn how to implement Getters and Setters in a class to access and set the data to the members of the class in Python?
Python
Python programs
Python Class and Object programs
Python | Example to implement destructor and constructors using __del__() and __init__()
16 NOV 2018 by
Pankaj Singh
Here, we are going to learn how to implement destructor and constructors using __del__() and __init__() in Python?
Python
Python programs
Python Class and Object programs
Python | Create Employee class with some attributes and methods
16 NOV 2018 by
Pankaj Singh
In this python program, we are creating an employee class with some attributes and methods to set and show employee data.
Python
Python programs
Python Class and Object programs
Issues related to resource preemption
16 NOV 2018 by
Akash Kumar
Here, we are going to discus issue related to resource preemption in the operating system.
Operating Systems
Absolute vs Relative Imports in Python
16 NOV 2018 by
Akash Kumar
Here, we are going to learn what is absolute and relative imports in python, how they works?
Python
Find trailing zeros in factorial of a number
14 NOV 2018 by
Radib Kar
Here, we are going to learn how to find/count number of trailing zeros in a factorial of a number?
Algorithms
Searching Algorithms
array::empty() in C++ STL with Example
14 NOV 2018 by
IncludeHelp
C++ STL array::empty() function with Example: Here, we are going to learn about a library function empty() of array class, which is used to check whether an array is empty or not.
C++ STL
C++ STL Arrays
Create Heap by using make_heap() | C++ STL
14 NOV 2018 by
Himanshu Singh Bisht
C++ STL make_heap() function: Here, we are going to learn, what is heap data structure? How to create heap using make_heap() in C++ STL (Standard Template Library)?
C++ STL
C++ STL Heap
Modify value stored in other variable using pointer in C
14 NOV 2018 by
IncludeHelp
Here, we are going to learn how to modify the value of a variable using pointer in C language?
C programming
C programs
C pointer programs
Making a valid pointer as NULL pointer in C
14 NOV 2018 by
IncludeHelp
Here, we are going to learn how to make a valid pointer as a NULL pointer in C programming language?
C programming
C programs
C pointer programs
An Example of Null pointer in C
14 NOV 2018 by
IncludeHelp
C language NULL pointer: Here, we are going to learn about the NULL pointer in C programming language.
C programming
C programs
C pointer programs
Python | Create a line plot using matplotlib.pyplot
14 NOV 2018 by
Ayush Sharma
Here, we are implementing a python program to create a line plot using matplotlib.pyplot.
Python programs
Regular sets and their properties in Theory of Computation
14 NOV 2018 by
Mahak Jain
Here, we are going to learn about the regular sets and their properties in theory of computation.
Theory of Computation
Regular Expressions in Theory of Computation
14 NOV 2018 by
Mahak Jain
Here, we are going to learn about the Regular expression in Theory of computation – its definition, examples and identities.
Theory of Computation
Introduction to Grammars in Theory of Computation
14 NOV 2018 by
Mahak Jain
In this article, we are going to learn about the introduction of grammars in theory of computation (TOC).
Theory of Computation
Segregate even and odd numbers in minimum time complexity
13 NOV 2018 by
Radib Kar
Here, we are going to learn how to segregate even and odd numbers in minimum time complexity from an array of integers?
Algorithms
Searching Algorithms
Implement union and intersection of two sorted linked lists
13 NOV 2018 by
Indrajeet Das
Here, we are going to learn how to implement union and intersection of two sorted linked lists using C program?
Data Structure
Linked List
Longest Increasing Subsequence using Dynamic programming (DP)
13 NOV 2018 by
Ritik Aggarwal
Here, we are going to learn how to find the longest increasing subsequence using dynamic programming (DP)?
Algorithms
Dynamic programming
Decision Trees in Machine learning
13 NOV 2018 by
Basantjeet Das
In this article, we are going to learn about the decision trees in Machine Learning, where are they used and its advantages over other algorithms.
Machine learning
What is hardware protection?
13 NOV 2018 by
Himanshu Singh Bisht
Here, we are going to learn what hardware protection, types of hardware protection is?
Operating Systems
Reverse an 8-bit number | 8086 Microprocessor
13 NOV 2018 by
Akash Kumar
Here, we are going to learn how to reverse an 8-bit number using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Show masking of lower and higher nibbles of 16-bit number | 8086 Microprocessor
13 NOV 2018 by
Akash Kumar
Here, we are going to learn how to show masking of lower and higher nibbles of 16-bit number using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Show masking of lower and higher nibbles of 8-bit number | 8086 Microprocessor
13 NOV 2018 by
Akash Kumar
Here, we are going to learn how to show masking of lower and higher nibbles of 8-bit number using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Comparative study of Mealy machine and Moore machine | TOC
12 NOV 2018 by
Mahak Jain
TOC | Mealy machine Vs Moore machine: Here, we are going to learn what are Mealy machine and Moore machine? And what are the differences between Mealy machine and Moore machine in TOC?
Theory of Computation
Difference between DFA and NDFA | TOC
12 NOV 2018 by
Mahak Jain
TOC | DFA vs NDFA: In this article, we are going to learn about the DFA, NDFA and the differences between DFA and NDFA in TOC.
Theory of Computation
Deterministic Finite Automata (DFA)
12 NOV 2018 by
Mahak Jain
Here, we are going to learn about the Deterministic Finite Automata (DFA): its definition, state diagram, transition function, Operation of deterministic finite automata, etc.
Theory of Computation
Content Writer of the Month (October 2018)
11 NOV 2018 by
IncludeHelp
We are feeling glad to announce that Radib Kar is the Content Writer Of The Month (October 2018) on the basis of his excellent contribution and her support to us.
Content Writer of the Month
News/Updates
Find the GCD (Greatest Common Divisor) of two numbers using EUCLID'S ALGORITHM
11 NOV 2018 by
Ankit Sood
Here, we are going to learn how to find the GCD (Greatest Common Divisor) of two numbers using Euclid's Algorithm (C++ program)?
Algorithms
Recursion
Introduction to Theory of Computation (TOC)
11 NOV 2018 by
Mahak Jain
Theory of computation: Here, we are going to learn about the introduction of theory of computer, its definition, what is automata, its example, applications etc.
Theory of Computation
Map in C++ | C++ STL
11 NOV 2018 by
Vivek Kothari
C++ STL Map and its library functions: Here, we are going to learn about the Map in C++ STL (Standard Template Library).
C++ STL
C++ STL Map
Insert elements in vector using vector::insert() | C++ STL
11 NOV 2018 by
Vivek Kothari
C++ STL vector::insert() function: Here, we are going to learn how to insert elements in vector using vector::insert() using C++ STL (Standard Template Library)?
C++ STL
C++ STL Vector
Compare two string objects in C++ | C++ STL
11 NOV 2018 by
Vivek Kothari
C++ STL string::compare() function: Here, we are going to learn how to compare two string objects in C++ using C++ STL (Standard Template Library ) functions?
C++ STL
C++ STL String
Saving lives with Big Data
10 NOV 2018 by
Uma Dasgupta
In this article, we are going to learn about the saving lives with big data - how big data can help us, what makes this big data platform?
Big data
Search a Fibonacci number
10 NOV 2018 by
Radib Kar
Here, we are going to learn how to search a Fibonacci number using searching algorithm using C++ program?
Algorithms
Searching Algorithms
Find the maximum sub-array sum using KADANE'S ALGORITHM
10 NOV 2018 by
Ankit Sood
C++ program to find the maximum sub-array sum using KADANE'S ALGORITHM which is the most optimized approach to perform the required task.
Algorithms
Dynamic programming
Query Optimization, Recovery of transaction and Multiple Granularity | DBMS
10 NOV 2018 by
Bharti Parmar
In this article, we will learn what is query optimization, recovery of the transaction and multiple granularity protocols?
DBMS
array::size() in C++ STL with Example
10 NOV 2018 by
IncludeHelp
C++ STL array::size() function with example: Here, we are going to learn about a library function size() of array class, which is used to return the total number of elements/size of an array.
C++ STL
C++ STL Arrays
Find minimum of two 16-bit numbers | 8086 Microprocessor
10 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find minimum of two 16-bits numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Find minimum of two 8-bit numbers | 8086 Microprocessor
10 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find minimum of two 8-bit numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Find maximum of two 16-bit numbers | 8086 Microprocessor
10 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find maximum of two 16-bit numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Find square root of an 8-bit number | 8085 Microprocessor
10 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find square root of an 8-bit number using 8086 Microprocessor?
Embedded Systems
8085 Microprocessor
Find square of an 8-bit number | 8085 Microprocessor
10 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find square of an 8-bit number using 8085 Microprocessor?
Embedded Systems
8085 Microprocessor
RISC and CISC | Computer Organization
10 NOV 2018 by
Akash Kumar
Here, we are going to learn about the Reduced Set Instruction Set Architecture (RISC) and Complex Instruction Set Architecture (CISC) in Computer Organization.
Computer Science Organization
Stability in sorting
09 NOV 2018 by
Himanshu Singh Bisht
Here, we are going to learn about the sorting and stability of the sorting.
Algorithms
Sorting Algorithms
C++ program to sort a structure
09 NOV 2018 by
Himanshu Singh Bisht
C++ - Sorting a Structure: Here, we are going to learn how to sort a structure in C++ programming language?
C++ programs
C++ program to find Sum of cubes of first N Even numbers
09 NOV 2018 by
Vivek Kothari
Here, we are going to learn how to find the sum of the cubes of first N even numbers in C++ programming language?
C++ programs
Merge Sort | One of the best sorting algorithms used for large inputs
09 NOV 2018 by
Ankit Sood
Here, we are going to learn about the Merge Sort - one of the best sorting algorithms used for large inputs.
Algorithms
Sorting Algorithms
Bitonic Search Algorithm
08 NOV 2018 by
Radib Kar
Here, we are going to learn about a special kind of searching algorithm which is known as bitonic search.
Algorithms
Searching Algorithms
Data types in R programming language
08 NOV 2018 by
Ayush Sharma
In this tutorial, we are going to learn about the data types in R programming language: Vectors, Lists, Matrices, Arrays, Factors and data frames.
R language
Maximum of 3 numbers in R language using user-defined function
08 NOV 2018 by
Akash Kumar
Here, we are creating a user-defined function in R programming language to find the maximum of 3 numbers.
R language
Exchange content of HL register pair with DE register pair
08 NOV 2018 by
Shivakshi Dhiman
Here, we are going to learn how to exchange content of HL register pair with DE register pair in 8085 Microprocessor?
Embedded Systems
8085 Microprocessor
Masking of lower and higher nibble of 8-bit number | 8085 Microprocessor
08 NOV 2018 by
Diksha Tewari
Here, we are going to learn how to mask of lower and higher nibble of 8-bit number using 8085 Microprocessor?
Embedded Systems
8085 Microprocessor
Subtract Two 16-bits numbers | 8086 Microprocessor
08 NOV 2018 by
Ayush Sharma
Here, we are going to learn how to find the subtraction of two 16-bits numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Find the maximum of two 8-bit numbers | 8086 Microprocessor
08 NOV 2018 by
Raju Singh Bhati
Here, we are going to learn how to find the maximum of two 8-bit numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Find Square Root of a number | 8086 Microprocessor
08 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find square root of a number using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Flag registers of 8085 Microprocessor
08 NOV 2018 by
Akash Kumar
Here, we are going learn about the different types of flag registers of 8085 Microprocessor.
Embedded Systems
8086 Microprocessor
Convert 8-bit ASCII to BCD number | 8086 Microprocessor
08 NOV 2018 by
Akash Kumar
Here, we are going to learn how to convert 8-bit ASCII to BCD number using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Locking protocols and its types in DBMS
08 NOV 2018 by
Bharti Parmar
In this article, we are going to discuss the different types of locking protocols. If you have any doubt, feel free to ask in the comment section.
DBMS
Find largest and smallest elements in a vector | C++ STL
08 NOV 2018 by
Vivek Kothari
In this article, we are going to learn how to find the largest and smallest elements in a vector in C++ Standard Template Library (STL)?
C++ STL
C++ STL Vector
Longest Common Subsequence using Dynamic programming (DP)
08 NOV 2018 by
Ritik Aggarwal
Here we are going to learn how to find length of longest common subsequence in two strings?
Algorithms
Dynamic programming
Find the roots of quadratic equation in C++
08 NOV 2018 by
Indrajeet Das
In this program, we will find the roots of quadratic equation by handling all the possible cases.
C++ programs
Sort numbers in ascending order in an array | 8086 Microprocessor
08 NOV 2018 by
Ayush Sharma
Here, we are going to write an assembly language program in 8086 microprocessor to sort numbers in ascending order in an array?
Embedded Systems
8086 Microprocessor
Find the largest among 8-bit N numbers | 8086 Microprocessor
08 NOV 2018 by
Ayush Sharma
Here, we are going to write an assembly language program in 8086 microprocessor to find the largest among 8-bit N numbers.
Embedded Systems
8086 Microprocessor
Find the minimum value in a given array | 8086 Microprocessor
08 NOV 2018 by
Ayush Sharma
Here, we are going to write an assembly language program in 8086 microprocessor to find the minimum value in a given range.
Embedded Systems
8086 Microprocessor
Implement CSS on an App | Django
07 NOV 2018 by
Pankaj Singh
In this tutorial, we are going to learn how to implement CSS on an App in Django web application framework?
Django
How to use Static Data in Django?
07 NOV 2018 by
Pankaj Singh
Here, we are going to learn through an example, how to use static data in Django web application framework?
Django
Find three elements in an array such that their sum is equal to given element K
07 NOV 2018 by
Radib Kar
Here, we are going to learn how to find three elements in an array such that their sum is equal to given element k?
Algorithms
Searching Algorithms
Find the Nth Fibonacci number | C++
07 NOV 2018 by
Ritik Aggarwal
Here, we are going to learn how to find the Nth Fibonacci number using Dynamic programming in C++.
Algorithms
Dynamic programming
Different types of Video Formats
07 NOV 2018 by
Diksha Tewari
In this article, we are going to learn about the different types of the video formats.
Computer basics
Different types of Image Formats
07 NOV 2018 by
Diksha Tewari
In this article, we are going to learn about the different types of Images formats in computer.
Computer basics
Buffering of Blocks | DBMS
07 NOV 2018 by
Diksha Tewari
Here, we are going to learn about the buffering of blocks in the database management system (DBMS).
DBMS
Pseudo Classes | CSS
07 NOV 2018 by
Akash Kumar
Pseudo Classes | CSS: In this article, we are going to learn what Pseudo class is, what is its syntax and how to use it?
CSS
CDATA (Character Data) in XML
07 NOV 2018 by
Akash Kumar
In this article, we are going to learn about the CDATA (Character Data) in XML - its syntax, characteristics and example.
XML
Approaches to store the XML Document
07 NOV 2018 by
Akash Kumar
Here, we are going to learn how to swap two 8-bit numbers using direct addressing mode?
XML
When Not to Use a DBMS?
07 NOV 2018 by
Akash Kumar
In this article, we are going to discuss - when not to use a DBMS (Database Management System)?
DBMS
Erase elements in C++ Vector using vector::erase()
07 NOV 2018 by
Vivek Kothari
C++ STL vector::erase() Example: Here, we are going to learn how to erase elements in C++ Vector.
C++ STL
C++ STL Vector
Problem associated with Priority Scheduling and it's Solution
07 NOV 2018 by
Basantjeet Das
In this article, we are going to learn about the problem associated with priority scheduling and its solution.
Operating Systems
A deep dive into Mongo Database.
07 NOV 2018 by
Mansha Lamba
Here, we are going to learn about a deep dive into mongo database (MongoDB).
MongoDB
Various Disk Scheduling Algorithms | Operating System
07 NOV 2018 by
Mahak Jain
In this article, we are going to learn about the various disk scheduling algorithms along with its pros and cons in the operating system.
Operating Systems
Advantages and disadvantages of different types of Operating Systems
07 NOV 2018 by
Mahak Jain
In this article, we are going to learn about the different types of operating systems, its advantages and disadvantages.
Operating Systems
Thread Implementation in Operating System
07 NOV 2018 by
Mahak Jain
In this article, we are going to learn about thread implementation, its states in Operating Systems.
Operating Systems
Find the pair whose sum is closest to zero in minimum time complexity
06 NOV 2018 by
Radib Kar
Given an array with both positive and negative integers. Find the pair whose sum is closest to zero in minimum time complexity.
Algorithms
Searching Algorithms
Basic and additional operations of Relational Algebra
06 NOV 2018 by
Mahak Jain
In this article, we are going to learn about relational algebra and its basic and additional operations.
DBMS
Swap two 8-bit numbers using Direct addressing mode | 8085 Microprocessor
06 NOV 2018 by
Akash Kumar
Here, we are going to learn how to swap two 8-bit numbers using direct addressing mode?
Embedded Systems
8085 Microprocessor
Commit Point of Transaction | DBMS
06 NOV 2018 by
Akash Kumar
Here, we are going to learn about the commit point of transaction in database management system (DBMS).
DBMS
Addition of two 8-bit BCD numbers | 8085 Microprocessor
06 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find addition of two 8-bit BCD numbers on 8085 microprocessor?
Embedded Systems
8085 Microprocessor
Design Decision about Indexing | DBMS
05 NOV 2018 by
Akash Kumar
In this article, we are going to learn about design decision about indexing and its categories in DBMS.
DBMS
Fonts Reference | HTML
05 NOV 2018 by
Akash Kumar
HTML | Font Reference: Here, we are going to learn about the fonts in HTML, how to use the font, what are the different variations of the font?
HTML
Write the 8085 instructions which reset the accumulator
05 NOV 2018 by
Ayush Sharma
Here, we are going to learn the instructions in 8085 Microprocessor which reset the accumulator.
Embedded Systems
8085 Microprocessor
Assembly language program in 8085 microprocessor to multiply two 16 bit numbers
05 NOV 2018 by
Ayush Sharma
Here, we are going to write an assembly language program in 8085 microprocessor to multiply two 16 bit numbers?
Embedded Systems
8085 Microprocessor
Fibonacci series program | 8085 Microprocessor
05 NOV 2018 by
Ayush Sharma
Here, we are going to write a Fibonacci series program using 8085 microprocessor?
Embedded Systems
8085 Microprocessor
Find addition of two 8-bit BCD numbers | 8086 Microprocessor
05 NOV 2018 by
Ayush Sharma
Here, we are going to learn how to find addition of two 8-bit BCD numbers on 8085 microprocessor?
Embedded Systems
8086 Microprocessor
Addition of three 16 bits numbers | 8085 Microprocessor
05 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find addition of three 16 bits numbers on 8085 microprocessor?
Embedded Systems
8085 Microprocessor
Sum of all the elements in an array divisible by a given number K
03 NOV 2018 by
Indrajeet Das
Here, we are going to learn how to find the sum of the elements in an array which is divisible by a number K?
C++ programs
Find Maximum Range of Query using Segment Trees
03 NOV 2018 by
Indrajeet Das
Here, we are providing the solution along with the program of a question based on finding the maximum range of query using segment trees.
Data Structure
Competitive Questions
What are hubs, types of hubs and their working?
03 NOV 2018 by
Mahima Rao
Here, we are going to learn about the hubs in networking: What are hubs, hubs types, their working, CSMA/CD and Collision domain.
Computer Networks
Multiplication of two 8 bits numbers using logical instructions
03 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find multiplication of two 8 bits numbers using logical instructions on 8085 microprocessor?
Embedded Systems
8085 Microprocessor
2's Compliment of 8 bits number with carry
03 NOV 2018 by
Akash Kumar
Here, we are going to learn how to find 2’s compliment of 8 bits number with carry using 8085 microprocessor?
Embedded Systems
8085 Microprocessor
Swap two 16 bits numbers using direct addressing mode
03 NOV 2018 by
Akash Kumar
Here, we are going to learn how to swap two 16 bits numbers using direct addressing mode on 8085 Microprocessor?
Embedded Systems
8085 Microprocessor
Swap Two 8 bits numbers | 8086 Microprocessor
03 NOV 2018 by
Akash Kumar
Here, we are going to learn how to swap two 8 bits numbers using 8086 Microprocessor?
Embedded Systems
8086 Microprocessor
Closure set of attribute and irreducible set of functional dependency
02 NOV 2018 by
Bharti Parmar
In this article, we are going to discuss how to calculate closure set of attribute and what is the irreducible set of functional dependency? Which is also known as a canonical form, canonical cover or canonical set.
DBMS
Assign a list with array elements | C++ STL
02 NOV 2018 by
IncludeHelp
Here, we are going to learn how to assign a list with the elements of an array in C++ STL?
C++ STL
C++ list
Creating a list by assigning the all elements of another list | C++ STL
02 NOV 2018 by
IncludeHelp
Here, we are going to learn how to create a list by assigning the all elements of an existing list in C++ STL? It can be possible by direct assigning list and using list::assign() function.
C++ STL
C++ list
Read character array as string using cin in C++
02 NOV 2018 by
IncludeHelp
Here, we are implementing a program in which we are reading a character array using cin in C++.
C++ programs
C++ basic programs
The 8255 programmable IC
02 NOV 2018 by
Ayush Sharma
Here, we are going to learn about the 8255 programmable IC: its introduction, ports of 8255, architecture of 8255, pin diagram, modes etc.
Embedded Systems
Why is python so popular?
02 NOV 2018 by
Mansha Lamba
Here, we are going to learn about the python: why is python programming language so popular?
Python
Assign the elements to the list (different methods) - Example of list::assign() | C++ STL
01 NOV 2018 by
IncludeHelp
Example of list::assign() in C++ STL: Here, we are going to learn how to assign the elements, replaces the elements to the list by using list::assign() method in C++ STL?
C++ STL
C++ list
Types of network topology in Ethernet connection and its Frame | Ethernet Technology
01 NOV 2018 by
Mahima Rao
Types of network topology in Ethernet connection and its Frame: Here, we are going to learn about the topologies, connection and its frame.
Computer Networks
Ethernet Technology
Introduction to Ethernet and types of Ethernet Cables | Ethernet Technology
01 NOV 2018 by
Mahima Rao
Introduction to Ethernet and types of Ethernet Cables: Here, we are going to learn about Ethernet Cables and its types.
Computer Networks
Ethernet Technology
The Address of (&) and dereference (*) operators with the pointers in C
01 NOV 2018 by
IncludeHelp
C language pointers - Address of (&) and dereference operators: Here, we are going to learn about the address of (&) and dereference (*) operators with the pointers in C.
C programming
C pointers
Accessing the value of a variable using pointer in C
01 NOV 2018 by
IncludeHelp
Here, we are going to learn how to access the value of a variable using pointer in C programming language?
C programming
C pointers