Browse All
Alphabetical listing with fast deep pagination.
1197283 items • Page 5 / 23946
# Modify EITHER the \'compareCoffeePricesList\' function OR the \'cafeDiskDemo\'
# Modify EITHER the 'compareCoffeePricesList' function OR the 'cafeDiskDemo' function # so that instead of having the cafes numbered 0, 1, 2, etc., they are named. # When taking i…
# Modify function given below to add a second # player-ant to the game. The seco
# Modify function given below to add a second # player-ant to the game. The second player will be controlled by # another player. The game must be turn-based (alternates between t…
# Modify the compareCoffeePricesList function and rename # the function to \'exp
# Modify the compareCoffeePricesList function and rename # the function to 'expensesManager'. As the name suggests, # the 'cafeNameList' should now be used to store a list of expe…
# Modify the compareCoffeePricesList function and rename # the function to \'exp
# Modify the compareCoffeePricesList function and rename # the function to 'expensesManager'. As the name suggests, # the 'cafeNameList' should now be used to store a list of expe…
# P4A Exp. 4 Objectives (Student Learning Outcomes): After completing this exper
# P4A Exp. 4 Objectives (Student Learning Outcomes): After completing this experiment, a successful to predict and verify the range of a projectile fired borizontal direction. stu…
# Please use Python to answer this question 10.4. An example: state machines A s
# Please use Python to answer this question 10.4. An example: state machines A state machine is a system that can be in one of a few different states. We draw a state diagram to r…
# Please use Python to do this question. # import turtle to do this question. Wr
# Please use Python to do this question. # import turtle to do this question. Write a function, grade_histogram(t,mu,sigma,n), which uses the turtle module to make a histogram for…
# Plotting a graph import matplotlib.pyplot as plt import numpy as np m = 3 #def
# Plotting a graph import matplotlib.pyplot as plt import numpy as np m = 3 #definig m = 3 as given j = np.arange(1, m+1) # Giving j range from 1 to m+1 equally a = [] # list to s…
# Plotting a graph import matplotlib.pyplot as plt import numpy as np m = 3 #def
# Plotting a graph import matplotlib.pyplot as plt import numpy as np m = 3 #definig m = 3 as given j = np.arange(1, m+1) # Giving j range from 1 to m+1 equally a = [] # list to s…
# Problem 1: # # Other types of Python container objects may have embedded data.
# Problem 1: # # Other types of Python container objects may have embedded data. # For example, we could represent an appointment calendar as a # dictionary of dictionaries. Each …
# Problem 2 # # Write a function called flatten. The function is passed a parame
# Problem 2 # # Write a function called flatten. The function is passed a parameter # x, which may be a list (possibly containing embedded lists), or # a non-list such as an integ…
# Problem 3 # # Write a function called deepcopy_242. It is passed a parameter #
# Problem 3 # # Write a function called deepcopy_242. It is passed a parameter # x, which may be a list (possibly containing embedded lists), or # a non-list such as an integer. T…
# Project # Name: # Collaborators: import random import string VOWELS = \'aeiou\
# Project # Name: # Collaborators: import random import string VOWELS = 'aeiou' CONSONANTS = 'bcdfghjklmnpqrstvwxyz' HAND_SIZE = 7 SCRABBLE_LETTER_VALUES = { 'a': 1, 'b': 3, 'c': …
# Purpose: Read in three integers and calculate first - second - third + 38 and
# Purpose: Read in three integers and calculate first - second - third + 38 and # the product first*third. .data prompt1: .asciiz "Enter a number: " # first…
# Q: to ef 4. A multiple choice quiz to be given to a particular section of IMSE
# Q: to ef 4. A multiple choice quiz to be given to a particular section of IMSE 317 has 10 questions on it, each with 4 possibilities (a, b, c, and d). Suppose a particular stude…
# Re-write the random password generator function below and extend it so that th
# Re-write the random password generator function below and extend it so that the # passwords are written to a file. You can first ask the user what the length of the # passwords …
# Rewrite either the \'compareCoffeePricesList\' function OR the \'cafeDiskDemo\
# Rewrite either the 'compareCoffeePricesList' function OR the 'cafeDiskDemo' function # so that, instead of having the cafes numbered 0, 1, 2, etc., they are named. # When taking…
# Statement T/F C PROGRAMMING 1. If ch1 contains the value \'C\' and ch2 contain
# Statement T/F C PROGRAMMING 1. If ch1 contains the value 'C' and ch2 contains the value 'K', the value of the expression ch1 >= ch2 is true. 2. A function can be declared sev…
# T/F 8 MidTerm Questions \'A\' 1 Windows will open programs that have common fi
# T/F 8 MidTerm Questions 'A' 1 Windows will open programs that have common file extensions using 'default' programs. 2 When you 'Open' a file; it copies data from the hard drive …
# Test drop_last e-->\'\'.join([v for v in drop_last(\'combustible\', 5)])-->com
# Test drop_last e-->''.join([v for v in drop_last('combustible', 5)])-->combus e-->''.join([v for v in drop_last(hide('combustible'), 5)])-->combus e-->''.join([v …
# Test sequence e-->\'\'.join([v for v in sequence(\'abc\', \'d\', \'ef\', \'ghi
# Test sequence e-->''.join([v for v in sequence('abc', 'd', 'ef', 'ghi')])-->abcdefghi e-->''.join([v for v in sequence(hide('abc'), hide('d'), hide('ef'), hide('ghi'))]…
# This function CALLS Eyeball TWICE (once for each eye) to place the pair of eye
# This function CALLS Eyeball TWICE (once for each eye) to place the pair of eyeballs on the screen. Stare must first determine the correct radius and center positions for each ey…
# This function paints ONE anime eyeball on the Canvas, centered at . The
# This function paints ONE anime eyeball on the Canvas, centered at <Xc,Yc>. The color of the iris is NewColor, the pupil is black, and the highlights are white. The sizes a…
# This program exercises arrays and linked lists of nodes. # Replace any \"
# This program exercises arrays and linked lists of nodes. # Replace any "<your code>" comments with your own code statement(s) # to accomplish the specified task. # Do not …
# This program exercises bags: # Replace any \"\" comments with your own code st
# This program exercises bags: # Replace any "" comments with your own code statement(s) # to accomplish the specified task. # Do not change any other code. # The following files …
# This program exercises stacks. # Replace any \"\" comments with you
# This program exercises stacks. # Replace any "<your code>" comments with your own code statement(s) # to accomplish the specified task. # Do not change any other code. # T…
# This program exercises stacks. # Replace any \"yourcode\" comments with your o
# This program exercises stacks. # Replace any "yourcode" comments with your own code statement(s) # to accomplish the specified task. # Do not change any other code. # The follow…
# This program uses a Python dictionary to find the mode(s) of a data set. # The
# This program uses a Python dictionary to find the mode(s) of a data set. # The mode of a data set is its most frequently occurring value. # A data set may have more than one mod…
# This program uses a Python dictionary to find the mode(s) of a data set. # The
# This program uses a Python dictionary to find the mode(s) of a data set. # The mode of a data set is its most frequently occurring value. # A data set may have more than one mod…
# TicTacToe import random def drwBoard(bo): # method prints the board print(\' |
# TicTacToe import random def drwBoard(bo): # method prints the board print(' | |') print(' ' + bo[7] + ' | ' + bo[8] + ' | ' + bo[9]) print(' | |') print('-----------') …
# Two identical plants are grown in two pots in the greenhouse. The pots are ide
# Two identical plants are grown in two pots in the greenhouse. The pots are identical except for the nutrient levels (fertility). As a result, for nutrient uptake, one plant reli…
# Used in assignment 4 # Registers used: $t0 - used to hold the first number. -
# Used in assignment 4 # Registers used: $t0 - used to hold the first number. - used to hold the second number. - used to hold the difference of the $t1 and $t0. - syscall paramet…
# Using MARS, write Assembly code (for RISC) that computes average of list of mi
# Using MARS, write Assembly code (for RISC) that computes average of list of mideterm test scores in # freshman ENGR121 class and return in $v0. # The list consis…
# Variables: # NBA: number of bits in the virtual address # NBO: number of bits
# Variables: # NBA: number of bits in the virtual address # NBO: number of bits for offset in the virtual address # NBP: number of bits for VPN in the virtual address # NP: number…
# Warren Co. recorded a right-of-use asset of $800,000 in a 10-year Type A lease
# Warren Co. recorded a right-of-use asset of $800,000 in a 10-year Type A lease. The interest rate charged by the lessor was 8%. Under the new ASU, the balance in the right-of-us…
# WebWork : MA320-Zoux Parth C Chwngg Study | Guided Sox - x D * A : C i Secure
# WebWork : MA320-Zoux Parth C Chwngg Study | Guided Sox - x D * A : C i Secure | https://webwork.as.uky.edu/webwork2/MA320-Zhou-S18/Homework9/2/ Apps D Carwas UKY a Amazon.corn: …
# Which of the following is NOT a situation that might lead a firm to increase i
# Which of the following is NOT a situation that might lead a firm to increase its holdings of short-term marketable securities? Answer a. The firm is going from its slack season …
# Write a Program that dispense change. The Program shouldread the amount of pur
# Write a Program that dispense change. The Program shouldread the amount of purchase and the amount paid and then displaythe number of dollars , quaters, dimes, nickels, and penn…
# Write a recursive method about: Arrangements. Suppose we have a collection (i.
# Write a recursive method about: Arrangements. Suppose we have a collection (i.e. a set) of numbers: 1, 2, 3, 4 and we want to find all possible arrangements of these numbers. We…
# Write a recursive method that finds a path in a given maze. A maze consists of
# Write a recursive method that finds a path in a given maze. A maze consists of open spaces (represented by 1s) and walls (repesented by 0s). So, we can represent a maze with a 2…
# YOUR SOLUTION GOES HERE \"Check that statistics returns the correct datatype.\
# YOUR SOLUTION GOES HERE "Check that statistics returns the correct datatype." assert type(statistics([1.3,5.2,3.7])) == tuple , "Return value should be a tuple." assert len(stat…
# add you name up here # modify the fraction shown below # NOTE, you should inde
# add you name up here # modify the fraction shown below # NOTE, you should indent by using 4 spaces for each indent, and not tab # and the gcd is different below than in th…
# co Saline Cionidine FIGURE 8| Inhibition of cuntral NE reluaso by systemic clo
# co Saline Cionidine FIGURE 8| Inhibition of cuntral NE reluaso by systemic clonidine and its offucts on sxpession of DRG P2X3 and dovlopmunt of amcathic machanical pair hypersen…
# data segment .data Z: .word 2, 4, 6, 8, 10, 12, 14, 16, 18, 0 #First array\'s
# data segment .data Z: .word 2, 4, 6, 8, 10, 12, 14, 16, 18, 0 #First array's elements sumZ: .word 0 .text main: la $t3, Z # put address of Z into $t3 lw $t1, sumZ Loop: lw $s6, …
# i = 0, k = 1 and j = n/2 # while (k -1 and j > -1 and j < n
# i = 0, k = 1 and j = n/2 # while (k <= n*n) # if (i > -1 and j > -1 and j < n and i < n and a[i,j] == 0) # a[i,j] = k # i = i - 1, j = j +1 and k = k + 1 # else i…
# in Java Use a factory pattern to support a rental car program • Create RentalC
#in Java Use a factory pattern to support a rental car program • Create RentalCar class, with following attributes o Name o # of people can fit • Write a toString() method for the…
# in r programming # 1) Create an object of S3 class “cow” containing : An ident
# in r programming # 1) Create an object of S3 class “cow” containing : An identification Number for the cow The cow breed A dataframe of the cow age (months), milk yield in first…
# include # include # include # include using namespace std; // Class prototype.
# include # include # include # include using namespace std; // Class prototype. class TripleString { // Private area for variables and methods. private: // Member data. string st…
# include # include //for \'rand\', \'srand\' # include //for \'system time\' us
# include # include //for 'rand', 'srand' # include //for 'system time' using namespace std; int main() { int no; //saves no. of games to play char c[4]; // saves 4 different char…
# include # include # include # include u
# include <iostream> # include <cmath> # include <iomanip> # include <cstdlib> using namespace std; int main() { int die1; int die2; int dice; int bet; int…