Wednesday, 12 June 2024

Class 6 - Worksheet 4 (Chapter 8)

 Worksheet 4 (Chapter 8)

After playing this game, answer the following questions:

1. The two applications of computer vision in the art and culture fields are: Artistic Creation and Expression, and Cultural Heritage Preservation and Restoration

2. Computer vision works in three basic steps:

Acquiring the image/video from a camera 

Processing the image

Understanding the image


Class 6 - Chapter 8: Computer Vision

 Chapter 8: Computer Vision

Brain Developer

A. Fill in the blanks. 

1. Computer vision 

2. Google Lens

3. Self-driving cars

4. Robotics

B. State True or False. 

1. False

2. True 

3. True 

4. True

C. Select the correct option. 

1. b. Neural

2. a. Sensing Devices 

3. a. Translation

4. c. Agriculture

D. Competency-based question.

Arnima can use the image recognition or search feature on her smartphone to find the same product.

E. Answer the following questions.

1. Computer vision is the ability of computers to interpret and understand visual information from the world around us. Two applications of computer vision are: Self-driving cars, and Google Lens.

2. Computer vision generally works in three basic steps: 

Acquiring the image/video from a camera

Processing the image

Understanding the image

3. AI plays a crucial role in computer vision by enabling computers to see and analyse the visual data. AI algorithms provide the computational power needed to analyse large amount of image and video data and extract meaningful information from it.

4. The cameras installed in self-driving cars capture videos from different angles around the car. These videos are fed into computer vision software, which then processes them in real-time, which detects road conditions, like roadblocks, road constructions, speed breaker, etc., reads traffic signs, and detects other cars and objects like pedestrians. The car then moves based on the information generated by the computer vision algorithm, which will avoid hitting obstacles and safely drive passengers to their destination.

5. Two applications of Google Lens are:

Translation: Google Lens is used to translate text to the language of your choice in real-time.

Search your Surroundings: Google Lens is used to recognise the objects in your environment.


Class 6 - Worksheet 3 (Chapter 7)

Worksheet 3 (Chapter 7)

 A. Fill in the blanks. 

1. print ()

2. Error 

3. .py

4. Script

B. State True or False. 

1. False

2. True 

3. False 

4. False

C. Select the correct option. 

1. c. Variables

2. c. _hello 

3. b. Integer

4. a. BEDMAS

D. Answer the following questions.

1. The three basic data types of Python are integers, floats, and strings.

2. The print () function is used to display output on the screen. It can be used to print messages, variables, or the result of expressions.

3. Interactive mode allows users to enter commands and get executed line-by-line. The interactive mode is preferred for small programs. Whereas script mode involves writing code in a script or a file and then executing the entire script. For writing lengthy programs, the script mode is used.


Class 6 - Chapter 7: Introduction to Python

 Chapter 7: Introduction to Python

Brain Developer

A. Fill in the blanks.

1. Guido van Rossum 

2. F5

3. Line-by-line 

4. Keywords

B. State True or False. 

1. True

2. True 

3. False 

4. False

C. Select the correct option. 

1. a. char

2. c. Assignment 

3. b. float

4. b. 1020

D. Competency-based question.

Kritika should use ‘\t’ escape sequence as a separator with the print() function. 

E. Answer the following questions.

1. Three features of Python language are:

It is an easy to learn general-purpose high-level programming language.

It is a platform independent programming language, which means it can be used on any machine and operating system.

Python needs to use only a few lines of code to perform complex tasks.

2. Named storage locations in the computer memory, which are used to store data, are called variables. A variable can store only one data value at a time.

3. Integer contains positive or negative whole numbers (without fraction or decimal). For example, 15, –7, 314, etc. On the other hand, float is a real number with floating point representation. It is specified by a decimal point. For example, 3.14, –48.6, 18.0, etc.

4. The input () function is used to accept the value for a variable from the user. It takes only the string argument.


Class 6 - Chapter 5: Introduction to Excel

 Chapter 5: Introduction to Excel

Brain Developer

A. Fill in the blanks. 

1. Single

2. Worksheets 

3. Sheet

4. Column

5. Range

B. State True or False. 

1. False

2. True 

3. False 

4. True 

5. True

C. Select the correct option. 

1. a. Left

2. c. 1048576 

3. b. Name

4. a. Equal (=) 

5. b. Book1

D. Competency-based question.

To rename a worksheet in Excel, Pallavi can follow these steps:

Right-click on the sheet tab at the bottom of the Excel window.  Select "Rename" from the context menu.

Type the desired name, such as 'Timetable,' and press Enter. 

E. Answer the following questions.

1. Two features of Excel are:

It allows us to perform powerful calculation using built-in functions.

It allows us to enhance the appearance of data in a worksheet by applying various formatting features.

2. A workbook is the entire file, containing multiple worksheets. A worksheet is a single sheet within the workbook, where data is entered and manipulated.

3. A cell is the basic unit of a worksheet in Excel. It is the intersection of a row and a column and can contain data such as text, numbers, or formulas.

4. Types of data that can be entered in a cell include text, numbers, dates, and formulas. 5. A formula is an expression that performs calculations on values in a worksheet. It begins

with an equal (=) sign and can include mathematical operations, functions, and cell references.


Class 6 - Worksheet 2 (Chapters 3 to 6)

 Worksheet 2 (Chapters 3 to 6)

A. Select the correct option. 

1. a. Data Source

2. b. Right

3. a. Lasso Select 

4. b. B9

B. State True or False. 

1. True

2. False

3. True 

4. False

C. Answer the following questions.

1. The Mail Merge feature is used to send letters with similar information to a number of people at different addresses.

2. A range is a group of contiguous cells, which form the shape of a rectangle. It can be as small as a single cell or as big as an entire worksheet.

3. Screen Recording is used to capture all the activities that we do on our computer screen.


Class 6 - Chapter 6: Editing in Excel

 Chapter 6: Editing in Excel

Brain Developer

A. Fill in the blanks. 

1. Format

2. Clipboard 

3. Formula

4. Ctrl + C 

5. Flash Fill

B. State True or False. 

1. False

2. False 

3. False 

4. False 

5. True

C. Select the correct option. 

1. a. Apostrophe ( ' )

2. c. Ready mode 

3. a. Shift key

4. a. Ctrl + Z

5. c. Asterisk (*)

D. Competency-based question.

Surabhi can use the "AutoFill" feature to write a series of months. 

E. Answer the following questions.

1. We can edit data in a worksheet in two ways:

Type the new content directly in the cell to replace.

Double-click on the cell containing the data, make the necessary changes, and press Enter.

2. To select a range of non-adjacent columns, hold down the Ctrl key and click on the column headers of the desired columns.

3. Auto Fill is the easiest method to fill the consecutive data items automatically in the cells of a worksheet.

4. Flash Fill is a time-saving feature, which identifies the pattern in data that you have used in a worksheet and then fills the remaining series accordingly.

5. The Undo command (Ctrl + Z) reverses the last action, while the Redo command (Ctrl + Y) restores the action that was undone.


Class 6 - Chapter 4: More on PowerPoint

 Chapter 4: More on PowerPoint

Brain Developer

A. Fill in the blanks. 

1. Photo Album

2. Screen Recording 

3. Ink Equation

4. Slide Zoom 

5. Slide Show

B. State True or False. 

1. False

2. True 

3. True 

4. True

5. True

C. Competency-based question.

Roop can use the "Zoom" feature in presentation software to highlight an important point on a slide.

D. Select the correct option. 

1. b. Define

2. c. Slide Sorter

3. a. Smart Lookup 

4. b. Insert

5. a. Present Online

E. Answer the following questions.

1. The Photo Album feature of PowerPoint is very useful for importing a set of pictures into a presentation.

2. Ink Annotation feature enables us to annotate with ink, to write notes, create shapes, highlight a key concept, and much more.

3. The Notes Page view allows users to create and print speaker notes for each slide. These notes can be printed, added to your presentation, or used as reminders for yourself during the presentation.

4. The Smart Lookup feature allows you to find information about a selected word or phrase on the web using the search engine, Bing. You need not open the web browser every time you need a quick word definition.

5. A slide in Normal view has three parts:

Slide Pane: It displays a large view of the individual slide that we can edit. 

Notes Pane: It displays the notes at the bottom of each slide.

Slide Navigation Pane: It presents all slides as thumbnails.

6. There are various options to run the presentation on the Start Slide Show group:

From Beginning

From Current Slide

Present Online

Custom Slide Show


Class 6 - Chapter 3: Using Mail Merge

Chapter 3: Using Mail Merge

 Brain Developer

A. Fill in the blanks. 

1. Main Document 

2. Tab

3. Field

4. Printouts 

5. Mail Merge

B. State True or False. 

1. False

2. True 

3. False 

4. True

5. True

C. Select the correct option. 

1. b. Record

2. b. Merge Field

3. c. Type a new list 

4. b. Pamphlets

5. a. Data Source

D. Competency-based questions.

1. Radhika can use the Mail Merge feature to fulfill her requirement.

2. Suchitra can add the contact details of the new clients in the data source. 

E. Answer the following questions.

1. The Mail Merge feature is used to send letters with similar information to a number of people at different addresses.

2. Main document contains the text you wish to send to all the recipients. Whereas, data source consists of a mailing list.

3. Field is a column in a data source that contains one type of information, e.g., Name, Address, City, etc. Whereas, record is a row of a datasheet. A number of fields make one record.

4. Merge field is a data item, which instructs Word 2019 about where to insert the data source information in the main document.

5. Mail Merge involves three basic steps:

Creating the main document Specifying a data source

Merging the data source with the main document


Class 6 - Worksheet 1 (Chapters 1 and 2)

 Worksheet 1 (Chapters 1 and 2)

A. Select the correct option. 

1. b. Assembler

2. b. Python 

3. c. Amazon

4. a. World Wide Web 

B. State True or False.

1. True 

2. True 

3. True 

4. True

C. Answer the following questions.

1. A compiler is a translator program, which is used to convert a high-level language program into machine language.

2. The translator programs are used to convert high-level language programs into low-level language programs.

3. E-commerce stands for electronic commerce. It involves buying and selling of goods and services or transmitting the funds or data over the internet.


Class 6 - Chapter 2: Internet Services

 Chapter 2: Internet Services

Brain Developer

A. Fill in the blanks. 

1. Internet

2. Web Browser 

3. E-banking

4. E-learning

5. Internet Radio 

B. State True or False.

1. True 

2. True 

3. True 

4. True 

5. True

C. Select the correct option. 

1. b. Sony LIV

2. a. ARPANET 

3. c. Zoom

4. a. Broadband

5. c. Online Shopping

D. Competency-based questions.

1. Neha should use a video conferencing service like Zoom, Skype, or Google Meet to talk to her children face-to-face over the internet.

2. Shivam should use Online Banking services for all his banking activities. 

E. Answer the following questions.

1. The internet is a network of millions of computers connected with each other worldwide.

2. Video conference is a mode of communication that involves exchanging audio and video at the same time between people sitting at geographically different locations.

3. Each web page contains text, graphics, video, audio, and links to other web pages, called hyperlinks.

4. Internet Radio is an online radio service that is broadcasted over the internet on dedicated radio servers.

5.

 a. E-banking: E-banking is the provision of banking services and financial transactions over the internet.

b. E-shopping: The process of buying products over the internet is called online shopping or e-shopping.

c. Internet TV: The internet TV is a medium of delivering television content over an internet connection.

d. WWW: The World Wide Web (WWW) or simply web is a means of accessing and sharing information over the internet.



Class 6 - Chapter 1: Computer Languages

Brain Developer

A. Fill in the blanks. 

1. Program
2. Machine 
3. Assembler
4. AI
5. High-level

B. State True or False. 

1. True
2. True 
3. True 
4. False 
5. False

C. Select the correct option. 

1. c. Interpreter
2. c. Both a and b 
3. b. High-level
4. a. Programming 
5. a. Compiler

D. Competency-based question.

Megha should use assembly language. 

E. Answer the following questions.

1. Assembly language uses mnemonic codes or symbols to perform different operations. Whereas machine language is expressed in the form of 0s and 1s where 0 means 'Off' state and 1 means 'On' state.

2. AI languages are used in AI research, allow computers to solve problems without direct programming. These languages are used to develop programs for the fields of Artificial Intelligence and Artificial Neural Networks.

3. An assembler is a program used to convert assembly language into machine language. 

4. An interpreter translates a program written in a high-level language into a low-level
language, line-by-line. Whereas, a compiler is a translator program, which is used to convert a high-level language program into machine language, at once.

5. The high-level languages are machine independent, simple, and user-friendly language.

Class 6 - Worksheet 4 (Chapter 8)

  Wo r ksheet 4 ( Cha pt er 8) After playing this game, answer the following questions: 1. The two applications of computer vision in the ar...