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