• Articles

What Are the Five Main Features of OOPs?

1 month ago
Sandeep Verma

Object-Oriented Programming or OOPs is a programming paradigm that revolves around the concept of object, which contains properties and methods.  It combines a group of… Read More

  • Aptitude tricks

Counting Figures Tricks with Triangle Examples

1 month ago

Counting figures problems come under non-verbal reasoning in which one is required to identify the exact count of a shape formed within a design or… Read More

  • Articles

Difference between While and Do While loop in Tabular Form

1 month ago

In this article we'll be discussing the difference between while and do while loop and how they work. Control statements provide an ability to execute… Read More

  • Articles

C Program to Sort an array using Selection Sort in Ascending Order

2 months ago

The program sorts uses Selection Sort technique to sort the given array. There are bunch of sorting mechanisms such as Bubble sort, Insertion sort and… Read More

  • Articles

Design 2 bit synchronous up down counter using T flip flop?

2 months ago

These are the following steps to design 2 bit synchronous up down counter using T flip flop: Step 1: To design a synchronous up-down counter, we… Read More

  • Articles

Design a 2 bit Synchronous down counter using T Flip flop?

2 months ago

These are the following steps to design a 2 bit synchronous down counter using T Flip flop: Step 1: To design synchronous down counter, we just… Read More

  • Articles

C Program to Draw a Hut

2 months ago

C supports a header file named "graphics.h" which enables us to draw various figures. In this, we'll be using line and rectangle function of that… Read More

  • Articles

Design 2 bit Synchronous up counter using T Flip flop?

2 months ago

These are the following step to design a 2 bit Synchronous up counter using T Flip flop Step 1: To design a synchronous up counter,… Read More

  • Articles

Design a 4 bit synchronous up counter using T flip flop

2 months ago

These are the following steps to design a 4 bit synchronous up counter using T flip flop: Step 1: To design a synchronous up counter, first… Read More

  • Articles

Design 3 bit synchronous up counter using T Flip flop?

2 months ago

These are the following steps to Design a 3 bit synchronous up counter using T Flip flop: Step 1: To design a synchronous up counter,… Read More