S S
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
List of Programs – OS
Link to Syllabus / List of Programs
How to convert numbers to words in Google Spreadsheet (custom formula)
Why / For What? To change numbers to words. I often have to convert the marks to words and sometimes the money value to words. To convert the money value to words I use the add-on (available at Google Workspace marketplace) called NumberText. I wanted a similar feature but that doesn’t have to convert to … Read more
How to Lock your Chrome Profile account? Easy and 100% working solution
Why? Chrome now (nudges to) creates a new user profile when you try access web through Chrome. It’s not bad to create a profile in Chrome as long as you’re the only person using the device. If you have to use Chrome often in a public or shared computer at your work, it is hard … Read more
How to run classic ASP (.asp) Programs on Windows – ASP installation / setup
Hi Students, I found this video that describes the setup of IIS to run classic .asp program on Windows 10 OS. You have to follow every step including giving the right permissions to the folder where you are going to save your .asp pages. To edit codes, you can use any text-editor like notepad. For … Read more