IT Questions and Answers :)

Tuesday, March 20, 2018

What cloud computing characteristic ensures services and data are always reachable?

What cloud computing characteristic ensures services and data are always reachable?

  • Integrity
  • Availability
  • Scalability
  • Confidentiality 
What cloud computing characteristic ensures services and data are always reachable?

EXPLANATION


Availability ensures that something is reachable at any time

SOURCE

https://quizlet.com/45222112/comptia-cloud-essentials-certification-practice-questions-flash-cards/
Share:

Which of the following are built-in functions in SQL?

Which of the following are built-in functions in SQL?

  • SUM, AVG, MIN, MAX, MULT
  • SUM, AVG, MULT, DIV, MIN
  • SUM, AVG, MIN, MAX, NAME
  • COUNT, SUM, AVG, MAX, MIN 
 
Which of the following are built-in functions in SQL?
 

EXPLANATION

COUNT, SUM, AVG, MAX, and MIN are all built-in functions in SQL.
Share:

What is a small program or function that automates a specific task called?

What is a small program or function that automates a specific task called?

  • Macro
  • Nano
  • Micro
  • Mongo 
What is a small program or function that automates a specific task called?

 

EXPLANATION


A macro is a small program, or script, that automates common tasks. These scripts are usually run within programs and can often be created by the user. For example, a user might record a macro for Microsoft Word that inserts his entire address when he presses a custom key combination.

SOURCE

https://techterms.com/definition/macro
Share:

How many usable IP addresses are in a single Class C block?

How many usable IP addresses are in a single Class C block?

  • 24
  • 508
  • 36000
  • 254

How many usable IP addresses are in a single Class C block?

EXPLANATION

There are 256 actual addresses, but the 0 and 255 host addresses are not usable, giving you only 254 usable addresses. The .255 is used as the broadcast address, anything sent to that address should be answered by all devices in the same IP Block. The .0 address is reserved as the network address and is not usable as a host address.
Share:

Which of the Following is NOT a Sync Type when Syncing Files and Folders using SyncToy, FreeFileSync and other File Syncing Tools?

Which of the Following is NOT a Sync Type when Syncing Files and Folders using SyncToy, FreeFileSync and other File Syncing Tools?

  • Dedupe
  • Contribute (Update)
  • Sync (Two-Way Sync)
  • Mirror 

 
  Which of the Following is NOT a Sync Type when Syncing Files and Folders using SyncToy, FreeFileSync and other File Syncing Tools?

EXPLANATION

Dedupe is a Storage Technology which operates on a block level to save storage space using pointers to data blocks. It is not a file level operation.
Contribute / Update -> Updates Files from the Left Folder Path to the Right without deleting any files or folders. Renamed, Modified and New Files and Folders are added from Left to Right.
Sync (Two-Way Sync) - New items, Renames, Modifications and Deletions are synced from Left to Right and Right to Left Paths (both directions).
Mirror - Copies and Overwrites all file and folder items from the Left Path to The Right Path - creates a mirror copy from Left to Right File Paths. Useful for Backups to removable storage such as USB External Hard Drives.

SOURCE

https://en.wikipedia.org/wiki/File_synchronization
Share:

Popular Posts