Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 292 / 3837

1.Write a program to add two large integers with up to 300digits. One approach i
1.Write a program to add two large integers with up to 300digits. One approach is to treat each number as a list, each ofwhose elements is a block of digits of that number. For ex…
1.Write a program to remove a comment starting with /* and ending with */ in a s
1.Write a program to remove a comment starting with /* and ending with */ in a statement, which is entered by the user. If the input does not contain a comment, the program should…
1.Write a program to take input from the user in following formats and also chec
1.Write a program to take input from the user in following formats and also check their type by using type function. Formats: Integer, Float, String & Complex 2.Write a progra…
1.Write a query to display the name, department number, and department name for
1.Write a query to display the name, department number, and department name for all employees. 2.Create a unique listing of all jobs that are in department 30. Include the locatio…
1.Write a recursive method to compare two Strings using alphabetical order as th
1.Write a recursive method to compare two Strings using alphabetical order as the natural order (case insensitive). The function should return an integer with the following conven…
1.Write a regular expression that you could use with egrep that will find all en
1.Write a regular expression that you could use with egrep that will find all entries in /usr/share/dict/words that are exactly 12 characters in length (words longer than 12 shoul…
1.Write a script that adds an index to the MyGuitarShop database for the zip cod
1.Write a script that adds an index to the MyGuitarShop database for the zip code field in the Customers table. 2. Write a script that implements the following design in a databas…
1.Write a stack class that has an STL vector as a data member. Your class should
1.Write a stack class that has an STL vector as a data member. Your class should implement push, peek, and pop. 2.Explain why you do not need to replace the default destructor, de…
1.Write a while loop that lets the user enter a number. The number should be mul
1.Write a while loop that lets the user enter a number. The number should be multiplied by 2, and the result assigned to a variable named "product" The loop should iterate as long…
1.Write code that opens a file called numbers.txt for writing. Use a loop to wri
1.Write code that opens a file called numbers.txt for writing. Use a loop to write the numbers from 1 through 30 to the file, and close the file. Write code that opens the numbers…
1.Write code that opens a file called numbers.txt for writing. Use a loop to wri
1.Write code that opens a file called numbers.txt for writing. Use a loop to write the numbers from 1 through 30 to the file, and close the file. Write code that opens the numbers…
1.Write code to generate and catch an ArrayIndexOutOfBoundsException 2.Create yo
1.Write code to generate and catch an ArrayIndexOutOfBoundsException 2.Create your own exception class using the extends keyword. Write a constructor for this class that takes a S…
1.Write down the key differences between requirement goals and requirement speci
1.Write down the key differences between requirement goals and requirement specifications. Answer in 2 to 4 sentences. (marking) 2.Develop each of the following requirement goals …
1.Write functions to read in and print an Employee struct 2.Write an additional
1.Write functions to read in and print an Employee struct 2.Write an additional function that passes in an array of Employees and returns the index to a found id. the output shoul…
1.Write the Producer and Consumer processes by using the shared bounded-buffer a
1.Write the Producer and Consumer processes by using the shared bounded-buffer as follows: *Remark: Consider the following assumption: -Producer produces a message/information tha…
1.Write the code in java to create a class that models a door object. 2. Add ins
1.Write the code in java to create a class that models a door object. 2. Add instance variables to your Door class for the name of the door and its state. Experience has shown tha…
1.Write the create index statements to create a clustered index on the groupid c
1.Write the create index statements to create a clustered index on the groupid column and a nonclustered index on the individualid column of the groupmembership table. 2.Write an …
1.Write the prototype of a function called \"sub\" that take two variables x, y
1.Write the prototype of a function called "sub" that take two variables x, y of type double and return another double. 2. void display(string v) { cout << " Inside display …
1.Write up the linked list code in a form to be run by a user. 2.Create three di
1.Write up the linked list code in a form to be run by a user. 2.Create three different types of lists, each in its own class. a.Type 1 is a singly-linked list, no tail reference,…
1.Writing a book review that quotes from the book is acceptable under the fair u
1.Writing a book review that quotes from the book is acceptable under the fair use provision of the copyright law. A podcast is a digital recording that can be downloaded to a com…
1.You are given permission to use your credentials to run some basic security ch
1.You are given permission to use your credentials to run some basic security checks on the Alexander Rocco domain. You don’t have access to Nessus or OpenVAS, so you have to use …
1.You are in charge of designing a menu tree for navigating 1,250 books in a dig
1.You are in charge of designing a menu tree for navigating 1,250 books in a digital library. Present an argument of whether the menu should have larger depth (number of levels) o…
1.You are to write a program name search.java that will do the following: 2.You
1.You are to write a program name search.java that will do the following: 2.You are to create 3 arrays - prompt the user for a number that is greater than 100 that will serve as t…
1.You can write as many constructors for a class as you want, as long as they al
1.You can write as many constructors for a class as you want, as long as they all have different ____ lists. A) object B) data field C) method D) parameter 2. A ____ is a segment …
1.You have been selected to represent the student body on a project to develop a
1.You have been selected to represent the student body on a project to develop a new student database for your school. What is the first step in developing the database? What acti…
1.You will write 4 Java class files - FootballPlayer.java, OffensivePlayer.java,
1.You will write 4 Java class files - FootballPlayer.java, OffensivePlayer.java, DefensivePlayer.java, and QuarterBack.java. 2.You will also be using a TestFootBallPlayer.java fil…
1.Your accounting department needs to know the total amount ordered for each pro
1.Your accounting department needs to know the total amount ordered for each product in the Guitar Shop. They want a report with the product’s name and the total dollar amount for…
1.Your organization has decided to host a web server that will be accessible by
1.Your organization has decided to host a web server that will be accessible by the public. Organizational leadership is concerned about the web server being compromised and thus …
1.\"E-R Diagram\" Please respond to the following: Select the most important com
1."E-R Diagram" Please respond to the following: Select the most important component of an E-R model and explain your reasons for choosing it. Describe the organizational document…
1.\"When creating an object using a literal, you separate multiple property-valu
1."When creating an object using a literal, you separate multiple property-value pairs with ____." colons spaces semicolons commas QUESTION 2 Who is making the Web standards? Goog…
1.________ translates the logical design of an information system into a physica
1.________ translates the logical design of an information system into a physical structure that includes hardware, software, network support, processing methods, and security. a.…
1.______________________ uses(use) the less number of blocks to hold necessary i
1.______________________ uses(use) the less number of blocks to hold necessary index entries (Assume the number of records is very big). a.   primary index b.   cluster index c.  …
1._____of C++ code promotes the development of error-free programs because the p
1._____of C++ code promotes the development of error-free programs because the programmer does not need to continually solve the same problems over and over. 2. Which of the follo…
1.a) In the code you just compiled and ran, i) what output was given for : (2 pt
1.a) In the code you just compiled and ran, i) what output was given for : (2 pts)         System.out.println(("67 - 55");        ii) and what output was given for : (2 pts)      …
1.a) Write a pseudo-code for the “closest-pair” problem. In this problem, you wi
1.a) Write a pseudo-code for the “closest-pair” problem. In this problem, you will determine the closest number pair in a given randomly order number array. For example assume you…
1.a. n a broadcasting system an analog signal is sampled at a rate of 100KHz. Th
1.a. n a broadcasting system an analog signal is sampled at a rate of 100KHz. The sampled signal is passed through a spectrum analyzer which gives the amplitude of the sampled sig…
1.c++ array declaration: string names[500]; Assume array is filled with values.
1.c++ array declaration: string names[500]; Assume array is filled with values. Wriite the code that checks to see if the array is in alphabetical order (first is smaller yhan sec…
1.can I have java code for class (a)BillOfSales with fields Customer customer an
1.can I have java code for class (a)BillOfSales with fields Customer customer and ArrayListitems and methods: .public BillOfSales(Customer c) .public void add(String productDescri…
1.class Sequence { int[ ] data; int manyItems; int currentIndex; } The Sequence\
1.class Sequence {   int[ ] data;   int manyItems;   int currentIndex; } The Sequence's constructor creates a new array for data to refer to, but does not place any values in the …
1.count = 0 ; 2.array1 = randi ( [ 0 100 ],10 ,10 ); 3. for ii = 1 : 10 4. for j
1.count = 0; 2.array1 = randi( [0 100],10 ,10 ); 3.for ii = 1:10 4.   for jj = 1:10 5.       break; 6.      count ___ 7.      if array1( ____ ) > 20 8.          disp(array1 ( _…
1.create a SQLite database and create tables in it (see below) 2.populate the ta
1.create a SQLite database and create tables in it (see below) 2.populate the tables with data 3.write queries against the data The database should contain the following tables: S…
1.create a SQLite database and create tables in it (see below) 2.populate the ta
1.create a SQLite database and create tables in it (see below) 2.populate the tables with data 3.write queries against the data The database should contain the following tables: S…
1.int *i = 55; cout
1.int *i = 55; cout << sizeof(i); What will be printed to the screen after the code above executes?    55    8    32    4 2.Since technically all files are binary, what is t…
1.int i; creates a new integer in memory and labels it i. If I, instead, want a
1.int i; creates a new integer in memory and labels it i. If I, instead, want a pointer to an integer, how would I modify int i?    int *i;    int #i;    pointer i;    int &i;…
1.solve the difference equation: T(N)=T(N/7)+C, where C is constant. (solve all
1.solve the difference equation: T(N)=T(N/7)+C, where C is constant. (solve all in algorithms) 2.Bitwise computation a. write a function, which given a positive integer,X,to count…
1.the Relationship between table and Dabtabase. 2.Difference between Databases a
1.the Relationship between table and Dabtabase. 2.Difference between Databases and relationship Databases 3.what is common fied 4.Baskstage view 5.what is short text. filled in th…
1.use phpmyadmin to create a database for the three types of coffee and their re
1.use phpmyadmin to create a database for the three types of coffee and their respective prices 2.on clicking the checkbox on the website, user can key in new sales price for a cu…
1.what is the minimum number of bits by which the subnest mask must be shifted t
1.what is the minimum number of bits by which the subnest mask must be shifted to place each of the following IP addresses into different subnets? which direction? What is the new…
1.which of the following is not true? a. The code, \"Private TheBookSale()\" cre
1.which of the following is not true? a. The code, "Private TheBookSale()" creates an object. b. The code, "Dim TheBookSale as New BookSale()" creates an object c.Button is a clas…
1.why is the input A2 not used for encoding operations? 2. For this 4 to 2 encod
1.why is the input A2 not used for encoding operations? 2. For this 4 to 2 encoder's truth table is there don't care terms? If yes, describe the meaning of that cases. A3 A2 A1 A0…