CC102 Flashcards
is crucial today as it controls devices and bridges the gap between human thinking and machine functioning
computer programming
enable us to instruct machines.
programming language
played a pivotal role in creating the first programming language while working with Charles Babbage on the Analytical Engine.
ada Lovelace
It was designed for scientific and mathematical calculations, and it’s still used today in various applications
Fortran 1957-1959
who created the Fortran language?
John backus
is a versatile computer programming language intended for diverse computer systems.
It’s known as COmmon Business Oriented Language and finds applications in various sectors including ATMs, credit card processing, telephone systems, healthcare and government computers, automotive systems, and traffic signals.
COBOL (common business oriented language)
who developed the COBOL LANGUAGE?
Dr. Grace Murray Hopper
is a user-friendly computer programming language aimed at enabling non-technical students to work with computers.
It’s short for Beginner’s All-purpose Symbolic Instruction Code. Bill Gates and Paul Allen later adapted BASIC for the Altair 8800, marking Microsoft’s first product.
1964 basic (beginner’s all-purpose symbolic instruction code?)
basic was developed by
John G. Kemeny and Thomas E. Kurtz
is a beginner-friendly programming language initially designed for teaching.
It became pivotal in software development for Apple, Microsoft, and Skype during their early stages
1970 Pascal
who created the pascal?
Niklaus Wirth who started but finished by Blaise Pascal
initially as a scripting language for text editing to simplify report processing.
Today, Perl is extensively utilized in Linux system administration, web development, and network programming. Major companies like Apple, Nvidia, and Intel also employ Perl in their operations.
1987 Perl
who created the perl language?
larry wall
enables various programming styles that are more readable and require fewer code lines compared to other languages.
Its name is inspired by Monty Python. Major platforms like Google, Instagram, and Spotify employ Python for their services.
1991 Python
who created the python?
Guido Von Rossum
made by Microsoft, builds on the BASIC programming language. It lets programmers use ready-made code blocks through a point-and-click interface called Graphical User Interface (GUI).
This is handy for making apps like calculators, payrolls, and databases.
Visual Basic
initially called Oak, a team at Sun Microsystems. It was initially designed for TVs and handheld devices but was improved to work on all types of devices.
JAVA is used to build various things like computer interfaces, mobile apps.
1995 Java
who created the Java language?
James Gosling
is a key part of the internet.
It was built to make webpages more dynamic and interactive.
Javascript
Javascript was made by?
Brendan Eich
It is used mostly for Web development and is usually runs on Web servers.
It also has capability to connect to a database, making it ideal for creating dynamic webpages. now widely used to build websites and blogs.
PHP
PHP was created by?
Rasmus Lerdorf.
language is the most basic language for computers, using only zeros and ones (binary) as instructions.
Computers understand it directly, but it’s tough for humans since we need to remember all those binary codes.
Machine Language
is a bit more human-friendly than pure machine language.
It uses simple words like “mov,” “add,” “sub,” making it easier to write and read
Assembler
like giving a computer a list of instructions to follow step by step.
It’s one of the oldest ways of programming
Imperative programming
like organizing your code neatly and logically to make it easy to understand.
It’s a simplified version of imperative programming focus in clear/organize code
Structure programming