Class 6 Computer ScTerm 2 WorkSheet Answers
Class 6 Computer ScTerm 2 WorkSheet Answers
1
8. Which of the following is an example of a Fifth-Generation Language (5GL)?
a) Java
b) PROLOG
c) COBOL
d) Pascal
Answer: b) PROLOG
9. Which generation of languages focuses on artificial intelligence (AI) and machine
learning?
a) First Generation
b) Second Generation
c) Fourth Generation
d) Fifth Generation
Answer: d) Fifth Generation
10. Which of the following is NOT a high-level language?
a) C++
b) JavaScript
c) Assembly language
d) Python
Answer: c) Assembly language
True/False Questions
2
Short Answer Questions
Application-Based Questions
1. Compiler: A program that converts an entire high-level language code into machine
code at once.
2. Interpreter: A program that translates high-level language into machine code line by
line.
3. Assembler: A program that converts assembly language into machine language.
4. Fourth-Generation Languages (4GLs): Programming languages designed for specific
tasks like database management (e.g., SQL, Perl).
5. Fifth-Generation Languages (5GLs): Languages designed for AI and machine
learning, using human-like reasoning (e.g., PROLOG, Mercury).
4
Chapter-3 Canva - Working on Docs and Whiteboard
MCQs
1. What is Canva?
a) A programming software
b) A web-based graphic design platform
c) A video editing tool
d) A document management system
Answer: b) A web-based graphic design platform
5
7. Which file formats can Canva export designs in?
a) PNG, JPG, PDF
b) DOC, TXT, EXE
c) MP3, WAV, FLAC
d) HTML, CSS, XML
Answer: a) PNG, JPG, PDF
13. Which tool in Canva allows users to schedule social media posts?
a) Whiteboard
b) Social media scheduling
c) Analytics
6
d) Drawing tools
Answer: b) Social media scheduling
15. Which feature helps users to analyse the performance of their Canva designs?
a) Social media analytics
b) Canva Analytics
c) Coding tracker
d) Debugging tool
Answer: b) Canva Analytics
17. How can users collaborate with others in Canva’s whiteboard feature?
a) By printing the whiteboard
b) By sharing it via email or link
c) By saving it in an Excel file
d) By copying it to a USB drive
Answer: b) By sharing it via email or link
19. Which file formats are supported for exporting a whiteboard from Canva?
a) PDF and image files
b) DOCX and TXT
c) MP4 and WAV
d) XLS and CSV
Answer: a) PDF and image files
True/False Statements
Application-Based Questions
1. Riya wants to create an invitation card for her birthday party. Which feature of Canva
should she use?
Answer: Canva's pre-designed Templates feature.
2. Rahul is working on a business report and wants to include charts and tables. Which
Canva feature can help him?
Answer: The Graphics tab allows users to add charts and tables.
3. A teacher wants to create a brainstorming session with students. Which Canva tool
should they use?
Answer: Whiteboard feature.
4. A company wants to ensure that all employees use the same colors and fonts in their
designs. Which Canva tool should they use?
Answer: Brand Kit feature.
9
5. Neha is designing an Instagram post and wants to schedule it for later. Which Canva
feature can help her?
Answer: Social media scheduling feature.
1. Canva – A web-based graphic design platform that allows users to create posters,
presentations, social media graphics, and more.
2. Whiteboard in Canva – A virtual space in Canva used to create diagrams, mind maps,
and flowcharts.
3. Brand Kit – A Canva feature that helps users save and apply brand-specific colors,
fonts, and logos for consistent designs.
4. Drag-and-Drop Interface – A user-friendly design approach that allows users to easily
add elements by dragging them into place.
5. Social Media Scheduling – A Canva feature that enables users to schedule posts across
different social media platforms.
10
5. What is the importance of Canva’s social media scheduling feature?
Answer: This feature allows users to plan and schedule posts in advance, ensuring a
consistent and timely social media presence without manual posting.
11
Chapter-7 Canva – Print Products Introduction
12
7. What is the primary use of gift certificates in Canva?
a) To create a professional resume
b) To reward employees and clients
c) To schedule social media posts
d) To edit PDF documents
Answer: b) To reward employees and clients
8. What file format is recommended for printing high-quality Canva designs?
a) JPG
b) PNG
c) PDF - Print
d) GIF
Answer: c) PDF - Print
9. Which Canva feature allows users to move elements forward or backward?
a) Layers
b) Position
c) Animation
d) Grid Lines
Answer: b) Position
10. What key is used to quickly add text to a Canva poster?
a) T
b) P
c) X
d) L
Answer: a) T
True/False Statements
Application-Based Questions
1. Neha wants to create a birthday invitation card. Which Canva feature should she use?
Answer: Invitation template
2. A company wants to design marketing flyers for their new product launch. Which
Canva feature should they use?
Answer: Flyer template
3. Rohan wants to create a double-sided postcard for his travel blog. Which Canva tool
can he use?
Answer: Postcard template
14
4. A store wants to provide customers with gift certificates for shopping. Which Canva
feature should they use?
Answer: Gift Certificate template
15
Chapter-8 Introduction to Python (Answers are on page no 19)
x = "10"
y = "20"
print(x + y)
a) 30
b) 1020
c) Error
d) None
16
8. The function used to take user input in Python is:
a) scan()
b) input()
c) read()
d) get()
9. Which of the following is not a mode in which Python programs can be executed?
a) Interactive Mode
b) Script Mode
c) Debugging Mode
d) None of these
10. The default file extension of Python scripts is:
a) .py
b) .pyt
c) .python
d) .txt
True/False
Application-Based Questions
x=5
y = 10
print(x y)
a = "Python"
print(a * 3)
1. Python
2. Python IDLE
3. Variable in Python
4. Data types in Python
5. Interactive Mode
True/False – Answers
1. True
2. False (Python is platform-independent)
3. True
4. False (input() returns a string by default)
5. False (Python is interpreted)
6. False (A variable stores only one value at a time)
7. True
8. False (IDLE allows execution of Python commands)
9. True
10. True
19
Replace the Underlined Words – Answers
1. Python is an interpreted language.
2. The print() function is used to display text in Python.
3. Python is a case-sensitive language.
4. The Python shell prompt is represented by >>>.
5. A tuple is an immutable data type in Python.
20
Differentiate Between the Following – Answers
List vs Tuple
print() vs input()
21
Chapter-9: Internet Services
True/False Questions
1. (E-learning) is the process of buying and selling products over the internet. (Correct
options: E-Shopping, Online Shopping, Digital Shopping)
Answer: E-Shopping
2. In an email, (To field) is used when we want to send a copy of an email to other
recipients without showing their addresses to others. (Correct options: Bcc, Blind
Carbon Copy, Hidden Copy)
Answer: Bcc
3. (E-Cheque) allows users to book flights, hotels, and travel services. (Correct options: E-
Reservation, Online Booking, Digital Reservation)
Answer: E-Reservation
One/Two-Word Answers
Application-Based Questions
1. Rohit wants to send an email to his teacher but also wants his parents to receive a
copy without the teacher knowing. Which field should he use?
Answer: He should use the Bcc (Blind Carbon Copy) field to hide his parents' email
addresses.
2. Aditi needs to book a train ticket online. Which type of E-service will she use?
Answer: She will use E-Reservation.
3. Ravi wants to check his bank account balance and transfer money using his mobile
phone. Which E-service should he use?
Answer: He should use E-Banking.
23
Define the Following Terms
1. E-Services
Answer: E-Services are electronic services that use Information and Communication
Technology (ICT) to deliver services to users over the Internet.
2. E-Learning
Answer: E-learning refers to acquiring knowledge using electronic devices and the
Internet, allowing access to study materials anytime and anywhere.
3. E-Reservation
Answer: E-Reservation refers to booking services like flights, hotels, and movie tickets
through an online system.
4. E-Banking
Answer: E-Banking, also known as Internet Banking, enables users to perform banking
transactions online without visiting a physical bank.
1. What is E-Shopping?
Answer: E-Shopping, or online shopping, is the process of buying and selling products
through the Internet. It provides users with a wide range of product options, detailed
information, and the convenience of shopping anytime and anywhere.
2. What is an E-Cheque?
Answer: An E-Cheque is a digital version of a traditional cheque, used for online
transactions. It is processed electronically and ensures secure money transfer using
digital signatures and encryption.
3. What are the advantages of E-Reservation?
Answer: E-Reservation allows users to book tickets, hotels, and events online, saving
time and effort. It provides instant booking confirmation and allows easy cancellations or
modifications.
4. How does E-Learning benefit students?
Answer: E-Learning provides students with access to educational content anytime and
anywhere. It allows self-paced learning, interactive courses, and digital assessments,
making education more flexible and accessible.
24