Answer:
Code; code; program.
Explanation:
1. Instructions for computers to solve a problem is known as code. Computer code is how humans and machines talk to each other. Some examples of programming language used to write a code in instructing a computer for the execution of a task are python, Java, Javascript, ruby, c++, c# etc.
2. Learning to code or write a program allows for a solution to a problem.
The answer should be 5.7a - 15.2b
Answer:
<em>Solution</em>:
The statements are listed below.
<em>(A) Functional requirement </em>
- Functional specifications refer to the handling of calls.
- Minimum call number should be 3000, and a functional requirement.
<em>(B) Non-functional requirement</em>
- Non-functional requirement is the default option.
- Payment in "Visa" is required and this is not a functional requirement.
<em>(C) Data requirements</em>
- Data requirements apply to quantity of order.
- When the quantity of data exceeds then an exception should be notified
<em>(D) Business requirements. </em>
- Product reviews are subject to business requirements.
Well it depends on the topic he is doing. if it is a list then a plain doc with a list of numbers. if he is writing a letter then he should use the letter template.
Answer:
1) B: ++ and --
2) B: 111... and on forever
Explanation:
++ and -- in most programming languages are used for incrementing(adding) by 1 or decrementing(substracting) by 1.
The code will output 111... and on forever because the while loop was not covered in curly braces.