subject
Computers and Technology, 24.02.2021 02:30 aupein

Question # 2 Multiple Choice
You text file begins with the following rows.
The pattern is a description of the item to be repaired, its color, and the issue.
bike, red, flat tire
bike. blue, broken chain
skate, blue. loose wheel
mitt, red, tom lace
Your program starts with the following lines.
import csv
aFile = open("data broken. txt","r")
aReader = csv. reader/aFile)
countRed = 0
for item in aReader
When you write code to count the number of times red is the color, what is the index of "red"?
3

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 17:00
Annie is creating a corporate report for a company’s annual meeting. in the report, she wants to add the signature of various department heads. which device can annie use to capture signatures to include in the report? a. printer b. monitor c. e-reader d. digitizing tablet
Answers: 1
question
Computers and Technology, 23.06.2019 02:00
Consider the following function main: int main() { int alpha[20]; int beta[20]; int matrix[10][4]; . . } a. write the definition of the function inputarray that prompts the user to input 20 numbers and stores the numbers into alpha. b. write the definition of the function doublearray that initializes the elements of beta to two times the corresponding elements in alpha. make sure that you prevent the function from modifying the elements of alpha. c. write the definition of the function copyalphabeta that stores alpha into the first five rows of matrix and beta into the last five rows of matrix. make sure that you prevent the function from modifying the elements of alpha and beta. d. write the definition of the function printarray that prints any onedimensional array of type int. print 15 elements per line. e. write a c11 program that tests the function main and the functions discussed in parts a through d. (add additional functions, such as printing a two-dimensional array, as needed.)
Answers: 3
question
Computers and Technology, 23.06.2019 14:30
Which of the following would not be considered a pc? a. mainframe b. desktop c. tablet pc d. laptop
Answers: 2
question
Computers and Technology, 23.06.2019 19:00
Acompany is hiring professionals for web designing. the firm is small with few resources. they want employees who possess problem-solving skills and can independently carry out responsibilities. which kind of employee should they select?
Answers: 2
You know the right answer?
Question # 2 Multiple Choice
You text file begins with the following rows.
The pattern...
Questions
question
Mathematics, 14.07.2019 12:20
Questions on the website: 13722361