Please select a subject first
Advertisements
Advertisements
E-commerce means ______.
Concept: undefined >> undefined
What are the keyboard layouts used in Android?
Concept: undefined >> undefined
Advertisements
First generation computers used ______
Concept: undefined >> undefined
Which generation of computers used IC’s?
Concept: undefined >> undefined
Discuss the various generations of computers.
Concept: undefined >> undefined
The Operating system is a ______.
Concept: undefined >> undefined
Identify the usage of Operating Systems.
Concept: undefined >> undefined
List out any two uses of the Operating System?
Concept: undefined >> undefined
List out the key features of the Operating system?
Concept: undefined >> undefined
From the options given below, choose the operations managed by the operating system.
Concept: undefined >> undefined
What is known as Multitasking?
Concept: undefined >> undefined
Differentiate Save and Save As option.
Concept: undefined >> undefined
Write a note on Recycle bin.
Concept: undefined >> undefined
If `sqrt2` = 1.414, and the square_root() function returns -1.414, does it violate the following specification?
-- square_root (x)
-- inputs: x is a real number , x ≥ 0
-- outputs: y is a real number such that y2 = x
Concept: undefined >> undefined
When do you say that a problem is algorithmic in nature?
Concept: undefined >> undefined
Suppose you want to solve the quadratic equation ax2 + bx + c = 0 by an algorithm.
quadratic_solve (a, b, c)
-- inputs:?
-- outputs:?
You intend to use the formula and you are prepared to handle only real number roots. Write a suitable specification.
x = `(-b ± sqrt(b^2) - 4ac)/(2a)`
Concept: undefined >> undefined
Draw a flowchart for the conditional statement.
Concept: undefined >> undefined
Both conditional statements and iterative statements have a condition and a statement. How do they differ?
Concept: undefined >> undefined
What is case analysis?
Concept: undefined >> undefined
