Sunday, September 25, 2016
Friday, May 6, 2016
Introduction to HTML
HTML:
HTML stands for Hyper Text Markup Language.Hypertext means links within and among web documents.It connects one document to another.HTML is based on SGML( Standardized General Markup Language). Nowadays,HTML has evolved into presentation language.HTML standard are developed under the authority of the World Wide Web Consortium(W3C). HTML has been headed by Tim Lee. HTML language is understand by browser. It contains a set of codes that can be incorporated in text to provide linking information. HTML is embedded with TAGS in a web pages. We can create HTML documents using notepad in Windows and Text Edit in (MAC OS). We can also use HTML Text Editors. After finishing of HTML documents, we save it in extension as ".htm" or ".html". Some of HTML Text Editors are Dreamweaver,Front Page,Go Live,etc.
Introduction to Constructor and their types
Constructor:
Constructor are the member function that are executed automatically. When an object is created, no explicit call is necessary to involve them through the dot operator.It is called constructor because it construct the value of data member of the class. Constructor are mainly used for data initialization.
Thursday, May 5, 2016
MS-Word Command: Insert Menu and Format Menu
Insert Menu:
1. Insert Page Break:
Breaks the page below the cursor and shift the text/data on it on the successive page.-Select the cursor at the place.
-Select the insert menu.
Wednesday, May 4, 2016
Loop Control Structure
Looping (or Iteration):
Repeating some portion of the program either for a fixed number of times or as long as the condition is satisfied is called looping or iteration. there are three type of loop control structure in C. They are:1. The For Loop:
2. The While Loop:
3. The Do-While Loop:
Monday, May 2, 2016
More description Related to Member Function,Array of Object and some extra topics
Accessing private member function of the class:
It is normal way to declare all the data items in a private section and all the function in public.In some situation, certain function required to be hidden like private data from outside call. Example: Task such as deleting an account from a customer file.
MS-Word Commands- File Menu, Edit Menu and View Menu
File Menu:
There are several MS-Word command. Some of them we have as File Menu, Edit Menu and View menu and rest of them we discussed later soon.
Sunday, May 1, 2016
Input/Output Stream in C++(or OOP) and Data Hiding provided by class concept
Introduction
C++ support set of function for performing input and output operations. The syntax using this input/output function is totally consistent with the device. C++ new feature for handling input/output operation are called streams. Streams are abstraction that refers to data flow. Stream in C++ are:
1. Output Stream
2. Input Stream
Introduction to C++ Programming Languages
C++ Programming Language:
C++
is an object oriented programming language. It mainly emphasis on object rather
than procedure. C++ overcomes limitation of C programming language. OOP is an approach
to program organization and development which attempt to eliminate some of
drawbacks of structured programming like procedure oriented programming. The
main limitations of procedure language(C) are:
MS-Word
Introduction to
Microsoft Word
Microsoft word is word processing software for
the microcomputer i.e. also known as fourth generation computer. Microsoft word
is software for the microcomputer i.e. popular in the current world. This
software is generally used to create documents files, visiting cards, reports,
letters, and booklets, pump lets, etc. Microsoft Corporation USA (Washington)
developed MS-Word software for official uses so it is also known as a program
inside Microsoft office.
Saturday, April 30, 2016
Some Program related to Decision in C Programming Language
Question 1: Write a program to input any number and check whether number is even or odd.
Decision and some related program in C Programming
Decision
If we want to execute one set of statements when the condition is satisfied
and another set of statements when the condition is not satisfied, we use
decision making statements. The different type of decision making
Statements are as follows:
Friday, April 29, 2016
Example of some programs
Question 1: Write a program to accept five numbers from keyboard and find their sum and average.
Simple Input/Output Function in C
Input/Output Function in C
There exist several functions in C which can be
used to perform input/output operations. These functions are collectively known
as the standard input-output library and are predefined in special files called
header files.
Keywords,Identifiers,Comment,Header Files and Format Specifiers
Keyword
Keywords can be defined as reserved words and
they cannot be used as names for the variables or other user defined program
eliminates. Keywords are just like valid words in any language. The meaning of
the keywords has already been given to the compiler. Example: int, char, float,
if, else, break, continue, for, while, do case, etc.
Wednesday, April 27, 2016
Data Types and Operators in C- Programming Language
Data type
Data types
are the keywords that are used to define the type of value that a variable can
store all
c
compilers support three fundamental data types. They are
Tuesday, April 26, 2016
Introducton to C-Programming
What is C?
'C' is a programming language developed at Bells
lab of USA in 1972. It was designed and written by Dennis Ritchie. 'C' becomes
too much popular because it is reliable, simple, portable and easy to use. It
is not ties to anyone operating system or machine. It is also called System Programming
Language because it is useful for writing compiler and operating system. It has
been used to write major programs in many different domains.
Subscribe to:
Comments (Atom)
Popular Posts
-
C++ Programming Language: C++ is an object oriented programming language. It mainly emphasis on object rather than procedure. C++ ove...
-
HTML: HTML stands for Hyper Text Markup Language.Hypertext means links within and among web documents.It connects one document to another...
-
Looping (or Iteration): Repeating some portion of the program either for a fixed number of times or as long as the condition is satisfied ...
-
Accessing private member function of the class: It is normal way to declare all the data items in a private section and all the function ...
Blog Archive
-
▼
2016
(18)
-
►
May
(9)
- Introduction to HTML
- Introduction to Constructor and their types
- MS-Word Command: Insert Menu and Format Menu
- Loop Control Structure
- More description Related to Member Function,Array ...
- MS-Word Commands- File Menu, Edit Menu and View Menu
- Input/Output Stream in C++(or OOP) and Data Hiding...
- Introduction to C++ Programming Languages
- MS-Word
-
►
May
(9)