Answer:
ICT is a broad subject and a concept of evolving.It covers any product that will store, retrieve, manipulate, transmit, or receive information electronically in a digital form.
Explanation:
HOW WE USE ICT IN OUR DAILY LIFE
COMMUNICATION
JOB OPPORTUNITIES
EDUCATION
SOCIALIZING
POSITIVE IMPACT OF ICT IN OUR DAILY LIFE
1.Easy to access information:
I use ICT to access more information that I need for everyday schooling.Because Internet has more faster than searching to a school library. Even the deadline of my research is coming, I can make it fast with the help of ICT
2. Education: distance learning and on-line tutorials. New ways of learning, e.g. interactive multi-media and virtual reality.
3.Free access of sharing like photo,video,and message
Answer:
compuiter hardware would be something physical like. for example - cpu(central priccesing unit(brain), hard drive(storage), Ram(Random acces memory(shoirt term memory), gpu( graphics proccesing unit), motherboard(platform for all conections), power supply(gives power to all of system)
Explanation:
all of these pieces would be considered hardware because they are physical pieces (hard)ware. software is like programs and stuff. things that dont physically exist are software and things that do are called hardware.
Answer: Rapid prototype
Explanation: Product conceptualization is the process in which concept of a product is analyzed for the growth and testing. Rapid prototype is used for this because it has rapid speed for the making of model of a product by using the computer aided design(CAD) . It has characteristic of making the prototype or model in the three dimension which makes conceptualization more quick that why rapid prototype is preferred.
Hello There!

-
° Not affected by power surges, lightning, fire, flooding or other natural disasters
° Storing data with a credible organizations generally reliable; they run multiple back ups to ensure data safety.

-
° You must trust the organization
° Requires a lot of bandwidth and data support
° Concern over security when data is in transit
° Managing remote back ups may not be as simple as local back ups
Hope this helped!
Answer:
Dynamic linking is when the compiler links the function call with its definition at the run time or the linking of the library routines with the program code takes place at the run time.it is also called as late binding.
Static linking is when the compiler links the function call with its definition at the compile time or the library routines are linked with the program code at the compile time. it is also called as early binding.
a) The performance of the program will be faster as the load time for dynamic linking is reduced as the shared library code is already present in the memory.
b)in static linking the statically linked are larger in size because external programs are buit in the executable files so the memory space required is more whereas in dynamic linking the disk space is not wasted as in dynamic linking only one copy of shared library is kept in memory.
c) the dynamic linking will be slower as it will using moe system memory at the run time
Explanation: