Web development and programming
191828 questions • Page 3580 / 3837
computer programming in c language Objectives : Apply the problem-solving proces
computer programming in c language Objectives: Apply the problem-solving process from initial problem analysis through code testing Use decomposition to identify main tasks, and d…
computer programming language concept computer programming language concept Ther
computer programming language concept computer programming language concept There is a sample answer bellow The following questions refer to the grammar shown below. S right arrow…
computer science C++ Which of the following operators cannot he overloaded? A. *
computer science C++ Which of the following operators cannot he overloaded? A. *, the multiplication operator B. >>, the input operator C)::, the scope resolution operator D…
computer science Could you please tell me how many lexemes does the program cont
computer science Could you please tell me how many lexemes does the program contain? The number of lexemes on each line. 1. import java.utils.*; 2. public class CountFlips { 3. pu…
computer science Question The equal_lists function contains a COND expression wi
computer science Question The equal_lists function contains a COND expression with four parts, the last of which is (T NIL) Give values for lis1 and lis2 that will cause this part…
computer science c++ 6. The union of two bags is a new bag containing the combin
computer science c++ 6. The union of two bags is a new bag containing the combined contents of the original two bags. Design and specify a method union for the ADT bag that return…
concludes the Circles class for eac obje that 18 destroyed times is this printed
concludes the Circles class for eac obje that 18 destroyed times is this printed? Why? Lab 13.3 Arrays as Data Members of classes Retrieve program floatarray.cpp and temperatures …
concurrency problem part 1: Your friend has written a class for safely computing
concurrency problem part 1: Your friend has written a class for safely computing with integers in a concurrent environment. To this end, the class synchronizes all methods. Descri…
confused Assume another programmer has given you a MATLAB function called doCool
confused Assume another programmer has given you a MATLAB function called doCoolCaclulation which takes a matrix as input and returns a scalar as an output. Your boss asks you to …
confused with the question, can anyone help answer these question?java language)
confused with the question, can anyone help answer these question?java language) Write a class named Triangle with following methods and constructors: A default constructor that s…
confused with the question, can anyone help answer these question?java language)
confused with the question, can anyone help answer these question?java language) Write a class named Triangle with following methods and constructors: A default constructor that s…
connect4 functions.c connect4.c #include \"connect4 functions.h\" int main () {
connect4 functions.c connect4.c #include "connect4 functions.h" int main () { int board[BOARD_SIZE_HORIZ] [BOARD_SIZE_VERT] = { {0} }; int player_num, computer_num; int last_move;…
connect4.cpp: #include \"connect4.h\" Connect4::Connect4() { ClearBoard(); } Con
connect4.cpp: #include "connect4.h" Connect4::Connect4() { ClearBoard(); } Connect4::~Connect4() { // Intentionally empty } void Connect4::ClearBoard() { // Initialize Co…
connected by a directlink of R=10Mbps. Suppose the propagation speed over the li
connected by a directlink of R=10Mbps. Suppose the propagation speed over the link is 2.5*10^8meters/sec. Considering sending a file of 100,000 bits from A toB as one big message.…
consider (A) point to point link 4 kilometers in length with a bandwidth of 100
consider (A) point to point link 4 kilometers in length with a bandwidth of 100 megabits per second (Mbps). Consider another link (B) 800 meters in length with bandwidth 1000 kilo…
consider G and H almost identical classes public class G { public int funny(int
consider G and H almost identical classes public class G { public int funny(int x) { if(x>=0) return x*x; else throw new RuntimeException(); } } public class H { public int fun…
consider a 32- bit hexidecimal number stored in memory as follows: address;100,1
consider a 32- bit hexidecimal number stored in memory as follows: address;100,101,102,103 Value ; 2A, C2 , 08, 1B A. if the machine is big endian and uses 2's complements represe…
consider a 32- bit hexidecimal number stored in memory as follows: address;100,1
consider a 32- bit hexidecimal number stored in memory as follows: address;100,101,102,103 Value ; 2A, C2 , 08, 1B A. if the machine is big endian and uses 2's complements repre…
consider a TCP connection between sender A and receiver B, as shown in figure 1.
consider a TCP connection between sender A and receiver B, as shown in figure 1. At time to, receiver B has already received from sender A all bytes up to byte 119. TCP segment fr…
consider a cashe memory that provides three hundred 16 byte blocks. Now consider
consider a cashe memory that provides three hundred 16 byte blocks. Now consider that you are processing all of the data in a two dimensional array of, say, four hundred rows by 4…
consider a golf club hitting a golf ball. to a good approximation, we can model
consider a golf club hitting a golf ball. to a good approximation, we can model this as a collision between the rapidly moving head of the golf club and the stationary golf ball, …
consider a long (15m) uniform wooden beam (60kg) attached horizontally to a wall
consider a long (15m) uniform wooden beam (60kg) attached horizontally to a wall that can only support a vertical load (the horizontal component of the force of the wall on the be…
consider a push button being connected to p16 on the mbed board so that p16 will
consider a push button being connected to p16 on the mbed board so that p16 will be set to 1 when the push button is pushed down and 0 when the push button is released. Write a pr…
consider a table T which stores information about a dog competition using the fo
consider a table T which stores information about a dog competition using the following attributes: dog_number, dog_name, kennel_code, kennel_name, kennel_location, trick_id, tric…
consider following method mystery3: public static void mystery3[int[] data, int
consider following method mystery3: public static void mystery3[int[] data, int x, int y] { data[data[x]] = data[y]; data[y] = x; } What are the values of the elements in th…
consider the CFG with productions S --> S 1 $ S 1 --> S 1 + T | T T --> T * F |
consider the CFG with productions S --> S1 $ S1--> S1 + T | T T --> T * F | F F --> (S1) | a a) write the CFG obtained from this one byeliminating left recursion. b) G…
consider the class Account has accountNumber (String) and ( double) balance 1- w
consider the class Account has accountNumber (String) and ( double) balance 1- write the defintion of class Account. 2- write the class CheckingAccount that extends from the class…
consider the clique problem given a graph g and a positive integer k, determine
consider the clique problem given a graph g and a positive integer k, determine whether the graph contains a clique of size k, i.e., a complete subgraph of k vertices. design an e…
consider the definition of the following class: (1,2,3,5,7) class emplyee { publ
consider the definition of the following class: (1,2,3,5,7) class emplyee { public: emplyee (); emplyee (string,int,double); emplyee(int,double); employee (string); void setData (…
consider the definiton of the function main: int main () { int x, y; char z; dou
consider the definiton of the function main: int main () { int x, y; char z; double rate, hours; double amount; . . . } the variables x,y,z rate and hours ref…
consider the evolution of the congestion window of the tcp tahoe protocol (slow
consider the evolution of the congestion window of the tcp tahoe protocol (slow start-congestion avoidance -fast recovery). initially the congestion window(cwnd) is 1MSS and the s…
consider the followimg nested loop contruct. Categorize the efficiency in terms
consider the followimg nested loop contruct. Categorize the efficiency in terms of the variable n using "big-O" notation. Suppose the statements represented by the elipsis (...) r…
consider the following MATLAB code. What elements of x will be summed up. x= [3
consider the following MATLAB code. What elements of x will be summed up. x= [3 4 5 6 7; 1 2 4 6 8; 5 7 9 1 3; 8 7 6 5 4; 9 8 7 6 5] total=0 …
consider the following Python functions: def lam_t(T): #calculates lam(t) at giv
consider the following Python functions: def lam_t(T): #calculates lam(t) at given t Lambda=[] t=T for i in range(len(T)): Lambda.append(0.8+0.4*np.sin(0.2*np.pi*t[i])) return …
consider the following computer: -8 cores ( not hyperthreaded) 1 word is 64 bits
consider the following computer: -8 cores ( not hyperthreaded) 1 word is 64 bits. -3 ghz instruction buffer that load instruction load penalities and the computer leaves writes to…
consider the following data points: 155,142,149,130,151,163,151,142,156,133,138,
consider the following data points: 155,142,149,130,151,163,151,142,156,133,138,161,128,144,172,137,151,166,147,163, 145,116,136,158,114,165,169,145,150,150,150,158,151,145,152,14…
consider the following declarations: public class XClass { private int u; privat
consider the following declarations: public class XClass { private int u; private double w; public XClass() { } public XClass(int a, double w) { } public void func() { } …
consider the following function; int rfunc (int n) { if(n==0) return 0; else ret
consider the following function; int rfunc (int n) { if(n==0) return 0; else return rfunc(n / 3 + 1) + n - 1; } what will happen if the function is called? A) the resursive call e…
consider the following grammar declaration -> type var-list type -> int | float
consider the following grammar declaration -> type var-list type -> int | float var-list -> identifier, var-list | identifier a. rewrite it in a form more suitable for bo…
consider the following infix expression 3 2+5*4 3-18/9 a) convert it into postfi
consider the following infix expression 3 2+5*4 3-18/9 a) convert it into postfix expression using stack. write each step of this conversion using the followingtable symbol postfi…
consider the following information regarding the two relationships R and S Quest
consider the following information regarding the two relationships R and S Question (50 points) 1. (10 polnts) Consider the following information regarding two relations R and s. …
consider the following program : int array[]= { 10, 39, 1 , 4 , 100 ,56 }; void
consider the following program : int array[]= { 10, 39, 1 , 4 , 100 ,56 }; void sort( int array [], in…
consider the following program where the argument n is a power of 2.The algorith
consider the following program where the argument n is a power of 2.The algorithm does not do anything useful. DO-NOTHING(n) if n == 1 return 1 for i = 1 to 8 z = DO-NOTHING(n=2) …
consider the following program: #include using namespace std; int one
consider the following program: #include <iostream> using namespace std; int one(int x, int y); double two(int x, double a); int main ( ) { int num; double dec; . . . return…
consider the following relational database defined below create table branch( br
consider the following relational database defined below create table branch( branch_name varchar(30) branch_city varchar(30) assets numeric(14,2) primary key(branch_name)); creat…
consider the following relational database defined below create table branch( br
consider the following relational database defined below create table branch( branch_name varchar(30) branch_city varchar(30) assets numeric(14,2) primary key(branch_name)); creat…
consider the following statements. stacktype stack; int x,y ; suppose that the i
consider the following statements. stacktype stack; int x,y ; suppose that the input is 14 45 34 23 10 5 -999 Consider the following statements: stackType<int> stack; int x;…
consider the following statements. stacktype stack; queuetype queue; int x, y;su
consider the following statements. stacktype stack; queuetype queue; int x, y;suppose that the input is 15 28 14 22 64 35 -19 32 7 11 13 30 -999 Consider the following statements:…
consider the following three classes: public class A { private int number; prote
consider the following three classes: public class A { private int number; protected String name; public double price; public A() { System.out.p…
consider the following three classes: public class A { private int number; prote
consider the following three classes: public class A { private int number; protected String name; public double price; public A() { System.out.p…
Subject
Web development and programming
Use Browse or pick another subject.