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

Browse W

Alphabetical listing with fast deep pagination.
66619 items • Page 274 / 1333

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
What is the output of following JavaScript code?
What is the output of following JavaScript code? <script type="text/javascript"> function x() { var cst = "First come, first served"; var pattern = /first/gi; document.write…
What is the output of following JavaScript code?
What is the output of following JavaScript code? <script type="text/javascript"> var cst = new Array(); cst[0] = "Web Development"; cst[1] = "Application Development" cst[2]…
What is the output of following JavaScript code?
What is the output of following JavaScript code? <script type="text/javascript"> function x(z,t) { alert(x.length); } </script> a) Error b) 2 c) 1 d) 3 Math. round(-20…
What is the output of following JavaScript code?
What is the output of following JavaScript code? <script type="text/javascript"> function x() { var s = "Quality 100%!{[!!"; var pattern = /w/g; var output = s.match(pattern…
What is the output of following JavaScript code?
What is the output of following JavaScript code? <script type="text/javascript"> function x() { var s= "Good 100%"; var pattern = /D/g; var output= s.match(pattern); documen…
What is the output of following program: public class Test { public static void
What is the output of following program: public class Test { public static void main(String[] args){ B b = new B(2): b. method B(): } } class A{ public A(){ public A (){ System ou…
What is the output of following program: public class Test { public static void
What is the output of following program: public class Test { public static void main|String[] args) { B b=new B(): b.methodA(): b.methodB() b.methodAB(): } } class A { public A() …
What is the output of line 1 of the above code? 6. (constructor) Assume that the
What is the output of line 1 of the above code? 6. (constructor) Assume that the class President is correct: public class President private String gender; private double income; p…
What is the output of running class GenericMethodDemo of the following code? pub
What is the output of running class GenericMethodDemo of the following code? public class GenericMethodDemo { public static void main(String[] args ) {       Integer[] integers = …
What is the output of running the following code? public class Test public stati
What is the output of running the following code? public class Test public static void main(Stringl args int b 5; int ar 5,4, 3, 2 double valmyMethod(b, ar), System.out printin(va…
What is the output of the above program ? a) 12 b) 11 c) 10 d) program does not
What is the output of the above program ? a) 12 b) 11 c) 10 d) program does not compile e) throws exception f) none Both switch and if tests for boolean type. a) True b) False In …
What is the output of the c program shown below when the user enters the followi
What is the output of the c program shown below when the user enters the following 10 -5 20-10-15 data as input? #include Hinclude int main (void) int a b, x 0, y 0; for (a 1 a 5 …
What is the output of the code? Initially the label displays word \"A\". Dim x A
What is the output of the code? Initially the label displays word "A". Dim x As integer 4 = 4 Dim y As Integer = 10 IblOut.Text = "B" If x > = 3 and y > 0 then IblOut.Text =…
What is the output of the code? module bitwise operators ); initial begir /Bit W
What is the output of the code? module bitwise operators ); initial begir /Bit Wise Negation display "4 'bx001 display (4 'bz001 %b", (~4" b2001 ) ) ; = //Bit Wise AND $display ("…
What is the output of the first round of the DES algorithm when the plaintext an
What is the output of the first round of the DES algorithm when the plaintext and the key are both all zeroes? Remember that it is desirable for good block ciphers that a change i…
What is the output of the following (when embedded in a complete program)? 1. in
What is the output of the following (when embedded in a complete program)? 1. int count; for (int count = 5; count < 15; count ++) cout << count << ' '; What is the…
What is the output of the following C++ code? (3, 4) a. while (current != nullpt
What is the output of the following C++ code? (3, 4) a. while (current != nullptr) cout << current->info << " "; current = current->link; cout << endl; b. …
What is the output of the following C++ code? if (x < 20 && y > 20); { x = 2 * x
What is the output of the following C++ code? if (x &lt; 20 &amp;&amp; y &gt; 20); {     x = 2 * x; y = y / 2; cout &lt;&lt; x &lt;&lt; " " &lt;&lt; y &lt;&lt; x - y &lt;&lt; endl…
What is the output of the following C++ program segment? int list [] = {5, 7, 6,
What is the output of the following C++ program segment? int list [] = {5, 7, 6, 4, 8, 15, 32, 40}; for (auto num: list) cout &lt;&lt; num / 2 &lt;&lt; " "; cout &lt;&lt; endl; 2.…
What is the output of the following Flowchart, using the following input values
What is the output of the following Flowchart, using the following input values 500, 10000, 200, 5000, 0 respectively. eterencea Flailinga ROB-T Fermat Aa T Normal 1 No Spac... He…
What is the output of the following Java program? Explain in terms of how parame
What is the output of the following Java program? Explain in terms of how parameters are passed in Java. import java.awt.*; class PointParameters {           public static void ma…
What is the output of the following Java program? Explain in terms of how parame
What is the output of the following Java program? Explain in terms of how parameters are passed in Java. import java.awt.*; class PointParameters { public static void main(String …
What is the output of the following Java program? Explain in terms of how parame
What is the output of the following Java program? Explain in terms of how parameters are passed in Java. import java.awt.*; class PointParameters { public static void main(String …
What is the output of the following Java program? import static java.lang.Math.*
What is the output of the following Java program? import static java.lang.Math.*; public class Exercise2 {       public static voidmain(String [ ] args)       {             intcou…
What is the output of the following Java program? public class Q2a { public stat
What is the output of the following Java program? public class Q2a { public static void main (string [] args) { String q = "Are you enjoying programming?"; int len, index; string …
What is the output of the following c++ program segment? Const int a [ ] {2, 3,
What is the output of the following c++ program segment? Const int a [ ] {2, 3, 5, 7, 11, 13, 17, 19 }; const char c [ ] { 'R', 'A', 'D', 'A', 'R'}; vector &lt;int&gt; v1 (a + 3, …
What is the output of the following c++ program? double add ( double x, double y
What is the output of the following c++ program? double add ( double x, double y) (return x+y;) double sub (doublex, double y) (return x-y;) double mul (double x, double y) (retur…
What is the output of the following code fragment? class TweetleBeetle { public:
What is the output of the following code fragment? class TweetleBeetle { public: TweetleBeetle() = default; TweetleBeetle( bool isAngry, bool hasPaddle, bool inPuddle) : isAngry_(…
What is the output of the following code fragment? int v1 = 2, v2--1; int *pi: i
What is the output of the following code fragment? int v1 = 2, v2--1; int *pi: int *p2; 5. p2 = p1; printf("%d %d", a) -12 b) 2-1 22 d) ·1-1 e) None of above *p1, *p2); Question 6…
What is the output of the following code public class ComputeResult { public sta
What is the output of the following code public class ComputeResult {     public static void main(String[] agrs){         Computer a= new Computer();         Computer b= new Compu…
What is the output of the following code segment? Mapm = new Tr
What is the output of the following code segment?       Map&lt;Integer, String&gt;m = new TreeMap&lt;Integer,String&gt;();       m.put(1,"Amy");       m.put(4,"Ann");       m.put(…
What is the output of the following code segment? n = 1; while (n
What is the output of the following code segment? n = 1; while (n &lt;= 5) cout &lt;&lt; n &lt;&lt; ' '; n++; A) 1 2 3 4 B) 2 3 4 5 C) 2 3 4 5 6 D) 1 1 1... and on forever E) 1 2 …
What is the output of the following code segments? //ArrayList a contains the In
What is the output of the following code segments? //ArrayList a contains the Integers: 5 9 4 39    Set&lt;Integer&gt; t = newTreeSet&lt;Integer&gt;(a);    Iterator&lt;Integer&gt;…
What is the output of the following code segments? //ArrayList a contains the In
What is the output of the following code segments? //ArrayList a contains the Integers: 6 58 5 4 3 9 //ArrayList b contains the Integers: 5 47    Set&lt;Integer&gt; ta = newTreeSe…
What is the output of the following code segments? Set s = newHashSet
What is the output of the following code segments?    Set&lt;Integer&gt; s = newHashSet&lt;Integer&gt;();    s.add(3); 1.System.out.println(s.add(7));    s.add(9); 2.System.out.pr…
What is the output of the following code segments? Set s = newTreeSet
What is the output of the following code segments?    Set&lt;Integer&gt; s = newTreeSet&lt;Integer&gt;();    s.add(3); 4.System.out.println(s.add(7));    s.add(new Integer(9)); 5.…
What is the output of the following code snippet? int main() { double income = 2
What is the output of the following code snippet? int main() {    double income = 25000;    double cutoff = 55000;    double min_income = 30000;    if (min_income &gt; income)    …
What is the output of the following code snippet? int main() { int num_deposits
What is the output of the following code snippet? int main() {    int num_deposits = 1;    double balance = 30;    double initial_balance = 50;    double deposit = 10.0;    while …
What is the output of the following code: #include #include
What is the output of the following code: #include &lt;fstream&gt; #include &lt;iomanip&gt; #include &lt;string&gt; using namespace std; int main() { string name_str = "John Paul …
What is the output of the following code: int n =3 0 1 3 false true What the out
What is the output of the following code: int n =3 0 1 3 false true What the output of the following code int i = 0; 3 0 1 2 1 2 3 infinite loop compiler error What is the output …
What is the output of the following code: public class InheritanceTester { publi
What is the output of the following code: public class InheritanceTester {       public static void main(String[] args) {             MySubClass mysub = new MySubClass();         …
What is the output of the following code: s.push( 10 ); Stack s = new Stack(); s
What is the output of the following code: s.push( 10 ); Stack s = new Stack(); s.push( 6 ); s.push( 12 ); s.push( 61); s.pop(); s.push( s.top() ); s.push( s.top() ); for(int i = 0…
What is the output of the following code; package classarray3; public class Clas
What is the output of the following code; package classarray3; public class ClassArray3 {public static void main(String[] args) {System.out.println("loading an array with class in…
What is the output of the following code? #include using namespace st
What is the output of the following code? #include &lt;iostream&gt; using namespace std; void TestIt(int Y); int main () { int A=5; TestIt(A); cout &lt;&lt; " A = " &lt;&lt; A &lt…
What is the output of the following code? (a) int *secret; int j; secret = new i
What is the output of the following code? (a) int *secret; int j; secret = new int[10]; secret[0] = 10; for (j = 1; j &lt; 10; j++) secret[j] = secret[j - 1] + 5; for (j = 0; j &l…
What is the output of the following code? 1.1 3.3 2.2 1.1 2.2 2.2 1.1 2.2 3.3 1.
What is the output of the following code? 1.1 3.3 2.2 1.1 2.2 2.2 1.1 2.2 3.3 1.1 2.2 2.2 1.1 2.2 2.2 1.1 3.3 2.2 1.1 2.2 3.3 What is the problem with this code? The array it inte…
What is the output of the following code? Assume all other necessary and relevan
What is the output of the following code? Assume all other necessary and relevant C++ code is present in the program, it’s just not shown below. Add a comment to every line of cod…
What is the output of the following code? Assume all other necessary and relevan
What is the output of the following code? Assume all other necessary and relevant C++ code is present in the program, it’s just not shown below. Add a comment to every line of cod…
What is the output of the following code? Please show each recursive step. #incl
What is the output of the following code? Please show each recursive step. #include &lt;iostream&gt; #include &lt;string&gt; void function (string, int, int); int main() {        …
What is the output of the following code? import java.util.*; List list1
What is the output of the following code? import java.util.*;     List&lt;String&gt; list1 = new ArrayList&lt;&gt;();     list1.add("Atlanta");     list1.add("Macon");     list1.a…