Questions

Q:

What are the different job scheduling in operating systems?

Answer

Scheduling is the activity of the deciding when process will receive the resources they request.


FCS ---> FCSFS stands for First Come First Served. In FCFS the job that has been waiting the longest is served next.


Round Robin Scheduling--->Round Robin scheduling is a scheduling method where each process gets a small quantity of time to run and then it is preempted and the next process gets to run. This is called time-sharing and gives the effect of all the processes running at the same time


Shortest Job First ---> The Shortest job First scheduling algorithm is a nonpreemptive scheduling algorithm that chooses the job that will execute the shortest amount of time.


Priority Scheduling--->Priority scheduling is a scheduling method where at all times the highest priority process is assigned the resource.

Report Error

View answer Workspace Report Error Discuss

0 1995
Q:

Who was the contemporary ruler of Emperor Asoka in Sri Lanka?

 

A) Mahasen B) Kasyapa
C) Tissa D) Vijayabahu I
 
Answer & Explanation Answer: C) Tissa

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: Indian History
Exam Prep: Bank Exams

1 1995
Q:

Who has been appointed as Managing Director of Export-Import Bank of India (Exim Bank) ?

A) Arun Tiwari B) Sunil Mehta
C) Ashwani Kumar D) David Rasquinha
 
Answer & Explanation Answer: D) David Rasquinha

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: General Awareness
Exam Prep: Bank Exams , CAT
Job Role: Bank Clerk , Bank PO

4 1995
Q:

Select the antonym of

arcane

 

A) mystic B) recondite
C) esoteric D) hackneyed
 
Answer & Explanation Answer: D) hackneyed

Explanation:
Report Error

View Answer Report Error Discuss

Filed Under: English
Exam Prep: Bank Exams

0 1995
Q:

If a+b+c = 6 and ab+bc+ca = 1, then the value of bc(b+c) + ca(c+a) +ab(a+b) +3abc is

A) 33 B) 66
C) 55 D) 23
 
Answer & Explanation Answer: B) 66

Explanation:
Report Error

View Answer Report Error Discuss

9 1994
Q:

What is CPU Scheduler?

Answer

Selects from among the processes in memory that are ready to execute, and allocates the CPU to one of them. CPU scheduling decisions may take place when a process: 1.Switches from running to waiting state. 2.Switches from running to ready state. 3.Switches from waiting to ready. 4.Terminates. Scheduling under 1 and 4 is non-preemptive. All other scheduling is preemptive.

Report Error

View answer Workspace Report Error Discuss

2 1994
Q:

Both skin and lung cancer are classified as carcinomas.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

Carcinomas are cancers that begin in tissues lining the inner or outer surfaces of the body where the DNA of the cells become damaged. Lung cancer and one type of skin cancer (squamous-cell carcinoma) are carcinomas.


 


Hence, the given statement is TRUE.


 

Report Error

View Answer Workspace Report Error Discuss

Subject: General Science
Exam Prep: AIEEE
Job Role: Analyst , Bank PO

2 1994
Q:

Which of the following data structure is linear type?

A) Tree B) Binary Tree
C) Queue D) Graph
 
Answer & Explanation Answer: C) Queue

Explanation:

A data structure is a specialized format for organizing and storing data. General data structure types include the array, the file, the record, the table, the tree, and so on. Any data structure is designed to organize data to suit a specific purpose so that it can be accessed and worked with in appropriate ways.

 

Linear data structure: A linear data structure traverses the data elements sequentially, in which only one data element can directly be reached.

Ex: Arrays, Linked Lists, Stack, Queue, Any type of List all are linear.

 

Trees like Binary Tree, B Tree or B+ Tree are examples of non linear data structure.

Report Error

View Answer Report Error Discuss

5 1994