Computer Science, asked by ayushagarwal0592007, 4 months ago

Exercise
d) pass
c) break
d) pass
A. Choose the correct options.
1. Which of the following statements is used to exit a loop forcefully?
a) for
by continue
2. Which of the following methods is used to create a blank window in Python?
a) Create Win() b) Graph Win() c) Window
d) wino
3. Which of the following loops executes till the condition remains true?
a) for
b) while
c) continue
4. Which of the following methods is used to create a point in graphics window?
a) Point()
b) PO
c) CreatePoint) d) DrawPto
5. Which method is used to draw a rectangle?
a) Rect()
b) DrawRecto c) Rectangle() d) DrawRectangle
6. Which of the following is the correct syntax of the Circle() function?
a) Circle(20, 30)
b) Cirice(Point(20, 30)
c) Circle(Point(20, 30), Point(20))
d) Circle(Point(20, 30), 50)
B. State true or false.
1. The 'for' loop is used to iterate over a sequence of items.
2. The continue statement ignores the conditional statement unless it triggers a break statement.
3. The enter() function is used to take an input from a user.
4. The Polygon() function can be used to create a polygon.
5. The default outline colour of a shape drawn is white.
C. Fill in the blanks.
1. The
statement takes the program control to the beginning of the loop statements.
2. The
function is used to specify the lower and upper limits to display a list of items.
3. The
statement is used to get out of a loop forcefully.
4. The
function is used to fill colour in a shape.
5. The
function is used to change the width of the outline.​

Answers

Answered by sahupurusottam1977
2

Explanation:

Bhai mujhe tumhare question samaj me nahi aya

Similar questions