Which element is located on the top left of the Word screen? Quick Access toolbar
Which key combination will move the user to the beginning of the document? Ctrl+Home
A user can easily move to the end of a document by pressing the _____ key combination. Ctrl+End
Answer:
displays clocks in other time zones
Explanation:
it shows how time in other places in the world as well as yours
Answer:
1. Spreadsheet software.
2. Word processor.
3. Database software.
4. Multimedia software.
Explanation:
A software can be defined as a set of executable instructions (codes) or collection of data that is used typically to instruct a computer on how to perform a specific task and solve a particular problem.
Simply stated, it's a computer program or application that comprises of sets of code for performing specific tasks on the system.
Basically, the various type of softwares used on computers to perform specific functions include the following;
1. <u>Spreadsheet software</u>: it can be used to create tables with embedded calculations. A spreadsheet can be defined as a file or document which comprises of cells in a tabulated format (rows and columns) typically used for formatting, arranging, analyzing, storing, calculating and sorting data on computer systems.
2. <u>Word processor</u>: it can be used to format or edit .doc files. Some examples of word processors are Notepad, Microsoft Word, Sublime text, etc.
3. <u>Database software</u>: it can be used to store data in ordered form. Thus, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security. These records are stored and communicated to other data user when required or needed.
4. <u>Multimedia software</u>: it can play .mpg and .mp3 files. A multimedia software refers to a software that is designed and developed to accept, utilize and combine various file formats such as audio, video, text, animation effects, etc.
Answer:
Internet of Things IoT
Explanation:
Internet of things refers connection of devices (physical objects around us) which have been enable to send and receive data (communicate over the internet). Each object in an IoT system is uniquely identifiable and communicates with others without the need for human interaction.
Some examples of objects and systems where IoTs are deployed include; security systems, cars and appliances at homes
Answer:
C. Infinite loop
Explanation:
num will be printed continuously since it will always be bigger than
(
is greater than
, satisfying the condition num > 0) making it an infinite loop since it will go on forever.
Hope this helps :)