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

Computer Organization – R-2021 – Unit 1 to 5 Full Notes

Syllabus OBJECTIVES: To understand the basic organization of computers and the working of each component and CPU To bring the programming features of 8085 Microprocessor and know the features of latest microprocessors. To understand the principles of Interfacing I/O devices and Direct Memory accesses OUTCOMES: Describe the major components of a computer system and state … Read more