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 238 / 3837

1. Show that the one to one function f -1 : N 10 -> N b is the inverse of f: N b
1. Show that the one to one function f-1 : N10 -> Nb is the inverse of f: Nb -> N10 (hint: show f-1 (f(nb)) = nb) 2. Let N16 = 3 6 A F D D 0 9 E D 4 B A A 1 6 F E B D Find N…
1. Show the steps to create a variable called NICKNAME which has a nickname for
1. Show the steps to create a variable called NICKNAME which has a nickname for you in it; make this variable available to the environment 2.Show a command that uses re-direction …
1. Show the steps to create a variable called NICKNAME which has a nickname for
1. Show the steps to create a variable called NICKNAME which has a nickname for you in it; make this variable available to the environment 2.Show a command that uses re-direction …
1. Show the steps to create a variable called NICKNAME which has a nickname for
1. Show the steps to create a variable called NICKNAME which has a nickname for you in it; make this variable available to the environment 2.Show a command that uses re-direction …
1. Show the subnet address, subnet mask in slash notation, broadcast address, nu
1. Show the subnet address, subnet mask in slash notation, broadcast address, number of addresses, first valid host address, and the last valid host address for the subnet address…
1. Show what is produced by the following C++ code. Assume the node is in the us
1. Show what is produced by the following C++ code. Assume the node is in the usual info-link form with the info of the type int. (list, trail, and current are pointers of type no…
1. Show what is produced by the following C++ code. Assume the node is in the us
1. Show what is produced by the following C++ code. Assume the node is in the usual info-link form with the info of the type int. (list, trail, and current are pointers of type no…
1. Show what this program prints. Be exact and complete. Can you explain the beh
1.     Show what this program prints. Be exact and complete. Can you explain the behavior of each print statement? 1 2 3 4 5 6 7 public class Test {     public static void main(St…
1. Shown below is the code for the insertion sort consisting of two recursive me
1.   Shown below is the code for the insertion sort consisting of two recursive methods that replace the two nested loops that would be used in its iterative counterpart: void ins…
1. Shown is the code for a class Lecturer for use in this question. //**********
1. Shown is the code for a class Lecturer for use in this question. //******************************************************** // Lecturer.java A class to represent a lecturer at …
1. Similar to Binary and Hexadecimal number system that we studied in class, let
1. Similar to Binary and Hexadecimal number system that we studied in class, let us consider another hypothetical number system called hexal number system which is a Base 6 number…
1. Since you create an instance of ArrayList of strings using new ArrayList
1. Since you create an instance of ArrayList of strings using new ArrayList<String>(), should the constructor in the ArrayList class be defined as    public ArrayList<E&g…
1. Skip this problem if you solved it for lab 11. Complete Project 5 in Chapter
1. Skip this problem if you solved it for lab 11. Complete Project 5 in Chapter 10 on page 563. Write a function that accepts an 8 by 8 array of characters that represents a maze.…
1. Skip this problem if you solved it for lab 11. Complete Project 5 in Chapter
1. Skip this problem if you solved it for lab 11. Complete Project 5 in Chapter 10 on page 563. Write a function that accepts an 8 by 8 array of characters that represents a maze.…
1. Smoothing filter A smoothing filter averages out rapid changes from a data se
1. Smoothing filter A smoothing filter averages out rapid changes from a data set and is typically used to remove high-frequency fluctuations (e.g., measurement noise) from a sign…
1. Softdrink bottles are filled at a plant. The filling machine has a standard d
1.Softdrink bottles are filled at a plant. The filling machine has a standard deviation of 0.05liters. The maximum capacity of the bottles is 2.15 liters. Assuming you use the tar…
1. Software which can compile java file is___ (a) code blocks b)eclipse 2.if a j
1. Software which can compile java file is___ (a) code blocks b)eclipse 2.if a java file can run, it must has_____a) main b)printf c)scanf d)Malloc 3.when a java source code can r…
1. Solve for below relations (note that some changes have been made due to the c
1. Solve for below relations (note that some changes have been made due to the creation of a single-attribute key for Classes):(Highlighted are the primary keys) TAs(B#, level, pa…
1. Solve the following problems using MATLAB and include solutions(D, the functi
1. Solve the following problems using MATLAB and include solutions(D, the function code(2) and the contents (3) of your workspace in your single document on blackboard R1 R7 C2 Vs…
1. Some classrooms can have a variety of equipment like projector, smart board,
1.       Some classrooms can have a variety of equipment like projector, smart board, and video player. Other classrooms do not have any equipment. The college would like to track…
1. Somebody claims that square root of 10 can be calculated by the following alg
1. Somebody claims that square root of 10 can be calculated by the following algorithm: a. Set initial value: x 3 b. Find by this equation: 10 X 2x. 2 c. Update the value of x, by…
1. Sorting problem: We are given a sequence of numbers x1, x2, xn. We scan these
1. Sorting problem: We are given a sequence of numbers x1, x2, xn. We scan these numbers from left to right, and put xi to left of xin if xais smaller than xi-1. n other words, we…
1. Sorting problem: a. Find the smallest number. Let this smallest number occupy
1. Sorting problem: a. Find the smallest number. Let this smallest number occupy a1 by exchanging a1 with this smallest number. b. Repeat the above step on the remaining numbers. …
1. Specification Design, write and test a program that accepts an arithmetic exp
1. Specification Design, write and test a program that accepts an arithmetic expression of unsigned integers in postfix notation in which the tokens are separated by spaces and bu…
1. Specify the following queries in SQL on the database schema of figure1. Retri
1. Specify the following queries in SQL on the database schema of figure1. Retrieve the name of all senior students majoring in ‘COSC’ (Computer Science). Retrieve the names of al…
1. Specify whether an iteration loop or a counter loop should be used to write e
1. Specify whether an iteration loop or a counter loop should be used to write each function below. Also, specify if an accumulator variable should be used. You do not need to wri…
1. Spreadsheets have become quite powerful for data management. What can be done
1. Spreadsheets have become quite powerful for data management. What can be done with database management systems that cannot be done with spreadsheet applications? Give 2 example…
1. Stack unwinding occurs when an exception is thrown and control is ____.? unab
1. Stack unwinding occurs when an exception is thrown and control is ____.?                                     unable to resume             exited back in search of a handler    …
1. Start NetBeans and open the project named ch02_ex2_TestScore that\'s in the e
1. Start NetBeans and open the project named ch02_ex2_TestScore that's in the ex_starts directory shown in the previous exercise. 2. Test this application with the valid data to s…
1. Start a new Visual Studio project and name it GradeApp a. Make sure your proj
1. Start a new Visual Studio project and name it GradeApp a. Make sure your project is a web project b. Make sure it is using C# 2. Add a new folder and name it Grades_Logic 3. In…
1. Start by sketching your program on paper using a flowchart or pseudocode. Thi
1. Start by sketching your program on paper using a flowchart or pseudocode. This will make it easier for you to write your program and allow you to see what must be done. Use the…
1. Start the NetBeans IDE and open the project named ch02_ex_1_Invoice. This pro
1. Start the NetBeans IDE and open the project named ch02_ex_1_Invoice. This project should be in the directory: c:murachjava etbeansex_starts 2. Open the file named InvoiceApp.ja…
1. Start with the following class declaration : //base class class Cd { //repres
1. Start with the following class declaration :    //base class    class Cd { //represents a CD disk    private:        char performers[50];        char label[20];        int sele…
1. Start with the following program which creates a list of temperatures in degr
1. Start with the following program which creates a list of temperatures in degrees Celcius. Write a for loop that prints out the Fahrenheit equivalent of each of these temperatur…
1. State the Java code to declare an array of three Listing objects named data t
1.State the Java code to declare an array of three Listing objects named data that are initialized with the no-parameter constructor. 2. Draw a picture of the storage allocated in…
1. State what decimal values the following binary numbers represent if you inter
1. State what decimal values the following binary numbers represent if you interpret these binary numbers as either unsigned binary, signed magnitude, one’s complement, two’s comp…
1. State whether the following are valid statements. If they are not. Assume var
1. State whether the following are valid statements. If they are not. Assume variables, a, b & c are declared as integer variables and have been given values (a = 5, b = 10, c…
1. Static routing allows routes to automatically update when major route changes
1.       Static routing allows routes to automatically update when major route changes occur. True False 2.      Although the Ethernet frame format has remained unchanged since th…
1. Step through its execution to understand its current operation. 2. Modify the
1. Step through its execution to understand its current operation. 2. Modify the program to include three procedures. The first should read text from the keyboard and store it in …
1. Step through the following code and answer each question that appears in the
1. Step through the following code and answer each question that appears in the code comments. Assume that a and b are stored at addresses 20400 and 20408 respectively. double a =…
1. Storage Management Following is the independent, separate concern components
1.Storage Management Following is the independent, separate concern components of Storage Management: 1) Storage allocation 2) File system 3) The relationship between storage and …
1. Store 10 Students 4 Courses Grade points (0-100). The final Rank (1-4) is sto
1.    Store 10 Students 4 Courses Grade points (0-100). The final Rank (1-4) is stored in the 5th Column of the 2-D Array. If the Average of all Courses are >=90 the Rank=1 els…
1. Store 10 Students 4 Courses Grade points (0-100). The final Rank (1-4) is sto
1.    Store 10 Students 4 Courses Grade points (0-100). The final Rank (1-4) is stored in the 5th Column of the 2-D Array. If the Average of all Courses are >=90 the Rank=1 els…
1. Streaming video systems can be classified into three categories. Name and bri
1. Streaming video systems can be classified into three categories. Name and briefly describe each of these categories. 2. Consider the simple model for HTTP streaming. Suppose th…
1. Streams can be used in C# for writing data to: a. text files b. networks c. m
1. Streams can be used in C# for writing data to: a. text files    b. networks    c. memory    d. binary files    e. all of the above 2. To avoid an IOException exception with fil…
1. String Utilities In this exercise you will implement several utility function
1. String Utilities In this exercise you will implement several utility functions involving strings. You will place all of your function prototypes in a header file named string u…
1. String Utilities In this exercise you will implement several utility function
1. String Utilities In this exercise you will implement several utility functions involving strings. You will place all of your function prototypes in a header file named string-u…
1. String number = \"67\"; 2. int i = Integer.parseInt(number); 3. String by = I
1. String number = "67"; 2. int i = Integer.parseInt(number); 3. String by = Integer.toBinaryString(i); 4. System.out.println("Binary:Encrypted Data: " + by); 1. What is the outpu…
1. String sentence; String str1, str2, str3, str4; int length1; sentence = \"Fir
1. String sentence; String str1, str2, str3, str4; int length1; sentence = "First exam is on Monday."; str1 = sentence.substring(6, 16); str2 = str1.substring(0, 4); str3 = senten…
1. Study (write, compile, and run/test) the following two programs. ++++++++++++
1. Study (write, compile, and run/test) the following two programs. ++++++++++++++++++++++++++++++++++++++++++++++++++ // Here goes brief description of the program - program 1 //…