c) Explain GIGO briefly.​

Answers

Answer 1

Answer:

Is is also a computer science acronym that implies bad input will result in bad output. Requiring valid input also helps programs avoid errors that can cause crashes and other erratic behavior.

IT'S FORMULA IS GIGO: GARBAGE IN GARBAGE OUT...

HOPE IT'S HELPFUL FOR U!!

AND PLZ MARK ME AS BRAINLIEST IF U LIKE THIS ANSWER!!!!


Related Questions

What are the 4 similarities of CUI and GUI

Answers

Answer:

letter U and I.

Three Letters

1 consonant and 2 vowel

All are capital letters

what are the means of hardware security?​

Answers

Answer:

Hardware security is vulnerability protection that comes in the form of a physical device rather than software that is installed on the hardware of a computer system. ... Common examples include hardware firewalls and proxy servers.

Explanation:

Thank you

Explanation:

Hardware security is vulnerability protection that comes in the form of a physical device rather than software that is installed on the hardware of a computer system. ... Common examples include hardware firewalls and proxy servers.

Which of the following commands allows the user to round the edges off the selected segments?
Rotate
Stretch
Linetype
Filet

Answers

Answer:

rotate

hope it helps

Explanation:

to round the edges off selected segment rotate can do it

Software-defined networking (SDN) works by using software to configure and control the network, rather than relying on device-specific static configurations. The SDN model creates a centralized architecture that replaces the distributed architecture model. How does this shift to a centralized architecture affect the three planes of network communication

Answers

Answer:

The planes of network communication become obsolete.

The data plane and control plane have to be separated.

The three planes are flattened into one central management plane.

The data plane and control plane have to be separated.

Explanation:

The data plane and control plane have to be combined into one data-control plane.

The planes of network communication become obsolete.

The data plane and control plane have to be separated.

The three planes are flattened into one central management plane.

The data plane and control plane have to be separated.

difference between vacuum tube and transistor​

Answers

Answer:

I HOPE THE ABOVE INFORMATION WILL HELP YOU A LOT.

write a program in python to make the figure:-

*
**
****
********
****************
********************************

The first and correct answer will be marked as brainliest......​

Answers

Answer:

Halo mateeeee

look it will be hard to explain the code and steps to you so just refer this video. .

it will help a lott

( *cries* Serena left Ash In pokemon s19 with a k I s s)

https://youtu.be/rUy_Nq9DHTs

You upgraded the memory in your desktop computer by replacing two chips with one larger capacity chip. The computer does not boot and has a memory error. What is the most likely issue

Answers

Answer:

Explanation:

driver failure

A company runs an application on a fleet of EC2 instances. The company wants to automate the traditional maintenance job of running timely assessments and checking for OS vulnerabilities. As a Cloud Practitioner, which service will you suggest for this use case

Answers

Answer:

AWS Systems Manager

Explanation:

AWS Systems Manager (https://aws.amazon.com/systems-manager/features/) is the service that allows to centralize operational data from multiple AWS services and automate tasks across AWS resources.

You upgrade your office graphics workstation with more memory. You replace two of the four inexpensive memory chips with expensive memory designed for workstations but now the system occasionally has memory issues. What could be the problem

Answers

Answer:

the two other inexpensive memory chips don't calibrate with the two expensive memory chips because they're not the same

Explanation:

How should you behave in an online academic environment?

Answers

Answer:

as u want lol

I think it's funny

Answer:

Maintain discipline

Ask questions

Try not to crack jokes

dress smartly

be friendly

don't underestimate anyone each person have their own unique skills

Which of these are part of the CPU?
O peripheral
O HDMI cord
O core
O keyboard

Answers

Hiii I think the best option would be C. Core

What are two ways to start a manual spellcheck in MS Word or MS Office?

Answers

Answer:

Explanation:

There are two ways to start a manual spellcheck in MS Word or MS Office are:-

1) This is the easiest method .Press the button F7 and more importantly u can get  this in my MS Project Shortcut list.

2)Try to go to the ribbon on the top part of Microsoft Project and click on the Project tab . Then go move to the right and you will find the ABC button for the spell checker.

These functionalities are used in all current versions of Microsoft Project such as 2010, 2013, 2016, and 2019.

what are the features of dot net ???​

Answers

Answer:

1) interperability

2) portability

3) security

4) simplified deployment

5) base class library

6) language indepence

A transition is ________.

Answers

Answer:

the process or a period of changing from one state or condition to another.

Explanation:

"students in transition from one programme to another"

What are the three major tasks does a computer perform?​

Answers

Ans:

Input, processing, and output.

The three major tasks a computer performs are Input, processing, and output.

What are the tasks of a computer?

These tasks exist all connected to the four basic computer functions: input, output, processing, and storage.

Taking data and instructions from a user, processing the data as per instructions, and showing or storing the processed data, exist the four main functions of a computer.

To learn more about computer

https://brainly.com/question/24540334

#SPJ2

The ________ is the easy way to insert a new slide between existing slides.

Answers

What is the subject about?

Utility software as a service giving programs. Explain. Give me the answer please coming Sunday my homework will be check.​

Answers

Answer:

Explanation:

Utility software is software designed to help to analyze, configure, optimize or maintain a computer. It is used to support the computer infrastructure - in contrast to application software, which is aimed at directly performing tasks that benefit ordinary users.

Are all the computer users known as programmer ​

Answers

Answer:

Nope

Explanation:

programmers are diff

write any five main features of fourth generation of computer?​

Answers

1) The fourth generation computers have microprocessor-based systems. It uses VLSI (Very Large Scale Integrated) circuits.
2) They are the cheapest among all the computer generation.
3) The speed, accuracy and reliability of the computers were improved in fourth generation computers.
i hope this helps you

computer cannot do anything without instructions true or false

Answers

Answer: True

Explanation:A computer (specifically the CPU, or central processing unit, within the computer system) needs instructions in order to do even the simplest things. Without instructions, it can't do anything. Just to boot your computer requires executing many many instructions.

Hope it helps✌✌

Portable computer, also known as laptop computer, weighing between 4 and 10 pounds is called a. Internet b. Scanner c. Printer d. Notebook computer​

Answers

Explanation:

portable computer also known as laptop computer weighting between 4 to 10 pounds is called a Notebook computer.

Laser printer use a special powdered ink called?

Answers

If i am correct it is called toner!

Which is the best version of macOS?

Answers

Answer:

macOS Big Sur

Explanation:

hope it helps.

which generation computer supported GUI operating system?​

Answers

Answer:

The fourth generation made use of GUI operating system

Explanation:

The development of computer languages is classified into two categories .

true or false​

Answers

Answer:

False

Explanation:

Mark me as a brainliest

write a program in python to add two matrices...... ​

Answers

Answer:

# Program to add two matrices using nested loop

X = [[12,7,3],

   [4 ,5,6],

   [7 ,8,9]]

Y = [[5,8,1],

   [6,7,3],

   [4,5,9]]

result = [[0,0,0],

        [0,0,0],

        [0,0,0]]

# iterate through rows

for i in range(len(X)):

  # iterate through columns

  for j in range(len(X[0])):

      result[i][j] = X[i][j] + Y[i][j]

for r in result:

  print(r)

write one function each of caps lock and shift keys.

Answers

Answer:you can use the shift key to use symbols instead of numbers on the top numbers part of the keyboard

Explanation:

Some Examples are ( ) $ &

What is the process of planning, designing, and implementing change requests?


_____ is the process of planning, designing, and implementing change requests.

Answers

Answer:

Change Management

Explanation:

The described process is formally known as Change Management

which storage is faster than secondary storage​

Answers

Answer:

RAM provides much faster accessing speed to data than secondary memory. By loading software programs and required files into primary memory(RAM), computer can process data much more quickly. Secondary Memory is slower in data accessing. Typically primary memory is six times faster than the secondary memory.22-Aug-2019

Answer:

primary storage is faster than secondary storage

block diagram of a computer


Answers

Answer:

this the answer for you.

mark me as a brainlist plz.

Other Questions
Write the equation for the reaction. Why is it important for writers to keep a record of their reviewed papers?O A.to share their mistakes with their classmatesO B.to criticize their own errorsO C. to get a second opinionto Identify and eliminate habitual errorsO E. to check whether other writers make similar mistakesResetNext What is the importance of October 12, 1492?-Columbus sighted land in the Western Hemisphere.-All the ships were lost in a storm.-The crew staged a mutiny. Multiply: 4 (5 2/3) Enter your answer as a fraction in simplest form, like this: 42/53 Which expressions are equivalent to 6 + 12x? A.5(1 + 2x) + 1 + 2x B. 7(1 + 2x) + 2x - 1 C. 3(2 + 6x) + 2x D. 7(1 + 2x) - 2x - 1 E. 3(2 + 4x) algebra help pls111 Geometry homework I need help pls pls pls PLEASE HELP !!! 25 POINTS!Perform the following conversion.0.09 km to dam0.000 009 dam0.000 009 dam900 dam900 dam90 000 dam90 000 dam9 dam9 dam what number is divisable by 5 The mass flow rate through a centrifugal compressor is 1 kg/s. If air enters at 1 bar and 288k and leaves at 200 kN/m and 370k, determine the power of the compressor. Take Cp = 1.103 kJ (kg.K), R = 287 kJ (kg.k) some of y'all make me lose braincells with your questions the rate of cooling determines ....... and ...... warfare in the sixteenth century A hacker is trying to guess someone's password. The hacker knows (somehow) that the password is 10 characters long, and that each character is either a lowercase letter, (a, b, c, etc.), an uppercase letter (A, B, C, etc.) or a numerical digit (0, 1, 2, 3, 4, 5, 6, 7, 8, or 9). Assume that the hacker makes random guesses.What is the probability that the hacker guesses the password on his first try? Enter your answer as a decimal or a fraction, not a percentage. solve 6x + 3 < x < 3x + 9 for integers values of x please answer this!!! What does the photo reveal about how the war is going at this time? Do you believe the people in the photo are on the winning or losing side of the war at this time? Why do you believe this? Provide specific examples from the photo for support. Does your research about the photo support your conclusions about who is winning and how the war is going? Provide historical evidence and support for your analysis.If you cannot see the attachment, the picture is:"USS SHAW exploding during the Japanese raid on Pearl Harbor." December 7, 1941. Jason owns a food truck that sells tacos and burritos. He sells each taco for $4.75 and each burrito for $7.50. Yesterday Jason made a total of $790 in revenue from all burrito and taco sales and there were twice as many burritos sold as there were tacos sold. Write a system of equations that could be used to determine the number of tacos sold and the number of burritos sold. Define the variables that you use to write the system.:) i. Shanta ____________________ to Santosh last year. (marry) A food company sells its corn flakes in boxes of two different sizes: the regular box and the family value box. For the family value box, the length of the box has been increased by 30%, the height has been increased by 20%, and the width remains the same.By what percentage does the volume of the box increase from the regular box to the value box? Round your answer to the nearest percent.