Meaning of ‘integrity of data’

Answers

Answer 1

Answer: i have no idea

Explanation:

Answer 2
Accuracy of data (I think)

Related Questions

Add the following numbers in abacus 2436+9214​

Answers

Answer:

the answer is - 11,650

Explanation:

you study abacus too ?

Chose the term that matches each definition.

: predicts technology power and capacity will double every two years


: a device invented by Douglas Engekbart to work with graphical operating systems

Answers

Answer:

Moore's Law: predicts technology power and capacity will double every two years

Computer mouse: a device invented by Douglas Engekbart to work with graphical operating systems

Explanation:

Help this is due today I’ll cash app you $20 please ‍♀️

Some simple ciphers that have been used throughout history are the Caesar Cipher, Transposition Cipher, Rot 1 Cipher, and Vigenere Cipher. Research these ciphers online and describe how they work. Analyze the encrypted text block provided for the different types of ciphers. Examine the cipher and the keys. Decrypt the

messages.

Caesar:
Encrypted Text 1 = nsywtizhynts
Shift = 5

Encrypted Text 2 = uiteizm
Shift = 8

Transposition:
Encrypted text 1 = cysiuxrxet
Key = Cyber
Padding = X

Encrypted Text 2 = naaemaoarrwasaaa
Key = Security
Padding = a

Rot 1:
Encrypted text 1 = fodszqujpo

Encrypted text 2 = ufdiopmphz

Vigenere:
Encrypted Text 1 = EGQLVT RFBK
Key Word = Cyber

Encrypted Text 2 = ARHIIUTRASP
Key Word = Security

Answers

Answer:

introduction

malware

SECURITY

RANSOMWARE

encryption

technology

CIPHER TEXT

INFORMATION

Explanation:

See the reference to the website in the comments.


7. It is used for smoothening the soil and gathering loose leaves, hay, or straw.

Answers

Answer:

a rake and/or gardener rake

Explanation:

I think the answer is A rake

Which graphic file format is used for commercial purposes.
A. TIFF
B. GIF
C. JPG
D. PNG
E. BMP

Answers

Answer:

jpg or png

Explanation:

hope this helps

Answer:

TIFF

Explanation:

Sometimes the quality and resolution is very important, especially in commercial work. A non-compressed lossless file format is required. This is the format used by professionals in the publishing, graphics and printing industry. Since TIFF (Tagged Image File Format) is not compressed, it preserves more quality at the highest resolution, but require more disk space for storage. Since they are huge, sending them over slow Internet connections would not be a good idea unless they can be zipped or sent as a compressed file.

Which part of the chipset is the fast side?

North Bridge
West Bridge
South Bridge
East Bridge

Answers

Answer:

north bridge

Explanation:

You can calculate the surface area of a cube if you know the length of an edge. Write a program that takes the length of an edge (an integer) as input and prints the cube's surface area as output. Enter the cube's edge:4. The surface area is 96 square units.

Answers

Answer:

Program in Python:

edge = float(input("Edge Length: "))

area = 6 * edge**2

print("Surface Area: "+str(area))

Explanation:

This line prompts the user for the length of the edge

edge = float(input("Edge Length: "))

This calculates the surface area using [tex]Area = 6a^2[/tex]

area = 6 * edge**2

This prints the calculated surface area

print("Surface Area: "+str(area))

This solution was implemented in Python

Answer:

edge=float(input("Enter the cube's edge: "))

area=6*edge**2

print("The surface area is: "+str(area), "square units.")

Explanation:

request input

computer income tax

then display information

The objective is to work with your partner to fix the HTML bugs so that none of the code is pink. In general, how do I change HTML code color?

Answers

Answer:

Click inspect then go to change color

Explanation:

there you go have a nice day!

Jeremy took this photo on his vacation in England. Which kind of lens did he use in his camera? Jeremy used lens in his camera.

Answers

Answer:

I believe its a wide angle lens

Explanation:

there are ______ type of accounts
option 1 :- ONE
option 2:- TWO
option 3:- THREE
option 4:- FOUR​

Answers

Answer:

Option 3,

A.KA Three

Explanation:

Answer: option 3: three.

Explanation:

Write a program that opens a specified text file then displays a list of all the unique words found in the file.

Answers

Answer:

filename = input("Enter file name with extension:")

words = []

with open(filename, "r") as file:

   # read the file line by line, with each line an item in the returned list

   line_list = file.readlines()

   # loop through the list to get the words from the strings

   for line in line_list:

       word_list = line.split(" ")

       for i in word_list:

           words.append(i)

# use the set() to get the unique items of the list as a set

# and convert it back to a list, then display the list.

su_words = set(words)

unique_words = list(su_words)

print(unique_words)

Explanation:

The python program gets the file name from the user input method. The with keyword is used to open and read the file which is read line by line as a list of strings (each line is a string). The for loop is used to append each word to the words list and the set() function cast the words list to a set of unique words. The set is in turn converted back to a list and displayed.

What is true about the mass and weight of your glider?
ОООО
On the moon, the mass would be the same, but the weight would be less than on Earth.
On the moon, the mass and weight would be the same as on Earth
On the moon, the mass and weight would less than on Earth.
On the moon, the weight would be the same, but the mass would be less than on Earth.

Answers

Answer:

A

Explanation:

mass is the amount of matter, weight is your literal weight

You have just arrived in a new city and would like to see its sights. Each sight is located in a square and you have assigned each a beauty value. Each road to a square takes an amount of time to travel, and you have limited time for sightseeing. Determine the maximum value of beauty that you can visit during your time in the city. Start and finish at your hotel, the location of sight zero.

Answers

Answer:

Output

43

Explanation : 0 -> 3 -> 0

Explanation:

Constraints

1 <= n <= 1000

1 <= m <= 2000

10 <= max_t <= 100

0 <= u[i], v[i] <= n-1

u[i] != v[i]

10 <= t[i] <= 100

0 <= beauty[i] <= 10^8

No more than 4 roads connect a single square with others

Two roads can be connected by at most 1 road

Example

n = 4

m = 3

max_t = 30

beauty = [5, 10, 15, 20]

u = [0, 1, 0]

v = [1, 2, 3]

t = [6, 7, 10]

Output

43

Explanation : 0 -> 3 -> 0

if net force acting on an object is 0 then the force is considered to be ..

Answers

Answer:

it is considered to be balanced

Write down the characterizations that best suits the term Java applets?

Answers

Answer:

Java applets need to have virtual machine web browser support

Explanation:

Java applets are defined as the small applications that are written using the Java programming language or may be some other programming language which compiles of Java bytecode and it is delivered to the users in form of java bytecode.

They provides interactive features to the web applications.

The characterization that suits java applets are :

-- It application should be able to run on virtual machines

-- It must support web browser. The web browser must be capable to run the java applets.

What can be used to help diagnose and fix network connection problems?

Antivirus software
Firewall scanner
Application analysis
System utilities

Answers

The option that can be used to help diagnose and fix network connection problems is System utilities.

What is network connection?

Network Connection is known to be a term that connote an Internet access service that is often use by a machines.

Network utilities are known to be software tools that are found in a system that are set up and used for analyzing and configuring various areas of computer networks.

Learn more about  network connection from

https://brainly.com/question/12811608

Which of the following choices are good strategies when exercising in extreme heat or cold?
A.
allowing the body to adjust to temperature
B.
avoiding exercising during extreme times of day
C.
warming up muscles and the body before vigorous exercise
D.
all of the above


Please select the best answer from the choices provided.

A
B
C
D

Answers

Answer:

The answer is C.

Explanation:

The answer is C because you always have to warm up before exercising and neither of the other answers make sense and the last answer can't be possible if the others are incorrect.

The answer is c because warming up muscles and the after the bossy

What is the next line? >>> tupleB = (5, 7, 5, 7, 2, 7) >>> tupleB.count(7) 3 1 2 0

Answers

Answer:

3 is the next line.

Explanation:

.count literally counts how many something is. so, .cout(7) counts how many 7 there is. you can see that there are 3 number 7s.

where was this taken

Answers

Answer:

Mostar city

Explanation:

look at the architecture

Answer:

rome:)

Explanation:

Which internet service type forced users to choose between using the phone and using the internet

Answers

Answer:

User interface.

Explanation:

Click the crown at the top of this answer if this helped ;)

write two paragraphs (at least 5 sentences each) about what President Biden and Vice-President Harris plan to do during the first 100 days while in office.

Answers

Answer:

writing one in comments bec i don't have time for both sorry

In what ways can you modify the location of the neutral point?
o Change the size of the wing.
o Change the size of the horizontal stabilizer
Change the position of the wing.
All of the above.

Answers

Change the position of the wing. That would change it

What term refers to a celebrity or other popular figure publicly supporting a product?

Answers

Answer:

Endorsement

Explanation:

The term that refers to this is known as an Endorsement. This can be for any product or service and generally involves a celebrity or public figure that in one way or another relates to the product or service being advertised. One example of this would be famous soccer icon Christiano Ronaldo publicly supporting and appearing in Nike advertisements showing off their new soccer cleats.

What is the difference between a prefix and postfix in Java?

Answers

Answer:

prefix comes first

Explanation:

pre means before, and post means after.

A peasant finds himself on a riverbank with a wolf, a goat, and a head of cabbage. He needs to transport all three to the other side of the river in his boat. However, the boat has room for only the peasant himself and one other item (either the wolf, the goat, or the cabbage). In his absence, the wolf would eat the goat, and the goat would eat the cabbage. Solve this problem for the peasant or prove it has no solution.

Answers

Answer:

The peasant starts crossing with the goat.

Explanation:

The peasant puts the goat in the boat first and cross to the other side, he then puts the goat down and goes back to pick the cabbage, he crosses with the cabbage to the other side of the river. He would drop the cabbage and pick up the goat back,this because the goat will eat the cabbage if left there. He then goes back with the goat, he will drop off the goat and pick up the wolf and cross to the other side, he will leave the wolf with the cabbage since the wolf can't eat cabbage. He then goes back to pick up the goat and cross to the other side.

Sam will be using several chemicals for processing photographic negatives and prints. What must he do before he uses darkroom chemicals?

А.thicken them

В.concentrate them

C.mix them together

D.dilute them

Answers

Answer:

dilute them

Explanation:

SOMEONE PLEASE HELP!! i’ll give brainliest

Answers

Display is 2.

Printer is 3.

Keyboard is 4.

Mouse is 1.

Hope this helps :D

I don’t get the question ur a asking

What is the final answer? SHOW YOUR WORK.

24/3*2^2/2*3+(20-10)-40

Answers

Your answer should be 18 if I’m not wrong

What do we call the software program that handles the communication between a peripheral device and your computer?
Select one:
a. Device Driver
b. Device Interpreter
c. Peripheral Program
D. Peripheral Interpreter

Answers

Answer:

a. Device Driver

c.

Peripheral Program

.

Michael dropped his tablet on the floor and shattered his screen. He was able to get the screen fixed, but to prevent the screen from breaking again, what should Michael do?

Use an electronic wipe to clean the tablet.
Use a protective case for the tablet.
Use the tablet on a soft surface.
Use one hand when carrying the tablet.please help i would give u 10 points

Answers

Use a protective case for the tablet , cuz the case is hard and rigid and holds the iPad together so it won’t break when it drops again

Answer:

B

Explanation:

got 100

Other Questions
There are seven major levels of classification. Kingdom and Phylum are just two of the levels.What are other major levels of classification?Select the three correct answers. A karyotype is a visual representation of an individuals chromosome.What is the best description of the individual represented by this karyotype? How does the Red-tailed black shark avoid predators? PLS HELP What is the answer pls help. Dhdjcusjbcjsjxjendxhdicisnchjd What is noise pollution?Noise that is not heardExtra noise we hearNoise from a tea kettleNoise that only animals can hear Find the slope and y-intercept value in 7x 2y = -16. What is an octet of electrons? Which elements contain an octet of electrons? The swimmer swims in a straight line in the pool. Her motion is shown on the following graph of position 2VS. time t.*(m)21012 Which of the following should NOT be used as a piece of personal protective equipment when using pesticides? Theresa has a pile of sand grains and salt grains mixed together. She wants to separate the sand from the salt. What method can she use to separate these two substances? Simplify: [tex] {9}^{6} x \: 12 \div {3}^{7} x \: {2}^{2} [/tex] HELPP WHAT IS THISS????? w/7=0.3Pls help know the answer is 2.1 I need an explanation ty Which electromagnetic waves have the shortest wavelength and the highest frequency? NEED ASAP! Click to review the online content. Then answer the question(s) below, using complete sentences. Scroll down to view additional questions.Online Content: Site 1From 1347 to the late 17th century, Europe was stalked by the Black Death. During that time art not only survived, it flourished. Surprisingly, the age when European art rose to glory was a time of disease and death. In 1347, the Black Death was brought to Sicily by a Genoese ship. The black rats that lived on the ship carried the disease.The Black DeathThe Black Death was an epidemic of bubonic plague. This disease is caused by the bacterium Yersinia pestis. This bacterium spreads among large, dense populations of rats. The black rat, also called the ship rat or house rat, tends to live close to people. The rats carry fleas that become infected. The fleas then bite humans and pass along the disease. At that time, people were frequently bitten by fleas.Symptoms included swollen lymph nodes, high fevers, black, liquid filled pustules, joint pain, and vomiting. While the exact number of deaths caused by the Black Plague is unknown, estimates are that it killed 75 to 200 million people in Europe, reducing the population of Europe by 30 to 60 percent.The Grim Reaper on a boat holding an hourglass and scythe.The Grim Reaper.The Plagues Effect on ArtThe horrors of the Black Death infiltrated all aspects of European culture, especially art. It stopped the progress being made in art because so many artists died from this horrible disease. While the first half of the 14th century saw the creation of art that displayed civic pride and joy, the art created after the Black Death was severe and emphasized guilt and the need for repentance.These effects were long lasting and brought a gloomy darkness to visual art, music, and literature. The gruesome trauma of this era activated the imaginations of writers and painters in very unsettling ways for decades. The insecurity regarding survival created an atmosphere for doom and gloom that influenced artists to move away from optimistic themes and turn to images of Hell, Satan, and the Grim Reaper. Many painters and sculptors simply gave up art because they believed that it was utterly hopeless to create beauty in a hellish world.How did art change as a result of the Black Death? How does Marisa change while watching her neighbors horses? Which one is greater explain why. 8/10 and 0.91 *urgent WILL GIVE BRAINLIEST*Based on these passages, what is the purpose of this executive order?Question 6 options:A: Government employees should be held to the rule of law. B: Government employees should work with interest groups. C: Government employees should respect enforcement of the law. D: Government employees should support political candidates. it's not Government employees should respect enforcement of the law, I tried that already :( What is the point of inserting needles into incorrect places?A.it controls for whether the insertion point influences the specific body partB. O it controls for whether the scientist knows which patient gets the treatmentc. O it controls for whether the person can feel the needleD.O it controls for whether needles are necessary