Wats the name of the first os
Answers were Sorted based on User's Feedback
Answer / ramyathillainathan
The development of the IBM System/360 produced a family of mainframe computers available in widely differing capacities and price points, for which a single operating system OS/360 was planned (rather than developing ad-hoc programs for every individual model). This concept of a single OS spanning an entire product line was crucial for the success of System/360 and, in fact, IBM's current mainframe operating systems are distant descendants of this original system; applications written for the OS/360 can still be run on modern machines. OS/360 also contained another important advance:
so Os/360 is the first operating system in the world
| Is This Answer Correct ? | 1 Yes | 0 No |
what is the certificates in biztalk?
Which tag is used to create table row
For a binary tree with n nodes, How many nodes are there which has got both a parent and a child?
WHat is execution in manual testing and when will we start execution and what language we use in execution
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
why we use static with only main()class not with other class
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
what is dot net framework
what is lazy loading in hibernate?Explain in detailed manner?