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.A(n) engineer develops Al-based machines and
programs.
a. cognitive
b. virtual
c. intelligence
d. systems
Answer:
Explanation:
Option C is the correct answer
match the parts of a project plan listed in Column A to the specific examples given in Column B.Write the letter of your answer to the space provided before each number
Answer:
The name of the project is C: Reversible Playmat The objectives are given in B The Sketch is given as D The Materials needed is listed in A The procedure is FEvaluation is E
Explanation:
You would find that the other matches are relatively easy save for B and F. The difference between the procedure is that the procedure is more detailed about what needs to be done.
Notice that F states exactly, the dimensions that need to be cut while B albeit wordier, gives a description of the end result only.
Cheers.
Match the different aspects of digital media with the basic job(s) it addresses.
1.
costs associated with running an operation
business
2. managers, technical experts, facilities
software
3. research, cultural knowledge, ability to forecast trends
financial
4. designers, web developers, graphic artists
creative
5.
technical expertise, manufacturing, research and
development
hardware
Answer:
The different aspects of digital media with the basic job(s) it addresses include:
1.
costs associated with running an operation
business
2. managers, technical experts, facilities
financial
3. research, cultural knowledge, ability to forecast trends
software
4. designers, web developers, graphic artists
creative
5.
technical expertise, manufacturing, research and
development
hardware
Explanation:
What steps can be used to open the Custom AutoFilter dialog box? Select any cell in the data range.
Click the _____ tab.
In the ______ group, click Filter.
Next to a column heading, click the AutoFilter drop-down arrow.
Click ______ and click Custom Filter. The Custom AutoFilter dialog box appears for creating custom filers.
Answer:
Data
Sort and Filter
Text Filters
Explanation:
Proof that this answer is correct in the file attached.
A step which can be used to open the Custom AutoFilter dialog box is to click on the data tab.
What is data?Data simply refers to a representation of factual instructions (information) in a formalized manner, especially as a series of binary digits (bits) that are used on computer systems.
The step which can be used to open the Custom AutoFilter dialog box on Microsoft Excel include the following:
Click on the data tab.In the Sort & Filter group, click Filter.Next to a column heading, click the AutoFilter drop-down arrow.Click Text Filters and click Custom Filter.Then, the Custom AutoFilter dialog box would appear for creating custom filers.Read more on Excel spreadsheets here: https://brainly.com/question/4965119
#SPJ2
name 3 supercomputers along with their cost, purpose and the country it is located.
Answer:
The three super computers are
a) Fujitsu Fugak
b) IBM Summit/IBM/Nvidia/Mellanox
c) Sunway TaihuLigh
Explanation:
Three super computers are as follows
a) Fujitsu Fugak - It is located in Kobe, Japan and its costs is ¥130 billion
b) IBM Summit/IBM/Nvidia/Mellanox - It is located in Oak Ridge, U.S. and it costs $325 million
c) Sunway TaihuLigh- It is located in Wuxi, China and it costs US$273 million
Python’s pow function returns the result of raising a number to a given power. Define a function expo that performs this task, and state its computational complexity using big-O notation. The first argument of this function is the number, and the second argument is the exponent (nonnegative numbers only). You may use either a loop or a recursive function in your implementation.
Answer:
The function is as follows:
def expo(num,n):
prod= 1
for i in range(n):
prod*=num
return prod
The big-O notation is: O(n)
Explanation:
This defines the function
def expo(num,n):
This initialzes the product to 1
prod= 1
This iteration is perfomed n times
for i in range(n):
The number is multiplied by itself n times
prod*=num
This returns the calculated power
return prod
To calculate the complexity.
The loop is repeated n times.
Each operation has a complexity O(1).
So, in for n number of operations; the complexity is: O(n * 1)
This gives: O(n)
Impact of computer in society, using relevant examples
A disciplined, creative, and effective approach to problem solving is needed for project success. The nine-step approach to problem solving begins with develop a problem statement and the ninth step is determine if the problem has been solved. Which of the steps listed in not a step on the nine-step approach?
A. Gather data and verify the most likely causes.
B. Determine the most popular solution.
C. Revise the project plan.
D. Evaluate the alternative solutions.
Answer: Determine the most popular solution.
Explanation:
Some of the approaches to problem solving that are listed here include:
• Gather data and verify the most likely causes.
• Revise the project plan.
• Evaluate the alternative solutions
To solve a problem, one needs to gather the data and verify the likely causes of the problem. This can be done by asking questions, running test, interviewing people, running tests, reading reports, or analyzing data.
The project plan can also be revised. Likewise, when one comes with different solutions, one should weigh the cost and benefits of each in order to choose the best solution.
Determine the most popular solution isn't a correct option.
Assume that your organization wants to hire new instructors for your project management course. Develop a list of quality standards that you could use in making this hiring decision. Suppose that some current instructors do not meet these standards. Provide suggestions for how you would handle this situation.
Your paper should be 2-3 pages long
Explanation:
The hiring process of the new instructors includes several quality standards: 1. The qualification: All the persons should have a good academic qualification, certification course related to project management. The list of quality standards used in the selection process of the instructors includes the person's academic qualifications which include the degrees he has been awarded and the major subjects in them and also from which university.
Define- Emerging technology
Answer: Emerging technologies are technologies whose development, practical applications, or both are still largely unrealized, such that they are figuratively emerging into prominence from a background of nonexistence or obscurity.
Explanation: brainliest?
The memory management layer is the part of the kernel that serves out all memory allocation requests.
a. True
b. False
Use the drop-down menus to describe how to create a form with the Form button. 1. In the pane, select the table from which to create the form. 2. Click the tab. 3. In the group, click Form. 4. Microsoft Access will then create a form using .
Answer:
1. navigation 2.create 3.forms 4.all the columns in the table
Explanation:
1. In the pane, select the table from which to create the form - navigation 2.Click the tab -create
3.In the group, click Form - forms
4.Microsoft Access will then create a form using - all the columns in the table.
What is Form button?It defines as a button for submitting the form data to a form-handler. input data.
Thus, the drop down menus are selected s to describe how to create a form with the Form button.
Learn more about Form button.
https://brainly.com/question/14630092
#SPJ2
25 POINTS!!!!!!!!!!!!!!!!!!!!!! HELP ME
The contrast ratio of blue-60 text on a gray-15 background is __ to 1.
70
80
8
4
Answer:4
Explanation:
What is office automation?
how do i get a instant win in 1v1 lol online
Answer:
you can practice a lot all the day to become a pro, and see videos of how to win ( in the game of the 1v1) and do it and well that
Explanation:
hope it helps
What year did the first hovercraft sail on water
Write a program that asks the user for an integer between 0 and 100 that represents a number of cents. Convert that number of cents to the equivalent number of quarters, dimes, nickels, and pennies. Then output the maximum number of quarters that will fit the amount, then the maximum number of dimes that will fit into what then remains, and so on. If the amount entered is negative, write an error message and quit. Amounts greater than 100 are OK (the user will get many quarters.) Use extended assembly instructions and exception handler services. Enter number of cents: 67 Number of quarters:2 Number of dimes :1 Number of nickels :1 Number of pennies :2
Solution :
import [tex]$\text{math}$[/tex]
#First we need to define the value of each coin
[tex]$\text{penny=1}$[/tex]
[tex]$\text{nickel}$[/tex] = 5
[tex]$\text{dime}$[/tex] = 10
[tex]$\text{quarter}$[/tex] = 25
#Here we define [tex]$\text{the variables}$[/tex] to hold the [tex]$\text{max}$[/tex] number of each coin
[tex]$\text{quarter}$[/tex]s = 0
[tex]$\text{dime}$[/tex]s = 0
[tex]$\text{nickel}$[/tex]s = 0
[tex]$\text{pennys}$[/tex] = 0
[tex]$\text{cents}$[/tex] = int([tex]$\text{inpu}t $[/tex]("Please enter an [tex]$\text{amount}$[/tex] of money you have in [tex]$\text{cents}$[/tex]: "))
if [tex]$\text{cents}$[/tex] [tex]$>0$[/tex] and [tex]$\text{cents}$[/tex] [tex]$<=$[/tex] 100:
if [tex]$\text{cents}$[/tex] >= 25:
quarters = [tex]$\text{cents}$[/tex] / quarter
[tex]$\text{cents}$[/tex] = [tex]$\text{cents}$[/tex] % quarter
if [tex]$\text{cents}$[/tex] >= 10:
dimes = cents/dime
[tex]$\text{cents}$[/tex] =[tex]$\text{cents}$[/tex] % dime
if [tex]$\text{cents}$[/tex] >= 5:
nickels =[tex]$\text{cents}$[/tex] /nickel
[tex]$\text{cents}$[/tex] = [tex]$\text{cents}$[/tex] % nickel
if [tex]$\text{cents}$[/tex] > 0:
pennys = [tex]$\text{cents}$[/tex] / penny
[tex]$\text{cents}$[/tex] = 0
print("The coins are: "
"\[tex]$\text{nQuarters}$[/tex]", math.floor(quarters),
"\[tex]$\text{nDimes}$[/tex]", math[tex]$\text{.floor}$[/tex](dimes), "\[tex]$\text{nNickels}$[/tex]", math[tex]$\text{.floor}$[/tex](nickels), "\nPennies", math[tex]$\text{.floor}$[/tex](pennys))
else:
print("wrong value")
briefly explain intellegence?
Answer:
Intelligence is the ability to think, to learn from experience, to solve problems, and to adapt to new situations. ... Psychologists believe that there is a construct, known as general intelligence , that accounts for the overall differences in intelligence among people.
Answer:
The ability to be knowledgeable and successful in skills as well as school subjects.
Explanation:
What does the following Boolean operators do?
AND function
OR function
NOT function
write a c++ program to print even numbers from 1 to 20
Answer:
#include <bits/stdc++.h>
using namespace std;
// Function to print even numbers
void printEvenNumbers(int N)
{
cout << "Even: ";
for (int i = 1; i <= 2 * N; i++) {
// Numbers that are divisible by 2
if (i % 2 == 0)
cout << i << " ";
}
}
// Function to print odd numbers
void printOddNumbers(int N)
{
cout << "\nOdd: ";
for (int i = 1; i <= 2 * N; i++) {
// Numbers that are not divisible by 2
if (i % 2 != 0)
cout << i << " ";
}
}
// Driver code
int main()
{
int N = 20;
printEvenNumbers(N);
printOddNumbers(N);
return 0;
}
Explanation:
Note: This will find both odd and even numbers, you have to change the number above to the number of your choice
For even numbers
Even number are numbers that are divisible by 2.
To print even numbers from 1 to N, traverse each number from 1.
Check if these numbers are divisible by 2.
If true, print that number.
For odd numbers
Odd number are numbers that are not divisible by 2.
To print Odd numbers from 1 to N, traverse each number from 1.
Check if these numbers are not divisible by 2.
If true, print that number
Which of the following statements is NOT
true with respect to algorithms and
computer programming?
A. Algorithms speed up the programming process
B. Algorithms can help us to accomplish meaningful tasks
C. Algorithms are an unnecessary burden in programming
Answer:
C
Explanation:
Algorithms are very useful and necessary.
The statement that is not true with respect to algorithms and computer programming is algorithms are an unnecessary burden in programming. The correct option is c.
What is computer programming?The process of developing the separate parts of software necessary for the system to operate as a whole is known as systems programming. Operating systems (OS), firmware, and development environments are only a few of the many layers that are involved in systems programming.
Modern computers, or those with a single process structure and instructions for how to carry out a function on the computer and maintain track of the processed data in computation, employ stored program computers.
Therefore, the correct option is c. algorithms are an unnecessary burden in programming.
To learn more about computer programming, refer to the below link:
https://brainly.com/question/3397678
#SPJ2
-224/105 in simplest form plz
i believe ur answer is -32/15
hopefully i helped =3
Some scientists say that robots my become self - aware in the near future Do you think this is possible?
Answer:
i believe that robots could become self aware because its called artificial intelligence, and that means that they can pretty much think for themselves
Explanation:
its just my opinion but i hope i helped!
Quick!! Im taking a timed test so pls hurry!! Ill even mark as brainliets!!
A company has two finalists in mind to run its computer network: Bill, a college graduate in computer science with little experience, and Sam, a computer science student with a decade of on-the-job training. Why might the company hire Sam? He has a positive attitude. He has a lot of experience. He is willing to be trained. He might work for less money.
-He has a positive attitude.
-He has a lot of experience.
-He is willing to be trained.
-He might work for less money.
Answer:
-He has a lot of experience.
Explanation:
Bill has little experience and Sam has a decade of on the job training. Therefore Sam is more experienced
Answer:
b
Explanation:
Sum of Primes JAVA project
read 2 strings from the command line; each string will contain an integer. let's call those integers, num1 and num2. write a loop that goes from num1 and num2 looking for prime numbers. if a number if prime then store it in an array of integers, pass this array to a method that returns the sum of all the numbers in the array; you will also need to tell this method how many numbers are in the array. output only the sum of primes. you may assume a maximum of not more than 1000 numbers in the array.
*CODE*
import java.util.*;
class SumPrimes {
// go thru the array primes which has size elements
// total the integer values in primes
// return this total
// the first argument is the array of prime numbers
// the second argument is the number of primes in this array
public static int sumArray(first argument, second argument) {
}
// this method takes an integer, n, and determines if it is prime
// returns true if it is and false if it isn't
// a number is prime if it is only evenly divisible by 1 and itself
// 1 is NOT considered prime
static boolean isPrime(int n) {
// Corner case
if (n <= 1)
return false;
// Check from 2 to n-1
for (int i = 2; i < n; i++)
if (n % i == 0)
return false;
return true;
}
public static void main(String[] args) {
// define the constant MAX which represents the largest size of the primes array
int num1, num2, numPrime = 0;
// declare an array of the proper data type and size
// convert 1st command line argument from a string to an integer
num1 = Integer.parseInt(args[0]);
// get num2 from the command line
// loop through all integers from num1 to num2
// store those that are prime in the primes array
// keep track of the number of primes - numPrime
// output the sum of all the primes
System.out.println(sumArray(primes, numPrime));
}
}
Answer:
Explanation:
The following code is written in Java and creates the necessary code so that two int inputs are read and looped through all the numbers between them to find all the primes. These primes are counted and summed. Finally, printing out the sum and the number of primes found to the console.
import java.util.ArrayList;
import java.util.Scanner;
class SumPrimes{
public static void main(final String[] args) {
Scanner in = new Scanner(System.in);
ArrayList<Integer> primes = new ArrayList<>();
int num1, num2, numPrime = 0;
System.out.println("Enter number 1:");
num1 = in.nextInt();
System.out.println("Enter number 2:");
num2 = in.nextInt();
for (int x = num1; x <= num2; x++) {
if (isPrime(x) == true) {
primes.add(x);
numPrime += 1;
}
}
System.out.println("There are " + numPrime + " primes in the array.");
System.out.println("Their sum is " + sumArray(primes));
}
public static int sumArray(ArrayList<Integer> arr) {
int sum = 0;
for (int x: arr) {
sum += x;
}
return sum;
}
static boolean isPrime(int n) {
if (n <= 1)
return false;
for (int i = 2; i < n; i++)
if (n % i == 0)
return false;
return true;
}
}
The different between Del key and BKSE key
Answer and Explanation:
I believe you are referring to Backspace and Del keys, which are the keys of a computer keyboard. In this case, the difference between them is quite simple and easy to understand. These two keys are used to delete characters, however, the Backspace key is capable of deleting characters that are to the left of the cursor (the dash that appears blinking when you are typing). Del Key, in turn, is able to delete the characters to the right of the cursor.
Using examples, evaluate the open source model of software development. In your discussion highlight some of its advantages and disadvantages. Furthermore, explain some of the alternatives that also exist.
How has technology impacted our lives and the world we live in? In your own words.
Answer:
Technology has an effect on how people interact, read, and think. It benefits society and influences how people communicate with one another on a regular basis. We live in a society where technological advancements are normal. Cell phones and the internet are two great examples of
(if you want to, you can change it up a bit)
what is this car first to awnser is the brianliest
Answer: Lamborghini
Explanation: Is it yours
Pleaseeee help!!!!!:)!!
Answer:
Varies. Read explanation.
Explanation:
Many different things can be used to help maintain data during a power outage.
A common thing is to have a backup generator/power bank always connected to maintain server status even during times of a blackout. Along with this, she could back up her data periodically to a hard drive that is in a completely separate location. This can help maintain data even during a blackout.