Answer:
A: shift in user's role from the passive consumer of content to its creator
Explanation:
During the phase of Web 2.0, consumers evolved from just been highly informed and socially connected (in other words, they evolved from being just passive consumers) to a more engaged and empowered consumer. This implied that consumers could easily adapt to new technologies to meet individual needs and create an emotional bond with brands. They evolved from passive consumers to being the creators of what they wanted to meet their specific needs.
Answer:
1. Classes and objects
2. Inheritance
3. Polymorphism
4. Data hiding/ encapsulation
5. Interfaces.
Explanation:
Classes and objects depict the major component of the OOP (object oriented programming). It explains the object like a ball in a soccer game development.
The inheritance is like the subclass of the object. Data hiding is a stage in oop where the codes or data are hidden from another users.
In the polymorphism stage, the object is given the ability to change to a sub-object, while in the interface stage a function or method signature is defined without implementing it.
Answer:
Write your letter
Explanation:
When using a Mail Merge Wizard in a Microsoft Word Document, this is the process.
- Click on your document type
- Click on the starting document
- Select the recipient(s)
- Write your letter and add some custom fields
- Insert your address Block
- Strike enter and click on Greeting line (to enter a greeting)
- Preview your letter and click on complete merge
Answer:
Explanation:
learn by picking up courses and books
but if you don't have any prior programming experience, i recommend you DON'T do c++ first, but instead use an easier language to get the hang of it, like Python.