Aug 31, 2019

LIFE ISN’T BED OF ROSES


                                           life-isn't-bed-of-roses    LIFE ISN’T BED OF ROSES:  Thousand difficulties in our lives because life isn’t bed of roses. Over thousands of people committed suicide and gave up the...

FREELANCING


                                                    freelancing  FREELANCING:   Freelancing is the method of doing work independently, and the workers are known as freelancer where freelancer is a self-employed and free to choose their work and the company with they would like to associate. Freelance...

Aug 28, 2019

VARIABLE DECLARATION


variable declaration in program                                      VARIABLE DECLARATION:   Normally we take the  term variable as the value that can be change called variables, but in programming variable declaration means to assigned space in memory to the variables whether the variable is integer type, floating point or character...

DATA TYPE


DATA TYPE:   In Computer Programming Compiler like C , C++  and Dev C++ we used different type value and variable are use such as any name, sentence, figure and numbers data type specifies what type of data variable or object can hold in computer program to create program.   There are three main data types for beginners which are,           1.      Integer data type  ...

SOURCE CODE AND OBJECT CODE


                               SOURCE CODE AND OBJECT CODE:       You know about code a written instruction is called code where the source code is the language which we used to write the codes or instructions which extension will .p or .cpp and the object code is the target code in which source code have to convert which extension will be .obj and...

PROGRAMMING LANGUAGE


PROGRAMMING LANGUAGE: programming language   Program is the set of instruction and programming language is the language which we used to write this instruction which means the set instruction that make a program. To write program we used either python or C++ Compiler. Both Compilers used High level language to write programs. According to the syntax and using of language programming language is divided into two mean parts  ...

Aug 22, 2019

FULL WAVE AND NUMERICAL


FULL WAVE:   Full wave rectifier is also used as rectification means it used to convert the AC to DC as half wave rectifier did used. But there is a huge difference between both off them the half wave rectifier allow through the load during one half cycle. But by using full wave we can produce current during full cycle by using two diodes. As shown in figure    In this rectification each of one will be in forward in 1st half...

Aug 21, 2019

MATERIALS AND TYPES


MATERIALS:                 All the physical things are known as material. There are three type of material regarding heat and current transfer.          1.       Insulator          2.       Conductor          3.       Semi-conductor INSULATOR:  ...

Aug 20, 2019

BUSINESS LETTER AND FORMAT OF LETTER


BUSINESS LETTER:  Business letter is a formal document starting with salutation and end with signature, it sent from company to company, company to client and clients to company. TYPES OF BUSINESS LETTER:  There are many types of business letter that are following,         1.       Inquiry letter         2.       Order letter  ...

PARAGRAPH WRITING


                                      PARAGRAPH WRITING:  To write an essay given word required on any topic. It consist of only one paragraph what things and notes enclosed on that topic should enclosed in one paragraph. STEPS TO WRITE PARAGRAPH: It includes three steps.       1.       TOPIC SENTENCE: Topic...

LISTENING AND ITS IMPORTANT


LISTENING:   Normally it is said that hearing someone or something like speech discussion are known as hearing or listening, but hearing is ability to hear but listening is a skill. Everyone can hear but few are listening. Hearing just about to hear someone but listening skill allow making a sense and understanding what another person is saying.   In another words listening skill allow people to understand what same is taking about the meaning behind. IMPORTANCE OF LISTENING:   There are lots of important of listening some...

Aug 19, 2019

EVEN OR ODD NUMBER PROGRAM


                                          even or odd computer program EVEN OR ODD NUMBER Program number# 4             Program which determine even or odd number Program: void main (void) int num, mod; prnitf(“enter a number”); scanf(“%d”, &num); mod=num%2; if(mod...

LOSS AND PROFIT PROGRAM


                                                      CONDITIONAL PROGRAM loss and profit computer program                                                        ...

Aug 17, 2019

PERCENTAGE AND GRADE PROGRAM


percentage and grade computer program                                PERCENTAGE AND GRADE Program number# 3               Program that determine percentage and grade Program: void main ( ) {   int math, physic, chemistry, computer, total, sum, percentage;   printf(“enter number...