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

1. If A is an array with n elements and procedure Swap exchanges its arguments,
1. If A is an array with n elements and procedure Swap exchanges its arguments, then the following code segment sorts A in descending order. for (int j = 0; j < n-1; j++) for (…
1. If Denormalization is used how many additional numbers can be represented? a.
1.       If Denormalization is used how many additional numbers can be represented? a.       What is the smallest positive number now? b.      What are Zero(s)? 2.       Compare t…
1. If Number = 4, what is the range of possible numbers that can result from the
1. If Number = 4, what is the range of possible numbers that can result from the following? (Note, this question has 2 parts; you must answer each part correctly. Enter only the n…
1. If String str1 = \"Forest\" and String str2 = \"School\", then what is the va
1. If String str1 = "Forest" and String str2 = "School", then what is the value of str1.compareTo(str2);? Question 1 options: 2. Assume that age has been declared as an int variab…
1. If String str3 = \"supercalifragilisticexpealidocious\", then what is the val
1. If String str3 = "supercalifragilisticexpealidocious", then what is the value of str3.indexOf("li");? 2. If String str = "United States", then what is the value of str.indexOf(…
1. If T is a tree with 999 vertices, then T has_edges (5 pts) 2. There are 3. Th
1. If T is a tree with 999 vertices, then T has_edges (5 pts) 2. There are 3. The best comparison-based sorting algorithms for a list of n items have complexity ). (5 pts) 4. If T…
1. If X is a terminal, then Futsr(X) (X). 2. If X is a nonterminal and X YIY Y i
1. If X is a terminal, then Futsr(X) (X). 2. If X is a nonterminal and X YIY Y is a production for some k 21, then place a in FIRST(X) if for some i, a is in and eis in all of for…
1. If X is a terminal, then Futsr(X) (X). 2. If X is a nonterminal and X YIY Y i
1. If X is a terminal, then Futsr(X) (X). 2. If X is a nonterminal and X YIY Y is a production for some k 21, then place a in FIRST(X) if for some i, a is in and eis in all of for…
1. If a class contains at least one abstract method, it is a(n) __________ class
1. If a class contains at least one abstract method, it is a(n) __________ class. 2. Classes from which objects can be instantiated are called __________ classes. For questions 3 …
1. If a finally block appears after the last catch block, it is executed only if
1.       If a finally block appears after the last catch block, it is executed only if an exception is thrown. true false Fill in the code in Comparable________ c = new Date(); &l…
1. If a procedure recursively calls itself millions of times, what is the likely
1. If a procedure recursively calls itself millions of times, what is the likely result? a. The program will continue to run until interrupted by the user. b. The number of recurs…
1. If a relational database table is in Boyce-Codd normal form, it is also in a.
1.   If a relational database table is in Boyce-Codd normal form, it is also in a.   the first normal form. b.   the second normal form. c.   the third normal form. d.   all of a.…
1. If a relational database table is in Boyce-Codd normal form, it is also in a.
1. If a relational database table is in Boyce-Codd normal form, it is also in a.   the first normal form. b.   the second normal form. c.   the third normal form. d.   all of a., …
1. If a relational database table is in the third normal form, it is also in a.
1. If a relational database table is in the third normal form, it is also in a.   the first normal form. b.   the second normal form. c.   the Boyce-Codd normal form. d. both a. a…
1. If a signal is 1000Hz, how long is a cycle? Answers: 10 ms, 33ms, 1 ms, or 10
1. If a signal is 1000Hz, how long is a cycle? Answers: 10 ms, 33ms, 1 ms, or 1000 ms? 2. A complex signal is composed of three simple signals. At 50 ms, the amplitude of Simple-S…
1. If an organization has three information assets to evaluate for risk manageme
1. If an organization has three information assets to evaluate for risk management as shown in the accompanying data, which vulnerability should be evaluated for additional contro…
1. If an organization has three information assets to evaluate for risk manageme
1. If an organization has three information assets to evaluate for risk management purposes, as shown in the accompanying data, which vulnerability should be evaluated for additio…
1. If arr represents an array, suppose that arr++ was used in an expression. Und
1. If arr represents an array, suppose that arr++ was used in an expression. Under what circumstances would its use be illegal? Under what circumstances would its use be legal? Wh…
1. If arr represents an array, suppose that arr++ was used in an expression. Und
1. If arr represents an array, suppose that arr++ was used in an expression. Under what circumstances would its use be illegal? Under what circumstances would its use be legal? Wh…
1. If arr represents an array, suppose that arr++ was used in an expression. Und
1. If arr represents an array, suppose that arr++ was used in an expression. Under what circumstances would its use be illegal? Under what circumstances would its use be legal? Wh…
1. If class AClass is derived from class BClass, which one of the following stat
1. If class AClass is derived from class BClass, which one of the following statements correctly states the constructor call sequence when an object of AClass is instantiated? a) …
1. If designed properly, a ____’s code captures an algorithm as a general method
1. If designed properly, a ____’s code captures an algorithm as a general method for solving a class of problems. a. module c. literal b. function d. script 2. A ____ is the perio…
1. If given the total number of pages =12 (0-11) 2. the size of a frame is 256by
1. If given the total number of pages =12 (0-11) 2. the size of a frame is 256bytes (2^8) (same as page size?) 3. logical address is 001101010111 (12 bits) 4. the size of a word i…
1. If line c was deleted, is there a risk that code outside of class X could cre
1. If line c was deleted, is there a risk that code outside of class X could create an improperly initialized instance of X? 2. Most Java compilers are not smart enough to figure …
1. If managers do not pay enough attention to planning and organizing the networ
1. If managers do not pay enough attention to planning and organizing the network, they are going to end up being proactive vs. reactive in solving network. 2. ___ has an advantag…
1. If num1 = 3 and num2 = 5, what does num1 >= num2 evaluate to? 2. If num1 = 3
1. If num1 = 3 and num2 = 5, what does num1 >= num2 evaluate to? 2. If num1 = 3 and num2 = 5, what does num1 != num2 evaluate to? 3. If num1 = 3 and num2 = 5, what does !(num1 …
1. If the Length operation associated with an unsorted list returns43, and we th
1. If the Length operation associated with an unsorted list returns43, and we then call the Delete operation for the list, passing ita value that matches the 21st item in the list…
1. If the base CPI with a perfect memory system is 1.5, what is the CPI for thes
1. If the base CPI with a perfect memory system is 1.5, what is the CPI for these cache organizations: (A) 16KB direct-mapped unified cache using write back (miss rate = 0.029) (B…
1. If the following function is called with a value of 2 for n what is the resul
1. If the following function is called with a value of 2 for n what is the resulting output? void tapDance( int n)                       if ( n> -1)                       {    …
1. If the following function is called with a value of 2 for n what is the resul
1. If the following function is called with a value of 2 for n what is the resulting output? void tapDance( int n)                       if ( n> -1)                       {    …
1. If the force between two charges decreases by a factor of 100 because the cha
1. If the force between two charges decreases by a factor of 100 because the charges are moved further apart? a. 16   b. 10   c. 2   d. 8 2. An object is 25 cm from a thin lens wi…
1. If the initializing sequence is shorter than an array, then the rest of the v
1. If the initializing sequence is shorter than an array, then the rest of the values are initialized to zero. T F 2. If an array is defined without a size, but with an initializa…
1. If the items stored in a collection are of different types, then the collecti
1. If the items stored in a collection are of different types, then the collection is referred to as ______. Select one: homogeneous vector dynamic abstract heterogeneous 2. It is…
1. If the sub-expression on the left side of the || operator is true, the expres
1. If the sub-expression on the left side of the || operator is true, the expression on the right side will not be checked. True False 2. Both of the following if statements perfo…
1. If there are 10 routers between the source and destination hosts, how may int
1. If there are 10 routers between the source and destination hosts, how may internet processes will be involved on all devices? a. 12 b.1 c.2 2. Transmitting "Oh, My!" without th…
1. If there is a BEQ instruction at the end of program, what kind of hazards wil
1. If there is a BEQ instruction at the end of program, what kind of hazards will be in the pipelined processor? a. Structural b. Structural and Data c. Control d. Data 2. Assume …
1. If two method headers are identical, changing which of the following could ma
1. If two method headers are identical, changing which of the following could make the method signatures unique? A. Method name B. Parameter data type C. Return value type D. Form…
1. If two strings are superimposed on one another, then some letters may match o
1. If two strings are superimposed on one another, then some letters may match one another. For example, in the two strings wonderwhowrotethebookonlove weallliveinayellowsubmarine…
1. If we plan to find a root for the function f(x) = x^2-2x +1 by using the foll
1. If we plan to find a root for the function f(x) = x^2-2x +1 by using the following methods: (i) Bisection method, (ii) Regula Falsi (False position), (iii) Secant, (iv) Newton’…
1. If you are creating a web site that sells only college text books, which styl
1. If you are creating a web site that sells only college text books, which style of motivation would be the best to implement on your site? A. Promote B. Relate C. Intention D. I…
1. If you are creating a web site that sells only college text books, which styl
1. If you are creating a web site that sells only college text books, which style of motivation would be the best to implement on your site? A. Promote B. Relate C. Intention D. I…
1. If you are in a city and have to walk from where you are, having planar coord
1. If you are in a city and have to walk from where you are, having planar coordinates (0, 0), to a destination having planar coordinates (x, y), then there are two ways of comput…
1. If you are using Oracle, produce the report sho wn in Figure 7.29. ( Note: Y
1.  If you are using Oracle, produce the report shown in Figure 7.29. (Note: Your page number might appear in a different position.) Create a view for the report, if necessary. Wr…
1. If you are using Oracle, produce the report sho wn in Figure 7.29. ( Note: Y
1. If you are using Oracle, produce the report shown in Figure 7.29. (Note: Your page number might appear in a different position.) Create a view for the report, if necessary. Wri…
1. If you could select only three test case design methods to apply during unit
1. If you could select only three test case design methods to apply during unit testing, what would they be and why? Try to support your answer with apt example/ scenarios. 2. The…
1. If you flash UEFI and now your computer is no longer working, is there anythi
1. If you flash UEFI and now your computer is no longer working, is there anything you can do to correct the situation? 2. How is CMOS RAM powered when the system is unplugged? 3.…
1. If you had the opportunity to get a new computer system, would you choose a d
1. If you had the opportunity to get a new computer system, would you choose a desktop, laptop, or tablet? Write at least 5 sentences supporting your answer. 2. Which Operating Sy…
1. If you have two redo log groups with four members each, what’s the optimal nu
1.  If you have two redo log groups with four members each, what’s the optimal number of disks you need to provide appropriate protection on the redo log files? A. Eight B. Four C…
1. If you need to write a function that will compute the cost of candy, where ea
1.      If you need to write a function that will compute the cost of candy, where each piece costs 25 cents, which of the following is an appropriate function declaration? a.   i…
1. If you try to access the array by using a negative index value, ____. 2. Arra
1. If you try to access the array by using a negative index value, ____. 2. Arrays in C# are zero based. 3. Given the following code, what value writes to the console? int[] test …