Answer:
It is called B. REJ
Explanation:
REJ means Rapid Economic Justification. This is a methodology or framework to help IT professionals analyze IT investments. The main aim of this framework for business optimization
The output of the program is 10.
def mult(a, b = 1, c = 1):
print(a * b * c)
mult(2, 5)
<h3>Code explanation:</h3>
The code is written in python.
- A function is declared named "multi" and the function has parameter of a, b and c. The default value of b and c are 1.
- Locally, we print the product of a, b and c.
- Finally, we call the function with its inputted parameters. Notice we only had 2 argument while calling the function. This simply implies that the default value for c is used. Therefore, we will have 2 × 5 × 1 = 10
learn more on python here: brainly.com/question/22796383
Answer:
Explanation:
✓ computer can be used Interactive Learning apps, whereby students can share knowledge
✓Access to Information on the go: computer can be searched when educational information is needed
✓Virtual Classrooms : Incase of online classroom computer can be of help where both teacher student can meet online
✓Data processing and presentation ; computer can be used by both teacher and student in processing of data's.
✓Computer Literacy Education : for Literacy Education, computer can be used in training students to become computer literate.
It looks niceee
Also can you mark me brainlyest for extra points