A) None of These B) wb.current C) wb.active < D) wb.main E) wb.sheet
A) Sets the window size B) Sets the widget size < C) Sets the font size D) Sets padding E) None of These
A) None of These B) Button command < C) Label text() D) Menu bind() E) Entry get()
A) wb.new_sheet("NewSheet") B) wb.create_sheet("NewSheet") < C) None of These D) wb.insert("NewSheet") E) wb.add("NewSheet")
A) None of These B) Text() C) Label() D) Listbox() E) Treeview() <
A) front B) color C) text_color D) fg < E) None of These
A) export("file.xlsx") B) close("file.xlsx") C) save("file.xlsx") < D) write("file.xlsx") E) None of These
A) for row in ws.rows(): B) for row in ws.iter_rows(): < C) for row in ws.loop_rows(): D) None of These E) for row in ws.allrows():
A) None of These B) Worksheet < C) Cell D) Workbook E) Row
A) Tk() < B) Main() C) Root() D) Window() E) None of These
A) None of These B) Closes the window C) Runs only once D) Loads external files E) Keeps the window open and listens for events <
A) load_workbook() < B) open_excel() C) None of These D) excel_load() E) read_file()
A) ws["A1"].value < B) ws.read("A1") C) None of These D) ws.fetch("A1") E) ws.get("A1")
A) None of These B) ws.length C) ws.max row < D) ws.rows E) ws.rowcount
A) Web scraping B) Working with Excel files in Python < C) Connecting to databases D) Creating PDFs E) None of These
A) Use Style(bold=True) B) Use Font(bold=True) < C) Use Header(bold=True) D) None of These E) Use Text(bold=True)
A) None of These B) get_row() C) loop_rows() D) rows() E) iter_rows() <
A) ws.cols B) ws.width C) None of These D) ws.max_column < E) ws.colcount
A) None of These B) Tk() < C) Main() D) Shell() E) Frame()
A) .CSV B) .xls < C) None of These D) .xlsm E) .xltx
A) Label() B) None of These C) Entry() < D) Text() E) Button()
A) place() < B) None of These C) grid() D) align() E) pack()
A) None of These B) remove() C) clear() D) delete("1.0", END) < E) reset()
A) askfile() B) browse() C) filedialog.askopenfilename() < D) None of These E) selectfile()
A) Label() with Photolmage < B) Canvas() C) Text() D) Button() E) None of These
A) None of These B) ws.set("A1", "Hello") C) ws.put("A1", "Hello") D) ws["A1"] = "Hello" < E) ws.cell("A1").write("Hello")
A) root.title("My App") < B) None of These C) root.caption("My App") D) root.name("My App") E) root.text("My App")
A) Label() B) Canvas() C) Entry() D) None of These E) Text() with Scrollbar() <
A) .CSV B) .xlsx < C) None of These D) .txt E) .xls
A) pack() B) layout() C) grid() < D) None of These E) place()
A) function B) event C) None of These D) command < E) onClick
A) ws.combine("A1:B1") B) ws.join("A1:B1") C) ws.merge("A1:B1") D) None of These E) ws.merge_cells("A1:B1") <
A) Excel() B) NewExcel() C) Workbook() < D) CreateBook() E) None of These
A) None of These B) ws.new_row(1) C) ws.insert_rows(1) < D) ws.top_row() E) ws.add_row(1)
A) click() B) event() C) command < D) onPress() E) None of These
A) Menu run-function_name B) None of These C) Entry onChange=function_name D) Label text=function_name E) Button command=function_name <
A) from tkinter import tree B) import view C) from tkinter import ttk < D) None of These E) import tree
A) wb.names B) wb.sheetnames < C) wb.list() D) None of These E) wb.sheets()
A) from openxi import * B) import pyexcel C) import openpyxi < D) None of These E) from excel import *
A) Entry() < B) Frame() C) Label() D) Text() E) None of These
A) value B) text < C) label D) caption E) None of These
A) print("Saved") B) messagebox.showinfo() < C) None of These D) alert() E) label.set()
A) Label() < B) Text() C) Entry() D) None of These E) Canvas()
A) wb.get("Sheet1") B) wb["Sheet1"] < C) wb.sheet("Sheet1") D) None of These E) wb.active("Sheet1")
A) openpyxl.color B) openpyxl.styles < C) openpyxl.design D) None of These E) openpyxl.format
A) None of These B) Choice() C) Menu() D) Combo() E) Listbox() <
A) wb.end() B) wb.stop() C) None of These D) wb.finish() E) wb.close() <
A) entry.freeze() B) entry.off() C) entry.config(state="disabled") < D) entry.hide() E) None of These
A) None of These B) load_workbook("file.xlsx") < C) read_workbook("file.xlsx") D) get_book("file.xlsx") E) wb.open("file.xlsx")
A) .CSV B) .xls < C) .xlsm D) .xltx E) None of These |