recategorized by
1,789 views

1 Answer

Related questions

0 votes
0 votes
1 answer
1
go_editor asked Mar 27, 2020
1,478 views
An operating system is :Collection of hardware componentsCollection of input-output devicesCollection of software routinesAll the above
0 votes
0 votes
2 answers
2
go_editor asked Mar 27, 2020
871 views
____________ is one of pre-emptive scheduling algorithm.Shortest-Job-firstRound-robinPriority basedShortest-Job-next
0 votes
0 votes
1 answer
3
go_editor asked Mar 27, 2020
554 views
A software to create a Job Queue is called ____________ .Linkage editorInterpreterDriverSpooler
0 votes
0 votes
1 answer
4
go_editor asked Mar 27, 2020
1,528 views
Which of the regular expressions corresponds to this grammar ?$S → AB/AS, A → a/aA, B → b$$aa^*b^+$$aa^*b$$(ab)^*$$a(ab)^*$