0% found this document useful (0 votes)
141 views3 pages

Class 6 ICSE QP Final Term

The document is an examination paper for Class VI with a total of 80 marks, divided into two sections. Section A consists of multiple-choice questions, true/false statements, fill-in-the-blanks, matching columns, full forms, one-word answers, and descriptive questions related to computer science concepts. Section B includes programming-related questions requiring coding and debugging tasks.

Uploaded by

Sourav Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views3 pages

Class 6 ICSE QP Final Term

The document is an examination paper for Class VI with a total of 80 marks, divided into two sections. Section A consists of multiple-choice questions, true/false statements, fill-in-the-blanks, matching columns, full forms, one-word answers, and descriptive questions related to computer science concepts. Section B includes programming-related questions requiring coding and debugging tasks.

Uploaded by

Sourav Roy
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

F.M.

: 80 MARKS Class - VI TIME: 2 HOURS

SECTION – A [40 MARKS]


[ATTEMPT ALL QUESTIONS]

Q1. Choose the correct option: - 5X1=5


I. In MS Word, which feature is used to send a document to many recipients?
a) Copy-paste b) Mail Merge c) WordArt d) Spell Check
II. Which of the following is a valid HTML tag to create a heading?
a) <h1> b) <head> c) <heading> d) <header>
III. What is the extension of a PowerPoint presentation file?
a) .docx b) .xlsx c) .pptx d) .pdf
IV. What is the world’s largest computer network called?
a) LAN b) Internet c) global network d) Wi-Fi
V. Which of the following is a popular e-commerce website?
a) Facebook b) Amazon c) Google d) Wikipedia

Q2. State TRUE or FALSE: - 5X1=5

I. Smart card is of two types. [ ]


II. Transition effects can be applied to a single slide only. [ ]
III. Virtual Assistant is real example of AI in our daily life. [ ]
IV. The tab stops are set by default at every 0.6 inch in the document. [ ]
V. Credit card gives a time period of 15-20 days to the user to pay the bills. [ ]

Q3. Fill in the blanks: - 5X1=5


I. E-Commerce helps the ____________________ to locate business partners and clients.
II. Fairness, transpiring, accountability and primary are the key _________________ consideration in AI.
III. Press _____________ to view the slide show.
IV. In HTML, _______________ tag is used to create a paragraph.
V. Superscript are the letters or digits that are ___________________ .

Q4. Match the Columns: - 5X1=5


1. E-mail (a) Gmail, Yahoo, Rediff mail
2. Attachment (b) Sending files with an e-mail
3. Mail servers (c) Method of sending messages
4. Username (d) Name of the mail server
5. Domain (e) Part of an e-mail address

Q5. Write Full Forms: - 5X1=5


I. B2B –
II. GDPR –
III. C2A –
IV. MODEM –
V. AI –

Q6. Give one word: - 5X1=5


I. New websites and blogs are common service for. -
II. A computer that can think and make decisions like human. -
III. Placeholder containing objects like pictures, charts and bulleted text. –
IV. An effect that gives 3D look to the text. -
V. The transition effect under the heading allows the contents leaving the slides. –

Q7. Answers the following: - 5X2=10


I. Define E-commerce and give two examples.
II. What is data source?
III. What are virtual Assistants? Give example.
IV. Explain the term "Web Browser" and name two popular web browsers.
V. What is a transition in PowerPoint?
SECTION – B [4X (7+3) =40]
[ATTEMPT ANY FOUR QUESTIONS]

Q8.
a) Display the series 99, 80, 63, 48, …. -1 using FOR – NEXT loop.
b) Write the syntax of FOR – NEXT loop.

Q9.
a)
Input the three sides of a triangle and check whether it is an isosceles triangle or not. An isosceles has any two sides
with equal measures.
b) Debug the error: -
i. PRINT TAB 15; B
ii. INPUT “YOUR NAME” ; N
iii. LOCATE 1, 1: PRINT $
Q10.
a) Input a number from the user, Calculate and display its twice, thrice, square and cube in different zones.
b) Give the output: -
10 CLS
20 LET W$ = “WELCOME”
30 LET T$ = “TO”
40 LET M$ = “MY”
50 LET C$ = “CLASS”
60 PRINT W$, T$, M$, C$
70 PRINT W$; T$; M$; C$
80 END
Q11.
a) Accept the measure of two angles and check whether they are complementary or not. Two angles are complementary if
their sum is 900 .
b) Give the output: -
10 CLS
20 PRINT TAB( 20); “B”
30 PRINT TAB (21); “A”
40 PRINT TAB (20); “S”
50 PRINT TAB (21); “I”
60 PRINT TAB (20); “C”
70 END

Q12.
a) Input the height in centimetres for 50 students and convert and display each of them in meters. 1 m = 100 cm.
b) Write the syntax of IF THEN … ELSE statement.
Q13.
a) Display the series 1, 11,111, 1111, …… N terms where the value of N is entered by the user.
b) What is INPUT statement? Write its syntax and give a example.

You might also like