1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Alex787 [66]
3 years ago
12

From where do we get information or knowledge? Explain.

Computers and Technology
2 answers:
Tems11 [23]3 years ago
7 0

Answer:

the explanations is down here,

Explanation:

Information

Data reaches a more complex level and becomes information by integrating them to a context. Information provides expertise about facts or persons. Example of information: The information about a date of birth still has very little value when it is unknown to which person it belongs. By adding more information like the name, the linked information creates knowledge about a person.

Knowledge

Knowledge thus describes the collected information that is available about a particular fact or a person. The knowledge of this situation makes it possible to make informed decisions and solve problems. Thus, knowledge influences the thinking and actions of people. Machines can also make decisions based on new knowledge generated by information. In order to gain knowledge, it is necessary to process information.

loris [4]3 years ago
7 0

.Answer: Information : is a set of data that is processed in a meaningful way according to the given requirement. It is processed, structured, or presented in a given context to make it meaningful and useful.

Information assigns meaning and improves the reliability of the data. It helps to ensure undesirability and reduces uncertainty. Therefore, when the data is transformed into information, it never has any useless details. It includes data that possess context, relevance, and purpose. It also involves the manipulation of raw data which eventually becomes knowledge.

Knowledge: is a combination of information, experience, and insight that helps the individual or the organization. It is linked to doing and implies know-how and understanding. Knowledge is possessed by each individual and is an outcome of his or her experience. It also covers the norms to evaluates new inputs from his surroundings.

Characteristics of Information

Here, are important characteristics of the Information:  

The main characteristics of information are accuracy, completeness, relevance, and availability

Information is said to be facts provided or learned about someone or something

No defined connection between ideas

Its availability to the right person at the right time

Enhance learning

Characteristics of Knowledge

Here are an important characteristic of knowledge:

Knowledge is accurate as it conveys the true situation.

It is available in time to make the most appropriate and correct decisions.

It is portrayed in common, easy to understood formats.

It provides all the necessary data.

Meaningful and useful for the decision-making process.

Involves communication and reception Information

It reduces uncertainties and estimates to take action.

Example of information:

Look at the examples given for data:

4,8,12,16

Dog, cat, cow, cockatoo

161.2, 175.3, 166.4, 164.7, 169.3

Only when we assign a context or meaning that’s when the data become inform.

Example of Knowledge

If you apply this information to gain further knowledge, we could say that:

4, 8, 16 and 24 are the first four answers in the 4 x table (because the 4 x table starts at three and goes up in threes the 5 x table must start at five and go up in fives)

A tiger is not a household pet as it is not on the list, and it lives in the wild forest.

The tallest student is 186.3cm.

for more information click here on link below.

You might be interested in
Consider the following class interfaces:
o-na [289]

Answer:

class teacher and student I didn't actually read it but I think it is class student

6 0
3 years ago
What are the letter that go under each note?
gladu [14]

Answer:

A, B, C, D, E, F, G pls mark me brainliest see explanation below

Explanation:

those are the letters if you search up letters for music you can find them way easier than me explaining and you will also learn faster. please mark me brainliest

5 0
2 years ago
Read 2 more answers
Ethernet use a contention-based media access method defined by the IEEE 802.3 standards called ___ .
egoroff_w [7]

off the top of my head I think this might be (CSMA/CD)

4 0
3 years ago
The Internet is a hierarchical structure linking different levels of service providers whose millions of devices supply all the
STatiana [176]

Answer:

Explanation:

These are the three diffrent levels listed below;

1) NSP (National Service Provider)

2) RSP (Regional Service Provider)

3) ISP (Internet Service Provider)

4 0
3 years ago
Write a copy assignment operator for CarCounter that assigns objToCopy.carCount to the new objects's carCount, then returns *thi
ollegr [7]

Answer:

Here is the copy assignment operator for CarCounter:

CarCounter& CarCounter::operator=(const CarCounter& objToCopy) {

carCount = objToCopy.carCount;

return *this;  }

The syntax for copy assignment operator is:

ClassName& ClassName :: operator= ( ClassName& object_name)

In the above chunk of code class name Is CarCounter and object name is objToCopy.

Assignment operator = is called which assigns objToCopy.carCount to the new objects's carCount.

This operator basically is called when an object which is already initialized is assigned a new value from another current object.

Then return *this returns the reference to the calling object

Explanation:

The complete program is:

#include <iostream>  //to use input output functions

using namespace std;   //to access objects like cin cout

class CarCounter {  //class name

public:  // public member functions of class CarCounter

CarCounter();  //constructor of CarCounter

CarCounter& operator=(const CarCounter& objToCopy);  //copy assignment operator for CarCounter

void SetCarCount(const int setVal) {  //mutator method to set the car count value

carCount = setVal;  } //set carCount so setVal

int GetCarCount() const {  //accessor method to get carCount

return carCount;  }  

private:  //private data member of class

int carCount;  };    // private data field of CarCounter

CarCounter::CarCounter() {  //constructor

carCount = 0;  //intializes the value of carCount in constructor

return; }  

// FIXME write copy assignment operator  

CarCounter& CarCounter::operator=(const CarCounter& objToCopy){

/* copy assignment operator for CarCounter that assigns objToCopy.carCount to the new objects's carCount, then returns *this */

carCount = objToCopy.carCount;

return *this;}  

int main() {  //start of main() function

CarCounter frontParkingLot;  // creates CarCounter object

CarCounter backParkingLot;   // creates CarCounter object

frontParkingLot.SetCarCount(12);  // calls SetCarCount method using object frontParkingLot to set the value of carCount to 12

backParkingLot = frontParkingLot;  //assigns value of frontParkingLot to backParkingLot

cout << "Cars counted: " << backParkingLot.GetCarCount();  //calls accessor GetCarCount method to get the value of carCount and display it in output

return 0;  }

The output of this program is:

Cars counted = 12

3 0
3 years ago
Other questions:
  • katherine has work experience of seven years as a graphic designer and photographer. she wants to now redirect her career to web
    5·2 answers
  • Universal containers wants to rollout new product bundles with several pricing options. Pricing options include product-price bu
    5·1 answer
  • What tool do you use to secure remote access by users who utilize the internet??
    7·1 answer
  • What food does swiss eat on christmas?
    10·1 answer
  • Which ORDER BY clause causes 10 rows to be retrieved from the result set, starting with the 20th row?
    5·1 answer
  • Create a Produceclass that hasan instance variable of type Stringfor the name, appropriate constructors, appropriate accessor an
    13·1 answer
  • study the picture of the simulation and the graph above. based on the information obtained from your study of the simulation and
    11·1 answer
  • Which keys can be pressed to change the cuboid/frame selector color on remotasks lidar course
    6·1 answer
  • 5. What are some situations where you might find it useful to use the “!” symbol in a program?
    9·2 answers
  • listen to exam instructions a small business called widgets, inc. has hired you to evaluate their wireless network security prac
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!