Config() in Python Tkinter are used for
1.destroy the widget
2.place the widget
3.change property of the widget
4.configure the widget
Answer:3
Posted Date:-2019-06-04 10:00:22
1.destroy the widget
2.place the widget
3.change property of the widget
4.configure the widget
Answer 31.line()
2.canvas.create_line()
3.create_line(canvas)
4.None of the above
Answer 21.GUI
2.Canvas
3.Both of the above
4.None of the above
Answer 21.call tk() function
2.create a button
3.To define a geometry
4.All of the above
Answer 11.foreground
2.background
3.forgap
4.None of the above
Answer 11.Entry
2.Text
3.Both of the above
4.None of the above
Answer 21.To change the direction of widget
2.To change the size of widget
3.To change the color of widget
4.To change the background of widget
Answer 41.call
2.from
3.import
4.All of the above
Answer 31.Graph user interaction
2.Global user interaction
3.Graphical user interface
4.Graphical user interaction
Answer 31.According to x,y coordinate
2.According to row and column vise
3.According to left,right,up,down
4.None of the above
Answer 31.According to x,y coordinate
2.According to row and column vise
3.According to left,right,up,down
4.None of the above
Answer 21.According to x,y coordinate
2.According to row and column vise
3.According to left,right,up,down
4.None of the above
Answer 11.import tkinter
2.import tkinter as t
3.from tkinter import *
4.All of the above
Answer 41.pip install python
2.tkinter install
3.pip install tkinter
4.tkinter pip install
Answer 31.Window
2.Frame
3.Label
4.All of the above
Answer 41.Yes
2.No
3.No(but possible by oval)
4.None of the above
Answer 31.2
2.4
3.6
4.5
Answer 21.2
2.4
3.6
4.8
Answer 21.Another window
2.Frames
3.Buttons
4.Labels
Answer 21.give a title name to the window
2.give a title name to the Button
3.give a title name to the Widet
4.None of the above
Answer 11.Database
2.OS commands
3.GUI
4.All of the above
Answer 31.bg
2.fg
3.color
4.cchng
Answer 21.mainloop() function
2.config() function
3.pack() function
4.title() function
Answer 21.stop()
2.delete()
3.destroy()
4.break()
Answer 31.Entry
2.Text
3.Both of the above
4.None of the above
Answer 21.mainloop() function
2.pause() function
3.Stop() function
4.None of the above
Answer 11.line
2.text
3.Button
4.All of the above
Answer 21.destroy(object)
2.object.destroy()
3.object(destroy)
4.delete(object)
Answer 21.config(object,property)
2.object.config(property)
3.config(property)
4.object.property
Answer 21.title(win,mytitle)
2.win.title(mytitle)
3.title(mytitle).win
4.None of the above
Answer 21.Frame(window,options)
2.win.frame(options)
3.Both of the above
4.None of the above
Answer 11.Display text on the window
2.Display Check button on window
3.Create a user data entry field
4.All of the above
Answer 31.To create a window screen
2.To Destroy the window screen
3.To Hold the window Screen
4.None of the above
Answer 31.To pack the widget on the screen
2.To define a size of the widget
3.To perform a task by a widget
4.To destroy the widget
Answer 11.To put the widget on the screen
2.To put the widget on the Button
3.To put the widget on the background
4.To destroy the widget
Answer 11.It is function
2.It is constructor
3.It is widget
4.All of the above
Answer 41.That will display on the screen
2.That will work in background
3.Both of the above
4.None of the above
Answer 11.background
2.fg
3.bg
4.bground
Answer 31.call
2.cammand
3.contact
4.All of the above
Answer 21.geometry(x,y)
2.geometry(300x400)
3.geometry(300,400)
4.None of the above
Answer 21.pip install Tkinter
2.pip install python tkinter
3.pip install tkinter python
4.None of the above
Answer 11.get()
2.Gettext()
3.Getdata()
4.All of the above
Answer 11.Button
2.Checkbutton
3.Lable
4.1 and 2
Answer 41.GUI is the part of the canvas
2.canvas is the part of the GUI
3.Both of the above
4.None of the above
Answer 21.import tkinter from *
2.import tkinter as t
3.import tkinter as p
4.All of the above
Answer 11.pack()
2.place()
3.grid()
4.All of the above
Answer 41.Numpy
2.Tkinter
3.Scipy
4.Opencv
Answer 21.Button
2.Label
3.Frame
4.All of the above
Answer 41.Line
2.Rectangle
3.oval
4.All of the above
Answer 41.Button
2.Label
3.Entry
4.None of the above
Answer 3