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

Browse J

Alphabetical listing with fast deep pagination.
10965 items • Page 116 / 220

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
JavaScript c11 Question 1 (1 point) Which of the following statements about jQue
JavaScript c11 Question 1 (1 point) Which of the following statements about jQuery plugins is true? Question 1 options: A jQuery plugin can only perform a single task. You must ha…
JavaScript c11 Question 15 (1 point) In the jQuery for using a widget, you must
JavaScript c11 Question 15 (1 point) In the jQuery for using a widget, you must code a selector followed by Question 15 options: the method to be called and any options the name o…
JavaScript can anyone tell me whats wrong with my code when I click the pictures
JavaScript can anyone tell me whats wrong with my code when I click the pictures it doesnt open the url i think theyre something wrong with my function open URl <html> <h…
JavaScript function if the salary is less than 20000 it is not enough, else if t
JavaScript function if the salary is less than 20000 it is not enough, else if the salary is between 20000 and 25000 it is almost enough, and (else) if the salary is greater than …
JavaScript function: use: map function or forEach funtion. (with loops and if st
JavaScript function: use: map function or forEach funtion. (with loops and if statements) build a 2 dimension Array function so that you could evaluate le length of each values in…
JavaScript functions Scenario: Your uncle wants to start a business building gar
JavaScript functions Scenario: Your uncle wants to start a business building garden sheds in people's backyards. He needs a program to help calculate the materials list and cost f…
JavaScript help. Don\'t worry about the HTML and CSS I already have that. I just
JavaScript help. Don't worry about the HTML and CSS I already have that. I just need help with JavaScript 1. In the clock.js file, find the functions that run the clock and move t…
JavaScript is functional but not in a strict sense. It does not rely on immutabl
JavaScript is functional but not in a strict sense. It does not rely on immutable data and side-effect free functions. There are a few libs that provide immutable data structures,…
JavaScript libraries in the same space (UI widgets) use two different approaches
JavaScript libraries in the same space (UI widgets) use two different approaches for instantiating components: Literal strings to specify types, and inlining as much as possible, …
JavaScript onclick Instructions 1) The large image shall become a link to the sa
JavaScript onclick Instructions 1) The large image shall become a link to the same website as the small image. please help me for image 1 I have the image website as http://images…
JavaScript question Here is the assignment: Write a JavaScript program that disp
JavaScript question Here is the assignment: Write a JavaScript program that displays three images that each change when the mouse is moved over the image and returns to the origin…
JavaScript question. If you were to arrange 15 dots in the shape of a triangle,
JavaScript question. If you were to arrange 15 dots in the shape of a triangle, you end up with an arrangement that might look something like this:        0      0 0    0 0 0 0 0 …
JavaScript question: On this form, you will calcuate the payment on a loan. Java
JavaScript question: On this form, you will calcuate the payment on a loan. JavaScript does not have a PMT function like VB or Excel. Thus, you will have to use the formula to get…
JavaScript seems to calculate the array length property by the number of the las
JavaScript seems to calculate the array length property by the number of the last index in the array rather than counting the number of items in the array. Example: var testArray …
JavaScript validation/code Form Validation: In this assignment there will be 5 t
JavaScript validation/code Form Validation: In this assignment there will be 5 things to validate: 1-      Validate that the names are filled in, first and last name 2-      Valid…
JavaScript works in IEEE double precision floating point. You can compute m to t
JavaScript works in IEEE double precision floating point. You can compute m to the power n where m and n are both integers with Math.pow (m,n). Also, ahow (a,b,...) can be used to…
JavaScript, The web warrior serise, Edition Six Q) Hands-On Project 5-5 In this
JavaScript, The web warrior serise, Edition Six Q) Hands-On Project 5-5 In this project, you’ll create and reference document elements as a means of generating a table of contents…
JavaScript/CSS/HTML add codes to achieve highlight TimeZone CITY label(s) Given
JavaScript/CSS/HTML add codes to achieve highlight TimeZone CITY label(s) Given existing codes, add new codes to achieve auto hightlight CITY label(s) with background RED color, w…
JavaScript/Cookies help Hello, I am working with javascript for html5, and this
JavaScript/Cookies help Hello, I am working with javascript for html5, and this assignment requires use of js and cookies. I've written out the JS and it works to an extent. The c…
JavaScript: Fill in the blank below to complete the following code. When the cod
JavaScript: Fill in the blank below to complete the following code. When the code is run, the output should be, CRANBERRIES ARE HIGH IN ANTIOXIDANTS." var message = "Cranberries a…
JavaScript: Form Validation *(HTML/CSS code provided below) CSS code: /* general
JavaScript: Form Validation *(HTML/CSS code provided below) CSS code: /* general text formatting */ h1, h2, h3, nav, footer { font-family: Georgia, Cambria, "Times New Roman", ser…
JavaScript: Form Validation *(HTML/CSS code provided below) CSS code: /* general
JavaScript: Form Validation *(HTML/CSS code provided below) CSS code: /* general text formatting */ h1, h2, h3, nav, footer { font-family: Georgia, Cambria, "Times New Roman", ser…
JavaScript:This application will give you a chance to use a for loop. It asks th
JavaScript:This application will give you a chance to use a for loop. It asks the user to enter anumber from 1 through 100 with the prompt dialog. Then, it adds all the numbers fr…
JavaServer Faces (JSF) is the latest Java EE technology to create dynamic web ap
JavaServer Faces (JSF) is the latest Java EE technology to create dynamic web applications. When a JSF-based web application consists of all 3 tiers, answer the following question…
JavaSript Question 6 (1 point) If you use a short-circuit operator to combine tw
JavaSript Question 6 (1 point) If you use a short-circuit operator to combine two expressions Question 6 options: both expressions are always evaluated the second expression is ev…
JavaSript Question 6 (1 point) If you use a short-circuit operator to combine tw
JavaSript Question 6 (1 point) If you use a short-circuit operator to combine two expressions Question 6 options: both expressions are always evaluated the second expression is ev…
Java\'s Math class contains a static method called random. The RootTwo class bel
Java's Math class contains a static method called random. The RootTwo class below computes an approximation to the the square root of 2. However, there's a missing statement in th…
Java\'s Math library includes a method for calculating the square root of a numb
Java's Math library includes a method for calculating the square root of a number. If this method weren't available, how would we compute a square root? One option is to use the a…
Java\'s built-in TreeSet class uses time in O(log n) for insertion and deletion.
Java's built-in TreeSet class uses time in O(log n) for insertion and deletion. It seems that we could build a O(n log n) sorting algorithm by simply inserting all of the data int…
Java\'s multithreading is platform a) dependent b) Independent c) none Java can
Java's multithreading is platform a) dependent b) Independent c) none Java can not run on windows 3.1 as Windows 3.1 does not support multi-threading. a) True b) False Method isAl…
Java\'s string class provides the following non-static methods: string to UpperC
Java's string class provides the following non-static methods: string to UpperCase () returns a string that contains all the characters of the calling string, converted to upperca…
Java\'s use of Reflection means that we can access classes and methods on the fl
Java's use of Reflection means that we can access classes and methods on the fly, and we can create new objects and invoke methods from String input. To illustrate these abilities…
Java\'s use of Reflection means that we can access classes and methods on the fl
Java's use of Reflection means that we can access classes and methods on the fly, and we can create new objects and invoke methods from String input. To illustrate these abilities…
Java____I need to a UML diagram for this program: public class Triangle extends
Java____I need to a UML diagram for this program: public class Triangle extends GeometricObject{    private double side1 = 5.0; private double side2 = 3.0; private double side3 = …
Java_problem a) Create a recursive static method called summation that will take
Java_problem a) Create a recursive static method called summation that will take in 2 parameters of type int and return the sum of all of the numbers from the 1st number to the 2n…
Javadi Company makes a single product that is subject to wide seasonal variation
Javadi Company makes a single product that is subject to wide seasonal variations in demand. The company uses a job-order costing system and computes predetermined overhead rates …
Javadi Company makes a single product that is subject to wide seasonal variation
Javadi Company makes a single product that is subject to wide seasonal variations in demand. The company uses a job-order costing system and computes predetermined overhead rates …
Javafx - I\'m not sure if my flower is not saving or display function is not wor
Javafx - I'm not sure if my flower is not saving or display function is not working. After I enter flower property and click save, then go back to menu - display, nothing is displ…
Javafx Create a program that turns a circle ON (yellow) or OFF (blank). Do not u
Javafx Create a program that turns a circle ON (yellow) or OFF (blank). Do not use images in the buttons, just text. This is what I came up with CODE: import javafx.application.Ap…
Javajam Coffee House See Chapter 2 for an introduction to the JavaJam Coffee Hou
Javajam Coffee House See Chapter 2 for an introduction to the JavaJam Coffee House case study. Use the Chapter 9 JavaJam website as a starting point for this case study. As freque…
Javajam Coffee House case study (Web Development and Design with HTML 5 8th Edit
Javajam Coffee House case study (Web Development and Design with HTML 5 8th Edition page 123-125) 1. Crete a new folder for this javajam case study. 2. Create an external style sh…
Javascript - Coding an application that will calculate and display the Fibonacci
Javascript - Coding an application that will calculate and display the Fibonacci sequence up to a maximum number of iterations For Chapter 5, we will be coding an application that…
Javascript - Make a loop simulating a library check in/check out system Class an
Javascript - Make a loop simulating a library check in/check out system Class and Constructor Creation     Book Class         Create a script called library.js. In this file creat…
Javascript / html (Writing the Word Equivalent of a Check Amount) Continuing the
Javascript / html (Writing the Word Equivalent of a Check Amount) Continuing the discussion in the preceding exercise, we reiterate the importance of designing check-writing syste…
Javascript / html Check Protection) Computers are frequently employed in check-w
Javascript / html Check Protection) Computers are frequently employed in check-writing systems such as payroll and accounts payable applications. Many strange stories circulate re…
Javascript Assignment 3: 75 points Design and implement a program that will allo
Javascript Assignment 3: 75 points Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance, as well as the total …
Javascript Assignment 3: 75 points Design and implement a program that will allo
Javascript Assignment 3: 75 points Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance, as well as the total …
Javascript Assignment 3: 75 points Design and implement a program that will allo
Javascript Assignment 3: 75 points Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance, as well as the total …
Javascript Assignment 3: 75 points Design and implement a program that will allo
Javascript Assignment 3: 75 points Design and implement a program that will allow us to determine the length of time needed to pay off a credit card balance, as well as the total …
Javascript Create a class that implements a small white rectangular button which
Javascript Create a class that implements a small white rectangular button which occupies 1% of the width and 1% of the height of the parent element, and it also has a method to t…