Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

HALF-YEARLY EXAMINATION (2022-23)

SAMPLE QUESTION PAPER with Answer Key


Subject: ICT (Theory) Grade: VI-_____
Marks: 30 Time:1 Hr.
Name: __________________ Date:
__________________________________________________________________________________________
General Instructions:
1. The question paper is divided into 3 Sections i.e. Section-A, B and C. Each section is compulsory.
2. Section-B and Section-C have internal choices.
3. All answers should be supported by suitable examples wherever needed.
4. Flowchart drawing to be done using pencil.
5. You can write only the answers of “Section-A”.
__________________________________________________________________________________________

Section-A (Objective Type Questions)


1. Fill in the blanks with appropriate terms: [5]

a) A set of statements is executed repeatedly based upon conditional test is called looping.
b) MS-Access is an example of application software that is used for managing Database.
c) The Assembler is used to translate the program written in Assembly language into machine code.
d) Sequencing is the process of performing related tasks in a certain order.
e) Oracle, Netsuite are examples of accounting management software.

2. Select the most appropriate answer from the given options: [5]
a) The general direction of flow in any flowchart is from top to bottom or from right to left.

i) False
ii) True
iii) Invalid
iv) None of the above

b) A computer is an electronic machine and can only understand the machine language, which
comprises of __________ and _________.

i) 2 and 3
ii) 0 and 4
iii) 0 and 1
iv) None of the above

Page 1 of 8
c)
The type of the software is ________________.

i) Desktop Publishing Software


ii) Spreadsheet Software
iii) Presentation Software
iv) Graphics Software

d) Which of the following statement/s are included in characteristics of an algorithm?


i) Well defined input and output
ii) Language independent
iii) Each instruction should be written in a simple and precise manner so that everyone can
understand it
iv) All of the above statements
e) A flowchart should represent the situation in which, for each grade, a student receives a “Good” or
“Average” the system will consider the grade. If it is equal to or greater than 12, assigns a “Good”
grade, otherwise it assigns a “Passable” grade. Which of the following option will be used?

i) Input
ii) conditions
iii) loops
iv) Output

Section-B (Subjective Type Questions)

3. Nowadays, most programs are written in a high-level language such as C, Java, or Python. These
languages are designed more for people, rather than machines. High-level languages simplify the job of
telling a computer what to do. However, since computers only understand instructions in machine
code (in the form of 1's and 0's), we can not properly communicate with them without some sort of a
special translator is called a language processor.
a) What is a language processor? [1]
Ans: language processor is a software that translates or converts a program written in a
computer language into the machine code, so that it can be understood by the computer.
b) Which translator system is used in C++ and Perl? [1]
Ans: C++ - Compiler, Perl- Interpreter

Page 2 of 8
c) Mention any two differences in between the compiler and interpreter. [1]
Ans:

SR.NO. COMPILER INTERPRETER


(Children can write any relevant difference)

1. A compiler is a program which converts the entire source Interpreter takes a source program and runs it line by
code of a programming language into executable machine line, translating each line as it comes to it.
code for a CPU.
2. Compiler takes a large amount of time to analyse the Interpreter takes less amount of time to analyse the
entire source code, but the overall execution time of the source code, but the overall execution time of the
program is comparatively fast. program is slow.
3. Compiler generates the error message only after scanning Debugging on this is easier, as it discontinues
the whole program, so debugging is comparatively hard as translating the program once an error is met.
the error can be present anywhere in the program.
4. Generates intermediate object code. No intermediate object code is generated.

4. Complete the following flowchart by using the following specifications: [4]


 The program is to find the Area of a Rectangle
 The formula is: Area=Length*Breadth

Ans:

a) Input Length
b) Area=Length*Breadth
c) Display Area

Page 3 of 8
5. Define the following components of a flowchart and draw their symbols: (Any 2) [1+1=2]
a) Terminal box- This box is of an oval shape, which is used to indicate the start or end of the program.
Every flowchart diagram has an oval shape that depicts the start of an algorithm and another oval
shape that depicts the end of an algorithm.

b) Arrows/Flow line- In a Flowchart, a line is a connector that shows relationships between the
representative shapes and the flow of the program. It is an arrow line.

c) Decision Box-In a Flowchart, decision box is used for checking or applying any condition in the
program. The shape of this component is Diamond or Rhombus.

6. Make a flowchart using the following algorithm: [3]


Step 1: Start.
Step 2: Input a name.
Step 3: If name is Kabir, then accept marks, else stop the program.
Step 4: If marks are >= 85, then display ‘Good Performance’, else display ‘Pass’.
Step 6: Stop

Page 4 of 8
OR
Draw a flowchart to find the cost of 30 Headphones when the cost of one headphone is ₹1000.

Enter No of headphones (H)

Enter the price of headphone (P)

Cost= H X P

Page 5 of 8
Section-C (Application Based Questions)
(Attempt any two questions from question no. 7 to 9)
7. Amar is the key activity in-charge of his school. He was given some agenda to celebrate teachers’ day
in his school. To make a proper agenda he has to unscramble the following algorithm. Help him to
accomplish the task. [4]

Step 1: Start

Step 2: Invite the teachers to Teachers' Day celebrations.

Step 3: Perform the activities planned on Teachers' Day

Step 4: Each group to practice as per the timings decided.

Step 5: Decide the practice timings for each group.

Step 6: Form groups of students and assign the decided activities to each group.

Step 7: Decide the activities for teachers' day like dance performances, plays, etc.

Step 8: Stop

Answer:

Step 1: Start
Step 2: Decide the activities for teachers' day like dance performances, plays, etc.
Step 3: Form groups of students and assign the decided activities to each group.
Step 4: Decide the practice timings for each group.
Step 5: Each group to practice as per the timings decided.
Step 6: Invite the teachers to Teachers' Day celebrations.
Step 7: Perform the activities planned on Teachers' Day
Step 8: Stop

8. Read the following passage and answer the questions that follow:
Page 6 of 8
Nowadays Hotels play an important role in the life of every city suggesting their services to travelers,
businesspersons or simple tourists. Resting on these facts, special system which main aim was to book
a room for a person appeared. Nowadays, all establishments of this kind in the world are equipped
with complicated electronic system, which has many different functions. However, situation was
different many years ago. Very often, people had to travel from one hotel to another hoping to find
free room for them to be able to have a rest and find some shelter. However, the need in such
digitalized system was obvious and people started thinking about possible solutions to this problem.
a) Which type of customized software or digitalized system would help to find a solution to the above
situation? State your answer by mentioning any two significance of this system. [2]
Ans: Computer Reservation System; A computer reservation system or a central reservation system
(CRS) is a web-based software used by travel agencies and travel management companies to retrieve
and conduct transactions related to air, bus or train travel, car rental, or other activities across the
globe. With the help of this reservation software, one can have control of the reservation system for
hotel bookings, transport booking, restaurants etc.
b) Give any two examples of online trip provider. [2]
Ans: Yatra.com, Makemytrip.com etc.

c) Observe the following image and answer the questions that follow:

a) What does the above picture depict? [1]


Ans: School Management System
b) Mention any three benefits of it. [3]
Ans:
1. Easy to use
2. Reliable and secure software
3. Complete Automation of operations
4. Better informed decision making for management

Page 7 of 8
5. Scalable, Customizable and Supports Multiple Modules
6. Reliable update on child’s attendance, progress reports, and student fee payment.
7. Parents have access to all academic information about their wards through the internet

********************

Page 8 of 8

You might also like