Computer Paper Class 6
Computer Paper Class 6
Insstructions
1) Paper is divided into 3 sections- A,B and C
2) Section A contains MCQ each carrying 1 mark
3) Sec B contains Find the output, Case study and V.S.A each carrying 1
mark
4) Sec C contains short answer type question and long type question
each carrying 2 and 3 marks respectively.
Sec-A
Q.1 Choose the correct option-(1*12=12)
i) Which among following is used to apply unique style for single
element?
a) External style b) Internal style c) Inline style d) Cascading Style
ii) Which of following are usually labelled pairs to show matchng jump
points?
a) Jointers b)Connectors c) Flowchart d) Algorithm
iv) Write true or false- Machine learning is a branch of Data Science and is
basedon idea that machine can be built with process data and learn with
help of human
v) Which one of following has opening and closing tags?
a) Empty tag b)Container tag c) both’a’ and ‘b’ d) <HR>
viii) Sanvi loves conducting scienific experiment and can solve complex
computations easily. Which type of intelligence she can be associated with
a) Logical-Mathematical b) Bodily-Kinesthetic
c) both’a’ and’b’ d) interpersonal
ix) Which tag is used in HTML5 for the initialization of the document type?
Sec-B
i) a=4
b=11
print(a-b)
ii) a= 7
b= 9
c=7
print(a*b-c)
iii) a=11
b=32
print(a<b)
iv) x=7
b=8
print(a//b)
Q.3 See the picture and answer questions carefully (1+1+2=4 marks)
a) Explain existential intelligence.(1)
b) Mohan loves nature , good in mathematicsand has goodcommunication
skill. Identify his all types of intelligence.(1)
c)Difference between linguistic and spatial intelligence. (2)
Sec-C
Q.5 Answer the following questions in 35-40 words.(4*2=8)
1) Explain flow chart. Mention its 2advantages.
2) What is HTML editor? Name any two HTML editors.
3) What are operators? How many types of operators are there?
4) Mention any 3 uses of AI.
Q.6 Answer the following questions in 50-60 words.(3*3=9)
1) Differentiate between learning based approach and rule based
approach.
2) What is heading tags? Write all the heading tags supported by HTML.
3) What is the use of comments in programming? How many types of
coments are there in python?
Or
What are logical operators? Explain all logical operators in detail.