system development models Technology

Different Types of System Development Model

  • July 9, 2020
  • 0 Comments

System development models specify how the activities of the development process are organized in the total system development effort. Each model is designed for a specific purpose or reason that follows a particular life cycle but each may have similar goals and a common task. There are four types of System Development Models Waterfall Model […]

basic parts of computer Technology What is & Queries

Basic Most Required Parts of Computer

  • July 9, 2020
  • 0 Comments

You know a computer is an electronic machine which can help you to perform different kinds of calculations and tasks. To handle this machine there are no prerequisites anyone can learn easily. It is not difficult to learn the computer. There are simple steps that you can follow to run the computer. Plugin your power […]

data structure and algorithm Technology

What is Data Structure and Abstract Data Types?

  • June 29, 2020
  • 0 Comments

The study of data structure, therefore, involves two complementary goals. The first goal is to identify and develop useful mathematical entities and operations. The second goal is to determine representations for those abstract entities and to implement the abstract operations. In data structures that exist in c, the array, and structure, we describe the facilities […]

stack Technology

How to Represent Stack in C – Data Structure

  • June 22, 2020
  • 0 Comments

The stack provides for the insertion and deletion of items, so that a stack is a dynamic, constantly changing object. Before that, you must know what is data structure? #define MAXSIZE 100struct stack {int items[MAXSIZE];int top;}; Note: If the value of s-top is 4 there are five elements on the stack i.e s.item[0], s.items[1], s.items[2], […]

different types of learning in AI 2 Technology

What are the Different Types of Learning in AI?

  • June 13, 2020
  • 0 Comments

What is learning in Artificial Intelligence? Machine learning refers to a system capable of acquiring and integrating the knowledge automatically. The capability of the systems to learn from experience, training, analytical observation, and other means, results in a system that can continuously self-improve and thereby exhibit efficiency and effectiveness. “Learning denotes changes in the systems […]

Intermittent and Continuous Production System Differences Management

Difference Between Intermittent and Continuous Production

  • June 9, 2020
  • 0 Comments

Intermittent: Goods and services are produced to fulfil the order of customers rather than keeping them in stock. Production has done when demand comes from customers. Job or unit and batch production. Continuous: Production is done on the basis of the sales forecast and stock position. The importance is given to planning, controlling, scheduling etc. […]

Difference Between Efficiency and Productivity Differences Management

Difference Between Efficiency and Productivity

  • June 9, 2020
  • 0 Comments

Efficiency Efficiency in the workplace is the time taken to do something. It measures the capability of the workers and managers. Are they capable to do some work or not. Efficiency increases productivity saves time and money. Productivity Productivity measures the efficiency of the conversion. Productivity is the relationship between output generated by a production […]

network convergence What is & Queries

What is Network Convergence?

  • May 30, 2020
  • 0 Comments

Network convergence is known as having multiple communication mediums within a single network. Now here in this image, you can see there is different kind of modules or tech or communication medium within a single network connection. Before going through the content, I would like to introduce you to the learning platform called Udacity, where […]