Answer:
true
Explanation:
3 examples of operating systems
Answer:
Linux, Windows, Macintosh
Explanation:
Hide Time Remaining A
Suppose that the following statement is included in a program. import static
java.lang. Math.*; After this statement, a static method of the class Math can be called
using just the method name.
A. True
B. False
Answer:
True
Explanation:
The class Math include mathematical functions such as sin(), cos(), tan(), abs(), etc
If the given statement is not written, each of the math function will be written as (take for instance, the sin() function):
Math.sin()
But after the statement has been written (it implies that the Math library has been imported into the program) and as such each of the mathematical function can be used directly.
So instead of Math.sin(), you write sin()
how do you open links in this app
Answer:
Hhhhh
Explanation:
Hhhh
Answer:
Explanation:
Don't open the links there viruses
what is astronaut favourite key on keyboard?
The astronaut favorite key on keyboard is Space-Bar.
What is space bar?This is known to be a long key that is seen at the lower part of a computer keyboard or typewriter used to type space.
Conclusively, to Space Key is known to be the Astronaut's Favorite Key on the Keyboard due to the fact that an Astronaut often travel to Space and work on satellites and as such they loves the space bar, more as it tells more about the Outer Space.
Learn more about astronaut from
https://brainly.com/question/24496270
The type of Al that computers can use to generate and understand human speech is called__________
processing
Answer:
Language or Vocal processing
Explanation:
Language processing in AI is used to understand languages, dialects and phrases, these AI have been trained to understand human language.
Use the drop-down menus to complete the steps to create a report with the Report button. 1. In the Navigation pane, select the table from which to create the report. 2. Click the tab. 3. In the group, click Report. 4. Microsoft Access creates a form using . 5. Open the report in view. 6. Modify the report. 7. Save the report.
Answer:
Click the
✔ Create
tab.
3. In the
✔ Reports
group, click Report.
4. Microsoft Access creates a form using
✔ all of the columns in the table
.
5. Open the report in
✔ Design
view.
6. Modify the report.
Explanation:
just took it
Edhesive 3.7 code practice
Answer: To hard to answer :)
Explanation: hurts my brain
Question 5 a. critically explain why you would consider arrays over normal data types [5 marks] b. from you explanation in “a” above, write and initialize an array called BongoBar of type string and having 4 element. [5 marks] c. embed your array in “b” above in a full c++ program. [5 marks] d. critically explain what will happen if an amateur programmer called BongoBar[5] in the main function in you program in “c” above.
Can you explain the question better?
What should a web page designer consider when choosing between fixed positioning and absolute positioning?
O Fixed positioning is the HTML default element flow, while absolute positioning is relative to the browser window.
O Fixed positioning is an offset placement from the normal element layout, while absolute positioning is the HTML
default element flow
Fixed positioning is relative to the browser window, while absolute positioning is located at a specific place on a
web page.
Fixed positioning is located at a specific place on a web page window, while absolute positioning is an offset
placement from the normal element layout.
Answer:
Fixed positioning is relative to the browser window, while absolute positioning is located at a specific place on a web page.
Answer:
c
Explanation: trust me bro
If x + 3y = 7 and y = 2, then x equals
Answer:
X=1
Explanation:
First, let's start by pushing x to the side. As of now, that variable doesn't matter, so that leaves us with 3y = 7.
It informs us already that y = 2, so we're going to multiply 2 x 3 , which gets us 6.
We're now going to flip the equation so we can subtract our total by 6. 7 - 6 gets us 1.
Bringing our x back and using process of elimination, we now know that x = 1.
Full Total Equation:
1 + 3(2) = 7
or
1 + 6 = 7
Hope this helped!
Light bending power of a lens is shown by a charecteristic is called
Answer:
Optical power of lens.
Unit - 'dioptre '
symbol - φ
What are the steps for modifying a query to add calculations? Use the drop-down menus to complete them. 1. Open the query in view. 2. Select the field to which you wish to add a calculation. 3. Right-click and select in the drop-down menu. 4. Using the Expression Builder, add to create a calculation. 5. Click to see the results of the query.
Answer:
1
New Appointment
button.
3.
Save and Close
button to add the appointment.
Explanation:
Open the query in view. Select the field to which you wish to add a calculation and many more are some of the steps for modifying a query to add calculations.
What is query?A query is a request for information from a database in computing. It is a specific command given to a database management system (DBMS) to retrieve and manipulate data from a database.
Queries are typically expressed in a query language, which is a special language designed to interact with databases.
Here are the steps for adding calculations to a query:
Bring the query into view.Choose the field to which you want to add the calculation.Select "Build Event" from the drop-down menu by right-clicking.Add expressions to the Expression Builder to make a calculation.Click "OK" to save the changes and view the query results.Thus, these are the steps asked.
For more details regarding query, visit:
https://brainly.com/question/30900680
#SPJ3
Which of these is NOT an example of lifelong learning?
A reading a trade magazing
B having lunch with a friend
C reviewing a textbook
Answer:
B. having lunch with a friend
Explanation:
Lifelong learning can be defined as a continuous, self-motivated, and self-initiated learning activity that is typically focused on personal or professional development. Thus, it's a form of education that is undertaken throughout life with the sole aim of pursuing knowledge, competencies, and skills for either personal or professional growth and development, especially after acquiring a formal education.
Some examples of lifelong learning includes the following;
I. Reading a trade magazine.
II. Reviewing a textbook.
III. Studying an encyclopedia.
Write a Python programs to do frequency counting of the sum of two dice. Your function should accept an integer n parameter to run n trials (i.e., multiple rollings of the two dice); You can use the Python function randrange(1, 7) to simulate the roll of one die; After running the n trials, your function should return the sum of two dice that occurs most frequently.
Answer:
Explanation:
The following program uses Numpy import to detect the frequency of all the elements in an array and ouput the one that appears the most. The function creates random dice rolls and adds them to the array, looping the number of times that the trials parameter states. Then finally printing out the original array and the sum that appeared the most frequently.
from random import randrange
import numpy as np
def highestFrequency(trials):
products = []
for x in range(trials):
product = randrange(1, 7) * randrange(1, 7)
products.append(product)
x = np.array(products)
print("Original Array: " + str(list(products)))
print("Most frequent value in the above array:")
print(np.bincount(x).argmax())
highestFrequency(7)
what is class in python
Answer:
It is a code template for creating objects.
Answer:
What is a class? A class is a code template for creating objects. Objects have member variables and have behaviour associated with them. In python a class is created by the keyword class . An object is created using the constructor of the class.
who wants some?
Da free POOIIIINNTTTSSSSS
Answer:
Oh thanks jeez!!!!!!!!
As a casting director arranging for an audition, what sequence of events would you follow?
Give copies of the script to
the actors to rehearse.
Ask the actors to complete the form with their contact details.
Conduct the final audition.
Advertise the audition.
Answer:
1. Advertise the audition.
The first step after breaking down the script is to advertise the audition so that interested actors and agents can send in resumes that can be picked from.
2. Ask the actors to complete the form with their contact details.
Actors should complete a form that would give you their contact details. This is how you will reach out to the characters you are interested in for auditions.
3. Give copies of the script to the actors to rehearse.
You should give copies of the script to actors that you feel will match the roles in the production after you contact them.
4. Conduct the final audition
There will be first auditions invloving various actors and there will be comebacks to ensure that the the characters can fit into the role. Finally there will be a final interview after which a character will be chosen.
The table shows the number of points Ramon has earned on science quizzes. Quiz 16 points Quiz 2 9 points Quiz 3 1 point Quiz 4 9 points Quiz 5 8 points Quiz 6 3 points What is the median number of points Ramon has earned? A. 6 В. 7 O C 8
Answer:9
Explanation:d.9
What are Render Modes? How different render modes can be used in different contexts?
Answer:
Rendering is the process that allows obtaining digital images taken from the three-dimensional model, through dedicated software. These images are intended to photorealistically simulate environments, materials, lights, objects in a project and a 3D model. In Computer Graphics Imagery , this process is developed in order to imitate a 3D space formed by polygonal structures, light behavior, textures, materials (water, wood, metal, plastic, cloth, etc.) and animation, simulating environments and credible physical structures. One of the most important parts of the programs dedicated to Computer Graphics Imagery are the rendering engines, which are capable of performing complex techniques or algorithms such as radiosity, raytrace (ray tracer), alpha channel, reflection, refraction or global illumination.
Explanation:
Rendering is a complex calculation process developed by a computer equipment designed to generate a 2D image from a 3D scene. Real-time rendering is preferably used in games and interactive graphics, it is made up of images or animations rendered at a speed that makes the fact that the computer takes time to calculate them imperceptible to the end user, therefore there will be graphic hardware dedicated to ensure rapid image processing. Offline rendering is used in those cases in which a very high speed of use of the images created is not so important, as it happens in animation works or those whose complexity and level of photorealism are much higher. Another of the applications of 3D rendering is in the world of graphic design, since it gives the designer an almost unlimited range of perspectives on the object he is designing. In addition to this, it allows a complete redesign from an initial image. Thus, designers have a tool that allows them to unleash their imagination.
what is cyber ethics
Answer:
cyber ethics
Explanation:
code of responsible behavior on the Internet. Just as we are taught to act responsibly in everyday life with lessons such as "Don't take what doesn't belong to you" and "Do not harm others," we must act responsibly in the cyber world.
importance of good safe design
Answer:
Safe design incorporates ergonomics principles as well as good work design. Good work design helps ensure workplace hazards and risks are eliminated or minimised so all workers remain healthy and safe at work.
Explanation:
Good work design, or safety in design, considers hazards and risks as early as possible in the planning and design process. It aims to eliminate or minimise the possibility of workplace injury or illness throughout the life of the product or process. ... products. layout and configuration
Answer:
eliminating hazards – is often cheaper and more practicable to achieve at the design or planning stage than managing risks later in the lifecycle.
What happens during focus group testing?
Individuals who are not involved in the development process test the game.
Before the game is designed, experienced gamers tell the designers what they would like to see.
Company leadership looks closely at the game to see if it meets their standards.
Members of the team that designed the game test the game for quality.
Answer:
Individuals who are not involved in the development process test the game.
Explanation:
Focus groups are made up of people with no knowledge about the game being developed. This allows for an unbiased review of the game to take place and see how a typical player will behave and feel about a game.
Answer:
Individuals who are not involved in the development process test the game.
1. You will need to add data to the tables in your design that matches the data in the supplied Excel documents. If your database design doesn't accommodate a given piece of data you must modify your design and implementation to ensure that all data provided in the spreadsheet can be added. a. You may any other data you wish and as your design requires. If your design is such that the needed data is not supplied in the spreadsheet you will need to simply "mock" up some sample data and add it into your database. b. Important: Your instructor cannot provide you with specific information how to complete this step. Each person's database design will be different and therefore, how data must be entered will be different from person to person.
Answer:
is all about knowing what to do with the data
Explanation:
determine what to do with your data
You can perform an in-place upgrade to Windows 7 from both Windows XP and Windows Vista
wait you can, how?
please explain
Answer:
how do you do that?
Explanation:
i didnt even know that was possible
~evita
what are bananas if they are brown
if banans are Brown there bad I think
Create a new Java project/class called Examine1. Prompt user as to how many numbers they would like to enter. Use a cumulative sum loop to read in and sum that many numbers. Once all numbers entered, program should print out the sum total and average of those numbers entered by the user. Use the printf command to format. Paste code.
Answer:
Explanation:
The following code is written in Java and like requested prompts the user for a number to continue or a letter to exit. Then loops and keeps adding all of the numbers to the sum variable and adding 1 to the count for each number entered. Finally, it prints the sum and the average using printf and the variables.
import java.util.Scanner;
class Examine1 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
int sum = 0;
int count = 0;
System.out.println("Enter a number to continue or a letter to exit.");
while(in.hasNextInt()) {
System.out.println("Enter a number:");
sum += in.nextInt();
count += 1;
}
System.out.printf("The sum is %s.%n", sum);
System.out.printf("The average is %s.", (sum / count));
}
}
Consider the following class, which models a bank account. The deposit method is intended to update the account balance by a given amount; however, it does not work as handed public class BankAccount 1 private String accountOwner Name: private double balance private int account number public BankAccount(String nane, double Initialbalance, Int acetum) account Owner Name - name: balance initialBalance account Number - acetum; ) public void deposit (double amount) double balance - balance + amount; 1 3 What is the best explanation of why the deposit method does not work as intended? O The variable balance must be padded to the deposit method. The deposit method must have a return statement. In the deposit method, the variable balance should be replaced by the variable initialbalance. In the deposit method, the variable balance is declared as a local variable and is different from the instance variable balance
Answer:
the variable balance is declared as a local variable and is different from the instance variable balance.
Explanation:
In this code, the deposit method is not working as intended because the variable balance is declared as a local variable and is different from the instance variable balance. This is occurring due to the keyword double being placed before the balance variable within the deposit method. This is basically creating a new variable called balance that is only targetable by the local scope within the deposit method. Removing this keyword would instead target the class instance variable balance which is what is needed. In this case, the balance local variable being created is always null and would cause the method to not function.
(Wattan Corporation) is an Internet service provider that charges customers a flat rate of $7.99 for up to 10
hours of connection time. Additional hours or partial hours are charged at $1.99 each.
Write a function charges that computes the total charge for a customer based on the number of hours of
connection time used in a month. The function should also calculate the average cost per hour of the time
used (rounded to the nearest 0.01), so use two output parameters to send back these results.
You should write a second function
round_money that takes a real number as an input argument and returns as the function value the number
rounded to two decimal places. Write a main function that takes data from an input file usage.txt and
produces an output file charges.txt. The data file format is as follows:
Line 1: current month and year as two integers
Other lines: customer number (a five-digit number) and number of hours used
Here is a sample data file and the corresponding output file:
Data file usage.txt
10 2009
15362 4.2
42768 11.1
11111 9.9
Output file charges.txt
Charges for 10/2009
15362 4.2 7.99 1.90
42768 11.1 10.18 0.92
11111 9.9 7.99 0.81
Answer:
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <math.h>
void do_charges(int j, double data[10], double *cph, double *ave_cost);
double round_money(double money);
int main(void)
{
int j=1, n=0, day, month;
double id_buffer=0.0, val_buffer=0.0, data[10], cph = 0.0, ave_cost = 0.0;
char c;
FILE *fp = fopen("usage.txt", "r");
if(fp == NULL ) printf("error\n");
fscanf(fp,"%d %d", &day, &month);
// By using conditional statement
while ( c != EOF )
{
fscanf(fp,"%lf %lf", &id_buffer, &val_buffer);
data[j] = id_buffer;
data[j+4] = val_buffer;
c = getc(fp);
j++;
}
fclose(fp);
fp = fopen("charges.txt", "w");
if(fp == NULL ) printf("error\n");
fprintf(fp,"Charges for %d/%d\n\n\n", day, month);
fprintf(fp,"Customer\t hrs used\t C.P.H.\t\t Ave. Cost\n\n");
printf("Charges for %d/%d\n\n\n", day, month);
printf("Customer\t hrs used\t C.P.H.\t\t Ave. Cost\n\n");
for(j=1;j<4;j++)
{
cph = 0;
do_charges(j, data, &cph, &ave_cost);
fprintf(fp,"%1.0lf\t\t %0.1lf\t\t %0.2lf\t\t %0.2lf\n\n",data[j], data[j+4], cph, ave_cost);
printf("%1.0lf\t\t %0.1lf\t\t %0.2lf\t\t %0.2lf\n\n",data[j], data[j+4], cph, ave_cost);
}
fclose(fp);
return 0;
}
void do_charges(int j, double data[10], double *cph, double *ave_cost)
{
int base_rate = 7.99, partial_rate = 1.99;
double remain=0.0, total_hrs=0.0, money=0.0;
/*
printf("%6.0lf %6.0lf\n", data[0], data[4]);
for(j=1;j<4;j++)
{
printf("%6.0lf %6.2lf\n", data[j], data[j+4]);
}
*/
if(data[j+4] > 10)
{
remain = data[j+4] - 10;
while(remain > 0)
{
*cph = *cph + 1.99;
if(remain/10>0) remain--;
}
*cph = *cph + 7.99;
money = *cph;
*cph = round_money(money);
total_hrs = (remain * *cph);
} else {
*cph = 7.99;
money = *cph;
*cph = round_money(money);
total_hrs = data[j+4] * 7.99;
}
*ave_cost = *cph / data[j+4];
money = *ave_cost;
*ave_cost = round_money(money);
}
double round_money(double money)
{
money = money * 100;
money = round(money);
money = money / 100;
return money;
}
Explanation:
pls help now the question is very hard someone help me pls
Answer:
The answers are "Option a, Option b, Option d, and Option c".
Explanation:
The Traceroute utilizes the "Internet Control Message Protocol" for transmit and receive echo-request and echo-reply messages. This is most often used in the echo packets of specified interval to live (TTL) quantities.The Transport layer will be the next but is usually directly linked with the same name layer in the OSI model. Functions involve message fragmentation, acknowledgment, traffic management, session parallelization, error detection, as well as message rearranging.Leaders generally fully involve one or even more workers in design buildings.67 was its UDP port number which is used as the port number of a database. So although UDP port number 68 is being used by the client.Good information is characterized by certain properties. Explain how you understand these characteristtics of good information. Use examples to better explain your answer.
Answer:
here is your ans
Explanation:
Characteristics of good quality information can be defined as an acronym ACCURATE. These characteristics are interrelated; focus on one automatically leads to focus on other.
Accurate
Information should be fair and free from bias. It should not have any arithmetical and grammatical errors. Information comes directly or in written form likely to be more reliable than it comes from indirectly (from hands to hands) or verbally which can be later retracted.
Complete
Accuracy of information is just not enough. It should also be complete which means facts and figures should not be missing or concealed. Telling the truth but not wholly is of no use.
Cost-beneficial
Information should be analysed for its benefits against the cost of obtaining it. It business context, it is not worthwhile to spend money on information that even cannot recover its costs leading to loss each time that information is obtained. In other contexts, such as hospitals it would be useful to get information even it has no financial benefits due to the nature of the business and expectations of society from it.
User-targeted
Information should be communicated in the style, format, detail and complexity which address the needs of users of the information. Example senior managers need brief reports which enable them to understand the position and performance of the business at a glance, while operational managers need detailed information which enable them to make day to day decisions.
Relevant
Information should be communicated to the right person. It means person which has some control over decisions expected to come out from obtaining the information.
Authoritative
Information should come from reliable source. It depends on qualifications and experience and past performance of the person communicating the information.
Timely
Information should be communicated in time so that receiver of the information has enough time to decide appropriate actions based on the information received. Information which communicates details of the past events earlier in time is of less importance than recently issued information like newspapers. What is timely information depends on situation to situation. Selection of appropriate channel of communication is key skill to achieve.
Easy to Use
Information should be understandable to the users. Style, sentence structure and jargons should be used keeping the receiver in mind. If report is targeted to new-comer in the field, then it should explain technical jargons used in the report.