Skip to main content

Programming Languages

https://scratch.mit.edu/projects/1190831403

I used Scratch to practice programming using concepts like while loops and if statements. I learned how the more specific the information used as input is the more dynamic the output will be. It was exciting to see more doors of opportunity open up when testing out different blocks of code. There were a few things here and there that I couldn’t make happen. For example, referencing location amongst different sprites to start an event was difficult for me. I didn’t do anything too complicated but I enjoyed the process and made a cool little scene.

I understand interpreted language the best. Python, for example, has syntax and language that looks clean and clear for me. 

I’ve noticed that some programs have more rules that can make a simple task harder when unaware of those minor details. Following along, especially when there are comments written in, is relatively straightforward with Python.

 I’ve never seen compiled language in action but I think that would be harder. It would be fascinating to see all that can be programmed using it, and how the lack of a need for interpretation accelerates the performance of the programming. This type of programming would be best for professional work with heavy demands like being a high-end video game developer.

 Query languages are great when working with large databases and trying to quickly find specific pieces of data. Assembly languages aren’t used as often anymore but they play an essential role. 

Comments

Popular

Writing Efficient Programs

  Writing Better Programs: More Than Just “Making It Work” When I first started coding, my mindset was simple: if the program runs, I’m done. But after getting into data structures and algorithm design, I’ve realized that how a program works matters just as much as if it works. That’s where algorithmic design and data structures come in—they help you build programs that are not just correct, but efficient and well-structured. 🔹 Thinking Like a Programmer (Before You Code) One of the biggest changes I’ve made is slowing down before I start typing code. Instead of jumping straight into Java, I try to break the problem down into steps first. This is algorithmic design. For example, I’ll: Figure out what the program needs to do Write out the steps (kind of like pseudocode) Then translate that into actual code Doing this helps me avoid confusion and keeps my program organized from the start. 🔹 Are Some Algorithms and Data Structures Better? Yes—but not in a one-si...

Duolingo Critique

The app that I chose to review is Duolingo. There is a web version also. It is an interactive learning app that has many features. It can be accessed from multiple mobile devices like a tablet, laptop or phone. It can also be accessed with a pc. Functionality is seamless on all platforms. There is a database of learners with their information being stored for individual reference and each learner can connect with others through their profile. You can add friends and interact with others users. There are leaderboards that track progress daily on the app. This format is exciting because it makes the experience feel more like a game than educational lessons. There is a competitive factor and challenges that keep things interesting. Conversational exercises can be practiced in a more natural manner through an AI generated FaceTime call that reacts to your responses and stores your conversations. Stories are another way of practicing a language on the app. A pre generated radio program is a...

Computers

Computers  Past, present, & future The beginning Computers have changed the way we live. They connect us by sending electrical signals through a network to convey different messages. At first the speed and extent of that process was limited by less advanced technology. It took more hardware to complete certain tasks. For example, DSL wires would get congested but now that there are many towers built we have wireless connections that speed things up for us. Or things like fiber that communicate information through light rays. Modern Computers Computers have now reached a point of ultimate sufficiency. Non-volatile memory is able to store more gigabytes of data with smaller hardware than ever before. Just a simple flash drive will probably suffice for most people’s needs. And with things like cloud storage that host large databases for different networks, there is less of a need for physical components. Volatile memory processes different bits of information faster than ever befo...