Question

What is different about C vs. BASH vs. Python? What is needed for each to run...

What is different about C vs. BASH vs. Python? What is needed for each to run on the system? Think about what “kind” of language C is. Think about what “kind” of language Python is. What do you need to make the code for each run?

Don’t just answer the questions above, but write a well-worded paragraph.

Thank you

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

Answer:

python is easy to learn, highly efficient programming language used for general purpose programming and based on object oriented programming. It is one of the fastest growing programming languages to to optimize development speed and automate low-level task, It specifically designed for the web and app development python is more efficient and is known for its consistency and readability.

Bash is not a programming language, but a shell and a command-line interpreter.Bash is the default user shell on every Linux distribution as well as macOS. It's also available for just about every other UNIX operating system, including BSD UNIX . Bash is a software replacement for the original Bourne shell (sh). It dose not support OOP and it only understands text. It dose not deal with the frameworks and is less intutive than python.

C is a procedural programming language. It was mainly developed as a system programming language to write an operating system.The main features of c language include low-level access to memory. A simple set of keywords, and clean style, these feature make C language suitable for system programmings like an operating system or compiler development.

Requirements to run each on the system:

For Python:

* Processors: Intel Atom® processor or Intel® Core™ i3 processor.

* Disk space: 1 GB.

* Operating system: Windows* 7 or later, macOS, and Linux

* Python* versions: 2.7.X, 3.6.X,3.7.X.

For Bash:

You must be running Windows 10 version 1607 (the Anniversary update) or above.

For C:

To create and execute C programs in the Windows Operating System, we need to install Turbo C software.

python is a  object-oriented, high-level programming language with dynamic semantics. Its high-level built in data structures, combined with dynamic typing and dynamic binding, make it very attractive for Rapid Application Development.

C is a high-level and general-purpose programming language that is ideal for developing firmware or portable applications. Originally intended for writing system software.

Add a comment
Know the answer?
Add Answer to:
What is different about C vs. BASH vs. Python? What is needed for each to run...
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
  • Hi I need some help writing a security code using python mongodb restful api. I just...

    Hi I need some help writing a security code using python mongodb restful api. I just need help on how to provide a security login to user to enter their username and password or to have a block in using extra access once they have logined and they want more access to the databases they will be force to sign out of the server but I just do not know how to start on it can someone show me how...

  • Part 1: Python code; rewrite this code in C#, run the program and submit - include...

    Part 1: Python code; rewrite this code in C#, run the program and submit - include comments number= 4 guesscount=0 guess=int(input("Guess a number between 1 and 10: ")) while guess!=number: guesscount=guesscount+1 if guess<number: print("Your guess is too low") elif guess>number: print("Your guess is too high") else: print("You got it!!") guess=int(input("Guess again: ")) print("You figured it out in ",guesscount," guesses") Part 2: C++ code; rewrite the following code in C#. Run the program and submit. - include comments #include <iostream> using...

  • IN PYTHON Up until now, we have learned about printing text to the screen, functions, parameters,...

    IN PYTHON Up until now, we have learned about printing text to the screen, functions, parameters, loops, how to get input from users, text processing, and how to use if/else statements to have different execution paths. Everything we need in order to make our first game! For this assignment write a text-adventure game. Your game must have the following: at least 4 choices the player must make a different outcome for each of the 4 choices For extra points, draw...

  • code needed for a final project written in C# language .Net (Console Application). Guideline- 1) Must...

    code needed for a final project written in C# language .Net (Console Application). Guideline- 1) Must have at least one class and a child class , not counting a main program class. 2) must contain methods 3) must contain loops 4) must contain an if or a switch statement 5) must have at least one array or list 6) make sure to use TryParse to avoid the program from crashing and error handling where necessary. ( preferred project types include...

  • C programming is the main one and pick another code of choice!!! Background This assignment is...

    C programming is the main one and pick another code of choice!!! Background This assignment is based on one of the Big Ideas in this course, namely that reading C source code is a real aid in learning how to write C code. To that end, in this project, you write a program that scans C source from the 'Net and calculates some simple statistics. We're learning lots of concepts, and by running the program you write here on several...

  • Python code Write a Python program for each of the following: The following is a social...

    Python code Write a Python program for each of the following: The following is a social network graph. Each edge (link) in the graph represents a friendship between the involved people. The number on the link represents the number of times the involved people communicated with one another. No number on an edge means 0 communication is happening. You are to write a python program that will store the relations between the people involved in this social network somehow, as...

  • Please write this in python codes(please use actual python file to write this and make a...

    Please write this in python codes(please use actual python file to write this and make a screenshot about the code without write them in txt file,thank you) Exercise 1 Consider the orthogonal transformation matnx S and vectors à and b 0.80 0.60 0.00 0.64 s-1-0.48 0.60 a=101 b= 0.360.48 0.80 a Construct the matrx S as a numpy array and caiculate its determinant. In [ ]: b. Verify that a b is invariant under the transformation S In : C....

  • USE JAVA, PYTHON OR C TO WRITE AN ALGORITHM FOR THIS EXERCISE: . Chocolate bar puzzle...

    USE JAVA, PYTHON OR C TO WRITE AN ALGORITHM FOR THIS EXERCISE: . Chocolate bar puzzle Given an n × m chocolate bar, you need to break it into nm 1 × 1 pieces. You can break a bar only in a straight line, and only one bar can be broken at a time. Design an algorithm that solves the problem with the minimum number of bar breaks. What is this minimum number? Justify your answer by using the properties...

  • Python Coding: Write a computer program that stores and tracks information about high school students. The...

    Python Coding: Write a computer program that stores and tracks information about high school students. The first piece of information is what grade the student is in. Since this is for high school, the available values are 9, 10, 11, and 12. We also want to track the student’s GPA. Examples of GPAs are 2.2, 2.6, and 4.0. Finally, we want to track the letter grade that the student got on his or her final exam. These values are A,...

  • In a sensible language ( any of C#/Java/Python) write a program which correctly calculates add, subtract,...

    In a sensible language ( any of C#/Java/Python) write a program which correctly calculates add, subtract, multiply and divide using our ‘minifloat’ binary format using an algorithm you code yourself.  Some details: Your program only needs to work on two ‘numbers’ at a time, read those in from a text file – failure to read those values from a text file will result in a grade of 0.   For each ‘number’ store the sign, exponent and mantissa separately.   You can hard code your...

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