Answer:
The correct answer is d) All of these are correct.
Explanation:
ETL stands for Extract, Transform and Load. An ETL system extracts data from the sources, enforces data quality and consistency standards, conforms data so that separated and maybe unrelated sources can be used together, and as a final step delivers data in presentation-ready formats so that developers can build applications and end users can take decisions.
Answer:
Tell her about cyber bullies
Tell her about hackers
stalkers
identity theft
spam
Sorry if wrong
Explanation:
Answer:
For setting up workstations in classrooms, one end of cables connected into the built in NIC and other end will be connected to a drop.
Explanation:
A drop will be used for connectivity in this case, which will work as connection point in a network. Drops are just like outlets in wall having Ethernet Jacks where a network device or system can be plugged into it.
Answer:
The correct syntax (assuming WinForms) is
lblMessage.Text = "Welcome to fiji";
The given statement fails to follow the syntax of literal strings, which should be in quotation marks. (depending on the framework and programming language, the txt property may also be incorrect, as well as the missing semi-colon).