Showing posts with label CLASS - VI. Show all posts
Showing posts with label CLASS - VI. Show all posts

CLASS - VI | CHAPTER -7 ( Control with conditionals ) SOLVED WORKSHEET

 

CLASS - VI
CHAPTER - 7 ( Control with Conditionals )
Worksheets



Multiple Choice Questions (MCQs).


Objective Type Questions Using the below pseudocode answer the following questions(Question 1 to 4) : 

IF (Day == Saturday OR Day == Sunday)
      IF (Time >= 12 AM AND Time <=8 PM)) 
         THEN Holiday
         ELSE 
         School Day
 ELSE School day 
END


Question 1 Today is Monday and time is 11.30 AM. Is today a school day? 
    Option 1 True 
    Option 2 False 

Answer: Option 1 


Question 2 Today is Saturday and time is 1.30 AM. Is today a Holiday? 
    Option 1 True 
    Option 2 False 

Answer: Option 1 


Question 3 Today is Wednesday and time is 5.30 AM. Is today a school day? 
    Option 1 True 
    Option 2 False 

Answer: Option 1 


Question 4 Today is Sunday and the time is 09.30 PM. Is today a Holiday? 
    Option 1 True 
    Option 2 False 

Answer: Option 2 


Question 5 Logical operators can be used to make decisions in our code 
    Option 1 True 
    Option 2 False 

Answer: Option 1

Question 6 Which operator is used if the statement evaluates true only if both the expressions are true
    Option 1 And 
    Option 2 Or 
    Option 3 Not 
    Option 4 None of the above

 Answer: Option 1 


Question 7 Which operator is used if the statement evaluates true only if only one of the expressions is true 
    Option 1 And 
    Option 2 Or 
    Option 3 Not 
    Option 4 None of the above 

Answer: Option 2 

Question 8 Which of the following operator is used to reverse or negate a condition. 
    Option 1 And 
    Option 2 Or 
    Option 3 Not 
    Option 4 None of the above 

Answer: Option 3 


Based on the flowchart for Are you a teen, let us now try to answer the below questions.

Question 9 Your father’s age is 35. In which category will he fall? 
    Option 1 Child 
    Option 2 Teenager 
    Option 3 Adult 
    Option 4 None of the above 
   
Answer: Option 3 


Question 10 Your sister’s age is 19. In which category will she fall? 
    Option 1 Child 
    Option 2 Teenager 
    Option 3 Adult 
    Option 4 None of the above 

Answer: Option 2


Short Answer Questions 


1. What are the different types of logical operators? Explain with examples.
Answer: The different types of logical operators are AND, OR & NOT.
AND operator is used to determine if two or more conditions are true. If all the conditions are true, the AND operator returns TRUE. If any one of the conditions fail, the AND operator returns FALSE. In some programming languages AND operator is denoted by “&&” symbol.

The OR operator is used to determine if either one of two or more conditions is TRUE. If any of the condition is true, the OR operator returns TRUE. If all the conditions fail, the OR operator simply returns FALSE. In some programming languages OR operator is denoted by “||” symbol

NOT operator to reverse or negate a condition. If the condition is true, NOT will return false and viceversa. In some programming languages NOT operator is denoted by “!” symbol.

2. Explain with example on how to combine different logical operators. 
Answer: we need to combine different logical operators to create a complex expression. Imagine your library is open on Monday between 10 AM to 12 PM OR on Wednesday between 3 PM to 5 PM.



CLASS - VI | CHAPTER -6 ( VARIABLES USING BLOCK CODING ) SOLVED WORKSHEET

 

CLASS - VI
CHAPTER - 6 ( VARIABLES USING BLOCK CODING)
Worksheets



Multiple Choice Questions (MCQs).

Question 1 An integer data type can hold decimal values. 
                Option 1 True 
                Option 2 False 

Answer: Option 2 

Question 2 Variables must be defined with a name and a data type before they can be used 
                Option 1 True 
                Option 2 False

Answer: Option 1

Question 3 Which of the following is not a valid variable name in python? 
            Option 1 _test 
            Option 2 11test 
            Option 3 Test13 
            Option 4 Test_2 

Answer: Option 2 


Question 4 Fill in the blanks to declare sum equal to a + b (int __ = a __b) 
                Option 1 Sum,+ 
                Option 2 Var,- 
                Option 3 Bool,+ 
                Option 4 Add,+ 

Answer: Option 1 

Question 5 Which of the following data type is used to store decimal values? 
                Option 1 Integer 
                Option 2 Float 
                Option 3 Boolean 
                Option 4 String 

Answer: Option 2 

Question 6 How many times should a data type be mentioned for a variable 
                Option 1 Everywhere the variable is used 
                Option 2 When entering variable’s value 
                Option 3 When printing a variable’s value 
                Option 4 Only once; When declaring the variable 

Answer: Option 4 

Question 7 Which of the following symbol is used to multiply variables? 
                Option 1 * 
                Option 2 + 
                Option 3 x 
                Option 4 % 

Answer: Option 1

Question 8 What is the alternative of y=y+9 
                Option 1 y=x+9 
                Option 2 y+=9 
                Option 3 y-=9 
                Option 4 x=+9 

Answer: Option 2 

Question 9 Y++ has the same meaning as 
                Option 1 Y=Y+1 
                Option 2 X=+2 
                Option 3 y-=6 
                Option 4 X=x-5 

Answer: Option 1 

Question 10 Which of the following symbol is used to find the remainder? 
                Option 1 * 
                Option 2 + 
                Option 3 x 
                Option 4 % 

Answer: Option 


Short Answer Questions

1. Define variables in programming.
Answer: In programming, variable is a packet in which we can store data. These packets can be named and referenced and can be used to perform various operations. To perform a mathematical operation, you can declare two variables and perform the operation on them.


2. Can we declare two variables in a program with the same name? 
Answer: No,We can't declare two variables in a program with the same name.


3. What are the common Data Types in programming? 
Answer: Integer • Floating-point number • Character • String • Boolean.


4. Write the pseudocode to perform an addition operation on two variables in a program.
Answer:  Int A =10, 
                Int B = 15,  
                Int C = 0
                C = A + B
                PRINT C

CLASS - VI | CHAPTER -5 ( ALGORITHMS WITH BLOCK CODING ) SOLVED WORKSHEET

CLASS - VI
CHAPTER - 5 ( ALGORITHMS WITH BLOCK CODING )
Worksheets


Worksheet 1     Multiple Choice Questions (MCQs).

1. Select a word from column A and place it in a cell on column B such that its definition matches in cells of column C.



Question 2 Jyoti owns a toy shop. She bought a toy for Rs 325 and sold it for Rs. 375. Which one from the below is correct? 

A. She made a loss of Rs. 50 

B. She made a profit of Rs. 50 

Answer: She made a profit of Rs. 50 



Question 3 Raju buys a pen for Rs 15, and after some time, he sells it for Rs 10. Which one from the below is correct? 

A. He made a loss of Rs. 5 

B. He made a profit of Rs. 5 

Answer: He made a loss of Rs. 5 


Question 4 Ram buys a table for Rs 500, he sells it for Rs 550. Which one from the below is correct? 

A. He made a loss of Rs. 50 

B.   He made a profit of Rs. 50 

Answer:  He made a profit of Rs. 50 


Question 5 Which of the following is not an advantage of a flowchart? 

A. Efficient coding

B. Systematic testing 

C. Improper documentation 

D. Better communication 

Answer:  Improper documentation 



Question 6 What is a flowchart? 

A.  A specific programming language 

B.  A text-based way of designing an algorithm 

C.  A bullet point list of instructions 

D.  A diagram that represents a set of instructions 

Answer: A diagram that represents a set of instructions 



Question 7 What shape represents the start and end of a flowchart? 

A. Square 

B. Diamond 

C. Oval 

D. Circle 

Answer: Oval



Short Answer questions


1. What is a pseudocode? 

Answer: In computer science, pseudocode is used to describe the steps followed in an algorithm via simple human-comprehensible language. Thus, it has no syntax of any programming language and can be understood by a layman.



2. What are the benefits of using flowcharts? 

Answer: 
  • Flowchart helps to explain your approach towards solving a problem 
  • The flowchart helps in bringing in visual clarity to a problem, so it helps in practical problem solving
  • Once you build a flowchart, this remains as documentation of the code you are about to build. If you need to come back and understand the code, you can refer to the flowchart.

3. What is a flowchart?

Answer: A flowchart is a diagrammatic representation of the step-by-step plan to be followed for solving a task / problem statement.

CLASS - VI | CHAPTER -4 ( Introduction to Coding ) (Worksheet)

CHAPTER- 4
Introduction to Coding
Worksheets



Q1. MCQ

1. For a given problem, there is always only one way to write a program
a.    True
b.    False

Answer: False


2. Pin authentication for ATM card transaction is an example of programming.
a.    True
b.    False

Answer: True


3. Code is a set of instructions that can be executed on a computer to perform a specific task.
a.    True
b.    False

Answer: True

4. Which among the below are examples of programming in real life?
a. Robots 
b. Computer Games 
c. Self-drive cars 
d. All the above

Answer: All the above

5. Which among the below is not an example of programming language?
a. Python 
b. English 
c. JavaScript 

Answer English


CLASS - VI | CHAPTER -3 ( Exploring Window and More ) Worksheet


CHAPTER-3
Exploring Window and More
Worksheets


Worksheet 1 Multiple Choice Questions (MCQs).

1. The Expansion of GUI is:

a. Graph User Interface

b. Graph Under Interface

c. Graphical User Interface

d. Graphical User Internet

2. Which version of windows was launched in the year 2009?

a. Windows XP

b. Windows 7

c. Windows Vista

d. Windows ME

3. You can remove virus from computer using:

a. Disk defragmentation

b. Disk Cleanup

c. Anti Virus

d. Spyware




4. Which feature of Windows allows you to see what is placed on the Desktop

behind all windows?

a. Aero Snaps

b. Aero Shake

c. Aero Peek

d. None of the

5. Using which feature you can maximize / restore window without using buttons?

a. Aero Snaps

b. Aero Shake

c. Aero Peek

d. None of these




Worksheet 2 Write (T) for True and (F) for false against the statements.

1. The show Desktop button is on the left side of the taskbar. FALSE

2. A computer virus helps to run programs efficiently on the computer. FALSE

3. The defragmentation process is rewriting parts of a file at adjacent places on a hard disk to increase the speed of access to the file. TRUE

4. A Spyware secretly gathers information when you surf the internet. TRUE

5. You can maximize or restore the windows, without using the maximize or Restore down button, by using the Aero Snap feature. FALSE




Worksheet 3 Match the following:




Worksheet 4 Answer the following:

1. What is Fragmentation?

Answer: Fragmentation is the scattering of parts of the same file over different areas of

the disk.




2. What is defragmentation?

Answer: Defragment is the process of rewriting parts of a file at adjacent places on a

hard disk to increase the speed of access to the file.

3. When were Windows 7 & and Windows8 launched?

Answer: Window 7 launched in 2009 and Window 8 launched 2012.

4. What is Aero Peek?

Answer: Aero Peek allows you to see what is placed on the Desktop behind all the

windows.

5. What is Aero Snap?




Answer: In Aero Shake you can shake a window to minimize all other windows except

the one that you are shaking.

6. What is the purpose of the Sleep option in Shut Down?

Answer: Sleep: All the active programs and other operations are saved in the memory

and the computer is put into a low power state. The computer can be woken up from

this state at any time simply with the click of the mouse or by pressing a key.

Shut Down: If we click the Shit Down itself, Windown 7 shuts down the computer

completely.




7. What do you know about a computer virus and Spyware?

Answer: Computer Virus: Computer viruses are harmful computer programs

developed with harmful intentions.

Computer viruses are developed to destroy the data stored on computers. Computer

viruses can replicate very fast and have a tendency to attach themselves to other files on

the computer.

Spyware: Spyware is software that is installed secretly on personal computer without

the knowledge or permission of the user. It gather information about him/her while

he/she navigates the Internet.

CLASS - VI | CHAPTER -3 ( Exploring Window and More )

                                                                  CHAPTER-3

Exploring Window and More

About the Operating System

An Operating System handles the files and folders, the computer components (CPU, Memory) and external devices connected to the computer (printers, CD Drive etc.) and any other application you run on the computer.

About Windows

A Graphical user interface or a GUI consists of icons, files and menus on which a user can simply click to make them work. You do not to remember the complex command lines.

History of the Window Operating System

The Windows operating su=ystem also has an evolution history. It also passed through many generations to reach you today as you are using it. With each generation it became more efficient and user-friendly. In the following table you can read about the major versions of Windows OS which were launched to make learning of computers an easy affair.

Windows Version

Launch Year

Windows 95

1995

Windows 98

1998

Windows XP

2001

Windows 7

2009

Windows 8 and 8.1

2012 & 2013

Windows 10

2015


Managing the Windows Desktop

When multiple window are open on the Desktop, it becomes difficult to navigate to the desired program. Windows 7 has some very helpful features to assist you with this task.

Aero Peek

Aero Peek allows you to see what is placed on the Desktop behind all the windows.

Aero Shake

In Aero Shake you can shake a window to minimize all other windows except the one that you are shaking.

Aero Peek

Using the Aero Snap feature you can maximize or restore the windows without having to use the Maximize or Restore down button.


Taskbar Previews

Taskbar previews are thumbnail images of the open windows attached to the taskbar icon. When you point to an icon on the taskbar, the thumbnail image of the open window related to that icon appears temporarily.


Ending a Window Session

When you have finished the work on your computer, windows can be shut down. This can  be done by simply clicking on the Start button and then on the Shut Down option. Some of the useful option mentioned are:


Shut Down: If we click the Shit Down itself, Windown 7 shuts down the computer completely.

Switch users:  If you have more than one user account on your computer, this option provides an easy way for another person to log on the programs and files.

Log off: clicking on this option will close, all of the programs you were using, but the computer is not turned off. After you log off from Windows another user can log in to work on your computer.

Lock: Leave all the active programs as they are and displays the welcome screen. You must click on the user icon to access the application.

Restart: All programs get closed. Windows is shutdown and then it restarts.

Sleep: All the active programs and other operations are saved in the memory and the computer is put into a low power state. The computer can be woken up from this state at any time simply with the click of the mouse or by pressing a key.

Hibernate:  Hibernate puts your open documents and programs on your hard disk and then turns off your computer.


Taking care of the Computer

As is the case with other machines, the computer too needs to be taken care of to keep it in perfect working condition. It needs to be defragmented, disk cleanup should also be done periodically and antivirus software should be used to protect it from viruses.


Disk Cleanup

With regular working on the computer, installation of software on its hard disk and usage of Internet, many types of unnecessary files keep occupying precious disk space. The Disk cleanup tool helps free up space on the hard disk by searching the disk for files that can be safely deleted.


Defragmenting the Hard Disk

Defragment is the process of rewriting parts of a file at adjacent places on a hard disk to increase the speed of access to the file.


Fragmentation 

Fragmentation is the scattering of parts of the same file over different areas of the disk.




Using an Anti virus

Before learning about Antivirus Software , lets us learn about computer viruses and spywares.

Computer Virus

Computer viruses are harmful computer programs developed with harmful intentions.


Computer viruses are developed to destroy the data stored on computers. Computer viruses can replicate very fast and have a tendency to attach themselves to other files on the computer.


Spyware

Spyware is software that is installed secretly on personal computer without the knowledge or permission of the user. It gather information about him/her while he/she navigates the Internet.


Worm

Worms are malicious software application designed to spread via computer networks and slows down the computer.


Antivirus Software

Antivirus software identifies the virus-infected files on your computer and cleans them up.

LAB

Activity 1  To use the Disk Cleanup option

  1. Click the Start button. In the search box, type disk cleanup, and then, in the list of results, click Disk Cleanup.

  2. The Drive Selection dialog box opens.

  3. From the Drive: drop-down select the drive which you want to cleanup and click on the OK button.

  4. The Disk Cleanup dialog box appears.

  5. Select the file to delete.

  6. Click on the OK button.

….The Disk cleanup will remove the selected unnecessary files.


Activity 2  To start Disk Defragmentation

  1. Click the start button. In the search box, type disk defragmenter, and then, in the list of results, click Disk defragmenter.

  2. The Disk defragmenter window will open.

  3. Select the drive, which you want to defrag

  4. Click on Defragment disk option.

  5. The defragmentation will take place.

CLASS - VI | CHAPTER -2 ( Language and Software Story ) Worksheet

 Class - VI

Chapter - 2

Worksheets

Worksheet 1  Multiple Choice Questions (MCQs).

  1. What are the programs developed as per the individual needs called?

  1. System software

  2. Custom-made application software

  3. General purpose application software

  4. Utility

  1. What are the components of a language according to certain rules defined by the language called?

    1. Symbols

    2. Syntax 

    3. Instructions

    4. Words

  2. Machine language consists of:

    1. Binary digits

    2. Numbers from  0 to 9

    3. Hexadecimal

    4. Octal digits

  3. Which Software makes the computer useful for people so that they can use them for different purposes?

    1. System software

    2. Application software

    3. Custom made software

    4. Utility

  4. The elementary language of a computer is:

    1. Assembly language

    2. Higher level language

    3. Machine language

    4. None of these


Worksheet 2  Write (T) for True and (F) for False against the statements.

  1. The Machine language is the elementary language of a computer. True

  2. 1 and 2 are also called binary digits. False

  3. Windows XP is an example of an application software. False

  4. A library management software is an example of a System software. False

  5. Disk Defragmenter is a utility program. True

Worksheet 3  Select the suitable words and fill in the blanks.

  1. The Machine language consist of 0’s and 1’s.

  2. In High Level languages, you can write instructions in English like statements.

  3. A Compiler converters the High level language program into the Machine language.

  4. An operating System is the example of System software.

  5. MS Access is an example of General purpose application software.

  6. A result-making software is an example of Custom application software.


Worksheet 5  Answer the following:

  1. Classify Computer languages.

Answer: Computer languages can be classified in the following three categories based on complexity of the language:

  1. Machine language

  2. Assembly language

  3. High level language


  1. Mention three utility jobs.

Answer: These jobs include:

  1. Backup of data

  2. Testing the disk integrity

  3. Recovering accidentally deleted data.


  1. Write about the Machine language.

Answer:The machine language is the elementary language of a computer which consists of binary digits (0 and 1) only.


  1. Write about the High Level language.

Answer: High Level Language (HLL) are programming languages designed for user to write instructions in English-like statements (like c=a+b) rather than in the Machine language or using Mnemonics.


  1. What is System software?

Answer:The  System software works at the internal level of the computer and instructs the computer how to manage its resources (Hardware and Software).