Opening Ceremony

Bhim Higher Secondary School Suntopar, Dolakha

Monday, December 30, 2013

Bounce Email (bounce mail)

Bounce e-mail (sometimes referred to as bounce mail) is electronic mail that is returned to the sender because it cannot be delivered for some reason. Unless otherwise arranged, bounce e-mail usually appears as a new note in your inbox. There are two kinds of bounce e-mail: hard bounce and soft bounce. Hard bounce e-mail is permanently bounced back to the sender because the address is invalid. Soft bounce e-mail is recognized...

Thursday, December 26, 2013

C Programming Variables and Constants

Variables Variables are memory location in computer's memory to store data. To indicate the memory location, each variable should be given a unique name called identifier. Variable names are just the symbolic representation of a memory location. Examples of variable name: sum, car_no, count etc. int num; Here, num is a variable of integer type. Rules for writing variable name in C Variable...

Wednesday, December 25, 2013

Cascading Style Sheet (CSS)

A cascading style sheet (CSS) is a Web page derived from multiple sources with a defined order of precedence where the definitions of any style element conflict. The Cascading Style Sheet, level 1 (CSS1) recommendation from the World Wide Web Consortium (W3C), which is implemented in the latest versions of the Netscape and Microsoft Web browsers, specifies the possible style sheets or statements that may determine how a given element is presented in...

Sunday, December 22, 2013

Browser

A browser is an application program that provides a way to look at and interact with all the information on the World Wide Web. The word "browser" seems to have originated prior to the Web as a generic term for user interfaces that let you browse (navigate through and read) text files online. Technically, a Web browser is a client program that uses HTTP (Hypertext Transfer Protocol) to make requests...

Thursday, December 19, 2013

Data Types Used in C Language

The C language provides many basic types. Most of them are formed from one of the four basic arithmetic type specifiers in C (char, int, float and double), and optional specifiers (signed, unsigned, short, long). All available basic arithmetic types are listed below Integer Data Types Type Storage size Value range char 1 byte -128 to 127 or...

Wednesday, December 18, 2013

What is C, What is C++, and What is the Difference?

C is a programming language originally developed for developing the Unix operating system. It is a High-level (also called Middle-level) and powerful language, but it lacks many modern and useful constructs. C++ is a newer language, based on C, that adds many more modern programming language features that make it easier to program than C.Basically, C++ maintains all aspects of the C language, while providing new features to programmers...

Protect Your Gmail Account From Being Hacked

How to protect gmail account from hackers?------------------------------------------For More Tips, Tweaks and Tricks Visit: http://bhssjct.blogspot.com/ orhttp://www.facebook.com/morganglobal/ ==> Most of the people use Gmail for sending emails. We have precious information stored in our Gmail account. So Gmail would be the target for hackers being hacking it. Gmail developer team has given us wonderful security...

Ms-Excel and It's Advantages

Excel is an electronic spreadsheet program that can be used for storing, organizing and manipulating data. When you look at the Excel screen (refer to the example on this page) you see a rectangular table or grid of rows and columns. The horizontal rows are identified by numbers (1,2,3) and the vertical columns with letters of the alphabet (A,B,C). For columns beyond 26, columns are identified by two or more letters such as AA, AB, AC. The...

Tuesday, December 17, 2013

E-commerce (electronic commerce or EC)

E-commerce (electronic commerce or EC) is the buying and selling of goods and services on the Internet, especially the World Wide Web. In practice, this term and a newer term, e-business, are often used interchangably. For online retail selling, the term e-tailing is sometimes used. E-commerce can be divided into: ------------------------------------------- • E-tailing or "virtual storefronts" on Web sites with online catalogs, sometimes...