Skip to content

5 Minutes Engineering

Helping Students

  • Podcasts
  • Topics
    • Machine Learning
    • Python Tutorials
    • Computer Graphics
    • C Language Tutorial
      • Computer Network
    • Cloud Computing
    • Information Security
Cat Links Computer Graphics

2D Translation Numerical

Posted on July 3, 2021July 3, 2021 5 Minutes Engineering
Cat Links Computer Graphics

2D Translation

Posted on July 2, 2021July 2, 2021 5 Minutes Engineering

Translation is one of the transformation technique in computer graphics, It simply try to reposition the point/line/polygon. ‘2D’ because here

Continue reading2D Translation

Cat Links Machine Learning

Underfitting and Overfitting

Posted on June 19, 2021June 19, 2021 5 Minutes Engineering

First of all both underfitting and overfitting are not good characteristics of a machine learning model. So we go for

Continue readingUnderfitting and Overfitting

Cat Links C Language Tutorials

do while loop in C programming language

Posted on June 11, 2021June 11, 2021 5 Minutes Engineering

In the previous 2 posts we learned about for and while loop respectively, Now one question would be there in

Continue readingdo while loop in C programming language

Cat Links C Language Tutorials

While loop in C Programming Language

Posted on June 9, 2021June 9, 2021 5 Minutes Engineering

When we want to execute a set of statements or a block of code repeatedly till a particular condition is

Continue readingWhile loop in C Programming Language

Cat Links C Language Tutorials

For loop in C Language

Posted on June 5, 2021June 5, 2021 5 Minutes Engineering

When we want to execute a set of statements or a block of code repeatedly till a particular condition is

Continue readingFor loop in C Language

Cat Links C Language Tutorials

How to take User Input in C Programming Language

Posted on June 2, 2021 5 Minutes Engineering

Add this line in the beginning of your code #include<stdio.h> to include standard input output header file. Use scanf() functionin

Continue readingHow to take User Input in C Programming Language

Cat Links C Language Tutorials

Variables and Data Types In C Programming Language

Posted on June 2, 2021 5 Minutes Engineering

In simple words Variable is a name given to a memory area where we can store data. Using that name

Continue readingVariables and Data Types In C Programming Language

Cat Links Cloud Computing

IaaS, PaaS and SaaS – Food Example

Posted on May 31, 2021May 31, 2021 5 Minutes Engineering

This food example provides a simple comparison between IaaS, PaaS and SaaS. Lets start will SaaS, So you simply order

Continue readingIaaS, PaaS and SaaS – Food Example

Cat Links Computer Graphics

Inside Test of Polygon – Odd Even Test

Posted on May 30, 2021May 30, 2021 5 Minutes Engineering

It is very important to know if a point is inside or outside the polygon before starting to fill the

Continue readingInside Test of Polygon – Odd Even Test

Posts navigation

Older posts

Recent Posts

  • 2D Translation Numerical
  • 2D Translation
  • Underfitting and Overfitting
  • do while loop in C programming language
  • While loop in C Programming Language
  • Home
  • About us
  • Contact us
  • Privacy Policy
  • Terms and Conditions
Copyright © 2023 5 Minutes Engineering | Signify Education by WEN Themes
Scroll Up