Web development and programming
191828 questions • Page 2 / 3837
# 1 a) If a composite signal has frequencies between 1.15 MHz and 850 KHz, what
# 1 a) If a composite signal has frequencies between 1.15 MHz and 850 KHz, what is its bandwidth? b) Given a period of 10 microseconds, calculate the corresponding frequency. # 2 …
# 1. Create a list of 5 lists, where each list contains 4 statistics. # [FGM, FG
# 1. Create a list of 5 lists, where each list contains 4 statistics. # [FGM, FGA, 3PM, 3PA] -- This list holds these stats from a single Game. # You should have one list of 5 lis…
# 1. RECURSIVE METHOD. Write a function which prints all the plural # words in a
# 1. RECURSIVE METHOD. Write a function which prints all the plural # words in a list of words. For our purposes, plural words # end in 's'. For example, # # >>> print_pl…
# 4 – Library Application with Music and Video please use c++ programming langua
# 4 – Library Application with Music and Video please use c++ programming language. Due Wednesday, October 25, at the beginning of class. Hand in hard copy of your code and be pre…
# 4. RECURSIVE METHOD. Write a function called to_upper. It is passed a str obje
# 4. RECURSIVE METHOD. Write a function called to_upper. It is passed a str object, # and returns a str object in which all of the lower case letter # in the parameter string have…
# 6. RECURSIVE METHOD. Write a function called first_names. It takes a list of s
# 6. RECURSIVE METHOD. Write a function called first_names. It takes a list of strings. # Each string is someone's full name. The function returns # a list of the people's first n…
# 9. RECURSIVE METHOD. Write a function which returns all the vowels which do no
# 9. RECURSIVE METHOD. Write a function which returns all the vowels which do not appear # in the word that is passed as a parameter # # for example, # # >>> absent_vowel…
# AWK scripting Be sure to also include detailed comments in each script! Part I
# AWK scripting Be sure to also include detailed comments in each script! Part I: Addressing the Subject Consider the following file named rawaddresses: Mike:James:314849866:mjame…
# CHANGE THE ANGULAR JAVASCRIPT TO NORMAL EVENT DRIVEN JAVASRIPT #
# CHANGE THE ANGULAR JAVASCRIPT TO NORMAL EVENT DRIVEN JAVASRIPT # <!DOCTYPE html> <html ng-app="fly"> <head> <meta name="viewport" content="width=device-widt…
# Card.py class Card(object): \'\'\'A simple playing card. A Card is characteriz
# Card.py class Card(object): '''A simple playing card. A Card is characterized by two components: rank: an integer value in the range 1-13, inclusive (Ace-King) suit: a character…
# Change the name of the function to \'addHouse\'. It should # take the picture
# Change the name of the function to 'addHouse'. It should # take the picture and the most important parameters of the # house as the function's parameters/arguments. (Which value…
# Coding problem 2: The ancestors function below should # return a list of ances
# Coding problem 2: The ancestors function below should # return a list of ancestors of a person. The list # is constructed by looking up a person's parents # in the "parents" dic…
# Complete the two 2nd order functions. # elapsedTime(f): for a one-variable fun
# Complete the two 2nd order functions. # elapsedTime(f): for a one-variable function f(x), # elapsedTime(f) returns the function to output: # - f(x), and # - deltaT, the elapsed …
# Compute several Fibonacci numbers and put in array, then print .data fibs:.wor
# Compute several Fibonacci numbers and put in array, then print .data fibs:.word 0 : 19 # "array" of words to contain fib values size: .word 19 # size of "a…
# Compute several Fibonacci numbers and put in array, then print .data fibs:.wor
# Compute several Fibonacci numbers and put in array, then print .data fibs:.word 0 : 19 # "array" of words to contain fib values size: .word 19 # size of "…
# Exploring Data with Simple Plots ## Boxplots Create a boxplot comparing the va
# Exploring Data with Simple Plots ## Boxplots Create a boxplot comparing the variable "volume" (i.e., lung capacity volume) by "smoker" using the "formula" input (useful if you h…
# Extend function given below to add a second # player-ant to the game. The seco
# Extend 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…
# Figure 1 cat exam1.data Traverse City city Iron Mountain city Pleasant Plains
# Figure 1 cat exam1.data Traverse City city Iron Mountain city Pleasant Plains township Green Lake township South Haven city Ellsworth township Holland city Carp Lake township Gr…
# File: mlIfElse.asm # Author: Landon Stobart # Date: 09/13/2017 # Purpose: Prac
# File: mlIfElse.asm # Author: Landon Stobart # Date: 09/13/2017 # Purpose: Practice if-else logic #---------------------------------------------- # WRITE MIPS CODE FOR THE …
# Function that \"says\" the digits of a number an integar. # ex , 234 >> two th
# Function that "says" the digits of a number an integar. # ex , 234 >> two three four # 2345 # 2345 % 10 = 5 # 2345 // 10 = 234 # 234 % 10 = 4 # 234 // 10 = 23 # 23 % 10 = …
# Function to find the name and return the associated phone number def binarySea
# Function to find the name and return the associated phone number def binarySearch(names, phones, name): # left side of list left = 0 # right side of the list right = len (names)…
# Functionality: Script reads two command line arguments. # The two arguments mu
# Functionality: Script reads two command line arguments. # The two arguments must be numeric and the first argument must be a # value less than the second argument. If the argume…
# Guess The Code Game #### The Game You are going to create a Java program that
# Guess The Code Game #### The Game You are going to create a Java program that implements the game *Guess The Code* using a 2D Array and associated methods and code. The game is …
# HW #4 Implement the Graph DFS Data Structure using STACK PYTHON # Name: class
# HW #4 Implement the Graph DFS Data Structure using STACK PYTHON # Name: class Node: def __init__(self, value): self.value = value self.next = None def __str__(self): return "Nod…
# Homework 1: Postfix Evaluation ## submission instructions cargo new 1name your
# Homework 1: Postfix Evaluation ## submission instructions cargo new 1name your ed 1 Save your program in /lib.rs git add Cargo.toml erc/lib.re git commit git remote add origin m…
# Homework 2: From Infix to Postfix Expressions Submiesion instructions cargo ne
# Homework 2: From Infix to Postfix Expressions Submiesion instructions cargo new 2 name your ed 2 Save your program in src/lib.rs git add Cargo.toml erc/lib.re git commit git rem…
# Homework 2: From Infix to Postfix Expressions Submiesion instructions cargo ne
# Homework 2: From Infix to Postfix Expressions Submiesion instructions cargo new 2 name your ed 2 Save your program in src/lib.rs git add Cargo.toml erc/lib.re git commit git rem…
# I will not only give the 1500 pts for this problem but an additional 1500 by s
# I will not only give the 1500 pts for this problem but an additional 1500 by sending the person with the best answer a link to an empty question. THIS CODE IS WORTH 3000 POINTs …
# I\'m not sure where I\'m going wrong with my code for python. print(\"This pro
# I'm not sure where I'm going wrong with my code for python. print("This program converts change.") change = int(input("Enter an amount between 1 and 100: ")) def convert(change)…
# If we go throuh one row, indexes which are 0, we know that those indexes will
# If we go throuh one row, indexes which are 0, we know that those indexes will #never be Celebs( hence marking as N°Celebs), only indexes which are l in that #row, have the possi…
# Implementation of an Unordered List ADT as a linked list. The list # is access
# Implementation of an Unordered List ADT as a linked list. The list # is accessed through a reference to the first element, head. # Adopted from Section 3.9 of the textbook. fr…
# Import sys For args in sys.argv: fi=args fo=open(fi,”r+”) a=fo.readline() a=a.
# Import sys For args in sys.argv: fi=args fo=open(fi,”r+”) a=fo.readline() a=a.strip() b=fo.readline() c=fo.readline() c=c.strip() ed=[] for I in range(int(fo.readline())):…
# In this PYTHON exercise, code the four functions # parent, leftChild, rightChi
# In this PYTHON exercise, code the four functions # parent, leftChild, rightChild, and insert # # Submission # - Don't change the function names # - File name = EX7_3.py and uplo…
# Java Please help me to solve this problem. Many thanks! Question: //**********
# Java Please help me to solve this problem. Many thanks! Question: //******************************************************************** // Question.java //*********************…
# List Reversal Lists are fun. The task for this lab is to create a reversal fun
# List Reversal Lists are fun. The task for this lab is to create a reversal function for LinkedList class. Example: L = LinkedList() for i in range(3): L.add(i) # 2 -> 1 -&…
# Load the numbers from a file into an array. def load_numbers(filename): number
# Load the numbers from a file into an array. def load_numbers(filename): numbers = [] # to hold the list of numbers try: number_file = open(filename, "r") …
# MLP with backpropagation learning of AND function from pylab import * # traini
# MLP with backpropagation learning of AND function from pylab import * # training vectors (Boolean AND function and constant input) X=array([[0,0,1,1],[0,1,0,1],[1,1,1,1]]) Y=arr…
# 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…
# 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…
Subject
Web development and programming
Use Browse or pick another subject.