Google News
logo
Tkinter - Quiz(MCQ)
A)
According to x,y coordinate
B)
According to row and column vise
C)
According to left, right, up, down
D)
None of the above

Correct Answer : Option (C) :   According to left, right, up, down

A)
geometry(x,y)
B)
geometry(300x400)
C)
geometry(300,400)
D)
None of the above

Correct Answer : Option (B) :   geometry(300x400)

A)
According to row and column vise
B)
According to x,y coordinate
C)
According to left,right,up,down
D)
None of the above

Correct Answer : Option (A) :   According to row and column vise

A)
call
B)
contact
C)
control
D)
cammand

Correct Answer : Option (D) :   cammand

A)
According to only rows
B)
According to row and column
C)
According to left,right,up,down
D)
According to x,y coordinate

Correct Answer : Option (D) :   According to x,y coordinate

A)
bg
B)
fg
C)
bground
D)
background

Correct Answer : Option (A) :   bg

A)
import tkinter
B)
import tkinter as t
C)
from tkinter import *
D)
All of the above

Correct Answer : Option (D) :   All of the above

A)
tkinter install
B)
pip install python
C)
pip install tkinter
D)
tkinter pip install

Correct Answer : Option (C) :   pip install tkinter

A)
That will work in background
B)
That will display on the screen
C)
Both of the above
D)
None of the above

Correct Answer : Option (B) :   That will display on the screen

A)
It is widget
B)
It is function
C)
It is constructor
D)
All of the above

Correct Answer : Option (D) :   All of the above