Question

For each of the six following programming languages, list the following: Who designed and created the...

For each of the six following programming languages, list the following:

  • Who designed and created the programming language?
  • When were the languages created?
  • What is the unique visual style or "look-and-feel" of language? How do you immediately know when a program is written in python?

C:

C++:

COBOL:

Fortran:

Pascal:

python:

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Solution for given question is as follows :

Language

Designed/Created By

When language created

"look-and-feel" of language

C

Dennis Ritchie

between 1972 and 1973

C language has file extension .c also c language uses printf() scanf() functions . C is procedural language

C++

Bjarne Stroustrup

1979

C++ language has file extension .c ,.cpp also c++ language uses cout,cin functions . C is object oriented language.

COBOL

Grace Hopper

1959

Procedural, imperative, object oriented.

Fortran

John Backus

1957

General purpose, designed to allow easy translation of maths formula into code.

Pascal

Niklaus Wirth

Designed in 1968-69 and published in 1970

File extension .pp,.pas. small, efficient language intended to encourage good programming practices using structured and data programming.

Python

Guido van Rossum

1991

File extension .py , python is interpreted, high-level ,general purpose programming language.

Python is used in data science.

Screenshot

Add a comment
Know the answer?
Add Answer to:
For each of the six following programming languages, list the following: Who designed and created the...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Extensively Compare the Following Programming Languages (Provide Strengths and Weaknesses of Each Programming Language) and Provide...

    Extensively Compare the Following Programming Languages (Provide Strengths and Weaknesses of Each Programming Language) and Provide Brief Note of Each Programming Language. C# Java PHP Python Ruby

  • 2-Many programming languages facilitate programming in more than one paradigm. TRUE OR FALSE 3-If a language...

    2-Many programming languages facilitate programming in more than one paradigm. TRUE OR FALSE 3-If a language is purposely designed to allow programming in many paradigms is called a _______________ language. What term goes in the blank? A: compiled B: interpreted C: multi-access D: multi-paradigm E: procedural 4-A "Hello, World!" program is used to do which of the following? A: Configure the compiler cache for optimizing results. B: Illustrate the basic syntax of a programming language and often is the very...

  • On Twitter (a social media platform), there is a friendly debate over what the ‘best’ programming...

    On Twitter (a social media platform), there is a friendly debate over what the ‘best’ programming language is for data analysis. Two of the dominant languages that battle back and forth for ease of use are Python and R. To get to the bottom of which of these two languages have a higher ranking for ease of use, a Twitter user created a survey that collected data from post-secondary school students who had taken one course in either Python, or,...

  • Question 1 The following function header represents which programming language? double calc_weekly_pay( double hours_worked, double pay_rate)...

    Question 1 The following function header represents which programming language? double calc_weekly_pay( double hours_worked, double pay_rate) Question 1 options: Python A C-based language FORTRAN COBOL Question 2 One of my favorite quotes from Jeanette Wind is "Computational thinking is using abstraction and decomposition when attacking a large complex task or designing a large complex system." This supports using _____________ when developing programs. Question 2 options: Repetition structures Assignment statements Selection structures Functions Question 3 The following assignment statement exhibits which...

  • I need help with the following problems, any help you can provide is deeply appreciated! CSC...

    I need help with the following problems, any help you can provide is deeply appreciated! CSC 404 Exam 1 Question I continued - 9. The syntax rules for most languages ignore spaces. An exception is which tises indents and therefore spaces to form the indents) to group statements (a) FORTRAN (6) Pascal (e) Python (d) Lip (e) C++ 10. Identifiers, constants and operators are typical examples of (a) tokens. (b) leafons. (c) signifiers. (d) lexicons. (e) parsicles. 0) non-terminals. 11....

  • I am writing a program in c programming and it is supposed to do the following using mc9s12dg256.h microcontroller When...

    I am writing a program in c programming and it is supposed to do the following using mc9s12dg256.h microcontroller When both DIP switches #8 and #1 are high, turn on all LEDS. When both DIP switches #8 and #1 are low, turn off all LEDs When DIP switch #8 is high and #1 is low, turn on all the even numbered LEDs. When DIP switch #1 is high and #8 is low, turn on all the odd numbered LEDs. Your...

  • Choose appropriate term from the list below for each of the following descriptions. A. Executive Order...

    Choose appropriate term from the list below for each of the following descriptions. A. Executive Order 9066 B. English-Only Movement C. Chinese Exclusion Act D. Bilingual Education Act E. Proposition 227 and 58 F. Meyer vs. Nebraska G. Farrington vs. Tokushige H. Lau vs. Nichols I. Native American Languages Act J. Bill of Rights for Deaf and Hard of Hearing Children This federal legal act, signed in 1968 by President Lyndon B. Johnson, introduced a new type of education for...

  • 1. (p. 2-3.) Which of the following is NOT a reason for studying concepts of programming...

    1. (p. 2-3.) Which of the following is NOT a reason for studying concepts of programming languages according to Sebesta? a. Increased capacity to express ideas. b. Improved background for choosing appropriate languages. c. Increased ability to design new languages. d. Increased ability to learn new languages. 2. (p. 5-6.) What programming language has dominated scientific computing over the past 50 years? a. FORTRAN b. ALGOL c. SNOBOL d. PL/I 3. (p. 6.) What programming language has dominated artificial intelligence...

  • Name: Date Identify the following statements as true or false (5 % each question) 1. Transistors...

    Name: Date Identify the following statements as true or false (5 % each question) 1. Transistors were invented in the First generation to replace the vacuum tubes False 2. Instruction Set Architecture (ISA) is the interface between operating system and hardware 3. The number 666 and the number in quotes "666" is the same to a computer 4. The binary number of 218 in BCD code is 0010 0001 1000 5. In the early 17 century, the term "Computer" was...

  • Objective To program using the functional programming paradigm Assignment: Write the following functions using Scheme (or...

    Objective To program using the functional programming paradigm Assignment: Write the following functions using Scheme (or LISP if you prefer) . A function (binomial N k) that returns the binomial coefficients C(N, k), defined recursively as: C(NO) = 1, C(N, N) = 1, and, for 0<k < N E(N, k) = C(N-1, k) + C(N-1, k-1) 2. A function (mod N M) that returns the modulus remainder when dividing N by M 3. A function (binaryToDecimal b) that takes a...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT