Components of Python window! Flashcards

1
Q

What are the components of Python window?

A

They are: *Title Bar, *Menu Bar, *Script Area, and *Status Bar

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

What is the title bar?

A

The title bar is the are that displays the application name, the document, and contains command buttons like maximise, minimise, restore, and close.

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

What is the menu bar?

A

The menu bar consists of various menus with different options. The common menus of Python are File, Edit, Shell, Debug, Options, Window and Help.

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

How to work with the file menu?

A

This menu is used to work with the options related with the current used file, including sub-options such as open, view recent files, save, close, and exit the app.

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

How to work with edit menu?

A

This menu is used to edit the file in use. You can cut, copy, or paste the selected text, search for a particular text or phrase, or replace it with some other text.

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

How to work with help menu?

A

This menu is to get help related to any topic of Python, and you can also access it by clicking on the F1 key.

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

What is the script area?

A

This is the area where you type your code.

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

What is the status bar?

A

The Status bar tells the current status of your control/cursor on the window.

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