Tuesday, 13 January 2015
Evolution of operating systems
Early computer were capable of performing only one job or task at a time.this from of computer opertaion is often called single-user batch processing.the computer runs a single program at a time while processing data in group or batches.In these early system,users generally submitted their jobs to the computer center on desk of punched cards.Users often had to wait hours or even days before printouts were returned to their desks.software system called oprating system were devloped to help make it convenient to use computer.Early operating systems managed the smooth transition between jobs.This minimized the time it look for computer operator to switch between jobs,and hence increased the amount of work,or throughtput,computer could process.As computer became more powerful,it became evident that single-user batch processing rarely utilized the comuter's rwsourcess efficiently.Instead,it was thought that many jobs or task could be made to share the resources of the computer to achieve better utilization.This is called multiprogramming.
Monday, 12 January 2015
How to Mention A Resume Uploder Option In A Html Site
Hey Guys When we visit some web sites they show a pop up box
to register and uplod your resume and detail .
So today I tell you how to mention that type form on your
website for visiters.
<html>
<body>
<form name=”uploder”>
Our name : <input type=”text” size=”30” name
=”fulname”>
Your file: <input
type=”file” size=”20” accept=”audio/video/image”>
<input type =”submit”>
</form>
</html>
IN “Your file:
<input type=”file” size=”20” accept=”audio/video/image”> SECTION
YOU SEE A OPTION AUDIO/VIDEO/IMAGE YOU CAN USE ONE OPTION OR ALL .
BECAUSE IF U USE ONE OPTION LIKE IF YOU USE Your file:
<input type=”file” size=”20” accept=”audio>
THAN VISITER WHO TRY TO SUBIT HIS/HER RESUME WITH YOUR
WEBSITE ONLY UPLODE AUDIO FILE IN RESUME.
IF YOU WANT TO GIVE ALL OPTION THAN USE AUDIO/VIDEO/IMAGE .
THANK YOU GUYS YOU CAN CONNTECT ME IF YOU HAVE ANY PROBLM
YOU CAN COMMENT IT .
Subscribe to:
Comments (Atom)
