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

1- What is the difference between AGP and PCI-Express (PCI-E) in terms of proces
1- What is the difference between AGP and PCI-Express (PCI-E) in terms of processing power and bandwidth? Primarily, we are looking for: How do they communicate, what speeds can t…
1- What is the difference between and is he same about cloud computing and clien
1- What is the difference between and is he same about cloud computing and client server computing? ------------------------------------------------------------ 2. Why is effectiv…
1- What is the first step in the interview process? Multiple Choice a- Making th
1- What is the first step in the interview process? Multiple Choice a- Making the first impression. b- Researching the position and the company. c- Applying for the job. d- Demons…
1- What is the function of a device driver? 2- You write what is the name of the
1- What is the function of a device driver? 2- You write what is the name of the output file of the java compiler when a java program named: MyFirstJava is compiled with no syntax…
1- What is the worst-case running time of Quicksort if the pivot is randomly cho
1- What is the worst-case running time of Quicksort if the pivot is randomly chosen as the first element in the array. Explain. 2- Show that the average size of aleft is (n-1)/2 w…
1- What is wrong with the following interface? public interface House { @Depreca
1- What is wrong with the following interface? public interface House {    @Deprecated    void open(); void openFrontDoor();    void openBackDoor();} 2- Consider this implementati…
1- What is “cli”? 2- What is a console rollover cable (also known as “Yost Cable
1- What is “cli”? 2- What is a console rollover cable (also known as “Yost Cable”)? 3- CISCO (among many others) equipment can be controlled locally via the console port and remot…
1- What output will the following python command produce: >>> print (1,000,000)
1- What output will the following python command produce: >>> print (1,000,000) Select one: a. 1,000 b. 1,000,000 c. 1 0 0 d. Error invalid type 2- What output will the f…
1- What software creation by Xerox changed the way users looked at computers? Wh
1- What software creation by Xerox changed the way users looked at computers? Why was it important to users? 2- Look at the following statements and select the one that is more co…
1- When purchasing a Hard Drive, hard drive specifications must be looked at and
1- When purchasing a Hard Drive, hard drive specifications must be looked at and understood. Here is an example specification of a Hard Drive. Look at these specifications and ans…
1- Which list will be referenced by the variable number after the execution of t
1- Which list will be referenced by the variable number after the execution of the following code?    number = range(0, 9, 2) a.   [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] b.   [1, 3, 5, 7,…
1- Which of the following scheduling algorithms could result in starvation? Why?
1- Which of the following scheduling algorithms could result in starvation? Why? If any, show how can starvation problem be resolved. a. First-come, first-served (FCFS) b. Shortes…
1- Which tool is considered dynamic analysis tool? Explain what is meant by dyna
1-      Which tool is considered dynamic analysis tool? Explain what is meant by dynamic code analysis? 2-      Which tool is considered static analysis tool? Explain what is refe…
1- Write a Java program with a Class called Vehicle which includes the following
1- Write a Java program with a Class called Vehicle which includes the following: Three instance variables Color (string), TankCapacity, rangel integers) ( all private) - Construc…
1- Write a MIPS program to copy a lowercase string to another string, converted
1- Write a MIPS program to copy a lowercase string to another string, converted to uppercase. For example: “hola” should become “HOLA”. Store string lower as .asciiz and reserve s…
1- Write a conditional that multiplies the value of the variable pay by one-and-
1- Write a conditional that multiplies the value of the variable pay by one-and-a-half if the value of the boolean variable workedOvertime is true . 2-Write the definition of a cl…
1- Write a definition of a function called product. The function receives two pa
1- Write a definition of a function called product. The function receives two parameters containing integer values. You may assume that neither parameter is negative. The function…
1- Write a function that takes a weight for a package and the distance it should
1- Write a function that takes a weight for a package and the distance it should be shipped and displays the charges for the package based on the following: Weight per 500 miles s…
1- Write a java class called Event.java representing an event set up in someone’
1- Write a java class called Event.java representing an event set up in someone’s calendar. This class should store three bits of information about the event: What is the title of…
1- Write a java class named Circle that have a field named radius and have a met
1- Write a java class named Circle that have a field named radius and have a method named getArea that computes the area of a circle with radius r. Your main method should looks l…
1- Write a method size that returns the total number of nodes in the tree. For e
1- Write a method size that returns the total number of nodes in the tree. For example, the following tree has a size of 8: Assume that you are adding this method to the IntTree c…
1- Write a program that calculates and displays values for ywhen y = xz / (x-z)
1- Write a program that calculates and displays values for ywhen y = xz / (x-z) your program should calculate y for values of x rangingbetween 1 and 5 and values of z ranging betw…
1- Write a program that takes filename, count, minimum and maximum values from t
1- Write a program that takes filename, count, minimum and maximum values from the user and writes count number of random integers between minimum and maximum values to the file s…
1- Write a pseudo/algorithm to compute the equivalent resistance of the standard
1- Write a pseudo/algorithm to compute the equivalent resistance of the standard deviation of 3 numbers N1, N2, N3. • The standard deviation is found as follows: • compute number …
1- Write a query to display the names (first_name, last_name) from employees tab
1- Write a query to display the names (first_name, last_name) from employees table using alias name “First Name", "Last Name" 2- Write a query to display the names (first_name con…
1- Write a query to select each person’s name and their phone number for everyon
1- Write a query to select each person’s name and their phone number for everyone whose names starts with “ag”. Pay attention to the formatting and column heading of the phone num…
1- Write a utility like cp(1) that copies a file containing holes, without writi
1- Write a utility like cp(1) that copies a file containing holes, without writing the bytes of 0 to the output file. Also, add logic that will cause cp to not copy to the target …
1- Write an expression that evaluates to true if the value ofthe string variable
1- Write an expression that evaluates to true if the value ofthe string variable s1 is greater than the value of stringvariable s2 . 2-  Write an expression that evaluates to true…
1- Write an if/else statement that compares the value of the variables soldYeste
1- Write an if/else statement that compares the value of the variables soldYesterday and soldToday , and based upon that comparison assigns salesTrend the value -1 or 1 . -1 repre…
1- Write code that creates an array of Strings with the name of \"firstNames\".
1- Write code that creates an array of Strings with the name of "firstNames". Fill the array with the names: "George", "Fred", "Sam", "Mary", "Sarah", "Bella", "Joy", "Rita", "Mar…
1- Write the Java function averageOfInts: /* averageOfInts( int[] ) double funct
1- Write the Java function averageOfInts: /*      averageOfInts( int[] ) double      function produces the average of an integer array      ex1: averageOfInts( {1, 2, 3, 4, 5} ) 3…
1- You have been selected to participate on the systems investigation team for a
1- You have been selected to participate on the systems investigation team for a new system in your area of the business. How can you contribute to the success of the effort? How …
1- You have been selected to participate on the systems investigation team for a
1- You have been selected to participate on the systems investigation team for a new system in your area of the business. How can you contribute to the success of the effort? How …
1- You need to apply RSA algorithm for given prime numbers p=17 and q=19. Calcul
1- You need to apply RSA algorithm for given prime numbers p=17 and q=19. Calculate private and public key. Encrypt and decrypt message m=219 to prove that the private and public …
1- You work on the customer software support desk of a large software manufactur
1-You work on the customer software support desk of a large software manufacturing firm as an entry-level manager. The software support specialists need both explicit and tacit kn…
1- You work on the customer software support desk of a large software manufactur
1-You work on the customer software support desk of a large software manufacturing firm as an entry-level manager. The software support specialists need both explicit and tacit kn…
1- Your computer is running exceptionally slow. Not only does it take the operat
1- Your computer is running exceptionally slow. Not only does it take the operating system a long time to start, but programs also are not performing as well as they used to perfo…
1- [SB] Consider the following array: {76, 6, 4, 64, 145, 350, 7, 3, 563}. Trace
1- [SB] Consider the following array: {76, 6, 4, 64, 145, 350, 7, 3, 563}. Trace and demonstrate the steps used to execute the following sorting algorithms on this data (see Chapt…
1- a- The method findMax() has the following header: public static int findMax(i
1- a- The method findMax() has the following header: public static int findMax(int [] numbers) It computes and returns the max value of the array numbers[]. Write a program that d…
1- create a trigger which records all changes (insert, update, delete) made on t
1- create a trigger which records all changes (insert, update, delete) made on the table account in a new table called account_history () , this is the table coulmn - Account: acc…
1- describe what class used for? 2- describe encapsulation as it relates to obje
1- describe what class used for? 2- describe encapsulation as it relates to objects oriented programning? I want to answer these question !!! I do not want the coding just answer …
1- display each employee’slast name, hire date, and salary review date. Which is
1-      display each employee’slast name, hire date, and salary review date. Which is the firstMonday after six months of service? Label the column REVIEW formatthe dates to appea…
1- explain the purpose of a\" stub\" in automated testing? 2- discuss at least 3
1- explain the purpose of a" stub" in automated testing? 2- discuss at least 3 benefits for using software test tools and automation? 3- what sevenity and priority would you give …
1- how does the model handle a significant change in requirements late in develo
1- how does the model handle a significant change in requirements late in development? 2- Consider the processes introduced, Which ones give you the most flexibility to change in …
1- look at the following class heading : Class countedQue : public QueType What
1- look at the following class heading : Class countedQue : public QueType What does the phrase : public QueType mean ? A . QueType is being substituted for countedQue . B . QueTy…
1- produce a program that graphs a wide rangeof shapes ,. Forexample a function
1-   produce a program that graphs a wide rangeof shapes,. Forexample a function that displays at the left margin of the screen asolid square of asterisks whose side is specified …
1- the overall B field produced by a current carrying solenoid is much like the
1- the overall B field produced by a current carrying solenoid is much like the field produced by a bar magnet. ( a) True (b) false 2- Real solenoids typically have several layers…
1- the provided quick sort algorithm, and 2- your bubble sort algorithm. Plot th
1- the provided quick sort algorithm, and 2- your bubble sort algorithm. Plot the time-results of at least nine samples: starting fron 1 million elements, to nine millions element…
1- void addMatrices(double result44] double a 44double b4141) 2 - void subMatric
1- void addMatrices(double result44] double a 44double b4141) 2 - void subMatrices(double result 44] double af414 double b44) 3-void mulMatrices(double result 44] double al4l4] .d…
1- write a function my_sign that will behave like sign in-built function. 2-writ
1- write a function my_sign that will behave like sign in-built function. 2-write a function precent_even that will take an array of intergers as an input argument, and will retur…