Mainframes in the early 1980s allowed people to access computer power via interactive terminals instead of sitting at a keypunch machine creating large decks of punched cards to take over to a card reader machine. This was before personal computers were widely available at an affordable price, so office workers did not have a personal PC sitting at their cubicle at that point. The computer monitors at that point were not full color displays - they just had bright green text against a black screen. The language used on the mainframe was COBOL. If your computer job required tapes, there would be a short wait for someone to manually mount the correct tapes needed. You would need to manually go to a room near the computer to sort through printouts to pick up your specific printout of your job yourself, where the job was printed on wide sheets of white and green paper in a font that looked like something from a high-speed dot matrix quality printer. Your printout stack might have been especially heavy and thick if your program terminated abnormally with an ABEND type of error and a sysdump printed out. For references, see the books "Mainframes, Computing on Big Iron" by Patrick Stakem and "IBM's 360 and Early 370 Systems" by Emerson W. Pugh.
I took some classes in high school when I was elementary school student where I had access to a PDP-8 which was a pretty crappy machine but could support 1, 2 or 3 terminals with BASIC where you got more memory with fewer terminals. We also had the Colossal Cave ADVENTURE. You had very few registers and it had 12-bit words instead of being based on the 8-bit byte, the "very few registers" made it a leader for interrupt-driven applications because context switches were fast.
I really enjoying using a PDP-11 with RSTS/E, here each user got two 64k address spaces, one for data, one for code, so you got a BASIC experience that was a bit better than the Apple ][ or TRS-80, particularly you could save you work on a hard drive.
In the computer explorers I got to use an IBM 3090 in the later 1980s which was close to the pinnacle of bipolar mainframes running the 370 XA architecture. At this point in time the IBM Mainframes had
IBM really struggled to develop timesharing for the 360 and wound up applying virtual machine technology to give every software developer their own copy of a DOS-like operating system. In the early 1970 it was really a struggle to get time on a 360, by the late 1980s VM was everywhere and you could just log in with your 3270 terminal when you wanted to.
Circa 1980 it was easy for a microcomputer user to "look up" to the PDP-11 and think the future might look like that but actually the PDP-11 became obsolete rather quickly because the user had access to only 64k which was the same problem micros were about to have as memory got cheap and you could afford more than 64k of RAM. Digital came out with the VAX which was basically a modern computer, my high school got one by the late 1980s and it was a really capable on machine where you had good compilers for languages like PASCAL which was great for CS education.
Mainframes in the early 1980s allowed people to access computer power via interactive terminals instead of sitting at a keypunch machine creating large decks of punched cards to take over to a card reader machine. This was before personal computers were widely available at an affordable price, so office workers did not have a personal PC sitting at their cubicle at that point. The computer monitors at that point were not full color displays - they just had bright green text against a black screen. The language used on the mainframe was COBOL. If your computer job required tapes, there would be a short wait for someone to manually mount the correct tapes needed. You would need to manually go to a room near the computer to sort through printouts to pick up your specific printout of your job yourself, where the job was printed on wide sheets of white and green paper in a font that looked like something from a high-speed dot matrix quality printer. Your printout stack might have been especially heavy and thick if your program terminated abnormally with an ABEND type of error and a sysdump printed out. For references, see the books "Mainframes, Computing on Big Iron" by Patrick Stakem and "IBM's 360 and Early 370 Systems" by Emerson W. Pugh.
I took some classes in high school when I was elementary school student where I had access to a PDP-8 which was a pretty crappy machine but could support 1, 2 or 3 terminals with BASIC where you got more memory with fewer terminals. We also had the Colossal Cave ADVENTURE. You had very few registers and it had 12-bit words instead of being based on the 8-bit byte, the "very few registers" made it a leader for interrupt-driven applications because context switches were fast.
I really enjoying using a PDP-11 with RSTS/E, here each user got two 64k address spaces, one for data, one for code, so you got a BASIC experience that was a bit better than the Apple ][ or TRS-80, particularly you could save you work on a hard drive.
In the computer explorers I got to use an IBM 3090 in the later 1980s which was close to the pinnacle of bipolar mainframes running the 370 XA architecture. At this point in time the IBM Mainframes had
https://en.wikipedia.org/wiki/VM_(operating_system)
IBM really struggled to develop timesharing for the 360 and wound up applying virtual machine technology to give every software developer their own copy of a DOS-like operating system. In the early 1970 it was really a struggle to get time on a 360, by the late 1980s VM was everywhere and you could just log in with your 3270 terminal when you wanted to.
Circa 1980 it was easy for a microcomputer user to "look up" to the PDP-11 and think the future might look like that but actually the PDP-11 became obsolete rather quickly because the user had access to only 64k which was the same problem micros were about to have as memory got cheap and you could afford more than 64k of RAM. Digital came out with the VAX which was basically a modern computer, my high school got one by the late 1980s and it was a really capable on machine where you had good compilers for languages like PASCAL which was great for CS education.