Python Flashcards
Which of the following is not the type of loop? a. Conditional
b. Counter
c. Compute
Compute
String list or tuple are termed as
A-sequence,
B-function,
C-loop.
Sequence
Blank widget is used to create single line label or caption.
A- Label,
B- Button,
C- Entry
Label
The blank statement can be used to unconditionally jump out of the loop.
Break
Blank is the smaller part of GUI which provides better control to the user.
A Widget,
B Range,
C Continue
Widget
True or False, Sequence is a collection of elements.
True
True or False, Grid method organizes the widget window in tabular column.
True
True or false, the range is a predefined function of Python.
True
True or False? Continue statement tells the program to skip the rest of the statement of current iteration of loop.
True
True or False, Entry widget is used to create single line input box.
True
The blank loop is used to repeat a block of statements until there is no item in any sequence.
For
The range function consists of three parameters.
Start
Stop
Step
The blank loop in python is used to repeat a block of statements for given numbers of times until the given condition is false.
While
When we use else with for loop, this structure is known as blank.
For else loop
Blank widget is used to create action button for application.
Button ()