q-paper
q-paper
q-paper
2. The _______________ box is used to enter data and give the result of a program.
4. The _______________ are used to join one part of flowchart with another.
1. To create a ___________ different shapes are used, which are connected with each
other with the help of the flow lines.
a. Flowchart b. Algorithm
c. None of these
4. To perform a certain action depending upon a condition, you can use the
_______________.
2. Algorithm consist of a set of rules that specifies how to solve the problems.
E. Draw the diagrams, which are used to represent the following box/lines. (1 Marks
Each)
2. The CPU must be used _______________ so that computer can keep pace with the
instructions being input by the user.
3. The primary memory is ____________ where a program is stored before being sent
to the CPU.
1. A range of cells is a group of cells that have been selected and which form a
shape of a rectangular box.
2. A spreadsheet can only contain numeric data.
3. You can insert a chart but not clipart in a worksheet.
4. The cell in which the cell pointer is located in a worksheet is the active cell.
5. You can select a range of data as per your choice in a spreadsheet.
L. Write the format of the functions used in MS Excel to perform the following
tasks: (1 Marks Each)
N. The average height of 6 boys is 158 cm. When the seventh boy joins the group the
average height changes to 159 cm. Find the height of the seventh boy in the group.
Write a program to store the above data and find and display the height of the
seventh boy. (5 Mark)
O. Write a program in java to input two numbers. Find and display its sum,
difference, product, quotient and reminder. (5 Mark)
P. Write a program that will compute and display total bill where a loaf of bread
cost Rs. 23.5 and an egg cost Rs. 5.75, where the user enters the loaf of bread and
number of eggs to purchase. (5 Mark)
Q. Write a program to enter temperature in Fahrenheit and convert it to temperature
in Celsius using formula c = 5/9(f-32). (5 Mark)