Software design and implementation are interleaved activities. The level of detail in the design depends on the type of system being developed and whether you are using a plan-driven or agile approach. True or false?

Answers

Answer 1

Answer:

True is the correct answer for the above question.

Explanation:

The software design consists of several phases which are also called the life cycle. It is used to develop the software.But there are so many models, that consist of rules and guidelines to states how these phases can work. It states that in which steps of the designing phase, which part of the life cycle works.For example, in the waterfall model, all phases work on a single time and there is no option to follow this in reverse scenario and in the agile model only one module is developed and proved by the client.So the style of the phase can state the model, which is followed in the software development process.This above concept can also be started from the question. Hence True is the correct answer.


Related Questions

How much time per day does the average U.S. youth spend watching television, playing video games, or using a computer?

Answers

Answer:

7 hours 30 minutes per day.

Explanation:

Youths of this generation, they say, are addicted to screens. The CNN researchers made their research and claims that the youths average screen time is seven hours and thirty minutes.

This is a possibility as technology have provided that environment of digital communication and entertainment. From TV shows, video games to surfing the internet on computers and smartphones, and social messaging platform, adds up to the screen time of youths on a daily basis.

Network a0 is a process by which several protocols evolve to form a single product.

Answers

Answer:

Convergent network

Explanation:

In networking, computers devices are connected together to communicate and share resources. Devices like routers and switches are examples of intermediate network devices and computers, smartphones, tablets and IP phones are all examples of end devices in a network.

In the past, dedicated networks are installed for separate voice, text and video packets. But as information technology evolves, one network is used for all three packets. This network is called convergent network.

In Python, create a calculator that will ask the user to input a single dimension of a shape and then display its properties.

E.g. Enter the radius of a circle; Display the circle’s Diameter, Circumference and Area

Only done for square and circle.

Answers

The code is given in the explanation section.

Explanation:

def areacalcpy():

   _input_ = input("Enter the shape that you wish to calculate the area: ")

   shapearea = 0

   pieval = 3.14

   if _input_ == "Square":

       sideval = int(input("Enter side value of the shape: "))

       shapearea = shapearea + (sideval ** 2)

   elif _input_ == "Circle":

       circleradius = int(input("Enter radius value of the circle: "))

       shapearea = shapearea + (2 * pieval * circleradius)

   else:

       print ("The given shape is invalid, give a valid shape to calculate area")

   print ("%.2f" % shapearea)

areacalcpy()

The given code can calculate the area for both the shapes circle and square.

Similarly the area can be calculated for triangle and rectangle.

E-commerce creates a great deal of data on how consumers interact with a website. L.L.Bean keeps records that show how quickly consumers make decisions, how many alternatives they explore, and whether they stop without completing a purchase. When a manager sees an issue and proposes a solution, the company can easily test the solution. This is an example of:

Answers

Answer:

Evidence based decision-making

Explanation:

Evidence-based decision-making uses research as the backbone for making decisions. It ensures that proper investigations are done before any decision is made.

This decision making technique carries out an in-depth analysis of empirical data collected from targeted sources. The decisions made are based on the following type of evidence:

Ethical evidence: research based on social justice to guide in making ethical decisions.Statistical modeling: using regression methods to make decisions in organizations.Impact evidence: making investigations based on the impact on others.Implementation evidence: considering the implementation and delivery success, after proper investigation.

L.L. Bean works with the records of how quick customers make decisions and whether they complete their purchase. This means that they suggest solutions based on the evidence retrieved from the data.

You have a folder on your Windows desktop system that you would like to share with members of your development team. Users need to be able to view and edit any file in the share folder.
You share the folder and give Everyone Full Control permission to the shared folder. Users connect to the shared folder and report that they can open the files, but they cannot modify any of the file. What should you do?

Answers

Answer:

Modify the NTFS permissions on the folder.

Explanation:

While any user using a folder on his Ms Windows Operating System and he wanted to share that folder with his team members by which they can view and modify any file in that shared folder. Then, He has to provide Full Control permission to that folder by which they can only view that file but they cannot modify it.

So, He has to modify the NTFS permission on the following folder by which only those people can view that folder who has logged in over the server.

Final answer:

The problem with users being unable to modify files in a shared Windows folder can typically be resolved by adjusting the NTFS permissions on the files or folder to grant the correct level of access for editing. This involves ensuring that the necessary user groups have the 'Modify' permission set under the folder's Security properties.

Explanation:

If users can open files in the shared folder but cannot modify them, this suggests that the NTFS permissions on the files or the parent folder may not allow for modifications, despite the share permissions being set to Full Control for Everyone. Share permissions and NTFS permissions work together to provide the final level of access for a user. Since the issue at hand deals with users being able to read but not write or edit files, it's important to check the NTFS permissions.

To resolve the issue, you need to perform the following steps:

Right-click on the folder in question and select Properties.Go to the Security tab.Ensure that the group or usernames that need write access are listed and have the Edit permissions.If not, click on Edit to modify the permissions.Grant the appropriate users or groups the Modify permission or full control as needed.Apply the changes and ensure that the users are informed so that they can test the new permissions.

By ensuring that both share and NTFS permissions are set correctly, you will enable your development team to view and edit files within the shared folder.

Given the rich and diverse skills and mindset of an ethical hacker (technical, administrative, and physical measures), which characteristics do you believe to be the most important in this role? Please explain your choice.

Answers

Technical aspects is the most important characteristics for ethical hackers.

Explanation:

Ethical Hackers or White Hat Hackers  are the skilled security professional , monitors the organisations computer system , fixing the security issues and fixing them  to monitor.

Ethical hacking includes

Scanning reports, seeking vulnerabilities Ethical Hacker will attempt to perform network traffic analysis, intrusion protection of the system. Programming or technical aspects of ethical hacking includes programming , networking , hardware engineering , coding , administration and software development. using social engineering techniques like online surfing , privacy , secured login and security of data Hackers find open ports to be attacked, detecting the security issues job of hackers is to resolve them and ensure the enhanced security.

Which of the following is an example of a syntax error?

producing output before accepting input

subtracting when you meant to add

misspelling a programming language word

all of the above

Answers

Answer:

misspelling a programming language word

Explanation:

Syntax error is the type of error in programming, when the programmer insert some symbol that is not present in directories or libraries, the programmer not followed the rules of that particular programming language that is understandable to compiler.

For example in C++, it is necessary to insert the semicolon (;) after each statement. If the programmer not insert the semicolon after each statement, the program will show the syntax error.

If the programmer use integer instead of int to assign datatype to the variable in C++, it will also leads to the syntax error. Because in C++ library, Integer is defined with the help of "int".

Which the following refers to interpreted​ data? A. Secondary data B. Information C. Raw data D. Scaling E. Primary data

Answers

Answer:

The answer is "Option B"

Explanation:

Interpreted​ information is also known as an analysis of information, it relates to an application of procedures, in which information is checked to come into an educated assumption, that defines, the analyzed knowledge, that's why other choices were wrong, which can be described as follows:

In option a, It is used to prevents needless work replication, that's why it is wrong. In option C, It is an external text file, which is used to store data. In option D, It is used in medicine, that's why it is not correct. In option E, It is used to organizing data, that's why it is wrong.

Suppose we are working with two tables defined as follows: SALESREP(SalesRepNo, RepName, HireDate) and CUSTOMER(CustNo, CustName, Balance, SalesRepNo). Which of the following ANSI SQL queries would return only the name of the sales representative and the name of the customer for each customer that has a balance greater than 400?a. SELECT *
FROM SALESREP, CUSTOMER
WHERE Balance > 400;
b. SELECT DISTINCT RepName, CustName
FROM SALESREP, CUSTOMER
WHERE Balance > 400;
c. SELECT *
FROM SALESREP, CUSTOMER
WHERE SALESREP.SalesRepNo = CUSTOMER.SalesRepNo
AND Balance > 400;
d. SELECT RepName, CustName
FROM SALESREP, CUSTOMER
WHERE SALESREP.SalesRepNo = CUSTOMER.SalesRepNo
AND Balance > 400;
e. SELECT RepName, CustName
FROM SALESREP, CUSTOMER
WHERE Balance > 400
GROUP BY SalesRepNo;

Answers

Answer:

D. is the answer.

Explanation:

Since we need sales representative name and customer name, we should select only those columns.

Also we need to join the two tables with the common column i.e. "SalesRepNo", to get only the sales reps that have a sale and their corresponding cutomer(s).

Finally, we need to check for customer balance > 400 condition.

During a night flight, you observe a steady red light and a flashing red light ahead and at the same altitude. What is the general direction of movement of the other aircraft?
a) The other aircraft is crossing to the left
b) The other aircraft is crossing to the right
c) The other aircraft is approaching head-on

Answers

Answer:

a) The other aircraft is crossing to the left

Explanation: An aircraft is any vehicle such as an airplane that is able to fly in the air through the support of the air. Aircrafts usually overcome the force of gravity fr it to be able to sustain it's long movement in the air. An aircraft can either be an airplane or a balloon etc.

One of the traffic signals of the air flight system is that if an aircraft is flashing and steady red light ahead at the same altitude,it means the airplane is crossing left.

Drag the correct type of update to its definition.
Baseband
PRI
PRL
The connection between a mobile device and radio tower
The chip that controls the radio frequency waves within a device
A list of radio frequencies

Answers

Answer:

Base band : A list of radio frequencies

PRI : The chip that controls the radio frequency waves within a device

PRL: The connection between a mobile device and radio tower

Explanation:

Base-band is the range or band of frequencies. It contains a number of between upper and lower limit of the frequency. For example if the range of transmission of the signal is 2khz to 3khz. The frequencies between this range are called base band.

PRI is the chip that is used to control the different frequencies received at the device. This chip control the radio frequencies that are allowed to the devices. It is the short form of primary rate interface.

PRL is the list named as Preferred Roaming List. It has stored the information of the mobile devices that are connected to the mobile phone. This list is used while communicating between mobile device and tower.

Alessandro wants to use his desktop computer to video chat with his mother. What hardware does he need to accomplish this?

Answers

Answer:

To video chat with his mother, he would need a webcam and speakers.

Explanation:

To have a successful video chat, the following must be present.

A computer with good internet accessMicrophone to send soundWebcam for visuals Speakers to listen

For Alessandro to successfully video chat with his mother, the above hardware must be in place.

To video talk with his mother, Alessandro will need the following hardware:

A computer with a camera and microphone.A fast internet connection.A video  application, such as Zoom, or Meet.

If Alessandro's computer does not have a built-in camera or microphone, he can purchase a microphone separately. He can also connect a headset to his computer which will include both a microphone and speakers.

Alessandro's internet connection should be fast enough to support video streaming. A good rule of thumb is to have an upload speed of at least 1 Mbps and a download speed of at least 3 Mbps.

For such more question on computer

https://brainly.com/question/31132139

#SPJ3

My programming lab 9.2 C++ Write a full class definition for a class named Counter, and containing the following members:_______.
A) A data member counter of type int.
B) A constructor that takes one int argument and assigns its value to counter
C) A function called increment that accepts no parameters and returns no value.
D) Increment adds one to the counter data member.
E) A function called decrement that accepts no parameters and returns no value.
F) Decrement subtracts one from the counter data member.
G) A function called getValue that accepts no parameters.
H) It returns the value of the instance variable counter.

Answers

Final answer:

The Counter class definition in C++ includes a private integer data member, a constructor, increment and decrement functions, and a getValue function to manage and retrieve the counter's value.

Explanation:

To write a full class definition for a class named Counter, which includes various members such as a data member, a constructor, and functions to increment, decrement, and get the value of the counter, the following C++ code can be used:

 class Counter {
 private:
   int counter;

 public:
   // B) Constructor that initializes the counter to a given value
   Counter(int initialCount) : counter(initialCount) {}

   // C) & D) Increment function to add one to the counter
   void increment() {
     counter++;
   }

   // E) & F) Decrement function to subtract one from the counter
   void decrement() {
     counter--;
   }

   // G) & H) Function to get the current value of the counter
   int getValue() const {
     return counter;
   }
 };

This class consists of an int type data member named counter, a constructor that initializes this data member, an increment function which increases the counter by one each time it's called, a decrement function which does the opposite by decreasing the counter by one, and a getValue function that returns the current value of the counter. These members encapsulate the main functionalities expected from a counter.

Tier I (core) capital includes at least some part of which of the following? I. Common stockholders' equity II. Retained earnings III. Subordinated debt IV. Allowance for loan and lease losses

Answers

Answer:

I and II only

Explanation:

Tier 1 capital is the core measure of a bank's financial strength from a regulator's point of view. It is composed of core capital, which consists primarily of common stock and disclosed reserves (or retained earnings) —that appears on the bank's financial statements, but may also include non-redeemable non-cumulative preferred stock.

Tier 1 capital is the assets the bank holds in its reserves in order to keep it functioning through all the risky transactions it performs, such as trading/investing and lending. Tier 1 capital includes common stock, retained earnings, and preferred stock.

Thus, Tier I (core) capital includes common stockholders' equity and retained earnings among the options.

Answer:

I. Common stockholders' equity II. Retained earnings

Explanation:

Tier 1 capital is a primary indicator of the financial power of a bank from authority's perspective. It is comprised of main assets, consisting primarily of common shares and declared assets, but can also contain un-redeemable un-cumulative preferred shares.

The core parts of equity capital are identified as the tier 1 capital: bonds, non-disposable balance sheets and retained income of shareholders, earned through the bank's lifetime. This reflects the capital sum which enables a bank to bear deficits without impacting depositors ' interest.

1.The character escape sequence to force the cursor to go to the next line is________: 2. The character escape sequence to force the cursor to advance forward to the next tab setting is__________: 3.The character escape sequence to represent a single quote is_________: 4.The character escape sequence to represent a double quote is__________: 5.The character escape sequence to represent a backslash is__________:

Answers

Answer:

Hi there Kaylee! The answers to the blanks are as follow:

1.The character escape sequence to force the cursor to go to the next line is \n

2. The character escape sequence to force the cursor to advance forward to the next tab setting is \t  

3.The character escape sequence to represent a single quote \'

4.The character escape sequence to represent a double quote is \"

5.The character escape sequence to represent a backslash is \\

Explanation:

Character escape sequences are used for processing of special characters that may otherwise be used in a context where those characters are reserved as keywords or carry other symbolic reference. If these are not escaped, the output will not be correct.  

If the speakers are not working on a laptop, what could be the problem besides the speakers?
CPU
LCD
Sound card
Video card

Answers

Answer:

Sound card

Explanation:

In computer or laptop music or sound files are stored in digital form. Sound card is the the device that is used to convert the digital form of music into analog to produce the signal that is compatible with speaker or microphone.

If the speakers are not working on the laptop, means there is no sound produced on speakers. It means that sound card is not working properly.

Any one of the languages that people have designed for specific purposes, such as representing mathematical ideas or computer programs; all programming languages are these kinds of languages.

Answers

Answer:

The correct answer to the following question will be "Formal languages".

Explanation:

These are the languages that are developed for specific purposes by humans. For eg, the syntax used by mathematicians is indeed an official or formal language which is particularly effective in indicating numerical and symbolic connections. Chemists employ a technical language to embody the molecules.Programming languages are the languages of a formal type intended to be used to communicate complex calculations.

Such languages are, thus, the languages that people developed for specific purposes.

Final answer:

A programming language is an artificial language designed for specific purposes, such as representing mathematical ideas or computer programs. Examples include Python, Java, and C++.

Explanation:

Any one of the languages that people have designed for specific purposes, such as representing mathematical ideas or computer programs, is called a programming language. These languages are artificial languages that are created by humans. Examples of programming languages include Python, Java, and C++. They are used to write computer programs and give instructions to computers.

Why is it important for a company to identify its target market before developing a social media campaign?

Answers

Answer:

Explanation:

If we identify our target market, we can make social media campaign more efficient, in this case, we get people with similar hobbies and tastes, is easier to make segments with filters like age, nationality, language, and the hobbies, this is a powerful way to get new costumers and shoppers for our company via social media.

Ruth designs games for mobile operating systems such as iOS and Windows. The demand for games on mobile devices is high. Ruth’s latest game, Viper Slash, is yet to generate profitable sales despite receiving rave reviews. According to the BCG matrix, Viper Slash can be classified as a ________.

Answers

Answer:

Viper Slash can be classified as a Question mark product

Explanation:

BCG matrix is a method developed by the Boston Consulting Group to analyze the strategic position and potential of businesses or products.

Business portfolios are evaluated using

Relative market shareMarket growth rate

The result of the analysis is divided into four quadrants

DogsCash cowsstars and question marks

Dogs: This comprises of business portfolios that operate in a slow-growing market. Investing in businesses in this quadrant is not advised due to their poor cash returns.Cash cows: These include business portfolios that provide high cash returns and should be milked. Stars: These are business portfolios that are operating in a fast-growing market and possess very high prospects of becoming cash cows.Question marks: are business portfolios that are underdogs in fast growing markets, they consume much cash but still, incurred losses. They don't gain many market shares despite high investments and have great tendencies to become dogs.

Ruth's Viper Slash falls into the Question marks category as the games section is a fast-growing market and struggle to gain market shares.

A security risk to email is​ __________, which are fraudulent messages that prompt unwary users to reveal sensitive information or grant unauthorized access to protected networks. A. direct mail B. instant messaging C. phishing D. spam E. mass mail

Answers

Answer:

Option C is the correct answer for the above question.

Explanation:

Pishing is a type of attack which is used by the attacker to access the secured information from the system. It is used by the third person assuming for the system that he is the right use of the system and can access the information of the system.

The above question asked about the attack which can access the information to assume that he is the right user and give accessed to the network to been hacked. So the answer is phishing which is described above. Hence option C is the correct while the other is not because:-

Option A states about direct mail which is not a type of attack.Option B states about instant messaging which is also not a type of attack.Option D states about spam which is used to send the spam messages.Option 'E' states about the mass mail which is used to send the lots of spam mail.

The 'client area' of a window is the area used to display the contents of the window (thus a title bar or border would lie outside the client area). For the Window class, the client area is nothing more than the entire window, and thus the height of the client area is nothing more than the value of the height instance variable.
Assume the existence of a Window class with existing methods, getWidth and getHeight. There is also a Window subclass, named TitledWindow that has an integer instance variable barHeight, containing the height of the title bar.
Write the method getClientAreaHeight for the TitledWindow class that returns the height (an integer) of the client area of a window with a title bar.

Answers

Answer:

The Java code is given below

Explanation:

Window.java:

public class Window {

private int width, height;

public Window(int width, int height) {

this.width = width;

this.height = height;

}

public int getHeight() {

return height;

}

public void setHeight(int height) {

this.height = height;

}

public int getWidth() {

return width;

}

public void setWidth(int width) {

this.width = width;

}

@Override

public String toString() {

return "Window [width=" + width + ", height=" + height + "]";

}

}

TitledWindow.java:

public class TitledWindow extends Window {

private int barHeight;

public TitledWindow(int width, int height, int barHeight) {

super(width, height);

this.barHeight = barHeight;

}

public int getClientAreaHeight() {

return barHeight + super.getHeight();

}

@Override

public String toString() {

return "TitledWindow [width=" + super.getWidth() + ", height=" + super.getHeight() + ", barHeight=" + barHeight + "]";

}

}

TestWindows.java:

public class TestWindows {

public static void main(String args[]) {

Window w = new Window(450, 200);

System.out.println("Window: " + w);

TitledWindow titledWindow = new TitledWindow(450, 200, 30);

System.out.println("titaledWindow: " + titledWindow);

System.out.println("titledWindow.height: " + titledWindow.getClientAreaHeight());

}

}

You currently have 15 switches with an average of 20 stations connected to each switch. The switches are connected to one another so that all 300 computers can communicate with one another in a single LAN. You have been detecting a high percentage of broadcast frames on this LAN. You think the number of broadcasts might be having an impact on network performance. What should you do?

Answers

Answer:

Reorganize the network into smaller groups and connect each group to a router.

Explanation:

The user presently has 15 switches linked to another switch, with such an avg of 20 locations. The switches are linked to each other in such a manner that almost all systems can convey within a single Local area network. The high percentage to broadcast frames were found on that Local area network. They believe the amount of broadcasts could affect throughput.

So, they would reorganize each network into smaller units and link to such a router for each unit.

Being ___________, or knowing how to use the computer as a device to gather, store, organize, and process information, can open up myriad sources of information.

Answers

Answer:

Computer-literate

Explanation:

Computer knowledge is divided into areas or families of applications:

Office automation (Mail, Internet, Desktop Publishing, Word Processors, Spreadsheets, etc.) Databases (Access, FoxPro, Oracle, SQL Server , etc.)Allows to have essential skills related to the use of devices, creation and administration of files, networks and information security

Which threats are characterized by possibly long periods of preparation (years is not uncommon), tremendous financial backing, a large and organized group of attackers, and attempts to subvert insiders or to plant individuals inside a potential target in advance of a planned attack?
A. Unstructured threats
B. Structured threats
C. Highly structured threats
D. Nation-state information warfare threats

Answers

Answer:

The answer is C. Highly structured threats

Explanation:

Highly structured threats are carried out with a very high level of precision. They have taken a lot of time and effort in identifying system vulnerabilities and strengths. These attackers could have massive financial support, which will enable them to hire highly technical personnel to effectively carry out the attack.

They target big financial institutions, corporate organizations, government agencies and other valuable units that can negatively affect the economy of the organization or nation at large.

You are running a media-rich website with a global audience from us-east-1 for a customer in the publishing industry. The website updates every 20 minutes. The web-tier of the site sits on three EC2 instances inside an Auto Scaling Group. The Auto Scaling group is configured to scale when CPU utilization of the instances is greater than 70%. The Auto Scaling group sits behind an Elastic Load Balancer, and your static content lives in S3 and is distributed globally by CloudFront. Your RDS database is already the largest instance size available. CloudWatch metrics show that your RDS instance usually has around 2GB of memory free, and an average CPU utilization of 75%. Currently, it is taking your users in Japan and Australia approximately 3 - 5 seconds to load your website, and you have been asked to help reduce these load-times. How might you improve your page load times?

Answers

Answer:

Explanation:

The best option, we can use is CDN content delivery network or content distribution network is a proxy server with data centers around the world, this technology was implemented in 1990, and is so helpful to improve big websites with a lot of traffic, in this particular questions, we must improve the velocity in Japan and Australia, with CDN people in these countries will connect in near data centers, the data won't come from the USA or Europe in this case, will be a connection in the country or near.

The process used to obtain the information system resources needed to provide the services necessary to meet a specific set of _______, no matter how broad or narrow, is known as system acquisition.

Answers

System Acquisiton: The process used to get the information system resources needed to provide services that are necessary to meet a specific set of needs.

- 2 fundamental strategies for system acquisition:

1) buy off-the-shelf software

2) build a custom application.

A pirated movie-sharing service was discovered operating on company equipment. Administrators do not know who planted the service or who the users are. What technique could
be used to attempt to trace the identity of the users?
a. Ransomware
b. Typo squatting
c.Watering hole attack
d. Integer overflow

Answers

Answer:

The answer is "Option c".

Explanation:

The strike by beach bar is a protection task, in which the attacking player attempts to make concessions a community of end-users who are recognized to visit the organization by poisoning websites. It is also known as Watering hole attack. The main purpose to use this process to contaminate the computer of a directed user and achieve network access at both the target location and other options that can be identified as follows which are incorrect:

In option a, It is a software type, which is used to encode the files of a target, that's why It's not right. In option b, It is also known as URL hijack, which is used in Cyber squats, that's why It's wrong. In option d, It is a part of the programming, which is used in arithmetic operation, that's why It's incorrect.

In an information systems framework, ________ is the bridge between the computer side on the left and the human side on the right.

Answers

Answer:

Data

Explanation:

Information system frameworks are processes or stages in which data in created and transmitted between devices a network.

There are five components or stages in the information system frameworks, they are hardware, software, data, procedure and people.

These components are segmented into three different parts. They are the computer side, data and the human side. The computer side is the hardware and software components which is linked to the human side comprising of the people and procedure.

Landon starts his computer and receives the error message, "Hard drive is not found." In a panic, he calls you because he did not back up his data and has numerous important files on his hard drive. During your investigation, Landon tells you he was watching a movie on his computer the previous night.
What might be the problem with Landon’s computer?
A. CMOS RAM has lost power and reset to defaults.
B. Boot priority is set to the DVD drive.
C. POST failed.
D. Motherboard needs to be replaced.

Answers

Answer:

Option B is the correct option.

Explanation:

While the user facing a problem on his computer system that is he received a message that 'Hard drive is not found'. Then, he freaks out and calls his friend who is the technician because he has lots of important files and data in his hard drive, he tells him that he was watching a movie last night.

So, the technician tells him after the investigation is that its system's Boot priority is changed and it set to DVD drive.

What process describes using technology as a basis for controlling the access and usage of sensitive data?

Answers

Answer:

Technical controls.

Explanation:

In a network, data is transmitted in form of packets and frames within a network or between networks. Users with authorised access to a network and a end device can easily access its services with the required tools.

Cyber attackers exploit vulnerabilities in networks to access information and services. For this technical control means are implemented. It uses technology as a mean of controlling access to networks and information.

Technologies like firewall, intrusion detection and prevention devices, antivirus and encryption are examples of technical control mechanism for access control.

Other Questions
Fibonacci follies: suppose you are playing a round of Fibonacci nim with a friend. You start with 15 sticks. You start by removing two sticks; your friend then takes one; you take two; your friend takes one. What should your next move be? Can you make it without breaking the rules of the game? Did you make a mistake at some point? If so, where? A car comes to a bridge during a storm and finds the bridge washed out. The driver must get to the other side, so he decides to try leaping it with his car. The side the car is on is 20.0 m above the river, whereas the opposite side is a mere 2.1 m above the river. The river itself is a raging torrent 61.0 m wide.A) How fast should the car be traveling just as it leaves the cliff in order to just clear the river and land safely on the opposite side?B) What is the speed of the car just before it lands safely on the other side? What part of a cell has a function that is similar to your skin's? What is that function?. Find the value of xA. 18B. 27C. 50D. 40 "Prepare a forecasted statement of cash flows for 2017 using the indirect method. Assume the following: Operating expenses for 2017 (such as general and administrative) include depreciation and amor-tization expense of $522 million. The company did not dispose of or write-down any long-term assets during the year. The company paid dividends of $159 million in 2017." What is the measure of BC Enter your answer in the box. "The nurse is teaching a client with type I diabetes self-administration of insulin. What statement by the client would be an expected outcome of the teaching session? In this section of a circuit, a current of 2.6 A flows across R1. What is the potential difference V between point x and point y (across R2)? Let R1 = 4.0 ohm, R2 = 8.0 ohm, and R3 = 1.0 ohm. The "F" in the FITT acronym stands forA. FrequencyB. FreshnessC. FervencyD. Fired Up As early as 1615, the __________ people of present-day southern Ontario and upper New York State forged a trading alliance with the French, and many of them converted to Catholicism. Suppose that Spain and Austria both produce fish and olives. Spain's opportunity cost of producing a crate of olives is 5 pounds of fish while Austria's opportunity cost of producing a crate of olives is 10 pounds of fish. By comparing the opportunity cost of producing olives in the two countries, you can tell thatSpain has a comparative advantage in the production of olives andAustria has a comparative advantage in the production of fish. Suppose that Spain and Austria consider trading olives and fish with each other. Spain can gain from specialization and trade as long as it receives more than5 pounds of fish for each crate of olives it exports to Austria. Similarly, Austria can gain from trade as long as it receives more than1/5 crate of olives for each pound of fish it exports to Spain. Based on your answer to the last question, which of the following prices of trade (that is, price of olives in terms of fish) would allow both Austria and Spain to gain from trade 12 pounds of fish per crate of olives2 pounds of fish per crate of olives9 pounds of fish per crate of olives6 pounds of fish per crate of olives i need help PLEASE!!!! For what reasons did America become involved in the Vietnam conflict? Algo que se pone en el suelo es __. un alquiler un quehacer una alfombra 2. Un lugar donde pones tus libros es __. un cuadro un estante un horno 3. Utilizas __ para limpiar el suelo. la aspiradora el estante la basura 4. Para limpiarnos la boca usamos __. una cuchara una servilleta un cuchillo 5. __ es un electrodomstico que se usa para tener fresca la comida. Las escaleras La manta El refrigerador 6. Cuando dormimos, ponemos la cabeza en __. las cortinas la secadora la almohada 7. Si queremos cocinar, ponemos la comida en __. una servilleta la estufa una cmoda 8. __ es un mueble donde se pone la ropa. La cmoda El cuadro El congelador 9. Cuando necesitamos luz ponemos __. la cocina la pintura la lmpara 10. Lo opuesto de limpiar es __. barrer ensuciar sacudir Escribe la palabra correcta para cada definicin. Question 1 with 1 blankEs el lugar donde dormimos. Question 2 with 1 blankEn esta habitacin preparamos la comida. Question 3 with 1 blankEsta habitacin es la ms alta de la casa y sirve para poner cosas viejas. Question 4 with 1 blankAqu se estaciona el carro. Question 5 with 1 blankEs el saln donde comemos. Question 6 with 1 blankLas personas que trabajan en casa, trabajan en esta habitacin. Escoge el verbo correcto para completar cada oracin. 1. __ los muebles. Barre Quita Sacude 2. __ la aspiradora. Lava Pasa Haz 3. __ la basura. Mdate Arregla Saca 4. __ la ropa. Plancha Alquila Cocina Monica wants to tie a ribbon around the trunk of an oak tree that has a circular trunk about 11 inches in diameter. Not counting the ribbon needed to make a bow, how many inches of ribbon are needed just to reach around the tree? Find the 9th term in a geometric sequence whose common ration is 1/3 and first term is 6 Fill in the blanks to make the solution correct. 3 3/4-_* _/8=2 At grocery store, the price of a watermelon is determined by how many pounds the watermelon weighs. The price of the watermelon that weighs 7.3 pounds is $4.38. Write an equation that can be used to determine the price, p. in dollars, of any watermelon based on the number of pounds, w, the watermelon weighs. Determine the cost of a watermelon that weighs 8.5 pounds.please help with this question What is six lots of five in terms of natural selection, what is the best description of an organism that is fit?The organism is physically stronger than competing organisms.The organism is physically stronger than organisms of a different species.The organism is better able to survive and pass on traits to offspring than competing organisms.The organism is a member of a population in which every member survives without competing.