Skip to main content

Chapter 1 Introduction of Vb.Net - Technology369kk

Introduction of VB.Net 

Ans: 
VB.NET:  It is a computer programming language developed by Microsoft. It is also called  EVENT-  DRIVEN Programming Language. It is most of use a wide range of web, windows, office and Mobile Applications that have been built on the .NET- Framework. 

Post Intro:-In this post we will learn Basic Introduction Of Vb.Net and frameworks Tutorial in details So let's go start now 

Table of Content

  • Introduction of Instruction 
  • Introduction of Program
  • Introduction of Programming Language
  • Introduction of Programmer 
  • Introduction of Algorithms
  • Introduction of Flow Chart
  • Introduction of Pseudocode



1.0 Introduction of Instruction


You will use Human Language to tell the way to go to KFC, something as follows -


1.        Go straight.

2.        Drive half kilometer.

3.        Take left.

4.        Drive around one kilometer.

5.        Search for KFC at your right side.


The above sequence of instructions is actually a Human Program written in English language, 

which instructs on how to reach KFC from a given starting point. this same sequence could have been given in Spanish, Hindi, Arabic, or any other human language, provided the person seeking directions knows any of thsese language.



Introduction of Programs

A computer program is a sequence of instruction written using a Computer Programming Language to perform a specified task by the computer.

1. Sequence of instructions

2. Computer Programming Language

Python Programming Language print "Hello, World!"

  • The above computer program instructs the computer to print "Hello, World!" on the computer screen.
  • A computer program is also called a computer software, which can range from two lines to millions of lines of instruction.
  • Computer program instructions are also called program source code and computer programming is also called program coding.
  • A computer without a computer program is just a dump box; it is programs that make computers active.


Uses

Almost  every field, household, agriculture, medical, entertainment, defense, communication, etc

  • MS Word, MS Excel, adobe Photoshop,


Introduction of Programming Language

The act of writing computer programs is called computer programming. As we mentioned earlier, there are hundreds of programming languages, which can be used to write computer program as: 

  • Java
  • C
  • C++
  • Python
  • PHP
  • Perl
  • Ruby

Introduction of Programmer 

Someone who can write computer programs or in other words, someone who can do computer programming is called a Computer Programmer,

Based on computer programming language expertise, we can name a computer programmers 

as follows-

  • C Programmer
  • C++ Programmer
  • Java Programmer
  • Python Programmer
  • PHP Programmer
  • Perl Programmer
  • Ruby Programmer

Introduction of Algorithms

From Programming point of view, an algorithm is a step-by-step procedure to resolve any problem.

An algorithm is an effective method expressed as a finite set of well-defined instructions.


  1. Get a list of numbers L1, L2, L3.......Ln  
  2. Assume L1 is the largest , Largest = L1
  3. Take next number Li from the list and do the following
  4. If Largest is less than Li
  5. Largest = Li
  6. If Li is last number from the list then
  7. Print value stored in Largest and come out
  8. Else repeat same process starting from step 3

Introduction of Flow Chart

Pendding ........



Introduction of Pseudocode. 


public partial clas Default3 : System.Web.UI.Page

{

    SqlConnection con = new

SqlConnection(WebConfigurationManager.ConnectionStrins["civilRegDB"].ConnectionString)

;

    SqlCommand cmd = new SqlCommand();

SqlDataReader dr;

int total;

protected void Page LOad (object sender, EventArgs e)

{

    con.Open();

    cmd.Connection = con;

}

protected void btnsub_Click(object sender, EventArgs e)


Computer Language


Computer की भी अपनी भाषा होती है जिसे Computer समझता है। गणनाये करता है और परिणाम देता है. Programming Language Computer की भाषा है जिसे Computer के विद्वानों ने Computer पर एप्लिकेशनों को विकसित करने के लिए Design किया है. पारंपरिक भाषा कि तरह ही प्रोग्रामिंग भाषाओं के अपने व्याकरण होते इसमें भी वर्ण, शब्द, वाक्य इत्यादि होते हैं.


I hope this is helpful 

Comments

Popular posts from this blog

Assignment of ITA/ Information Technology and Application BCA- Technology369kk

Q1. What is  computer Explain basic computer architecture and Difference components.  2. Discuss the use of memory in computer system, Explain memory hierarchy  in details. 3. What is software? Explain difference types of software with explain. 4. Write short notes on the given:- (I) Internet. (II) LAN (Local area network ) (III) Search engine (IV) Web browser  Q 1.What is computer Explain basic computer architecture, Difference components of computer.   Computer :- Computer is defined as an electronic device that takes input data and instructions from the user and after processing them, it generates useful and desired output quickly.   A computer is designed to execute applications and provides a variety of solutions through integrated hardware and software components.                            It is fast and automatic device. It works with the help of programs and represents the d...

C++ and Java Practical All Questions Answers - BCA -Technology369kk

C++ and Java  In this post see most important questions for practical questions given by college all questions with answers . Guys I want to say that this is only for suggested post for your practical please request to you change same alphabets, words or anything  methods name and variables name because if you write all words same then this is copy paste for another peoples.  Used Topics:  Keywords, Variables, Condition Statements, Function , Array, Structure, Pointer.                           In OOPs, Class and Objects, Constructor, Poly morph, Encapsulation, Access Specifiers,                               Inheritance etc.  So, Without Time Lose Come to the Points, let's go start Now:        *************************************************************************  C++ 12 ...

Assignment of PMO (Principal of Management and Organization) - Technology369kk

 ** Assignment Of PMO ** Agenda: -  4 Questions discuss in this post. Question 1. Write a d etails note on selection why it Called. negative process.  Question 2. Write a details note on 'span of control. Question 3. Planning is an essential process, do you agree ? Discuss  Question 4. Write a note on management function. Q 1. Write a d etails note on selection why it called negative process.  Ans :-  Selection is the process of choosing the most suitable candidates out of the several candidates available.          Selection is a negative process because there may be more rejected then those selected in most of the candidates that is called selection is a negative process. → Selection process has the following steps:-  [ A .] Screening of applicants - Based on the screening of applicants only those candidates. It Called further process of selection. Who are found eligible for the job Standards of the the organization. [ B .] S...