por que se dice que las TIC´S son las integracion de las TI y las TC?

Answers

Answer 1

La respuesta correcta para esta pregunta abierta es la siguiente.

A pesar de que no se anexan opciones o incisos para responder, podemos comentar lo siguiente.

Se dice que las TIC´S son las integración de las TI y las TC porque ambas actividades se han integrado o fusionado en una solo concepto al momento de juntar las herramientas tecnológicas para almacenar, procesar y mandar información a través de los recursos tecnológicos utilizando los canales o recursos de los medios masivas de comunicación como lo son las redes satelitales o las comunicaciones vía microondas.

Al fusionarse las TI (Tecnologías de la Información) con las TC (Tecnologías de Comunicación), se maximiza la capacidad de enviar una mayor cantidad de información al momento a diferentes lugares del planeta.


Related Questions

If the cell to the right of the cell you are typing in is ________, the data can "bleed" over that cell.
A. Full
B. Numerical
C. Empty
D. Formatted
**ATTENTION** If you send me a file, or a link for something to download your answer will be reported. Please answer through text. Thank you!

Answers

The answer to the question is c

how to use a while loop in pascal for 36 students

Answers

To use a loop in pascal

The initial step is executed first and only.This step allows you to declare and initialize any loop control variables.

Next the conditions is evaluated.

After the body of the for-do loop executes the value of the variable is either increased or decreased.

The condition is now evaluated again.

Which of the following is true of how packets are sent through the Internet?

Packet metadata is only included on important packets to indicate they should get access to faster paths through the network

Packet metadata is used to route and reassemble information travelling through the Internet

Information sent through the internet is only encapsulated in packets if the message is too large to be sent as a datastream

Information sent through the internet is split into two packets, one which contains the message and another which contains the metadata

Answers

Packet metadata is used to route and reassemble information travelling through the Internet

-scav

time sensitive

When applying for a college or university, never state something that you can illustrate with a(n) __________

Answers

Answer:

Example.

Explanation:

A university can be defined as an accredited school which comprises of various faculties of learning (departments) for providing high quality education, knowledge, and skills to students for a specific period of time.

On an annual basis, all universities or colleges accept applications for admission from qualified students, based on certain criteria or requirements. Thus, students are required to write and submit a statement of purpose, stating their abilities, educational background, skills and why they should be considered for admission into the school.

Generally, when applying for a college or university, a student should never state something that he or she can illustrate with an example.

Help!!!
I don't know how to do this problem....
Like
NOTHING
This is all I have right now
```
def findCharacteristic(choice, edges):
edges = edges.replace(" ","")
vertices = edges
max = 0
for char in vertices:
if int(char) >max:
max = int(char)
print (max)
x = [[0]*max]*max
print(x)

if __name__ == '__m
```

Answers

Answer:

ummmm try the inequality protragathron theorum

Explanation:

ok

Which physical force is most easily compared to voltage?


inertia

friction

heat

gravity

Answers

Answer: A

Explanation:

Voltage is the electrical force that causes free electrons to move from one atom to another. Just as water needs some pressure to force it through a pipe, electrical current needs some force to make it flow. ... Voltage is sometimes referred to as the measure of a potential difference between two points along a conductor.

if and if else check for a condition, these are known as

Answers

Answer:

i think its conditional statements

but im not sure though

Which of the following might an audio technician do to music in a recording studio? (select all that apply)

a) write it
b) mix it
c) perform it
d) master it

Answers

B Plz give brainliest

Answer

perform it

master it

mix it

Explanation:

That's the Answer

What is the definition of a performance, such as a poetry reading? O A. A work of art installed in public OB. A presentation of creative works OC. A collection of printed works D. A community-sponsored potluck​

Answers

Answer:

(B) A presentation of creative works.

Explanation:

Because performing is similar to presenting and poetry is similar to free writing, or creative words.

Which character is used to create an absolute reference to a cell?

Answers

Sadness refer to it as a mitochondria since it’s blue and it can represent as something

Answer:

$ - The dollar sign

Explanation:

The dollar sign creates an absolute reference in a cell. Absolute reference refers to an actual fixed location on a worksheet in Excel.

does anyone know the code to rating 5.2:4 on CodeHS?

Answers

Answer:no

Explanation:

no

A software development company has created an application called FileCleanUp. When the application is run on a user device, it searches for all files (including pictures, videos, and documents) that have not been accessed in the past month, stores them on the company’s Web server, and deletes them from the user device. The application runs once each day. Users have the ability to manually retrieve files from the server if they are needed.
Which of the following is most likely to be a harmful effect of using FileCleanUp?
A. It prevents users from accessing frequently used files when there is no Internet connectivity.
B. It prevents users from accessing infrequently used files when there is no Internet connectivity.
C. It prevents users from accessing frequently used files when there is reliable Internet connectivity.
D. It prevents users from accessing infrequently used files when there is reliable Internet connectivity.

Answers

Answer:

B

Explanation:

The app will delete files that have not been accessed in the past month and store them on a web server. This means that the user cannot access those files unless they have an internet connection

The app will delete files that have not been accessed in the past month and store them on a web server. This means that the user cannot access those files unless they have an internet connection.

What is Software development?

Supercomputing and other computing methods are sometimes used interchangeably. Yet, there are times when the synonyms aren't clear. To assist clarify some similarities and differences between various computer types, here are some common analogies.

While supercomputing typically refers to the process of complex and massive calculations used by supercomputers, high-performance computing (HPC) is the utilization of several supercomputers to execute difficult and huge computations.

Supercomputers are often known as parallel computers since they can perform parallel processing. Parallel processing is the simultaneous use of many Processors to solve a single calculation.

Therefore, The app will delete files that have not been accessed in the past month and store them on a web server. This means that the user cannot access those files unless they have an internet connection.

To learn more about Software, refer to the link:

https://brainly.com/question/985406

#SPJ6

Edhesive 8.3 lesson practice pls help

Answers

Answer:

String data type

Explanation:

See attachment for complete question

Required

Data type in stuff

On line 1 of the program, stuff is initialized as an empty list.

Line 2 to line 4; some elements are appended into stuff list

These elements are written in quotes

In programming, when an expression is written in quotes, such expressions are referred to as strings.

Hence, the elements stored in stuff are string datatypes

The data types in the elements "stuff" are string datatypes

What is strings data type?

String data type are data types in programming which is used when an expression is written in quotes(" ").

What is programming?

Programming can be defined as process of building or designing a computer program. It involves building computer instructions or algorithm and the use of the instructions to perform a particular task.

There are different types of programming language:

JavaJavaScriptPHPSQLpythonRubySwift

Learn more about programming:

https://brainly.com/question/16397886

When should we not use Inheritance in programming?

Answers

Answer:

You shouldn't be using inheritance if your program doesn't reuse code a lot.

Explanation:

This is really the purpose of inheritance, to make it easier for us to call repeated method calls without having to copy and paste all the time and making our program long and redundant.  If you have simple programs that don't have repeated calls, then inheritance is unnecessary.

in remote areas,your gps device may lose reception. its good idea to have a

Answers

Answer:

map or compass or follow a trail so you don't get lost

Explanation:

HELP PLEASE ⚠️⚠️⚠️⚠️⚠️⚠️⚠️❗❗❗❗❓❓❓
Why does it matter that we protect African Wild Dogs?

Answers

Explanation:

African wild dogs are among the most effective predators in the world. They use extraordinary cooperation and teamwork to pursue, overhaul and bring down their prey.African wild dogs are struggling to cope with the rapid increase in human settlements and infrastructure development that are encroaching on their traditional range. They are perfectly adapted to their natural environment, but require vast territories to survive – much larger than most other carnivore species. This increased exposure to human contact poses numerous threats to the wild dogs’ survival.

If you have any questions revolving around this topic,feel free to ask me and I will be glad to help,Good luck!


African Wild Dogs is like most predators, they play an important role in getting rid of sick and weak animals. This helps maintain the natural balance and improve prey species. Wild dogs are most effective hunter that targets prey rarely escapes.

Select the correct answer.
What does a touch ring allow an artist to do on a digital tablet?
O A draw shapes using it like a pen
OB. right-click and double-click like a mouse
O c. draw and modify strokes
OD. select an activity from the menu list

Answers

I think that it's OD

4
Select the correct answer.
Jason is working on a video image. He wants to add a small blur effect in a part of the video, but does not want to damage the video content

Which image-editing tool should he use?
ОА.
Dodge Tool
OB.
Pen Tool
OC.
Shape Layer
OD.
Smart Object
Reset
Next

Answers

Answer:

the answer is D Smart Object

Answer:

I think he should use a pen tool

Compare an electric circuit to a river flowing with water. Which of the following could appropriately be considered a source?


a spring

a place where two rivers join

an ocean

an island

Answers

Answer:

a spring.

Explanation:

An electric circuit can be defined as an interconnection of electrical components which creates a path for the flow of electric charge (electrons) due to a driving voltage.

Generally, an electric circuit consists of electrical components such as resistors, capacitors, battery, transistors, switches, inductors, etc.

This electrical network which is usually a closed loop comprises of a device that provides the energy (voltage) to drive electrons or electric current; the device is referred to as a source such as a generator or battery.

Springs are points from which water naturally seeps from the ground. A spring is the original point or most common type of source from which a river flows or begin its journey.

This ultimately implies that, a spring serves as a source to a river flowing with water while a battery or generator serves as a source to an electric circuit with current flowing through it.

Hence, if we compare an electric circuit to a river flowing with water, a spring is considered to be a most likely source to the river.

In a word-processing program, what are the easily accessible icons that allow you to print, save and change fonts with a click of a button?

A- tool bar
B- keyboard shortcuts
C- preferences
D- printing options

Answers

The answer is A. tool bar

list and explain seven functions of operating system software​

Answers

Answer: Security – ...

Control over system performance – ...

Job accounting – ...

Error detecting aids – ...

Coordination between other software and users – ...

Memory Management – ...

Processor Management – ...

Device Management –

HOPE THIS HELPS

Why do we use compliment method?

Answers

Answer:

uh to be respectful and help give people some positive feelings ?

Answer:

In mathematics and computing, the method of complements is a technique to encode a symmetric range of positive and negative integers in a way that they can use the same algorithm (hardware) for addition throughout the whole range. ... Thus subtraction of any number is implemented by adding its complement.

Consider the following code segment.
int a = 3 + 2*3;
int b = 4 + 372;
int c = 7 % 4 + 3;
double d = a + b + c;
I
What is the value of d after the code segment is executed?

Answers

Answer:

20.0

Explanation:

3+2*6 = 9

4 + 3/2 = 5.5 but, since b is an int value, it will round down to a 5

7%4+3 = 3 +3 = 6. the % symbol will give the remainder of the quotient

9 + 5 + 6 = 20. It becomes 20.0 because d is a double value.

The value of d after the code segment is executed is 391.0

How to determine the value of d?

To do this, we evaluate the code statements one after the other.

So, we have:

int a = 3 + 2*3;

This gives a = 9

int b = 4 + 372;

This gives b = 376

int c = 7 % 4 + 3;

This gives c = 6

For double d = a + b + c;

Substitute a = 9, b = 376 and c = 6 in d = a + b + c;

So, we have:

d = 9 + 376 + 6

Evaluate the sum

d = 391.0

Hence, the value of d after the code segment is executed is 391.0

Read more about computer programs at:

https://brainly.com/question/23275071

Anyone wanna co-op with me on genshin?
I'm on America/NA server and I main as Hu Tao and Venti!
I would prefer if you had discord but it's fine if not!

Answers

Answer:

I would love to

Explanation:

I do have discord if thats what you want, I main Xiao and Kaeya, I'm on NA server as well as I'm AR 48 almost 49 My UID is 615013165

Hi! Love the question! Hope you have a wonderful day! ♡

HELP PLEASE 100 POINTS

Use the drop-down menus to complete the steps to access the Compact & Repair tool.

1. Open the database.

2. Go to the
✔ Backstage
view.

3. Click Info and then_________
OR
1. Open the database.
2. Click the_____ tab.

3. In the Tools group, click ________
The program then reduces the size of the database.

Answers

Honestly I’m not too sure because I think different models have different steps to use, but I’d guess the second steps... sorry Im not too sure but that is what I think. If you were leaning towards that one then I’d probably go with it.

Answer:

Explanation:

This is for MS Access:

1. Open the database.

2. Go to the

✔ Backstage

view.

3. Click Info and then__Compact and Repair__

OR

1. Open the database.

2. Click the__Database Tools__ tab.

3. In the Tools group, click ___Compact and Repair Database___

The program then reduces the size of the database.

give me at least five main characteristic of irrigation equipment​

Answers

Answer:

flow control devices

filters

fertigation equipment

water emitters

automation equipment

operation equipment

water-lifting devices.

Need answer ASAP

Complete the following sentences


____ objects are programmer defined objects with programmer developed properties and methods. Custom objects are ____
Objects.

Options for first box are:custom, built-in, user-defined

Option for the second box: user-defined, system-defined, undefined

Answers

Built in and user defined

Answer:

built-in objects are programmer-defined objects with programmer-developed properties and methods. Custom objects are user-defined objects.

A bank uses a computer program during the night to tell if the alarm should be rung. Sensors in the bank set the following Boolean variables:
vaultClosed: set to true if the bank vault is closed; otherwise false

heardNoise: set to true if a microphone heard noise; otherwise false

sawMovement: set to true if a camera saw movement in the bank; otherwise false

The automatic alarm should notify the police if there is noise and movement in the bank, or if the bank vault is open.
Which of the following boolean expressions can be used in a selection statement to ring the alarm?
A. NOT vaultClosed OR (heardNoise AND sawMovement)
B. heardNoise AND vaultClosed
C. NOT vaultClosed AND sawMovement
D. heardNoise AND sawMovement

Answers

Answer:

A. NOT vault Closed OR (heard Noise AND saw Movement)

Explanation:

Boolean expression is an expression which has logical or relational operator and they operate on boolean variables. In the given scenario the the expression used will be NOT vault closed or heard noise and saw movement. This will notify the police when the vault is opened or is tried to be opened. When there is any movement in the vault or when there is some noise the automatic alarm will ring and notify the relevant officials.

A computer database uses a binary sequence of 10 bits to represent unique user IDs. To increase the number of unique IDs that the database is able to represent, the database administrator increases the number of bits in a user ID to 11 bits. How many times more unique user IDs can be represented with the new system?

Answers

Answer:

2 times more unique IDs

Explanation:

The number of bits used to represent unique IDs in the computer system = 10 bits

The number of bits to which the database is upgraded to = 11 bits

The number of unique IDs represented by a 10 bits binary sequence, n = 10¹⁰ = 1024

The number of unique IDs represented by a 10 bits binary sequence, n = 10¹¹ = 2048

Therefore, the number of times more unique IDs that can be represented with the new system of 11 bits = 2048/1024 = 2 times more unique IDs

why there is a need to "think before you click"?

Answers

Answer:

what are you saying is this a question

"think before you click"

"think before you click"It's the saying for Social Media Users.

We don't know what's there behind a particular post,tweet, comment,message.

And when you react to some of it by Commenting on it you maybe right or maybe wrong because if you comment to one saying 'Yeah I think this person is truly sincere' but the reality behind him is he is an abuser or a rude person in the public's view.

But you said he is sincere then People will asume you as them like a bad person supporting bad ones so thats The example of it "think before you click"

And

"Think before you leap"

is for think,say,react, before knowing the reason.

or

Take steps with precautions and carefully

may this helps you

bye

Other Questions
Which detail found in paragraph 5 helps the reader infer what Calebs father hopes to find in America?Which detail found in paragraph 5 helps the reader infer what Calebs father hopes to find in America? Does sombrero galaxy orbit around anything? > LessAll changes saved12. A brand-new music service is offering specials on individual song downloads. The cost is $0.74 for eachsong up to 20 songs per month, and the cost doubles to $1.48 per download for any number of downloadsover 20. How much would it cost to download 28 songs?> Less> Less 5. Quin es el criado? Por qu Felipe nunca lo ve? A qu conclusin puedes llegar?Justifique su respuesta con la novela. NO links or reportFind the area of the figureArea ___ units^2 People, animals, and all matter on Earth areA. drawn toward the center of Earth by the planet's gravityB. drawn toward other matter on Earth like the trees and the buildings, since all matter has gravityC. not affected by Earth's gravity because people are so small incomparison to the planetD. held to Earth's surface by their own gravity The sides of a whiteboard are 8 inches by 6 inches. How many 2 inch by 2 inch Post-it notes will be needed to cover the entire whiteboard? Help pleaseee I will give 20 points Example:Someone is knocking on the door. I'm sure it's my brother - he promised to come todaySomeone is knocking on the door. It must be my brother - he promised to come today1. I'm sure he is here - I can see his car in front of the building.Hebe here. I can see his car in front of the building.2. They're coming this week but I don't know which day.Theybe coming tomorrow.3. I'm not sure I'm going to pass the exam. I don't feel very confident.Ipass the exam. I don't feel very confident.4. I've bought a lottery ticket. There's a chance I'll become a millionare!Ibecome a millionare!5. I'm sure she doesn't speak French very well - she's only lived in Paris for a fewweeks.Shespeak French very well. She's only lived in Paris fora few weeks.6. My key's not in my pocket or on my desk so I'm sure it's in the drawer.My key's not in my pocket or on my desk so itbe in thedrawer.7. Someone told me that Mark was in Mexico but I saw him yesterday so I'm surehe's not abroad.Markbe abroad.8. You got the job? That's great. I'm sure you're delighted.You got the job? That's great. Yoube delighted What is the wavelength of a photon with an energy of 3.26 x 10-19 J?A. 527 nmB. 610 nmC. 492 nmD. 671 nm Read the passage below carefully and then choose the correct answer.(from speech by Winston Churchill, The Approaching Conflict, 1909)They see that much has been done in other countries. They know that this country is the richest in the world. They wonder why so little has been done here. They demand that more shall be done; and in my sincere judgment the British democracy will not give their hearts to any party that is not able and willing to set up that larger fuller more elaborate, more thorough social organisation, without which our country and its people will inevitably sink through sorrow to disaster, and our name and fame fade upon the pages of history.The selection in bold is an example of logos ethos pathos Ross drives 305 miles in 5 hours. If Ross continues to drive at the sqme rate, how many miles can he drive in 15 hours? ______ las fresas pero no me gusta el yogur de fresas. Fill the blank.-Me gusta-Me gustan-Te gusta-Te gustan a dialogue in this passage is propelled by an excerpt from at the Earth's Core If the simple interest on $1,000 for 8 years is $ 480 then what is the interest rate? Which of the following statements are true of the 1980 election?Check any of the boxes that apply.Regan won the large majority of states.All Democrats voted for Carter.Though the popular vote was not close, the Electoral College vote was close.Evangelical voters were an important source of Reagans support. Review the graph of f(x).On a coordinate plane, a curve approaches y = 2 in quadrant 2 and curves down and approaches x = negative 1 in quadrant 3. Another curve approaches x = negative 1 in quadrant 2, curves down through (0, 5), and approaches y = 2 in quadrant 1.Which statement relates limits to an asymptote of the function?The graph shows Limit of f (x) as x approaches plus-or-minus infinity = 2 so the function has a vertical asymptote at x = 2.The graph shows Limit of f (x) as x approaches plus-or-minus infinity = negative 1 so the function has a vertical asymptote at x = 1.The graph shows Limit of f (x) as x approaches plus-or-minus infinity = 2 so the function has a horizontal asymptote at y = 2.The graph shows Limit of f (x) as x approaches plus-or-minus infinity = negative 1 so the function has a horizontal asymptote at y = 1. HELP ME PLEASEEEEEE!!!!!!!!!!!! Please please hhhheeelllpppIn Platos Allegory of the Cave, he defines education as the turning around of the soul. What does he mean and how does this allow us to think about our personal process of learning? In other words, what is education according to Plato? You might want to think about the education you need for a job, and one that you need for life. is being poor a choice?