L&L Excel

L&L Excel

Professional Development

13 Qs

quiz-placeholder

Similar activities

Excel Worksheet Protection and Printing Quiz

Excel Worksheet Protection and Printing Quiz

Professional Development

11 Qs

UNIT-5

UNIT-5

Professional Development

15 Qs

Computer Basics - Excel Knowledge Test

Computer Basics - Excel Knowledge Test

Professional Development

17 Qs

Quiz on Excel-III

Quiz on Excel-III

12th Grade - Professional Development

10 Qs

IT Literacy Challenge

IT Literacy Challenge

Professional Development

13 Qs

MS EXCEL Introduction

MS EXCEL Introduction

Professional Development

10 Qs

MS Excel practice

MS Excel practice

Professional Development

18 Qs

L&L Excel

L&L Excel

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Adam Alam

FREE Resource

13 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the code for getting a list of the name of all sheets in workbook (wb)?

wb.getSheets()

wb.sheetnames

wb.sheets

wb.getSheetNames()

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How do you get the value of cell "A1" in a sheet?

sheet['A1']

sheet['A1'].value

sheet['A1'].getValue()

sheet['A1'].value()

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is an Excel Spreadsheet document called

Cell

Workbook

Worksheet

File

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image

What is this code doing?

Printing the value of every 3rd column in row 2 starting at column 2

Printing the value of every 3rd row in column 3 starting at row 2

Printing the value of every other column in row 3 starting at column 2

Printing the value of every other row in in column 2 starting at row 2

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Using openpyxl, how do you open a workbook?

openpyxl.open()

openpyxl.Workbook()

openpyxl.load_workbook()

openpyxl.new_workbook()

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

To convert column letters to numbers using openpyxl, which function do you use?

column_to_number()

get_column_number()

column_index_from_string()

convert_column()

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is a correct way to access rows in a Worksheet object using openpyxl

sheet.rows[1]

sheet.get_rows(1)

list(sheet.rows)[1]

sheet[1].rows

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?