Start Discovering Solved Questions and Your Course Assignments
TextBooks Included
Active Tutors
Asked Questions
Answered Questions
problem1 using map increase the value of a sound by applying a function to each sample of the sound2 write a recursive
problem1 write a function to convert celsius to fahrenheit2 write a function to convert farenheit to celsius3 if you
problemcompound interest means that you add the interest say 2 to a starting balance say 100 for a period of time say
problemmathematicians talk about the fibonacci sequence which is a series of numbers defined recursively the first
problemheres a puzzle you have six blocks one of them weighs more than the other you have a scale but you can only use
problem1 find an algorithm that solves the traveling salesman problem in reasonable run time but isnt optimal2 the
problemhow do people get answers to problems that have algorithms that would take way too long to find the optimal
problemalan turing is known for another important finding in computer science besides the proof that the halting
problem1 write a function that will tell you how many digits there are in an integer use it to find the number of
problem1 what is the big-oh of the method clear blue2 what is the big-oh of the method line detect3 trace through the
problem1 how many times will the following code print out the messagefor x in range 1 5for y in range 0 10 2print i
problem1 write a function to do a bubble sort on a list2 write a function to do a quicksort on a list3 how many times
problem1 find animations of different sorting algorithms on the internet how would you describe difference between a
problem1 explain what the difference is between an interpreter and a compiler2 what is machine language how is it
problemwill the bright pixel tracing function only work in darkness make your own movie with someone writing with a
problem1 take a movie of some of your friends dancing in front of a green screen and use chromakeynbsp to make it look
problem1 write a function that draws a sun on the picture of a beach at different places on the picture in successive
problemcreate a function that takes a picture and creates a movie with the picture slowing turning into the negative
problemcreate a movie where an input picture becomes inverted the program should swap the two middle rows of pixels in
problem1 create a movie where an input picture becomes wider and wider with successive frames for example the first
problem1 create a new movie that has two rectangles moving a random amount from -5 to 5 in each direction in each
problem1 write a function to create a movie where one item is moving from the left to the right and another item is
problem1 look up persistence of vision on the internet and how it relates to making animations2 only the first example
problem1 how many frames would you need for a two-hour movie with a picture size of 1024 width by 728 height and 60
problemgiven a relational database with a person table that contains an id name and age what do each of the following