Sign In
Ask Question
Computers and Technology
Maci Dalton
What acts as a platform on which application software runs?
Answer
Answers (1)
Computers and Technology
Robert Gaines
A user reports that a workstation is continually rebooting. What can a technician do to stop the rebooting in order to troubleshoot?
Answer
Answers (1)
Computers and Technology
Leah Burnett
Until the 1990s scaling up was almost always a more cost-effective strategy to increase available computer power because communication between computers was xteremely slow compared with communications between a single computer's components.
A. True
B. False
Answer
Answers (1)
Computers and Technology
Brenda Roberts
Jasper and Samantha are in a robotics competition. The guidelines state that the robots should be able to move a 10-gram weight at least 2 meters and turn in a circle. Jasper and Samantha have already built the robot. Which step of the design process should they follow next to decide whether their robot meets the minimum criteria for the competition?
Answer
Answers (1)
Computers and Technology
Penelope Glenn
Using what you have learned about conditional statements and loops, create a 3-page matrix with the same 2-D dimensions as your drawing. For example, Dr. Skurla's matrix was a 15 x 15 x 3 matrix.
Answer
Answers (1)
Computers and Technology
Cali
An engine is considered "cross-platform" if it:
A) can develop both 2D and 3D games
B) can include an in-app purchase component
C) can be used to make games for different gaming systems and software packages
D) can communicate with other platforms through wired or wireless communication ports
Answer
Answers (1)
Computers and Technology
Theresa Acevedo
Manny is a personal trainer. He gives his client an endurance test each week. He would like to illustrate how much the client has improved his endurance. What should he do?
He should enter the test results from each week into a spreadsheet and create a pie graph.
He should enter the test results from each week into a spreadsheet and create a line graph.
He should enter the test results into a database and do a query.
He should write a business report using a word processor and put the test results in a table.
Answer
Answers (1)
Computers and Technology
Jazlyn Soto
Define a new object in variable sculptor that has properties "name" storing "Michelangelo"; "artworks" storing "David", "Moses" and "Bacchus"; "bornDate" storing "March 6, 1475"; and "diedDate" storing "February 18, 1564".
Answer
Answers (1)
Computers and Technology
Guest
Dead state is the name of the time delay in a cpu caused by differences between the speed of the cpu and ram.
Answer
Answers (1)
Computers and Technology
Marisol Goodman
Write a program using integers userNum and x as input, and output userNum divided by x four times. Ex: If the input is 2000 2, the output is: 1000 500 250 125 Note: In Coral, integer division discards fractions. Ex: 6 / 4 is 1 (the 0.5 is discarded).
Answer
Answers (1)
Computers and Technology
Guest
Naturally occurring files can share hash values
Answer
Answers (1)
Computers and Technology
Jose Boyer
Which is the best budget motherboard for i3 8100
Answer
Answers (1)
Computers and Technology
Aliza Braun
Set numMatches to the number of elements in userValues (having NUM_VALS elements) that equal matchValue. Ex: If matchValue = 2 and userValues = {2, 2, 1, 2}, then numMatches = 3.
import java. util. Scanner;
public class FindMatchValue {
public static void main (String [] args) {
final int NUM_VALS = 4;
int[] userValues = new int[NUM_VALS];
int i = 0;
int matchValue = 0;
int numMatches = - 99; / / Assign numMatches with 0 before your for loop
userValues[0] = 2;
userValues[1] = 2;
userValues[2] = 1;
userValues[3] = 2;
matchValue = 2;
Answer
Answers (1)
Computers and Technology
Joselyn Bonilla
You are going to be installing a videoconferencing system. One of the requirements of the system is that only workstations that run the conferencing client application receive packets related to the videoconference. You need to assign an address to the videoconferencing application. Which of the following addresses is appropriate?
Answer
Answers (1)
Computers and Technology
Marco
Which of the following is a term used for the permanent record of activities performed on the Internet?
Answer
Answers (1)
More
1
...
54
55
56
57
58
...
Home
»
Computers and Technology
» Page 56
Sign In
Sign Up
Forgot Password?