Answer:
Both if-then and switch is the decision control structure that enables the program to execute a statement or block of codes
Explanation:
This decision control structure always checks for one or more condition and execute true statement “if the condition is true” otherwise it will execute false statement (if present). The “true statement” is compulsory.
In case of “if-then loop”, it executes the true block only if the Boolean expression is true. In a similar way in switch-case, the same happens and instead of else part there will be a “default” statement which is compulsory to be present and it will get executed.
Answer:
They write code that translates commands to binary code.
Explanation:
Coding or programming is the process of creating instructions for computers using programming languages. Computer code is used to program the websites, apps, and other technologies we interact with every day.
Answer:
The answer is "Option A, Option B, and Option D".
Explanation:
"Salesforce Object Query Language" is a SOQL. It is used to scan for specific information in your company's salesforce records. A single object, an integer and several data types of objects are used in this declaration and other options wrong that can be described as follows:
- In option C, It is wrong because in archiving it is not to help to classify data completely.
- In option E, boolean data type is used for given only true or false value that's why it is not correct.