Answer: Analyze the organization's strategic plan
Explanation:
The initial step in the information system is to first analyze the strategic plan of the organization so that we can easily identify the main objective and challenge.
It is basically archived by enlisting the particular objective and function in the planning of information system in the organization.
All the remining option are involve in the remaining step of the information system planning not in the initial step.
Therefore, analyze the organization's strategic plan is correct as it is the first step of the information system planning.
Answer:
Graphical User Interface (GUI)
Explanation:
Graphical User Interface clicking on various icons to perform a certain functionality. GUI is a form of user interface that allows users to interact with electronic devices through graphical icons and audio indicator such as primary notation, instead of text-based user interfaces or command line interface where you would have to type to run the program rather than just click it.
Class Item {
// item class attributes
string itemName;
int itemQuantity;
double itemPrice;
...
}
class grocerylist {
// you can use arrays or any other containers like ArrayList, Vectors,...etc depends on programming language you use
Item[50] itemList;
int size;
public grocerylist () {
this.size = 0;
}
public void addItem(Item i) {
itemList[size] = i;
size = size +1; // Or size++
}
}
Answer:
serendipitous
Explanation:
this happened by chance in a positive manner.