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 - 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...