What is education, What is computer, What is programming. These three points must be know everybody before learning coding.

Introduction

Hello readers, Welcome to my blog “code to skill”, This is my first blog post. In this blog website we write post related to coding means educational contents so, before learn coding content we should must be know about these tree terms, What is education?, What is computer?, What is programming? So lets know one by one :-

What is education?

There are various definition available on the internet by many researchers but according to me i write two definition of education below :-

  • Education is the creation of sound my in a sound body.
  • Education is the third eye of man.

The process of value education.

The process for value education has to be that of self-exploration, which includes two things: verification at the level of natural acceptance and experiential validation in living. Self exploration is the process to find out what is valuable to me by investigating within myself, what is right for me, true for me, has to be judged within myself. Through self exploration we get the value of ourselves. Various aspects of reality facilitating the understanding of human values will be presented as proposals. We need to verify these proposals for our self and examine our living in this light.

What is the need for value education in technical profession.

The subject that enables us to understand ‘what is valuable’ for human happiness is called value education. The present education system has become largely skill-based. The prime emphasis is on science and technology. However, science and technology can only help to provide the means to achieve what is considered valuable. It is not within the scope of science and technology to provide the competence of deciding what really is valuable. Value Education is a crucial missing link in the present education system. Because of this deficiency, most of our efforts may prove to be counterproductive and serious crises at the individual, societal and environmental level are manifesting.

What is Computer ?

A computer is a smart machine that follows instructions to do tasks like math, store information, and help people do things faster. So we can say that computer is an electronics machine which can calculate large or huge amount of data within a second or minute.

Full form Of Computer

C – Common O – Operating M -Machine P – Particularly U – Use for T – Technical & E – Educational R – Research

A computer is a sophisticated electronic device designed to process, store, and manage data according to programmed instructions.

What is programming?.

Programming is like giving clear instructions to a computer so it knows exactly what to do. It’s a bit like teaching a friend a new game step by step. Using a special language, programmers write these instructions, allowing computers to understand and follow them. With programming, people can create all sorts of cool stuff, like apps, games, and websites, making technology work the way we want it to.

Programming is nothing but it is a way to give instruction to the computer so that computer understand the command to that it gives result according to the instruction we execute our task.

Some key concepts in coding:

  1. Syntax:– Syntax is a set of rules that tell us what arrangements of characters create a valid statement in a language. Human languages and programming languages are both dependent on syntax. 
  2. Variables:– Variable are like containers for storing data. They can hold different types of data, like numbers, words, or true/false. They allow programmers to store and manipulate data in their code.
  3. Conditions and Loops: – Conditions (like ‘if’ statements) allow the code to make decisions based on certain criteria. Loops (like ‘for’ or ‘while’ loops) enable repeating actions or executing a set of instructions multiple times, making code more efficient.
  4. Functions and Methods:– Function is the block of code which perform specific task that is known as function. Function and method both are approximate same, Some language call function and some language call method.
  5. Algorithms:– These are formulas for solving specific type problems. They are the logic behind coding solutions, breaking down complex problems into smaller, manageable steps.
  6. Debugging:– Debugging is the process of finding and fixing errors or bugs in the code. Debugging involves identifying problems in the code and correcting them to ensure the program works as intended.
  7. Data Structures:– Data structures are the ways to storing and organizing data inside the computer memory. So that it can be used efficiently. Examples include arrays, lists, stacks, and queues.
  8. Object-Oriented Programming (OOP):– It’s a programming paradigm based on the concept of objects, which can contain data and code. OOP allows for the organization of code into reusable components, making development more efficient.

Thank you!

1 thought on “What is education, What is computer, What is programming. These three points must be know everybody before learning coding.”

Leave a Comment