Presentation4 Questions

1. Why did we move from punch cards to programming languages? What does that tell you about the purpose of programming languages?

We stopped using punch cards because they required a lot of storage. This shift tells us about the evolving needs of computer technology and the desire for more efficient and versatile ways to program computers.

2. There are hundreds of different programming languages out there. Why do you think we need so many?

There are many programming languages to cater to diverse needs, platforms, and preferences of developers, allowing them to choose the best tool for the specific task.

3. What are some drawbacks of a programming language you use? How would you like it to be different? Think of specific examples.

A drawback of the language I use is its sensitivity to syntax errors. I'd prefer if it offered more assistance or clearer error messages to aid in debugging.

4. If you were going to create a new programming language, how would you start? What do you need to define?

I would start by determining the language's purpose and target audience. Defining syntax, semantics, and building an integrated development environment (IDE) would be among the initial steps.

Go back to main page

References: