An army contingent of 616 members is to march behind an army band of 32 members in a parade. The two groups are to march in the same number of columns. What is the maximum number of columns in which they can march?

NCERT Solutions Class 10 Maths 2022.

Solution:

Here, we have to pay attention to the point that the army band members and army contingent members have to march in the same number of columns and that the number of columns must be the maximum possible number.

The definition of HCF states – HCF is the highest number that can be divided exactly into each of two or more numbers. In other words, the HCF of two numbers is the highest number (maximum) that divides both numbers.

Thus, we have the find the HCF of the members in the army band and the army contingent.

HCF (616, 32) will give the maximum number of columns in which they can march. We use Euclid’s algorithm to find the H.C.F:

616 = (32 × 19) + 8

32 = (8 × 4) + 0

The HCF (616, 32) is 8.

Therefore, the maximum number of columns in which they can march is 8.

NCERT Solutions for Class 3 English Magic Garden

CHAPTER – 1

THE MAGIC GARDEN

1. Why did the flowers love the little children?

Ans. The flowers loved the little children because they used to care for flowers.

They water the flowers and dig the ground nicely.

2. Why did the birds love the children?

Ans. The birds loved the children because they used to bring bread for them.

  • Name five flowers growing in the magic garden. Ans. Pensy, Sunflower, Marigold, Poppy and Rose.
  • What sounds could the children hear in the garden?

Ans. The children could not hear the sound of sweet songs sung by fairies.

  • Talk Time: Ans. I like roses.Most roses are red. Some are white. Some are yellow. Are there blue roses?


I have not seen any blue roses!

  • Which one is your favourite flower? Learn its name in English. Ans. My favourite flower is lotus. That is, name in English is ‘lotus’.
  • Say aloud:

Ans. Little

People

Purple

Happily

Sleepily

Proudly

Slippery

Thirsty

Pretty

  • Name two words in each petal which you see in a garden. Ans. Insects: Grasshopper, Butterfly

Trees: Mango, Guava

Flowers: Rose, Sunflower

Tools: Spade, Axe

Birds: Sparrow, Parrot

  • What would you like to grow in your garden? Write three sentences giving the names of the flowers that you might like to grow in your garden.

Ans. In my garden I would like to grow: Roses

In my garden I would like to grow: Marigolds

In my garden I would like to grow: Sun Flower

NCERT Solutions for Class 3 English Poem Good Morning

CHAPTER -1 (POEM)

GOOD MORNING

1. Why is the child in the poem happy?

Ans. The child in the poem is happy because it is morning now and the night has been over.

  • To whom does the child say ‘Good Morning’?

Ans. The child says ‘Good Morning’ to the sky, the sun, the wind, birds, trees grass and bees.

3. What does the child want to do?

Ans. The child wants to play with the birds and bees.

4. In the morning I say, “Good Morning”

At night I say, “Good Night”

  1. dog says “Bow-wow” A cow says, “Moo-moo”

Say “Good Morning” in your own language to:

(i) Your friends.

Ans. I say, “Good Morning, Parul”. (My friend’s name is Parul)

(ii) Your teacher

Ans. I say, “Good Morning, ma’m.”

  • How would you wish them when you leave school in the evening? Ans. When I leave school I say, “Good bye, friends” to all my friends.I say, “Good bye, ma’m”, to my teacher.
  • Let’s say aloud. Find words in the poem which rhyme with.

Ans. Bee–Trees, day–Away, too–you

  • What do you see around you during the day and at night? Draw in the two boxes given below and colour the picture.

Ans.

Day

Night

  • Write two words each from the two pictures you have drawn. Ans.
DAYNIGHT
1. Sunlight1. Moonlight
2. Chirping Birds2. Birds Sleep
  • From groups. Tell each other an interesting thing you have seen in the garden one day.

Ans. Last Sunday, I was playing with my brother in the garden. It had beautiful flowers of all kinds. Colourful butterflies were wandering from one flower to another. My brother and I wanted to touch the butterflies. As we went near the butterflies, they flew away. We tried many times, but we could not.

NCERT Solutions Class 11 Computer and Communication Technology

 Download NCERT Solutions Class 11 Computer Science Free PDF

NCERT Solutions Class 11 Computer Science Free PDF is provided here. These solutions are prepared by our subject experts to help the students in their preparation for the exam. The NCERT Solutions are provided in a Chapterwise format which can be downloaded in a PDF format for easy access to these study materials.

Students can refer the links given below to get the NCERT Solutions for Class 11 Computer Science:

Download NCERT Solutions Class 11 Computer Science Chapter-Wise

Part 1
Algorithms and Flowcharts
Computer Overview and its Basics
Conditional and Looping Constructs
Data Representation
Functions
Getting Started with Python
Introduction to Python
Part 2
Lists, Dictionaries and Tuples
Microprocessor and Memory Concepts
Operators in Python
Programming Methodology
Software Concepts
Strings

NCERT Solutions Class 11 Computer Science – Strings

Python is a famous programming language and strings are very popular types in it. In python string literals are surrounded by single quotes or double quote. Example, “hello” or’hello’. The capitalize () method in python returns a copy of a string with only its first letter capitalized. Its syntax is as follows: str.capitalize(). The two parameters of center() method are fillchar and width. Fillchar is the filler character whereas width is the total width of the string. In python programming language, strings are arrays of bytes which represent Unicode characters

 

To check out more about strings in python you can refer to the solutions provided by our experts. These are free and are available in downloadable format.

Download NCERT Solutions for Class 11 Computer Science Strings

NCERT Solutions Class 11 Computer Science – Software Concepts

Computer software can be divided into two categories namely system software and application software. Internal operations are controlled by some software. Such software is called system software. Example, compilers, operating system, interpreters, etc. The software which helps to carry out a particular application is called application software. Example, MS Excel, MS Word, etc.

Types of the operating system:

  • Single user OS – Allows only one person to use at a time. Also, only one program can be loaded and executed at a time.
  • Multi-user OS – Two or more than two people can use at a time. Example, Windows, Linux, etc.
  • Real-time OS – As soon as an input is given it will respond instantly. It is used in communication and flight control system.

To check out more about software concepts, refer to the solutions created by our experts.

Download NCERT Solutions for Class 11 Computer Science Software Concepts

NCERT Solutions Class 11 Computer Science – Programming Methodology

Programming Methodology is an approach to analyze complicated problems by controlling the development process and planning software development. Before writing a program, programming methodology is used. Breaking a problem into sub-problems is called modular approach. Comments do not increase execution time. There are two types of comments.

  • Single line comment – You are allowed to have a comment in short, up to one line.
  • Multiple line comment – When you have a text that contains more than one line it is called multiple line comment.

Programming methodology is a framework used to plan, control and structure the process of developing an information system.

Check out the downloadable solutions to learn more about Programming Methodology. Updated NCERT Solutions Class 11 Computer Science – Programming Methodology for upcoming Exams 2022 and 2021.

Download NCERT Solutions for Class 11 Computer Science Programming Methodology

NCERT Solutions Class 11 Computer Science – Operators in Python

NCERT Solutions Class 11 Computer Science – Operators in Python is explained in this page in easy way to understand. You can learn Python in MYNCERT for learning programming and prepare for exams.

Types of operators used in python are arithmetic operators, assignment operators, bitwise operators, identity operators, comparison operators, membership operators, logical operators.

Various operators used are as follows:

  • + Addition

Adds values on both sides of the operator

  • – Subtraction

Left-hand operand is subtracted from the right-hand operand

  • * Multiplication

Multiplies values on both sides of the operator

  • / Division

The right-hand operand is divided by the left-hand operand

  • ** Exponent

Performs exponential calculations

Comparison operators used in python are ==, !=, <>, >, <, >=, <=. To learn how to tackle questions asked on membership operators, logical operators, assignment operators, bitwise operators, identity operators, etc. study from the below-given solution.

Download NCERT Solutions for Class 11 Computer Science Operators in Python

NCERT Solutions Class 11 Computer Science – Microprocessor and Memory Concepts

The main memory or the primary memory of a computer is classified into RAM and ROM.

  • RAM (Random access memory) – It communicates with the environment with the help of address selection lines, output and input lines. The electric charge is stored by dynamic RAM. Dynamic RAM is also called DRAM and it consists of a capacitor and transistor. Various designs of DRAM are SDRAM (Static DRAM), DDR DRAM (double data rate DRAM), EDO DRAM (extended data out DRAM), RDRAM (Rambus DRAM).
  • ROM (Read Only Memory) – It cannot write but only read. Types of ROM are PROM (Programmable Read Only Memory), EPROM (Erasable Programmable Read Only Memory), EEPROM(Electrically Erasable PROM).

 

Gain in-depth knowledge of Microprocessor and Memory concepts from the below solutions.

Download NCERT Solutions for Class 11 Computer Science Microprocessor and Memory Concepts

NCERT Solutions Class 11 Computer Science – Lists, Dictionaries, and Tuples

In this page we are explaining the NCERT Solutions Class 11 Computer Science – Lists, Dictionaries, and Tuples. Our subject matter experts made it easy for all the students to understand the concept.

Lists:

Lists are mutable and the values can be changed by the programmer. They are one of the powerful tools. One list can contain objects, integers, and strings as well. It can be used to implement queues and stacks. Once declared, they can be altered or modified.

Tuples:

Tuples are immutable and the values cannot be changed by the programmer. They are similar to lists but cannot be modified or changed once they are declared. They are easy to make. For example, the days of the week-

days = (‘Sunday’,’Monday’,’Tuesday’,’Wednesday’,’Thursday’,’Friday’,\
‘Saturday”)

The result is like this:

Index Value
0 Sunday
1 Monday
2 Tuesday
3 Wednesday
4 Thursday
5 Friday
6 Saturday

Learn more about Lists, Tuples and in-depth about Dictionaries from the downloadable solutions given here.

Download NCERT Solutions for Class 11 Computer Science Lists, Dictionaries, and Tuples