Answer:
mail the cd to the supervisor
Explanation:
Application software sold with new device is called ________.
The name which is given to an application software which is sold with new device is called:
Killer applicationWhat is a Killer Application?This refers to the software which is necessary to the functioning of a core value of another technology.
With this in mind, we can see that because these application software are sold with new devices and are made to complement the core values of a tech, then they are referred to a killer app.
Read more about application software here:
https://brainly.com/question/1538272
what are the advantages of non verbal communication in an organization
Answer:
It can act as a substitute of verbal messages
It has instant effect as the receivers perceive them quickly
Its an aid to verbal communication too.
Explanation:
I hope this helps
Logic statements contain all of the following words EXCEPT:
IF
THEN
ELSE
BUT
Answer:
BUT
Explanation:
but does not really exist in logic in computing
step of opening browser on computer
Regardless of which version of Windows you have, you can also open the browser from the start menu. Select the start button and type in Chrome. If the Chrome browser is on your computer, it will be displayed in the menu, where you can now see the icon and select it to open.
<3
In which of the following scenarios can a trademark be applied?
Merle designs a web page for Peter’s business.
Twila paints a picture of Hawaiian scenery.
Mark writes and records a new song for his rock band.
Peter names his new business “Garden Ornaments.”
The scenarios that a trademark can be applied is Peter names his new business “Garden Ornaments.” and Twila paints a picture of Hawaiian scenery.
What is trademark?A trademark is a known to be the sign or legal backing that helps one to be able to distinguish the goods or services of one person or firm from those of other.
Trademarks are said to be protected by intellectual property rights and an example is Peter names his new business “Garden Ornaments.” and Twila paints a picture of Hawaiian scenery.
Learn more about trademark from
https://brainly.com/question/1078532
Answer: D. Peter names his new business "Garden Ornaments."
answer please help me
What is the best location to place a keylogger
What Was the first video game ever made? WORTH 98 POINTS
Answer:
Hello! :))Your Answer is Pong.
Explanation:
It was October 1958, Physicist William Higinbotham created the first video game. It was a tennis game, similar to the classic 1970s video game Pong, and it was quite a success I must say. :D
Drag the tiles to the correct boxes to complete the pairs. Match each task to the type of control structure it represents. switch case sequence repetition if else assembling a structure step by step arrowRight choosing between two subjects arrowRight selecting a color out of five colors arrowRight testing a product until free of bugs arrowRight
The correct matching of the task to the type of control structure it represents is:
A structure choosing between two subjects- Switch case sequence Selecting a color out of five colors- If else assembling Testing a product until free of bugs- RepetitionWhat is Control Structure?This refers to the block of programming which makes use of analysis to decide the next move of a set of variables based on pre-set parameters.
With this in mind, we can see that the switch case has to do with the testing of variables for equality against a set of values while the if else assembling has to do with conditional commands which requires an action to be performed if all conditions are satisfied.
Read more about conditional statements here::
https://brainly.com/question/11073037
The business analysts at your organization often take weeks to come up with an updated set of requirements. So the senior developer for your team encourages everyone to catch up on their training while they wait for the update. If you were an agile coach for the organization, what might you do to improve the situation?
If I was an agile coach for the organization, I would ask the software development team to only do peer-to-peer training.
What is SDLC?SDLC is an abbreviation for software development life cycle and it can be defined as a strategic methodology that defines the key steps, phases, or stages for the design, development and implementation of high quality software programs.
In Agile software development, the software development team are more focused on producing working software programs with less effort on documentation.
In this scenario, I would ask the software development team to only do peer-to-peer training assuming I was an agile coach for the organization because it would provide the most fitting employees.
Read more on software development here: brainly.com/question/26324021
A. Discuss the pros and cons of the use of arrays and parallel arrays and provide an example of a real-life equivalent to an array and a parallel array.
In array, the accessing part is very simple by the use of the index number.
What are the pros and cons of arrays?Pros of array
The accessing part is simple.The array represents multiple data items that are of the same typeThe search process can be applied to an array easily.Cons:
The number of elements to be stored in arrays should be known beforehand. An array is static. Insertion and deletion are difficult in an array. Allocating more memory than required leads to a wastage of memory.Pros and Cons of Parallel array:-
Pros:
Parallel arrays are utilized in languages that support solely arrays of primitive varieties Parallel arrays are straightforward to know and use.Cons:-
They have very little direct language support.Learn more about array on:
https://brainly.com/question/26104158
Explain how you would set up a Demilitarized Zone on. You have 25 workstations and a server on your site. Explain what additional equipment, if any, you will need and steps in setting up the DMZ g
The best way to set up a demilitarized zone with 25 workstations and servers is:
Install a firewall with three network interfaces.Separate the network interfaces for both the trusted, untrusted networks and for the DMZ.What is a Demilitarized zone?This refers to the specific area where the local area network (LAN) is kept apart from other unspecified networks in a physical subnet.
With this in mind, we can see that in order to set up a DMZ, it is important to have additional tools such as a firewall and different network interfaces.
Read more about network interface here:
https://brainly.com/question/5078682
How much do you think robots would need to understand human emotions?
Answer:
In the future, a lot.
If we can get robots to understand the concept of emotions, we can create a whole new world and future that is better for everyone. The robots could do so much more.
-learning computers with potato
Does anyone know soul land?
What is the value of x after this statement?
double x = 2.0 / 5.0;
Answer:
Exact Form:
x
=
2
_
5
Decimal Form:
x = 0.4
Explanation:
Answer:
x ≈ 0.63
Explanation:
x^2 = 2.0/5.0
x^2 = 0.4
[tex]\sqrt{x}[/tex] = [tex]\sqrt{0.4\\}[/tex]
x = 0.63245553203
1: Ideal Toy Company has to develop a new toy “Magic-Bulb”. Magic-Bulb is a box having 8 buttons and 8 bulbs on it. Buttons are associated with numbers 0 to 7 (i.e. 1 number written on 1 button). For any number pressed by user Magic-Bulb turns a specific bulb on. Bulbs “Green”, “Yellow”, “Pink”, “Orange”, “Red”, “Purple”, ”Blue” and ”White” are associated with numbers 0, 1, 2, 3, 4, 5, 6 and 7 respectively. Your task is to design Logic diagram for Magic-Bulb’s circuit using the concepts studied so far. Make truth table for Magic-Bulb Write functions equations using AND and NOT operations only Write functions equations using OR and NOT operations only Draw logic circuit diagram for part b Draw logic circuit diagram for part c Are these single-output circuits or multiple-output circuits?
Explanation:
A part of the answer. The full image can't be uploaded. Am sorry. I did not check that.
4. How do the words describing nature in
lines 12-14 contribute to the tone of the passage?
Can you add the passage ?
Which of these statements performs real number quotient division using type casting?
double x = 35 % 10:
double x = 35 / 10;
double x = 35.0 / 10.0;
double x = (double) 35 / 10;
double x = 35.0 % 10.0;
Answer:
Double x = 35 / 10;
Explanation:
Java provides simple data types for representing integers, real numbers, characters, and Boolean types. These types are known as _ or fundamental types.
<3
Create a program that uses a Java method to determine the length of a line by inputting the X,Y coordinates of the line endpoints. Show the result with a precision of four decimal places.
Answer:
import java.lang.Math;
import java.util.Scanner;
class lineLength {
private double x1;
private double x2;
private double y1;
private double y2;
public lineLength(double x1, double y1, double x2, double y2){
this.x1 = x1;
this.x2 = x2;
this.y1 = y1;
this.y2 = y2;
}
public String toString(){
double length = Math.sqrt( ( ( this.x2 - this.x1 ) * ( this.x2 - this.x1 ) ) + ( ( this.y2 - this.y1 ) * ( this.y2 - this.y1 ) ) );
String answer = String.format("%.4f %n", length);
return answer;
}
}
class Main{
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
System.out.println("Please input x1, y1, x2, and y2");
double x1 = scanner.nextDouble();
double y1 = scanner.nextDouble();
double x2 = scanner.nextDouble();
double y2 = scanner.nextDouble();
lineLength test = new lineLength(x1,y1,x2,y2);
System.out.println(test);
}
}
Explanation:
we use formula
[tex]\sqrt{(x_2-x_1)^2+(y_2-y_1)^2}[/tex]
After encountering a network attack in your enterprise network, the chief network security engineer assigned you a project. The project was to create a vulnerable network that is similar to your enterprise network and entices the threat actor to repeat the attack. This is to analyze the behavior and techniques the attacker is using to ensure better defenses to your enterprise network in the future.
Required:
What appliances should you use?
The Appliance that you should use is honeypot
What is a computer honeypot?The term honeypot is known to be a kind of security method that forms a virtual trap that is meant to lure in any kind of attackers.
It is known to be a kind of an intentional made and compromised situation of a computer system that give room for attackers to look into vulnerabilities so you a frim or a person can study them to improve on their security policies.
Learn more about honeypot from
https://brainly.com/question/17313218
Write a console application that requests the user to enter the name of their Pet and the year their pet was born. Calculate the age of the pet and display the name and age of the pet.
Console applications are computer programs that run on text only interface
The main programThe program written in Python, where comments are used to explain each line is as follows:
#This imports the date module
from datetime import date
#This gets the pet name
petName = input("Pet name: ")
#This gets the pet year of birth
petYear = int(input("Year of birth: "))
#This calculates the pet age
age = int(date.today().year) - petYear
#This prints the pet name and age
print(petName,' is',age,'years old')
Read more about computer programs at:
https://brainly.com/question/16397886
what are the benefits of BYOD to organisations
Answer:
Hello, the benefits of BYOD organizations are,
greater flexibility.
increased workforce mobility.
increased efficiency and productivity.
higher employee satisfaction.
allows greater choice in device type.
cuts down hardware spending and software licensing costs.
cuts down on device management for business-owned devices.
Hope this helps :)
What is USB 3.4 Port/Slot ? And also what USB connectors are compatible with USB 3.4 Port/Slot ?
Answer:
it goes into ur computer and on different levels of computors. like u can have a 4.2 computor and still need the usb port also the slot goes in wherever side the computor is. Different computors have differnt slots in different places
Explanation:
Which of the following is something you can add to your camera or device to modify the light coming into the lens?
Effect
Filter
Reflection
Refraction
In order to modify the light coming into a camera lens, you should add: D. Refraction.
What is a camera lens?A camera lens can be defined as a transparent optical instrument that is used in conjunction with a digital camera, so as to refract rays of light coming into the lens.
This ultimately implies that, a refraction when installed or added to a camera or device, it helps to modify the light coming into the lens and produce a real image.
Read more on lens here: brainly.com/question/1503574
Answer:
Filter.
Explanation:
A filter is something you add to your camera to modify the light coming into the lens.
list the multimedia contents that are included while creating a presentation
can i become a technichian
Answer:
yes you can...do a thorough research
examples of hardware devices
Answer:
- Monitor
- Keyboard
- Motherboard
- Central Processing Unit
- Mouse
- Loudspeaker
- Hard Disk Drive
- Printer
- RAM
- Power Supply Unit
- Graphics Cards
- Sound Card
- Computer Network
- Microprocessor
- Network Card
- Optical Disk Drive
- USB Flash Drive
Explanation:
There are of course plenty more, but hopefully this is more than enough! Hope this helped!
True or false: you should reuse passwords on multiple websites because it will help you remember those passwords
Answer: False
Explanation: Even though you can remember it is not really good because some hackers can track you passwords through those websites and could hack your account.
Answer:
I would say false.
Explanation:
It would make it a lot easier for the hacker to access your personal information.
Shandra recently bought a brand-new digital camera from a local camera shop but when she got it home, she noticed the lens was jammed. What would be an effective way for her to handle this situation?
Line formatting can be accomplished by using..?