Characteristics
based on vaccum tubes
they were large,slow,low capacity
Magnetic drums for primary memory
used mll
input punched cards and output printsout
expensive
get heated faster
eg. ENIAC,UNIVAC
Answer:
D.Indirect Recursion.
Explanation:
Indirect recursion is when a method calls other method which calls the original method again.
For example:-
public static int mthd1( int n)
{
if (n == 0)
return 0;
else
return (mthd2(n-1));
}
public static int mthd2(int n2)
{ return mthd1( n2-1); }
This is an example of indirect recursion.Where mthd1 calls mthd 2 and mthd 2 calls mthd 1 again.
<h2>
Who are your main clients and competitors?</h2><h2>What key information might your users want to see on the home page?</h2>
Explanation:
Here the understood situation is that, the business is expanding so they need to develop a website.
Who are your main clients and competitors?
This is essential to understand the expectation of the client.
What key information might your users want to see on the home page?
Here the content of the web page is more important for any website.
Reason given to Invalid options:
The client does not know technical terms. So, the questions like which language should be used to develop the site or inquiring about the font and background goes void. The user may not have visited much websites too.
Umm, I guess you just try to do one? I don't know.. Sorry if I couldn't help out.
I believe you can do it!
Answer:
I think you have gone mad BTW.....