Shortest Job First (Scheduling) Algorithm

ALGORITHM:Step 1: Inside the structure declare the variables.Step 2: Declare the variable i,j as integer,totwtime and totttime is equal to zero.Step 3: Get the value of „n‟ assign pid as I and get the value of p[i].btime.Step 4: Assign p[0] wtime as zero and tot time as btime and inside the loop calculate wait timeand … Read more

Problem Solving Using Python Syllabus and Important Questions

Click Here to Download Full Syllabus – Python Syllabus – (R2021 University of Madras) Click Here to Download Python Important Questions Syllabus UNIT – IIntroduction: The essence of computational problem solving – Limits of computational problemsolving-Computer algorithms-Computer Hardware-Computer Software-The process ofcomputational problem solving-Python programming language – Literals – Variables andIdentifiers – Operators – Expressions and … Read more

Python Lab Syllabus and Manual

List of Lab Programs Program to convert the given temperature from Fahrenheit to Celsius and vice versadepending upon user’s choice. Program to calculate total marks, percentage and grade of a student. Marks obtainedin each of the five subjects are to be input by user. Assign grades according to thefollowing criteria:Grade A: Percentage >=80 Grade B: … Read more

Operating Systems – R2021 Syllabus

Link to download Operating Systems Syllabus – BCE-CSC10 UNIT – I Introduction: Views – Types of System – OS Structure – Operations – Services – Interface- System Calls-System Structure – System Design and Implementation. Process Management: Process – Process Scheduling – Inter-process Communication. CPU Scheduling: CPU Schedulers – Scheduling Criteria –Scheduling Algorithms.UNIT – IIProcess Synchronization: … Read more

Program Code- Mouse over event using ASP server.

The code was written in JavaScript.That program creates a link . Then the user can move the mouse on the link then it opens a new window. The button was created using the asp function. That program was should save into .aspx extension.

Program Code – Illustration of Request & Response Object.

The program code written in VBScript. That code could show the possible servers list. The Request query to ask the server then Response function to display the items in the screen.

Program code- Request & Response Object.

The program run on an ASP server. The Response and Request commands are used to request to the server. The <a> tag is used for creating a hyperlink if you click the Example it shows the results. The program to save in .asp or .aspx extension. It can run either Chrome or InternetExplorer.