Intro to Python! Flashcards

1
Q

What are the three stages that a computer works in?

A

Input-Process-Output
To get work done on a computer, you enter the raw data(input), a computer operates on this data(process), and the desired result is obtained(output).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What are some examples of programming languages?

A

There are some specific computer languages that are used to write programs, such as Python, C, C++, Java, Pascal, etc.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is Python?

A

Python is a simple, high level-programming language that is used to write codes for the computer programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a program?

A

Modern computers follow programs, which is a sequence of instructions that specifies how to perform a computation.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Who was Python created by?

A

Python was created by Guido Van Rossum(When he was working in Centrum Wiskande Informatica, CWI, which a Nation Research Institute for Mathematics and Computer Science in the Netherlands)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

When was Python released?

A

Python was released in 1991.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the features of Python?

A

*It is an easy to learn general purpose programming language
*It is a machine/platform independent programming language
*It has a simple syntax
*Python is a case-sensitive language
*It is an interpreted language
*It is free to use and even free for commercial products

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the applications of Python programming?

A

*Build a website
*Develop games
*Program robot
*Perform scientific computations.
*Develop artificial intelligence applications

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How to install python?

A

You can download Python distributes from www.python.org/download.After downloading, execute it by double-clicking it and clicking on Run in the dialog box to start the download process.Follow the instructions and click on Next until you see the highlighted Finish button.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Where is the Python installation usually placed on Windows?

A

On windows, the Python installation is usually placed in the C:\Python 3.7.4 folder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly