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 |
One boy has to climb steps. He can climb 1 or 2 steps at a time. Write a function that will returns number of way a boy can climb the steps. Int WaytoSteps(int n) (eg:- suppose number of steps is n=4 ,the function will return 5 (one-one-one-one ,one-one-two, one-two-one-,two-one-one, two-two)
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
in a company 30% are supervisors and 40% employees are male if 60% of supervisors are male. what is the probability that a randomly choosen employee is a male or female?need steps to solve this?
What are the limitation in using querystring in .net?
A string of charaters were given. Find the highest occurance of a character and display that character. eg.: INPUT: AEGBCNAVNEETGUPTAEDAGPE
I want Ada programming language books. Could anyone post me any link for that?
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
can anyone please tell me the procedure for the NIC personal interview as i have been selected for the post of scientist/technical assistant B
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
In staad pro, how can we design ROOF SLAB?
Write a program to read and print a text file on screen
Write a program to find duplicate number from array in minimum time complexity.