Computer (Introduction of Python) Flashcards

1
Q

This is a python environment using pycharm

A

Python IDE

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

What does IDE mean?

A

It is a software suite that consolidates basic tools required to write and test software.

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

What does IDE stand for?

A

Integrated Development Environment

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

What are the features of IDE?

A
  1. Code Editor
  2. Compiler
  3. Debugger
  4. Build Automation Tool
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the different IDEs

A
  1. PyCharm
  2. Spyder
  3. PyDev
  4. IDLE
  5. WING
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Developed by JetBrains, this IDE has two versions (Community and Professional)

A

PyCharm

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

It is a free and an open source IDE usually used for scientific development. It offers an advanced level of edit, debug and data explanation feature.

A

Spyder

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

Outside plugin for eclipse, it uses advanced type inference technique

A

PyDev

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

Integrated development and learning environment, it is very simple, easy to use and has a basic IDE

A

IDLE

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

It provides developers with a full-featured source editor, debugger, code browser.
Debugging is its most useful feature.

A

WING

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

What is the difference between Python and Java?

A

Java is a statically typed and compiled language and Python is a dynamically typed and interpreted language.

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

What is the difference between Python and Javascript?

A

Javascript is not a pure object oriented programming language, where as Python is an authentic oop language using a class-based inheritance structure.

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

What is the difference between Python and Perl?

A

Perl was created as a data and text processing language, and as a tool for system admins whereas Python was created as a general purpose language meant to be easily learnt.

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