Answer:
Sequence of popped values: h,s,f.
State of stack (from top to bottom): m, d
Explanation:
Assuming that stack is initially empty. Suppose that p contains the popped values. The state of the stack is where the top and bottom are pointing to in the stack. The top of the stack is that end of the stack where the new value is entered and existing values is removed. The sequence works as following:
push(d) -> enters d to the Stack
Stack:
d ->top
push(h) -> enters h to the Stack
Stack:
h ->top
d ->bottom
pop() -> removes h from the Stack:
Stack:
d ->top
p: Suppose p contains popped values so first popped value entered to p is h
p = h
push(f) -> enters f to the Stack
Stack:
f ->top
d ->bottom
push(s) -> enters s to the Stack
Stack:
s ->top
f
d ->bottom
pop() -> removes s from the Stack:
Stack:
f ->top
d -> bottom
p = h, s
pop() -> removes f from the Stack:
Stack:
d ->top
p = h, s, f
push(m) -> enters m to the Stack:
Stack:
m ->top
d ->bottom
So looking at p the sequence of popped values is:
h, s, f
the final state of the stack:
m, d
end that is the top of the stack:
m
Answer:
I would like to say font but not sure
Answer:
Stories
Explanation:
Storytelling is regarded as being on the core of culture. Stories is a way of passing history down generations after generations, and how customs are being shared. It also denotes how people adopt a tradition and these traditions never change. The stories told by a group indicates the values of its culture. In the question, informing employees about founders is like telling them stories to pass customs, values, and tradition.
Answer:
Option A is the correct answer for the above question.
Explanation:
"executive info system" means the Executive Information system. It is also called an Executive information system that is used for the management decision system. It's basic use for the purpose of decision making. It is very important for business purposes because it gives the decision for the business support system.
The question states that what is responsible for the decision making at the management level in any organization and option 'a' states about the 'EIS', which is right but the other is not because--
- Option b states OLTP which is an analysis concept.
- Option c states about TSS which is responsible for Transaction.
- Option d states about DSS which has to take the decision but the question asks about the part of DSS.