Topic 1 - Python IDEs Flashcards

1
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
2
Q

What is the name of the IDE that comes by default with Python?

A

IDLE

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

IDLE uses colour coding to differentiate python code.

What colour is the following:

  1. Comments
  2. Strings
  3. Keywords
  4. Definition you create
  5. Use of built-ins
  6. Standard output
  7. Standard errors
  8. Standard user input
A
  1. Red
  2. Green
  3. Orange
  4. Blue
  5. Purple
  6. Blue
  7. Red
  8. Black
How well did you know this?
1
Not at all
2
3
4
5
Perfectly