You are a cleared employee. Your friend called and told you that he saw information about the classified XYZ program on the Internet. If you viewed that classified information that is now in the public domain, would you have to report a data spill on your computer?

Answers

Answer 1

Answer:

Yes, because though you are a cleared employee, the classified information should not be open for all employees to see as it is a data disclosure violation.

Explanation:

Data is a vital tool in the business industry. The need to secure data or present it to be seen by competitors is very crucial as it maintains the dominance of a company on its competitors.

Only authorized employees in a company are allowed to view classified data and must report any siting of data spill, to avoid prosecution.


Related Questions

Jonah needs to add a list of the websites he used to his report. He opens the "Websites" document and copies the information. He now needs to change his view to the "Renaissance" report to add the information before saving his report. What are the steps, in order, that Jonah needs to follow to view the "Renaissance" report?

Answers

Answer:

1.Go to the ribbon area

2.Click on the View tab.

3.Click on the Switch Windows tab.

4.Click on the "Renaissance" report

Explanation:

Answer:

1.Go to the ribbon area

2.Click on the View tab.

3.Click on the Switch Windows tab.

4.Click on the "Renaissance" report

Explanation:

just took it

What music is best for calming down and relaxing?

Answers

could be lofi hip hop or chill type music beats like that or soft jazz

An administrator wants to give a user limited access rights in Windows Vista so that the user can install printers and create local user accounts. Which of the following accounts should the administrator create for the user?

a. Power user
b. Administrator
c. Standard
d. Guest

Answers

Answer:

a. Power user

Explanation:

In this situation, the administrator should create a power user account for the user. This is a user who uses advanced features of computer hardware, operating systems, programs, or websites that are not used by the average user as well as having similar permissions to an administrator without the ability to edit or view subscriptions or other users and they do not have access to billing information. Thus in this scenario, a power user account will allow the individual to complete all of their required tasks but at the same time preventing them from accessing administrator level rights.

Question 1 A computer program is said to learn from experience E with respect to some task T and some performance measure P if its performance on T, as measured by P, improves with experience E. Suppose we feed a learning algorithm a lot of historical weather data, and have it learn to predict weather. What would be a reasonable choice for P

Answers

Answer:

Reasonable choice for P is the probability of it correctly predicting a future date's weather.

Explanation:

In Machine Learning, the computer or machine learns from experience  with respect to some task  and some performance measure. In this example the learning algorithm is fed to with a bulk of weather data with the goal to learn that data to be able to predict weather. So the task is to predict weather and performance measure is the probability of predicting the weather correctly. A learning algorithm can guess the weather correctly or incorrectly so as it keeps learning, it gains some experience and this experience improves its ability to perform the task. In this example the task of correctly predicting weather improves with experience. So its performance on task T of predicting weather, as measure by P which is the probability of correctly predicting future date's weather improves with experience E which is some function or procedure that it uses for weather prediction. Hence here performance measure P of this machine/program is the correct prediction of the weather of future date.

The ____ command enables you to initialize the terminal display or terminal window, to place text and prompts in desired locations, and to respond to what the user selects from the menu

Answers

Answer:

tput

Explanation:

Universal Containers (UC) has multi-level account hierarchies that represent departments within their major Accounts. Users are creating duplicate Contacts across multiple departments. UC wants to clean the data so as to have a single Contact across departments. What two solutions should UC implement to cleanse their data? (Choose 2 answers) Use Data to standardize Contact address information to help identify duplicates Make use of the Merge Contacts feature of Salesforce to merge duplicates for an Account Use Workflow rules to standardize Contact information to identify and prevent duplicates Make use of a third-party tool to help merge duplicate Contacts across Accounts

Answers

Answer:

The answer is "first and the last choice".

Explanation:

For providing single contact across all department the Universal Containers (UC) uses two methods, that can be defined as follows:

It uses the standardized contact in data, that helps to identify multiple copies, of the Information and convert it into standardized contact information.  It uses the third-party tool, which helps to merge the duplicate contact information through accounts.

Suppose you work at a startup with limited funding. Why might you prefer Azure data storage over an on-premises solution?
a. To ensure you run on a specific brand of hardware, which will let you form a marketing partnership with that hardware vendor
b. The Azure pay-as-you-go-billing models lets you avoid buying expensive hardware
c. To get exct control over the location of your data store

Answers

Answer:

The correct option is;

b. The Azure pay-as-you-go-billing models lets you avoid buying expensive hardware

Explanation:

The Azure pay-as-you-go billing model allows the flexibility in financing such that the organization is able to meet its financial needs and maintain goal oriented budget. The business is also able to experience immediate cost saving from lower initial deployment costs to minimal cost requirement associated with maintaining scaled and complex organizational supporting systems.

If you wanted to find out whether an integer contained an even number of 1 bits, which status flag would be useful

Answers

Answer:

The correct answer will be "Parity".

Explanation:

Parity seems to be a methodology that tests when information is transferred or missing or overwritten when something is transferred between one storage location to another, and then it is communicated between processors or devices.It would be used whilst also contrasting the container as well as the aggregated parity to evaluate or dual inspect for inaccuracies.

Analyzing computer systems to gather potential legal evidence is computer ________. enforcement forensics detective work analysis

Answers

Answer:

  forensics

Explanation:

Analyzing computer systems to gather potential legal evidence is computer forensics.

MS Excel is a powerful spreadsheet program that helps people with complex mathematical calculations. In what ways could you use Excel for personal, work and school purposes? Give an example for all three.

Answers

Answer:

Different uses of MS Excel in personal, work and school purposes are discussed below in details.

Explanation:

For personal: MS Excel is that the data can be obtained online from any portion of the world anytime and anyplace. It presents the ease of reaching the excel files over cell phones even if there is the availability of laptops.

For Work: MS Excel is being extensively used in the preparation of a large work project or celebration or marriage party, where it can keep track of different duties, applications, and deadlines, and to examine the plans of collaborators in the planning of the event.

For School purpose: students can improve their training skills to resolve basic and logical analytical & mathematical puzzles in excel.

Anyone have Y.O.U.T.U.B.E or S.O.U.N.D.C.L.O.U.D. I need help putting my music and videos out there

Answers

Answer:

I do have Y.O.U.T.U.B.E.

Explanation:

1. Go on Y.O.U.T.U.B.E app.

2. Create account or log in to an existing account.

3. In the welcome screen, click the button of a camera on the top right corner next to your photo icon.

4. Click "Upload Video"

5. Then upload your video.

6. Add a description and details

7. Done! Just upload to on Y.O.U.T.U.B.E.

I hope this helps! Thank you:)

Write a Java program that generates the second, third, and fourth powers of a list of whole numbers from 1 to n where n is input by the user. Write a Java program to do this. • First, ask the user for the largest of the whole numbers to use (n). • Second, output column headers (see below, n, n^2, n^3, n^4). • Then, use a for loop to iterate from 1 to n, computing each of that loop variable to the second power, third power and fourth power, respectively. NB: The values should be stored in a 2dimensional array. Display the values as shown below: Sample output

Answers

Answer:

//import the Scanner class

import java.util.Scanner;

//Begin class definition

public class Powers{

       //Begin the main method

    public static void main(String []args){

       

        //Create an object of the Scanner class

        //to allow for user inputs

       Scanner input = new Scanner(System.in);

       

        //Prompt the user to enter the largest of the whole number

       System.out.println("Enter the largest of the whole numbers to use");

       

        //Receive user input using the Scanner object

        //and store in an integer variable

       int n = input.nextInt();

       //Create a two-dimensional array using the user input

       int [][] powerlist = new int [n][4];

       

       //Create an outer for loop

       //to loop as many times as the number entered by the user

       for (int i = 0; i < n; i++){

           //Create an inner loop to find

           //the powers of each of the numbers

           for(int j = 0; j < 4; j++){

               //Typecast the value returned from the Math.pow() function

               powerlist[i][j] = (int) Math.pow((i+1), (j+1));

               

           }

           

       }

       

       //Print out the header of the table

       //\t will print a tab character.

      System.out.println("n" + "\t\t" + "n^2" + "\t\t" + "n^3" + "\t\t" + "n^4");

       

       //Print out the elements in the two dimensional array

      for (int i = 0; i < powerlist.length; i++){

         

          for(int j = 0; j < powerlist[i].length; j++){

               //Separate each term by two tabs

              System.out.print(powerlist[i][j] + "\t\t");

           }

           

           System.out.println();

           

       }

       

    }

}

Sample Output:

Enter the largest of the whole numbers to use

4

n  n^2  n^3  n^4

1  1  1  1  

2  4  8  16  

3  9  27  81  

4  16  64  256

Explanation:

The code above has been written in Java and it contains comments explaining important lines in the code. Please go through the comments.

For clarity, the actual lines of code have been written in bold face to distinguish them from comments.

Screenshots of the code and a sample output have also been attached to this response.

The program is an illustration of loops.

Loops are used to perform repetitive and iterative operations.

The program in Java where comments are used to explain each line s as follows:

import java.util.*;

public class Main{

public static void main(String []args){

   //This creates a scanner object

   Scanner input = new Scanner(System.in);

   //This prompts the user for the largest integer

   System.out.print("Largest:");

   //This gets input for the prompt

   int n = input.nextInt();

   //This prints the output header

      System.out.println("n" + "\t" + "n^2" + "\t" + "n^3" + "\t" + "n^4");

      //This iterates from 1 to n

      for (int i = 1; i <= n; i++){

          //This iterates through the powers

          for(int j = 0; j < 4; j++){

              //This displays each output

              System.out.print((int) Math.pow((i), (j+1))+"\t");

          }

          //This prints a new line

          System.out.println();

      }

   }

}

Read more about similar programs at:

https://brainly.com/question/5419214

What are the similarities between Artificial intelligence and Human intelligence??

Answers

Answer: human intelligence revolves around adapting the environment and the artificial intelligence focuses on machines that copy human behavior

difference between . RAM and hard disk​

Answers

Answer:

                  RAM                                                  HARD DISK    

RAM is used to store computer           | HDD, hard disk has permanent

programs and data that CPU needs     | storage and it is used to

in real time. RAM data is volatile          | store user specific data

and is erased once computer is          | and operating system files.

switched off.                                          |  

 

RAM - This means RANDOM ACCESS MEMORY and it’s used to store data which can’t last for a long period of time
For example when you calculate a value in a calculator the result is stored in the RAM and can be accessed in the history for a little period of time
HARD DISK - This is like the internal memory of the desktop it’s has higher capacity and can be used to store files and can be accessed after a long period of time. Hope this is okay

To protect the data, either the signature alone or the signature plus the message are mapped into printable ASCII characters using a scheme known as ________ or base64mapping.

Answers

Answer:

Base64 encoding

Explanation:

Base64 encoding is a binary to text encoding scheme. Binary data is represented in a printable ASCII string format by translation into radix-64 representation.

Base64 mapping works with a 64-character subset of US ASCII charset. The 64 characters are mapped to an equivalent 64-bit binary sequence. An extra 65th character is used for padding.

An alphabet is assigned to each of the 6-bit binary sequences from 0 to 63. The 6-bit binary to alphabet mapping is used in the encoding process.

What is a difference between a waxing crescent and a waning gibbous? (1 point) waxing crescent: first quarter waning gibbous: third quarter waxing crescent: second quarter waning gibbous: third quarter waxing crescent: third quarter waning gibbous: first quarter waxing crescent: fourth quarter waning gibbous: first quarter

Answers

Answer:

  waxing crescent: first quarter waning gibbous: third quarter

Explanation:

The moon is waxing (getting larger) in the first quarter after the new moon. It is waning (getting smaller) in the third quarter, after the full moon at the end of the second quarter.

The shape of the moon is a "crescent" when it is less than a semicircle. It is "gibbous" when it is more than a semicircle. As it waxes, the crescent grows until the moon is half-full at the end of the first quarter, then it is a waxing gibbous moon through the second quarter until it is full at the end of the quarter. Following the full moon, it is waning gibbous until it becomes half-full again at the end of the third quarter. Finally, it is a waning crescent through the fourth quarter until the new moon.

  waxing crescent: first quarter waning gibbous: third quarter

Answer: A

Explanation: I got 100% on the quiz

What are the 4 main components to developing a portfolio

Answers

Answer:

Step 1: Determining Asset Allocation

Step 2: Achieving the Portfolio

Step 3: Reassessing Weightings

Step 4: Rebalancing Strategically

The Bottom Line

Explanation:

Words like "free" or "percent off" will not only trigger spam filters for your email, but will also ___________

Answers

Answer:

eliminasnados

Explanation:

In a response of approximately 50 words, explain why it would be essential for the successful A/V technician to participate in additional coursework, presentations and seminars offered by equipment manufacturers as well as annual conferences attended by colleagues in the industry.

Answers

Answer:

The role of an audiovisual technician are to service, operate, maintain and repair and set electronic equipment meant for meetings, concerts, webinars, teleconferences, presentation, television and radio broadcasting. Audio technicians playback video recordings, they improve set lighting  they ensure proper graphics coordination and they mix audio sound boards making after-school activities essential to the audiovisual career development.

Explanation:

Financial stability is when u what

Answers

Are in good standing money wise!

hope helped c;

Answer:

Being financially stable means not having to worry about paying for expenses or taking care of your obligations. It doesn’t inherently mean you are rich, but it does mean that you’re able to handle finances without taking on more debt.

Calories, sugars, and total fats could exceed the declared calorie value on the menu by only what percentage?

Answers

Answer:

20

Explanation:


An employee who is devoted to doing his very best to uphold the company image is:

Answers

Answer:

Loyal

Explanation:

A loyal employee work in accordance with the ethics and core values of the company they are associated. The honor and respect all company decisions once the decisions have been made and they are the advocates of the company decisions and policies.

Loyal employees are collaborative with coworkers, vendors, partners, suppliers and customers in pushing for the success of companies projects, and goal achievement.

Loyal employees are dedicated to attending to detail and conform to ethical standards.

Due to the fact that the * character can be used to match all ​characters in a filename, or all files in a directory, it is referred to as a ____________ metacharacter

Answers

Answer:

"Wildcard " seems to be the correct choice.

Explanation:

A metacharacter would be any character with a particular relevance, including a carat (^), a dollar sign ($) as well as an asterisk (*).It is different compared to something like the wildcard metacharacter. This same character developers have been using alone would be a period or perhaps a dot. With the exception of a new line it compares another other character.

Q8:What is the correct way to declare an integer named age? ----- , ---- , ----- , ----- . hint= use this (variable , integer ) .

Answers

Answer:

age=int(14)

Explanation:

When declaring an integer variable you use int which stands for integer. You place the number (age) inside the parentheses of int.

61. Select an activity of the Production Phase: a. a web authoring tool is often used b. the graphics, web pages, and other components are created c. the web pages are individually tested d. all of the above

Answers

Answer:

d. all of the above.

Explanation:

Since the advent of digital technology, production of goods and services have experienced a significant change from the traditional methods of production. This paradigm shift is made possible by the application of various modern technology.

Production processes are generally being facilitated and enhanced by the use of;

1. Computer-integrated manufacturing (CIM).

2. Computer-aided process planning (CAPP).

3. Computer-aided design (CAD).

4. Computer numerical control (CNC).

In the process of selecting an activity of the production phase:

1. A web authoring tool is often used.

2. The graphics, web pages, and other components are created.

3. The web pages are individually tested.

Where can you go in QuickBooks Online to import a list of products and services? Select the Quick Create icon and under the Tools column, select Import Data, then Products and Services Select the Gear icon and under the Tools column, select Import Data, then Products and services Select the Accountant toolbox and under the Tools column, select Import Data, then Products and services

Answers

Answer:

Select the Gear icon and under the Tools column, select Import Data, then Products and services

Explanation:

The steps to import list of products and services in QuickBooks Online

Select Settings Gear icon

Under Tools column, select Import Data.

Select Products and Services.

Import products and services page will appear.

Select Browse.  

Map your information of your file to corresponding fields in Quick Books .

Select Import.

Why was language important during the ancient times in regards to visual representation

Answers

Answer:

Explanation:

It was important back then because if their was an enemy attacking they could use their language instead of maybe shouting or throwing stuff and its easier to use language because you don't have to cause a ruckus.

Which of the following insulation is not used in cables?
OPaper.
O Varnished cambric.
O Metal
O Rubber

Answers

Answer:

[tex]\huge \boxed{\mathrm{Metal}}[/tex]

Explanation:

Metal is a conductor of electricity, thus is not used in cables for insulation. Varnished cambric, paper, and rubber, are all insulators of electricity.

Which section, or hive, in the Windows Registry stores information about drag-and-drop rules, program shortcuts, the user interface, and related items?

Answers

Answer:

The correct answer will be "HKEY_CLASSES_ROOT (HKCR) ".

Explanation:

The Windows Registry seems to be an environment inside the operating system applications of Microsoft Windows that holds certain details as to whether machine memory becomes configured up, which applications are to be launched whenever the operating process becomes booted, which hardware is connected and the device solutions were selected.This HKCR is indeed a Windows Registry registration system hive but instead incorporates organization file extension additional data, and also some data from a conceptual identification number, class ID, but mostly connectivity ID. It  includes references again for correct file identifier as well as COM class contact information including such IIDs.

Which type of systems development is characterized by significantly speeding up the design phase and the generation of information requirements and involving users at an intense​ level? .

Answers

Answer:

Joint Application Development (JAD)

Explanation:

Joint Application Development is a method of application development that  lay emphasis on the up-front aspect of the application development cycle whereby steady communication between the designers and the intended users of the application under development by coming together in collaborative workshop styled discussions known as JAD sessions involving the mediators, facilitator, observers, end users, experts, and developers. As such with JAD process application development result in fewer errors high quality and is completed in lesser time.

Other Questions
the SI unit of work is Which statements regarding hypotheses are true? Check all that apply. Hypotheses are based on observations. Hypotheses are written when experiments are complete. Hypotheses are formed from testable questions. Hypotheses are tested with controlled experiments. Use Stokes' Theorem to calculate . F = 5yi + 7xj + z3k; C: the counterclockwise path around the perimeter of the triangle in the x-y plane formed from the x-axis, y-axis , and the line y = 5 - 2x (Hint: n = k) Leon knocked at the old carved door with its symbols of the Lamb. While he waited he looked up at the twin bells from the king of Spain with the last sunlight pouring around them in their tower. What do the bells from the king of Spain symbolize? Which of the following is not an undefined term?pointraylineplane enjoyed the strong support of President Andrew Johnson in its work on behalf of civil rights. won much southern white support because it consistently supported the planters in disputes with former slaves. made notable achievements in improving African American-American education and healthcare. carried out a successful program of distributing land to every former slave family. was badly administered because director O.O. Howard lacked military experience. can someone please help me Read the dialogue and choose the option with the correct answer for the blank. Caleb: Tengo mucho fro... Hola, amigos. El tiempo en mi casa est muy fro para mi gusto. Qu tiempo hace en tu pas o ciudad? Escribe tu comentario and let me know. Right now, I need to go warm up! Hasta maana! Caleb: Soli est de viaje con su familia en Argentina. Ahora en Argentina las temperaturas son de verano. Me imagino que ella va a ir a la playa todos los das. Here, las temperaturas son la estacin invierno. Brrrrr. Javi: Hola, Caleb, con quin hablas? Caleb: Hola, Javi, pienso en las estaciones. Pienso en cmo en todo el mundo es invierno, pero en Argentina el clima es de verano. Javi: S, en Argentina ahora hace buen tiempo. Me gustara estar en Argentina. El meteorlogo said that this fin de semana va a llover. Caleb: No me hables ms de mal tiempo, chico. Javi: Ok, vamos a imaginar que estamos con Soli en Argentina en una playa con una temperatura muy caliente. Based on the dialogue, ________ where Javi lives. it will be snowy it will be wet it's will be windy it's will be sunny A 1.5m wire carries a 7 A current when a potential difference of 87 V is applied. What is the resistance of the wire? Victoria searched her house for quarters. She started with 17 quarters and found 6 more quarters. She then goes to the arcade. If a game costs 2 quarters to play, how many games can she play and how many quarters are left over? Victoria can play times and there will be quarters left over. According to Erikson, the first psychosexual social reevaluation occurs in this stage.Concrete operationsOedipal ComplexIdentity vs Role confusionConventional MoralitySensory Motorlatencypost ConventionalGenitalGenerative vs StagnationElectra ComplexPreconventionalPreoperational So 5,000 years ago in the land meso, or ____________, the Tigris and Euphrates potomoi, or ____________, cities started popping up. These early Mesopotamian cities engaged in a form of ____________, where farmers contributed their crops to public storehouses out of which workers, like metalworkers or builders would be paid uniform "wages" in grain. Manoris bag has 10cent and 20cent coins. She has 202 coins with a total value of $31.90. How many 20cent coins does manori have? An amount of #550,000.00 was realised when a principal,x was saved 2% simple interest for 5 years. Find the value of x Type your response in the box.Based on the characteristics described, which category do you think humans belong to? Why do you thinkthis category?starfishcnidarianematodaannelidaechinodermataporiferaplatyhelminthesmolluscaarthropodachordatasponges jellyfish Matworms round worms mollusks segmented insectsvertebratesworms spidersbackbonesegmentationendoskeletoncoelombody cavitybilateral symmetrytissues please help! Please explain as well!!!! Integrated math ll I need help ASAP Which angle measures are correct? Select three options,OmZX= 55OmZW = 125OmZW = 55mZZ = 125mZZ = 55PLEASE ANSWER FAST TIMED TEST In the figure below,m /_ 1=58. Find m/_2 Which of the following statement best describes the cartoon? A) the safety of workers by the formation of unions. B)the obstacles faced with the Jim Crow Laws. C) the condition of slavery in the South.D) the pollution the industrial north was creating.