Posts

Showing posts from January, 2019

Life teaches us

In life, carrier selection is very important in life. If we know what we can do then it gives us a direction for our life. Trust yourself to choose what's right for you. For that we set a goal and we start working on it. To achieve that goal we start focusing and our life becomes automatically a healthy and wealthy. Dream a life with thinking of future in mind. Dream creates a desires. Desires create determination, which leads us to our destiny. After our achievements we will get success. Live a life which will set inspiration for others. It will be not so easy there will be many obstacles in your life don't get demotivate by it, fight against it after looking back you will say yourself that this obstacle is very small compared to present. Journey of life will collect many memories and many contacts with a confidence. Mistakes may be happened so don't be afraid learn from it and try not to repeat it. A mistake should be your teacher, not your attacker. A mistake i...

Sys pro program for CPU scheduling : Priority algo. - Non premptive

PPRIIORITY.C /* CPU scheduling : Priority algo. - Non premptive ................... */ // jobQ maintained as ascending order priority Q (1st job-highest priority) #include<stdlib.h> #include<stdio.h> #define newnode (struct node *)malloc(sizeof(struct node)) struct node { int jobno,time,proty;  // priority   struct node *next; }*JOBQ=NULL; int job=0; void erase() { struct node *S;   while(JOBQ!=NULL) { S=JOBQ;  JOBQ=JOBQ->next;  free(S);  }   job=0; } struct node *Append(struct node *F) { struct node *s,*t,*s1=NULL;   t=newnode;        t->next=NULL;   t->jobno=++job;   t->time=0;   do  // validation check for job time   {  printf("\nJOB %d - CPU burst : ",job);      fflush(stdin); scanf("%d",&t->time);      if(t->time<=0) printf("\nJob time should be > 0");   }wh...

C++ Programs Questions and answers Solve it

Solve C++ programs  Questions and answers:   1)Which C++ header file(s) will be essentially required to be included to run /execute the following C++ code:  void main() {      char Msg[ ]="Sunset Gardens";      for (int I=5;I<strlen(Msg);I++)      puts(Msg);  } Ans : stdio.h, string.h   2) Name the header files that shall be need for the following code:   void main()              {                 char text[] =”Something”                cout<<”Remaining SMS chars: ”<<160-strlen(text)<<endl;              }    Ans: iostream.h/iomanip.h , string.h 3) Rewrite the following program after removing the synta...

Feedback form

Click here for feedback form : Feedback form  

College form

Click here for Admission form : Form of College

Job Application Form

Enter Details FOR JOB Click Here For : Job Application Form   

Full truck load

Required Truck , FTL /  PTL Then Click here: Post your load

Contact US

Contact

PHP program of Slip 19 practical of User Information in bill

<? // This is Slip19_a.php // It takes User Information And Send it to slip19_b.php ?> <html> <body bgcolor=#AAAAAA> <center> <font color="red" font size=6>U</font>ser Information</center> <br><br><br> <form action="slip19_b.php" method="GET"> <p> <table border=0> <tr><td>Name:<td> <input type="text" name="u_name"> <tr><td>Address:<td> <input type="text" name="u_address"> <tr><td>Phone No:<td> <input type="text" name="u_no"> <tr><td><td><input type="submit" value="SUBMIT"> </form> </table> </form> </body> </html> <? // This is Slip19_b.php // It Takes The Product Information.... //and Passes to Slip19_c.php ?> <html> <body bgcolor=#AAAAAAA> <center>...

Conversion of string program java

Conversion of string java program UPPER lower BOLD ITALIC  import javax.swing .* ; import java.awt . * ; import java.awt.event .* ; class Convt extends JFrame implements ActionListener {        JLabel l1;        JButton b1,b2,b3,b4;        JTextField t1,t2,t3,t4,t5;      Convt( )   {          setVisible(true);          setSize(400,400);          setTitle("Conversion of Text");          l1=new JLabel("ENTER   THE   STRING :=");          b1=new JButton("LOWER");          b2=new JButton("UPPER");          b3=new JButton("BOLD");        ...

Write a command line program for line editor of practcal slip

/*     slip-7 1. Write a command line program for line editor. The file to be edited is taken  as command line argument, an empty  file is opened for editing if no argument  is supplied.  It should display '$' prompt to accept the line editing commands. Implement the following commands. i)    a                 - to append ii)    i  n                 - to insert after nth line iii)    c    n1   n2              - to copy line n1 at  n2 position iv)    c    n1, n2    n3   - to copy range of line at n3        [30 marks] */ #include<stdio.h> #include<conio.h> #include<string.h> #define new...

RoundRobin Program of practical slip

 /* Implementation of RoundRobin method for CPU scheduling using Circular LL */   #include<stdlib.h> #define newnode (struct node *)malloc(sizeof(struct node)) struct node { int jobno,time;   struct node *next; }*JOBQ=NULL; void erase() { struct node *S,*T;   if(JOBQ!=NULL)   { for(T=JOBQ;T->next!=JOBQ; T=T->next) ;  // go to last node     T->next=NULL;     while(JOBQ!=NULL)  { S=JOBQ;  JOBQ=JOBQ->next;  free(S);  }   } } void CreateJOBQ() { struct node *S;   int i,n;   printf("\nHow many jobs?"); scanf("%d",&n);   if(JOBQ!=NULL) erase(JOBQ);   JOBQ=newnode;   printf("\nEnter JOB No. & execution time in sec. "); scanf("%d %d",&JOBQ->jobno,&JOBQ->time);   S=JOBQ;   for(i=2;i<=n;i++)   { S->next=newnode;     S=S->next;     printf("\nEnter JOB No. & execution time in sec. ")...

Earning Money

To earn money is not so easy for everyone it depends on factors Time Age Smartness Luck Legacy  If you want to earn money make proper investments at proper time and at proper place. Money word says itself: M - Move O - Overcome N - Noble E -  Energy Y - Your true value Earning money should have mind to solve problem which can be generated by creativity to produce a product which is problem solving product. One will give you money only when he wants his work to be done for that money. One should be experienced in the work which he or she is doing to earn money with doing his marketing. Money can be earned on : Seconds basis, Minutes basis, Hourly basis, Daily basis, Weekly basis, Monthly basis, Quarterly basis, Yearly basis  It is done by Manufactured basis, Selling basis , Service basis, Job basis, Physical basis, Mental basis, Consulting basis, Mode basis, Salary basis, Share market basis, Interes...

Education

Education Education decides the country growth by the ratio of people educated in a country. Education is the birth right of every child in this world. It gives knowledge with professional courses. Education is not only taught in school but wherever we get to know new concepts, techniques and strategies with various tools. Education should not be put in the category of business. We should spread our education to others. As we educate others we get perfection in it. We get to learn new things again in it. For a healthy and safe lifestyle education plays a important role in it. It is the innovation of a thing. Creativity is achieved by education. Prepare yourself to guide. Education words itself describes it: E - Excellence D - Development U - Universal C - Concepts T - Techniques I - Information O - Ocean N - Notes If there is educated children then they can solve their own problems by themselves.

DOCUMENTATION - POLICY CONDITION

DOCUMENTATION - POLICY CONDITION Question 1 Which of the below statement is false with regards to nomination? I. Policy nomination is not cancelled if the policy is assigned to the insurer in return for a loan II. Nomination can be done at the time of policy purchase or subsequently III. Nomination can be changed by making an endorsement in the policy IV. A nominee has full rights on the whole of the claim Question 2 In order for the policy to acquire a guaranteed surrender value, for how long must the premiums be paid as per law? I. Premiums must be paid for at least 2 consecutive years II. Premiums must be paid for at least 3 consecutive years III. Premiums must be paid for at least 4 consecutive years IV. Premiums must be paid for at least 5 consecutive years Question 3 When is a policy deemed to be lapsed? I. If the premiums are not paid on due date II. If the premiums are not paid before the due date III. If the premium has not been...

Solved DOCUMENTATION – POLICY STAGE

DOCUMENTATION – POLICY STAGE Question 1 Which of the following documents is an evidence of the contract between insurer and insured? I. Proposal form II. Policy document III. Prospectus IV. Claim form Question 2 If complex language is used to word a certain policy document and it has given rise to an ambiguity, how will it generally be construed? I. In favour of insured II. In favour of insurer III. The policy will be declared as void and the insurer will be asked to return the premium with interest to the insured IV. The policy will be declared as void and the insurer will be asked to return the premium to the insured without any interest Question 3 Select the option that best describes a policy document. I. It is evidence of the insurance contract II. It is evidence of the interest expressed by the insured in buying an insurance policy from the company III. It is evidence of the policy (procedures) followed by an insurance compa...