Browse G
Alphabetical listing with fast deep pagination.
13318 items • Page 104 / 267
Given a text file that stores the World Series winners and losers for the years
Given a text file that stores the World Series winners and losers for the years 1903 to 2011, write a program that allows the user to do the following: 1 - Find the World Series w…
Given a text file, your program wi: emine if all the peren he es, curly braces,
Given a text file, your program wi: emine if all the peren he es, curly braces, and square brackets match, and are nested appropriately Your program should work for mathematical f…
Given a text file, your program will determine if all the parentheses, braces, a
Given a text file, your program will determine if all the parentheses, braces, and square brackets match, and are nested appropriately. Your program should work for mathematical f…
Given a text file, your program will determine if all the parentheses, curly bra
Given a text file, your program will determine if all the parentheses, curly braces, and square brackets match, and are nested appropriately. Your program should work for mathemat…
Given a text file, your program will determine if all the parentheses, curly bra
Given a text file, your program will determine if all the parentheses, curly braces, and square brackets match, and are nested appropriately. Your program should work for mathemat…
Given a text file, your program will determine if all the parentheses, curly bra
Given a text file, your program will determine if all the parentheses, curly braces, and square brackets match, and are nested appropriately. Your program should work for mathemat…
Given a textfile of sorted strings from a-z, what code can search for a word in
Given a textfile of sorted strings from a-z, what code can search for a word in the array created by output of the textfile. the textfile is a 1 column(1000) words i need insert-&…
Given a total of N items, K of which are type-1 items, the probability to observ
Given a total of N items, K of which are type-1 items, the probability to observe a subset of k type-1 items in a subset of n items selected from the total N items without repetit…
Given a training set of 10 million tuples with 10 attributes each taking 8 bytes
Given a training set of 10 million tuples with 10 attributes each taking 8 bytes space. One attribute is a class label with two distinct values, whereas for other attributes each …
Given a triangle with a = 11, gamma = 35 degree, and beta = 16 degree, what is t
Given a triangle with a = 11, gamma = 35 degree, and beta = 16 degree, what is the length of c? Round the answer to two decimals places. c = 5.29 c = 8.12 c = 22.89 c = 31.01 Give…
Given a two dimensional array of ints, return the value of the \"most valuable\"
Given a two dimensional array of ints, return the value of the "most valuable" contiguous sub-rectangle in the 20 array. Think of the array as a matrix called "city" representing …
Given a two dimensional square matrix int[][] arr of size n x n where n could be
Given a two dimensional square matrix int[][] arr of size n x n where n could be any integer greater than 1, develop the following methods: 1. public void rowSums(int [] [] arr) t…
Given a two dimensional square matrix int[][] arr of size n x n where n could be
Given a two dimensional square matrix int[][] arr of size n x n where n could be any integer greater than 1, develop the following methods: 1. public void columnMins(int [] [] arr…
Given a two lens system, a converging lens with a focal length f1 = 10.0 cm, and
Given a two lens system, a converging lens with a focal length f1 = 10.0 cm, and a diverging lens a distance d from the converging lens having a focal length f2 = -15 cm. Path of …
Given a two-dimensional array named scores with double type elements, write the
Given a two-dimensional array named scores with double type elements, write the embedded loop to navigate this array and multiply each element in the array by 10, and put the embe…
Given a two-input neuron with the following weight matrix and input vector: W =
Given a two-input neuron with the following weight matrix and input vector: W = [3 -2] and p = [-7 7]T, we would like to have an output of 0.5. Do you suppose that there is a comb…
Given a unit cube in the first octant of a three dimensional coordinate system w
Given a unit cube in the first octant of a three dimensional coordinate system with an axis of rotation passing through the points (1,0,0) and (0,1,1), find the equations of the T…
Given a value V in cents, you need to make change using a minimum number of coin
Given a value V in cents, you need to make change using a minimum number of coins. Assume you have an infinite supply of quarters, nickels, dimes, and pennies. Find the minimum nu…
Given a variable A that contains a reference to an object of type MyClass, which
Given a variable A that contains a reference to an object of type MyClass, which of the following best describes the effect of the code below? MyClass B = A; (A) It sets an existi…
Given a variable A that contains a reference to an object of type MyClass, which
Given a variable A that contains a reference to an object of type MyClass, which of the following best describes the effect of the code below? MyClass B = A; It sets an existing v…
Given a vector of double like: vector dollars Write code that will sum a
Given a vector of double like: vector<double> dollars Write code that will sum all of the values in the vector. Your code must work for no matter how many elements are in th…
Given a vector vecin generate a new vector vecout that contains the same element
Given a vector vecin generate a new vector vecout that contains the same elements but ordered from smallest to largest. YOU SHOULD NOT USE THE SORT FUNCTION Instructions: To solve…
Given a vector x = logical ([0 0 1 1]) and a vector y - logical([0 1 0 1]) what
Given a vector x = logical ([0 0 1 1]) and a vector y - logical([0 1 0 1]) what in the result of the MATLAB expression x | y [0 1 1 1] [1 1 1 0] [0 1 1 0] [0 0 0 1] How many times…
Given a vector x = logical ([0 0 1 1]) and a vector y - logical([0 1 0 1]) what
Given a vector x = logical ([0 0 1 1]) and a vector y - logical([0 1 0 1]) what in the result of the MATLAB expression x | y [0 1 1 1] [1 1 1 0] [0 1 1 0] [0 0 0 1] How many times…
Given a velocity selector and a mass spectrometer with magnetic field of 4 T. If
Given a velocity selector and a mass spectrometer with magnetic field of 4 T. If the electric field between the plates in the velocity selector is 200 V/m and the radius of the do…
Given a velocity selector and a mass spectrometer with magnetic field of 4 T. If
Given a velocity selector and a mass spectrometer with magnetic field of 4 T. If the electric field between the plates in the velocity selector is 200 V/m and the radius of the do…
Given a vendor produces a product to an AQL of 2% defectives and is willing to r
Given a vendor produces a product to an AQL of 2% defectives and is willing to run a 5% risk (i.e. alpha = 5%) of having lots of this level or fewer defectives rejected. The manuf…
Given a virtual memory system with the following specification . The memory is b
Given a virtual memory system with the following specification . The memory is byte addressable Each memory access is to 1-byte word. Each virtual address is 16-bit wide. Each phy…
Given a weighted graph G in adjacency-list representation G = { 0:{1:5, 4:9, 7:8
Given a weighted graph G in adjacency-list representation G = { 0:{1:5, 4:9, 7:8}, 1:{2:12, 3:15, 7:4}, 2:{3:3, 6:11}, 3:{6:9}, 4:{5:4, 6:20, 7:5}, 5:{2:1, 6:13}, 7: {5:6, 2:7} },…
Given a weighted graph, we can use kruskal\'s algorithm to compute its MST withi
Given a weighted graph, we can use kruskal's algorithm to compute its MST within theta(m log n) time, where m is the number of edges and n is the number of vertices. But consider …
Given a word list of N words formed from a language of M characters, where each
Given a word list of N words formed from a language of M characters, where each word is composed of n?1 not necessarily distinct characters, how can I find the best set of k<M …
Given a year, write down the assembly program to determine whether it is leap or
Given a year, write down the assembly program to determine whether it is leap or not as follows: if (year is divisible by 400) then is_leap_year else if (year is divisible by 100)…
Given a year, write down the assembly program to determine whether it is leap or
Given a year, write down the assembly program to determine whether it is leap or not as follows: if (year is divisible by 400) then is_leap_year else if (year is divisible by 100)…
Given a zero coupon bond maturing in 8 years and yield of 3% Form a duration neu
Given a zero coupon bond maturing in 8 years and yield of 3% Form a duration neutral portfolio and a positive convexity Suppose you pay an interest of 3% on any short or loan you’…
Given a) MOV AL, BL b) MOV AX, 0FFH c) MOV [DI], AX d) MOV DI, [SI] e) MOV [BX]
Given a) MOV AL, BL b) MOV AX, 0FFH c) MOV [DI], AX d) MOV DI, [SI] e) MOV [BX] + 0400H,CX f) MOV [BX] + 0400H, AH g) MOV [BX] [DI] + 0400H, AL Compute the physical address for th…
Given a_1 = -2 and a_k+1 = a_k + 4. a) Write the first 5 terms of the sequence.
Given a_1 = -2 and a_k+1 = a_k + 4. a) Write the first 5 terms of the sequence. b) What type of sequence is determined by the terms in (a)? c) What is formula for the nth term? d)…
Given above model for heterosis A. Assume 2 loci, each with allele frequency .5,
Given above model for heterosis A. Assume 2 loci, each with allele frequency .5, the population is subdivided, and allowed to mate at random within each. But due to limited effect…
Given all the information below how would you CONCLUDE and or \"lessons learned\
Given all the information below how would you CONCLUDE and or "lessons learned" (not potential risks or assessments) from this move relocation from a project management perspectiv…
Given all the information below how would you summarize \"lessons learned\" from
Given all the information below how would you summarize "lessons learned" from this move relocation from a project management perspective? Thanks. Project Scope Document Customer …
Given an 8 percent interest rate, compute the year 7 future value if deposits of
Given an 8 percent interest rate, compute the year 7 future value if deposits of $2,800 and $3,800 are made in years 1 and 3, respectively, and a withdrawal of $1,150 is made in y…
Given an 8-bit grayscale bitmap that is 256 x 512, how many bytes will be requir
Given an 8-bit grayscale bitmap that is 256 x 512, how many bytes will be required to hold the image data only? If it is an 8-bit color bitmap? If it is a 24-bit bitmap? Given a m…
Given an 8-bit variable, YL, perform the multiplication: YL = YL * 10 Given two
Given an 8-bit variable, YL, perform the multiplication: YL = YL * 10 Given two 8-bit variables stored in XL and YL, copy the value of bit position YL within variable XL into the …
Given an ARRAY: table[3][4] Use any 12 random integer numbers for a table as sho
Given an ARRAY: table[3][4] Use any 12 random integer numbers for a table as shown below. Write a C program to provide and print the sum of the rows. what i got so far: #include &…
Given an ArrayList, write a Java method that returns a new ArrayList which conta
Given an ArrayList, write a Java method that returns a new ArrayList which contains only the non-duplicate elements from the original list. import java.util.ArrayList; public clas…
Given an F-ratio of 14.32, SS between of 600, a between-subjects design with 40
Given an F-ratio of 14.32, SS between of 600, a between-subjects design with 40 subjects, and a single independent variable with 4 levels, determine SS total. [Hint: Construct and…
Given an IP address and mask of 192.168.12.0/24(address/mask), design an IP addr
Given an IP address and mask of 192.168.12.0/24(address/mask), design an IP addressing scheme that satisfies the following requirements: The 0th subnet is used. No subnet calculat…
Given an IP address of 192.168.30.0, subnet this network Departments for Wild Ma
Given an IP address of 192.168.30.0, subnet this network Departments for Wild Mashers Hosts Marketing 116 Human Resources (hiring, benefits etc...) 70 Financial (includes AP, AR e…
Given an IPv4 network address an a subnet mask, the network portion can be deter
Given an IPv4 network address an a subnet mask, the network portion can be determine along with the number of hosts available in the network. To calculate the number of hosts on a…
Given an LRC circuit connected to an AC generator as shown with R = 32 ohm, L =
Given an LRC circuit connected to an AC generator as shown with R = 32 ohm, L = 38 mH, and C unknown. The generator voltage oscillates at its resonant frequency of 60 Hz. What is …
Given an MIPS instruction: Label: beq $s0, $s1, Label. Assume the processor is t
Given an MIPS instruction: Label: beq $s0, $s1, Label. Assume the processor is the same as the one shown in Figure 4.24 in the textbook. a) What is the value of control bit “ALUSr…