0% found this document useful (0 votes)
70 views3 pages

Pyhton - Worksheet

This document provides a revision worksheet with fill-in-the-blank questions about charts in Excel. It asks about chart types, chart elements like axes and plot areas, and functions to analyze employee salary data with a chart. It also has questions to differentiate between column and bar charts and to write cell references as relative, absolute, and mixed references.

Uploaded by

Nashwa Shafeekh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
70 views3 pages

Pyhton - Worksheet

This document provides a revision worksheet with fill-in-the-blank questions about charts in Excel. It asks about chart types, chart elements like axes and plot areas, and functions to analyze employee salary data with a chart. It also has questions to differentiate between column and bar charts and to write cell references as relative, absolute, and mixed references.

Uploaded by

Nashwa Shafeekh
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

Grade 6

Revision Worksheet
Charts in Excel
Fill in the blanks:
1. A _____________ is a graphical representation of data.
2. ________ is an area that holds all the elements of a chart.
3. Vertical axis of a chart is _______
4. The lines that run across the plot area are known as _______
5. The other name of X-axis is ______________
6. Click __________ tab to create a chart
7. What type of chart is good for single series of data?
8. What are the two additional tabs that appears after inserting a chart
9. The key at the side of the chart is called ________
10. A _________ is a tiny chart in a worksheet cell that provides a visual representation of
data.
Answer the following questions.
1. Differentiate between Column and Bar chart.

2. Use appropriate functions to find the total salary, average, maximum salary, minimum
salary and count the number of employees.

3. Write cell C27 as a relative reference, absolute reference, mixed reference


Python-Introduction
Fill in the blanks:
1. A Python is a __________ programming language which is easy to use and learn.
2. A Python is an __________ language and available free of cost.
3. An _________ is a graphic-based development environment for Python which is used to
create, edit, and debug programs.
4. _________error occurs when we break the rules of programming language.
5. Code can be saved in __________ mode.
6. ___________ are used to store data in memory.
7. ___________ function is used to get input from the user.
8. input() function always returns________value
9. _________ are special symbols that carry out arithmetic and logical computations.
10. print(11//2)
11. Value that never change when the program runs are called _____________
12. There are ___________ keywords in Python version3.
13. A __________ is the smallest individual unit in a python program.
14. Python uses ____________ for multi-line comments.

Write the output for the following code.


1. print(“WELCOME”) _____________________
2. print(“51”+”23”) _____________________
3. print(“CODE”*3) _____________________
4. n1=5
n2=3
print(n1**n2) ______________________
5. a=2
b=a
print(b) ______________________
6. int(56.7) =
7. print(10+(5*2)) ______________________

Correct the errors in the following code:

1) print = (“Hello World”)


_____________________________________
2) 1_num=input(float(“Enter the first number=’)
_____________________________________
Answer the following questions:
1. Why Python is called as an interpreted language?
2. print(“Perimeter is”,2*(length +breadth))
Identify the delimiters and operators for the above statement
3. Write any two rules for naming a variable
4. Explain the different data types used in Python with examples.
5. Name the four literals supported by Python.
Artificial Intelligence
Fill in the blanks:
1. ______________ is the ability of AI systems to perform a single assigned task effectively
and efficiently.
2. ASI full form is _______________________
3. ______________ is the ability of AI systems to perform a single assigned task effectively
and efficiently.
4. ____________ is the ability of AI systems to learn, perceive, understand and function
like humans.
5. AI powered ____________ assist customers by responding to their doubt and queries.
6. ____________ are a set of algorithm designs based on the structure of human brain to
recognize patterns and classify different types of information.
7. ___________ suggestion in search engines gives better result with more experience and
data.
8. ___________ companies use AI technology to recommend products to a user on the basis
of their browsing history.
9. Siri, Alexa and Cortana are examples of ___________ intelligence.
10. ____________ refers to a set of rules to guide moral conduct in the development of AI
technologies.
Answer the following questions:
1. What are the core components of Artificial Intelligence.
2. Define the terms: ANI,AGI,ASI

You might also like