Practice2

Practice2

Assessment

Quiz

Created by

Aristia Villa

Architecture

1st - 5th Grade

Hard

Student preview

quiz-placeholder

6 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

You are creating a Python script to evaluate input and check for upper and lower case. Which four code segments should you use to develop the solution? To answer, move the appropriate code segment from the list of code segments to the answer area and arrange them in the correct order

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

You develop a Python application for your company.

You have the following code. Line numbers are included for reference only.

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

You create the following program to locate a conference room and display the room name. Line numbers are included for reference only.

Colleagues report that the program sometimes produces incorrect results. You need to troubleshoot the program. Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code segment.

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Match the data type to the type operations. To answer, drag the appropriate data type to the correct type operation. Each data type may be used once, more than once, or not at all.

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

The ABC company needs a way to find the count of particular letters in their publications to ensure that there is a good balance. It seems that there have been complaints about overuse of the letter e. You need to create a function to meet the requirements. How should you complete this code? To answer, select the appropriate code segments in the answer area.

6.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

You find errors while evaluating the following code. Line numbers are included for reference only.

You need to correct the code at line 03 and line 06.

How should you correct the code? Use the drop-down menus to select the answer choice that answers each question based on the information presented in the code segment.