National laws have been enacted to govern the actions permissible of IT professionals. Most laws governing IT professionals are geared more toward the actions of IT professionals. HIPAA is an example of a law that protects personal information, which all people, including IT professionals, are required to follow. There are no state or local laws that address information accessibility.

Answers

Answer 1

Answer:

C.HIPAA is an example of a law that protects personal information, which all people, including IT professionals, are required to follow.

Explanation:

i got it right

Answer 2

Answer:

A.HIPPA      

Explanation:

Edg 2020


Related Questions

Original documents or objects used during Internet research are known as


Boolean sources.

primary sources.

secondary sources.

tertiary sources.

Answers

Tbh i think its primary

I know I'm 3 weeks late, but its b

Explain why this scenario could put an organization in jeopardy of losing some of its workforce.

Situation: The IT manager decides to add a new software application to replace an older albeit less efficient software application.

Answers

Answer:

Not educating its employees on the new software.

Which of the following statements best describes cell protection when it is first activated?
By default, cells are locked and not hidden.
The contents of an unlocked cell cannot be modified.
O Cell protection is guaranteed.
O Only cells in even-numbered columns can be protected.

Answers

Answer:

A and C

Explanation:

Your best friend recently had an injury that kept him from working. His parents are on a very limited income and cannot help him make his insurance and truck payment. When he bought the truck, he felt he could easily afford it with the money he made in his part-time job. Now he is desperate and needs to figure out a way to make his payments. He has confided in you an illegal activity that would give him the money and needs your help. He has never asked you to do anything like this before and would not unless he was desperate. He feels there is very little possibility of getting caught. However, if the two of you get caught and convicted, it will carry a felony conviction. A felony conviction would carry with it many negative consequences including not qualifying for many jobs and the military. What will you do?

Answers

Answer:

If it is safe then I will probably go with my best friend .

Explanation:

Please Help. Nobody Does!!! will give brainliest and 50 points
1. What is step one in the digital file organization process?

2. What is rule number one?

3. What is rule number two?

4. What is the obvious advantage to rule number two?

5. What is the tree structure?

6. What are two main ways to organize your files?

7. How should you name your files?

8. What is cloud storage?

9. What are some different cloud storage software?

10. What is the importance of backing up your computer?

Answers

Answer:

The first step to organizing your digital files is knowing and documenting what you need to keep and why.Use the Default Installation Folders for Program Files. ...

One Place for All Documents. ...

Create Folders in a Logical Hierarchy. ...

Nest Folders Within Folders. ...

Follow the File Naming Conventions. ...

Be Specific.

You should see the following code in your programming
import simplegui
def draw_handler(canvas);
# your code goes here
frame = simplegui.create_frame('Testing', 600, 600)
frame.set_canvas_background("black")
frame.set_draw_handler(draw handler)
rame.start()

Answers

Answer:

import simplegui

import random

def draw_handler(canvas):

for x in range(1000):

colorList = ["Yellow", "Red", "Purple", "White", "Green", "Blue", "Pink", "Orange"]

c = random.choice(colorList)

x = random.randint(1,600)

y = random.randint(1,600)

canvas.draw_point([x, y], c)

frame = simplegui.create_frame('Testing', 600, 600)

frame.set_canvas_background("Black")

frame.set_draw_handler(draw_handler)

frame.start()

Explanation:

I used a for loop, setting my range to 1000 which is how you create exactly 1000 points. Next, I defined my color array, my x randint value, and my y randint value. I set both the x and y randint values to 1 - 600 since the frame is 600x600. The rest is pretty self explanatory.

Each generation is set apart from the previous generation because of an innovation.
Choose the generation marked by each of these innovations.

transistors
: integrated circuits
: vacuum tubes

Answers

Answer:

Second Generation: transistors

Third Generation: integrated circuits

First Generation: vacuum tubes

Explanation:

Generations of computers are categorized based on the technologies that were used in them.

Given innovations or technologies are:

transistors :

Transistors were introduced in the second generation in place of vacuum tubes.

integrated circuits :

Integrated circuits were introduced in the third generation. An IC consists of multiple transistors.

vacuum tubes:

The very first generation of computers used vacuum tubes to do the calculations. the only drawback was that the tubes used to heat up very soon.

Hence,

Second Generation: transistors

Third Generation: integrated circuits

First Generation: vacuum tubes

Are DVD players, USBs, printers/scanners, guitar amps, satellite dishes, headphones, dishwashers, radios, and modern cars considered computers?

Answers

Answer:

yes

Explanation:

um ik for sure that a printer/scanner is a computer in a way^^

Answer:

yes they are considered!

Explanation:

they are conisdered computers due to having an interioir machine, which has been engineered to perfrom certain tasks, just like a computer.

What should you do in order to have access to the header and footer tools? Open the View tab. Open the Page Setup dialog box. Open the header or footer. Click and drag the header down to the footer.

Answers

Answer:

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

Explanation:

In order to access to the header and footer tools

Step 1  - Open the View tab.

Step 2 - Open the Page Setup dialog box

Step 3 - Open the header and footer tool.

Step 4 - Click OK.

Write a paper of at least 300 words that includes:
a description of the job posting; an explanation of the job duties or requirements; an explanation of what kind of training this job requires; a description of what you learned by contacting the company or researching a specific training program; a description of why you are interested in this job; and a description of how this job is related to digital media.

Answers

Answer:Let’s start with a review of the essential steps in the career planning process.

Career Planning

Shepard and Mani define career planning “as an ongoing process through which an individual sets career goals and identifies the means to achieve them” (2013, p. 14). It is through career planning that a person evaluates abilities and interests, assesses values and personality, considers alternative career opportunities, establishes career goals, and plans practical developmental activities.

Career planning requires individuals to understand themselves and their values, interests, and skills. It is also an ongoing process, one that must be repeated with changes in employment and life circumstances. As you gain more experience and knowledge, the process will begin anew.

This section reviews the five essential steps of career planning, which are based on our research and input from industry experts:

Conduct a self-assessment

Research the labour market

Create your career search toolkit

Put your career campaign into action

Engage in networking

Let’s start at step one.

Step One: Conduct a Self-Assessment

Self knowledge is the key to choosing a career. It can be overwhelming to begin the process of self-assessment. However, if done well at the start, the likelihood of securing work that has meaning, purpose, and fulfillment is far greater. Understanding your preferences, knowing your strengths, and honestly facing the areas you need to develop are the first steps for effective self-assessment.

Explanation:

Where do you place the logical test argument in an IF function formula?
.before the IE function
.the first argument listed after IF
.the second argument listed after IF
.the third argument listed after IF

Answers

Answer:

The first argument listed after IF

Explanation:

When the two variables are listed next to each other, Excel will find and calculate the correlation between them.

Answer:

B. the first argument listed after IF

Explanation:

D Question 9 What is output by the following?
print("Twinkle, \ttwinkle, \tlittle star") A.Twinkle, twinkle, little star
B.Twinkle, twinkle, little star
C.Twinkle,
twinkle,
little star
D.Twinkle, \ttwinkle, \tlittle star​

Answers

twinkl twinkle little start UwU

Which type of keyword is "capital"?

Answers

Answer:

its a vocabulary term

Explanation:

does this help?

Answer:

It is a vocabulary term

Explanation:

I did the test.

What is the missing line of code?

>>> info = {3:10, 4:23, 7:10, 11:31}
>>>_____
>>> info
{3: 10, 4: 23, 7: 10, 11: 31, 15: 23}

info.append({15:23})

info.update({15:23})

info.add{15:23})

info.insert({15:23})

Answers

Answer:

info. insert({15:23})

Answer:

info. insert({15:23})

Explanation:

Which type of website has code that does not change and can only be updated by the web developer who created it? OA dynamic OB. static C. academic OD wiki​

Answers

academic ✅✅✅✅✅✅✅✅✅✅✅✅✅

Answer:

Static

Explanation:

plato

Please help this is a coding assignment I need help! (use python)

Define a function called “even_checker” that will do the following things:
Iterate over a list.
Check to see whether the values in the list are even.
Print the even values.
Create a list with ten numbers in it. (Some of your numbers should be odd, and some should be even.)
Call the function on your list.
When you have tested your program, take a screenshot of it and its output to turn in. If your program does not work properly, also include a paragraph explaining what you did to troubleshoot it.

Answers

I've included the code in the picture below. Best of luck

Answer:

Explanation:

N

does anybody know how to unlock websites from school computer

Answers

Answer:

yes go to settings then apps

Explanation:

that's how I did mines

An else statement will be executed in what situation?
the if statement is true
the if statement is false
there is a syntax error
the elif statement is executed

Answers

Answer:

The second one.

Explanation:

An `else` statement is like the alternative route for the code. I like to put it in my own words like, "If the user puts a number insted of a letter tell them they did a good job! Else(Otherwise) Tell them they need to try again.

I hope I helped!

Answer:

b) the if statement is false

Explanation:

The else statement is performed if the if statement's condition is not fulfilled. An else statement executes if an if statement is false. The else statement gives the code a backup if the if statement fails. If the if statement fails, this might propose a different course of action.

An if statement may test whether an integer is even or odd by dividing it by two. This tells the computer whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is the computer that determines whether the number is even or odd. If the input number is divisible by 2, the software will print "the number is even" if it is. The else statement may show that the "number is odd" if the integer cannot be divided by two.

Which is an example of a good URL?

Answers

I think I would be b

RIGHT ANSWER GETS BRAINLEST

Complete the code.

You are writing a loop to allow the user to enter data until they enter a "Q". You want to allow them to enter an upper- or lowercase "Q".

if yourTeam.
() == "q":
break


The options they give are:
Upper
Compare
lower

Answers

Answer:

sir i beleive lower is your answer, i know it isnt upper.

Explanation:

:D

Answer:

lower

Explanation:

i just did the quiz and got it right :)

Which view would you need to use to make
changes to the design theme for the entire
presentation?

• Handout master
• Notes master
• Normal
• Slide master

Answers

Answer:

the answer is Slide Master

Explanation:

I just got it. I couldn't find my notes but it is right.

Which discipline would be most likely to study and experiment with new technologies like artificial intelligence? software engineering computer science information technology computer engineering

Answers

Answer:

Information Technology

Explanation:

The discipline that would obtain the most benefit from new technologies such as Artificial Intelligence would be Information Technology. The amount of information that exists on the internet is staggering. Artificial Intelligence works by obtaining as much information as possible, learning from the data gathered, and manipulating the data as needed. This allows Information Technology developers to find patterns in data sets, create virtual assistants, automate tasks, find connections in the data, etc. Therefore, bringing a vast number of benefits from studying and experimenting with such technology.

Answer: Computer Science

Explanation:

Computer Science includes the development of many advanced computing solutions. It permits the adaption of new technologies and new ideas. Artificial Intelligence itself was coined in 1955 to introduce a new discipline of computer science.

I hope this helped!

Good luck <3

Can you create a Java program perform the following ?

The main() program is to be used for input and output unless specified.
Use appropriate input and out messages and comment your code.
Create user-defined method: calculate() which takes 2 integers and
a character (+, -, / and *) as parameters and return respective result
of the operation on these parameters.
Create user-defined method rem() which takes 2 integers as
parameters from the main() program and prints the output without
returning any value.

Answers

Answer:

Yes I can and tht problem is correct



Which one of these coordinates would place an object in the upper right corner of a 400 by 400 computer screen?
A:(0, 400)
B:(400,0)
C:(400, 400)
D:(0,0)

Answers

I’m not to sure but I think it’s A

The Musthave Shoe Company recently learned that its customers have had difficulty using its website because it does not render correctly in their web browsers. The Musthave Shoe Company has a team of four website developers who work on the company's website. When examining the website the developers discovered that each person used the code he or she was most familiar with. How should they edit the code to correct this problem

Answers

Answer:

The should edit the code by making it to conform to single W3C HTML standard.

Explanation:

There's an HTML standard that's recommended by by the world wide web consortium which is also known as "W3C" for short. So for them to correct this problem, they will need to edit it to conform to that W3C HTML standard

I’m building a pc name some good parts I need some help on some parts? And prices plz

Answers

Answer:$25

Explanation:

I'm trading a FR snow owl, Frost fury, and Cow in adopt me. Any offers

Answers

Answer:

My

user is Breeziiie . i just want friends-

Explanation:

Answer:

golden egg?

or christmas egg?

Swapping two input integers if they are not the same. (use switch-case

Answers

Answer:

Write a C program to input any two numbers from user and swap values of both numbers using bitwise operator. How to swap two number using bitwise operator in C programming. Logic to swap two numbers using bitwise operator in C programming.

Explanation:

i smart

What is the first phase in which a software program is usable enough to test?
A.
Pre-alpha release
B.
Feature complete
C.
Alpha release
D.
Beta release

Answers

Answer:

Alpha release

Explanation:

Pre-alpha refers to all activities performed during the software project before formal testing.

The alpha phase of the release life cycle is the first phase of software testing.

A feature complete version of a piece of software has all of its planned or primary features implemented but is not yet final due to bugs, performance or stability issues.

A Beta phase generally begins when the software is feature complete but likely to contain a number of known or unknown bugs.

dose anyone do gacha or even tikt.ok or sumthin i try see sumthin here rq (i do both so i dont judge XD)

Answers

Answer:

I used to do tik to k but I never did the other one

Explanation:

please mark me as brainliest

Answer:

I make Gacha Videos. Mainly memes and Edits.

Explanation:

Other Questions
HELP ME PLEASE I NEED HELP Which choice BEST describes what theunderlined metaphor on page 4 suggestsabout speed reading?1. A person who speed reads may imaginethings that are not really in the text. 2. Speed reading is a good way to quickly understand a simple text.3. Speed reading prevents people from fully appreciating a written work.4. A person who reads looks at only a small portion of the words.PAGE 4SpeedReading may allow someone to see the-water's surface but not all -the wondrous.-things that lie beneath.- Please help me with acellus 3-ACT mathematical modeling: powering down answer act 1 and act 2 please the tone for a sound of thunder hi im a little confused do u thinm you can help me What poem structure does Dickinson use for "I Dwell in Possibility"?Question options:free verseballadsonnetepic What degree of rotation about the origin will cause the triangle below to maponto itself?A. 360B.90C.180D.270 Match the type of secondary storage devices to their examples.CDhard diskflash memorymagnetic storage devicesarrowRightoptical storage devicesarrowRightsolid-state storage devicesarrowRight Line m is perpendicular to lines l and n. Line n is parallel to line p. All four lines are coplanar. Which of the following statements is true? A. line l is perpendicular to line p B. line m is parallel to line p C. line l is perpendicular to line n D. line l is parallel to line p What school spirit does your school have? (100 words or less) Read the paragraph. My sister dreams of becoming the White House chef someday. She is working energetically to achieve this goal. I thought it merely involved a bunch of cutting, stirring, and cooking, but she explained that professional chefs have to be good at math, science, and business as well. She even puts extra time into her French homework because she hopes to go to culinary school in France. Getting her there is one of my parents' goals. My sister is saving her babysitting money to help them with that.Which statement correctly describes the verb usage in this paragraph? The paragraph uses present and future-tense verbs. It contains six infinitivesThe paragraph uses past- and present-tense verbs. It contains four infinitives. The paragraph uses present and future-tense verbs. It contains four infinitives. The paragraph uses past- and present tense verbs. It contains five infinitives. what are the various type of Democratic right in enjoyed by the people of India The price of a car was bought for $20,000 and has depressive 15% yearly find the price of the car in 6 years And here we go! Please answer! IMPROPER!!!!! Explain why Latin remains such an important language in the United States and around the world If both stories take place on a spaceship, what element can you compare by describing each spaceship Solve the inequality and graph the solution on the line provided.3 + 8x < 67>orInequality Notation:Number Line:-12-10-8-6-4-2O24681012Clickand drag to use Use the distributive property to remove the parentheses(v +5)5 Find the rate of change