subject
Computers and Technology, 11.03.2020 22:07 flex23

10. (9 points) Show three different ways to create a list of 25 ones without simply typing the 25 ones. 11. (20 points) Create a list (L1) consisting of the integers: 11, 5, 7, 8, 10, and 11. Using List functions and methods do the following: a) Find the sum of the integers in L1 b) Find the Maximum value in L1 c) Update L1 by adding the integer 50 to the end of L1 d) Update L1 by adding the elements in the list [45, 34, 56, 11] e) After steps (c) and (d), find the number of elements in L1 f) Find the index of the value 8 in L1 g) Remove the last element in L1 h) Remove the first element from L1 i) Reverse the elements in the list L1 j) Count the number of occurrences of the integer 11 in L1

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 07:20
Write a pseudocode solution for each of these problems. 1. design a while loop that lets that user enter a number. the number should be multiplied by 10, and the result stored in a variable named product. the loop should iterate as long as product contains a value less than 100. 2. design a do-while loop that asks the user to enter two numbers. the numbers should be added and the sum displayed. the loop should ask the user whether he or she wishes to perform the operation again. if so, the loop should repeat; otherwise it should terminate. 3. design a for loop that displays the following set of numbers: 0, 10, 20, 30, 40, 50 100. 4. design a nested loop that displays 10 rows of # characters. there should be 15 # characters in each row. 5. convert this for loop to a while loop. declare integer count for count = 1 to 50 display count end for 6. find the error in the following pseudocode. declare boolean finished = false declare integer value, cube while not finished display “enter a value to be cubed.” input value; set cube = value ^ 3 display value, “ cubed is “, cube end while
Answers: 2
question
Computers and Technology, 23.06.2019 04:20
Which network media uses different regions of the electromagnetic spectrum to transmit signals through air? uses different regions of the electromagnetic spectrum to transmit signals through air.
Answers: 2
question
Computers and Technology, 23.06.2019 15:00
In the blank libreoffice writer document, to start the process of entering a date field into a letter, click on the insert menu. edit menu. file menu. fields menu.
Answers: 3
question
Computers and Technology, 23.06.2019 22:30
You draw two cards from a standard deck of 52 cards, but before you draw the second card, you put the first one back and reshuffle the deck. (a) are the outcomes on the two cards independent? why?
Answers: 3
You know the right answer?
10. (9 points) Show three different ways to create a list of 25 ones without simply typing the 25 on...
Questions
question
Biology, 23.09.2019 05:30
Questions on the website: 13722367