Results by Using Python Full Stack: An Internship Report On
Results by Using Python Full Stack: An Internship Report On
RESULTS BY USING
PYTHON FULL STACK
Submitted inaccordance with the requirement for the degree of
BACHELOR OF SCIENCE
DEPARTMENT OF MATHEMATICS & STATISTICS
KAKARAPARTI BHAVANARAYANA
COLLEGE(AUTONOMOUS)
Submitted by
M.DILESH
K2100406
M.LAKSHMI PRASANNA,M.Sc.,M.Phil.,(Ph.D).,
IV SEMESTER INTERNSHIP
Krishna University
YEAR
2023
An Internship Report on
ATTENDANCE ANALYSIS REPORT BY USING PYTHON
Bachelor Of Science
M.LAKSHMI PRASANNA,M.sc.,MPhil.,(Ph.D).,
Submitted by:
M.DILESH
M.LAKSHMI PRASANNA,M.Sc.,MPhil.,(Ph.D).,Department of
This is to certify that M.DILESH Reg no. K2100406 has completed his internship in
a part of partial fulfilment of the requirement for the Degree of BSc (MSCs) in the
Principal
Certificate from Intern Organization
College underwent internship in QUALITY THOUGHT from 17TH JULY 2023 to 2ND
SEPTEMBER 2023. The overall performance of the intern during her internship is found
to be Satisfactory/not Satisfactory.
I take this opportunity to express our profound gratitude and deep regards to our guide
project, guiding and correcting various documents of mine with attention and care. The
help and guidance given by her time to time shall carry us a long way in the journey of life
I would also like to express my profound gratitude to our project guides from QUALITY
THOUGHT for helping us to do project work. They have taken pain to go through the
project, and made necessary correction as and when needed and constant encouragement
throughout the course of this project report and I would like to express my heartfelt
Learning Objectives 09
Learning Outcomes 09
Internship Institution
About 10
Quality Vision 12
Quality Policy 12
Activity Log 15
Project Work
Evaluation 58
Identify the primary components of the Power BI interface: reports, data, and model
views
Identify common challenges in Power BI data models, implement smart solutions, and
LEARNING OUTCOMES
This Power BI training course will help you get the most out of Microsoft‟s Power BI, a
suite of tools that lets you build interactive dashboards for analyzing data and extracting business
insights. This course will help you master the development of dashboards from published reports,
discover greater insights from your data with Quick Insights, and learn practical applications for
Power BI tasks, such as gathering and analyzing data. You will also learn valuable Power BI
troubleshooting tips.
In Quality Thought we change each penny of yours to figure up. Accompanied by a motive
to furnish extreme branch of subject knowledge to every individual trainee of ours, Quality
Thought, a pioneer in the IT training sector higher up than a decade experienced in training and
placements. Our team follows excessive dedication and motivation, we persuade quality of
excellence and accomplished fulfilment in our training programs. Quality Thought is the gateway
to a blazing future in IT sector. We market leaders in IT training space and are pioneer's in
introducing brand new courses, products and services. Accompanied specialization
2
in IOT and Data Science, numerous programs in future.
We are always maintaining our ascendance by being the first to introduce brand new
products and services in the industry. We are mainly specializing in career training in the
area off software quality assurance. We make the trainee dream into realit y. Quality Thought
educational and professional development organization that has been founded to advance the
software test and quality assurance profession by promoting and recognizing professionalism
through education, consulting Services
Quality Thought vision is to bring new insights in your individual and organizational
search & transform your career. Our mission is to provide the best services to all with
value addition and cutting edge in your job search, thereby saving your precious time.
It Promotes and Provides education of software testing professionals around the
world.
It creates a pool of qualified software testing professionals to meet the needs of
testing organizations.
It Provides assistance and guidance to members, both corporate and individuals,
performing testing of all types of software systems.
It provides a framework for assessing organizational testing practices and
procedures.
Quality Policy
Quality Thought educational and professional development organization that has been
founded to advance the software test and quality assurance profession by promoting and
recognizing professionalism through education, consulting Services. Quality Thought fulfills its
Mission through a disciplined approach. It provides only real time services to its customers though
its real time faculty.
Quality Thought provides the best in industry classroom driven training programs with
live trainings conducted by subject matter experts. At QT we have excellent class room
infrastructure for a conducive face-to-face training programs to be conducted. Our classroom
programs are well planned with optimal batch sizes and individual attention on every
participant in a well-mannered environment ensuring a healthy learning platform for all our
students. Fresh graduates as well as working professional can enroll our multitude of
classroom training programs and achieve their professional career goals.
4
Activities/Responsibilities in the Intern Organization
during Internship
Python is an easy to learn, powerful programming language. It has efficient high-level data
structures and a simple but effective approach to object-oriented programming. Python‟s elegant
syntax and dynamic typing, together with its interpreted nature, make it an ideal language for
scripting and rapid application development in many areas on most platforms.
The Python interpreter and the extensive standard library are freely available in source or binary
form for all major platforms from the Python Web site, https://www.python.org/, and may be freely
distributed. The same site also contains distributions of and pointers to many free third party
Python modules, programs and tools, and additional documentation. The Python interpreter is
easily extended with new functions and data types implemented in C or C++ (or other languages
callable from C).
Python is also suitable as an extension language for customizable applications. This tutorial
introduces the reader informally to the basic concepts and features of the Python language and
system. It helps to have a Python interpreter handy for hands-on experience, but all examples are
self-contained, so the tutorial can be read off-line as well. For a description of standard objects and
modules, see library-index. reference-index gives a more formal definition of the language.
To write extensions in C or C++, read extending-index and c-api-index. There are also several
books covering Python in depth. This tutorial does not attempt to be comprehensive and cover
everysingle feature, or even everycommonly used feature. Instead, it introduces many of Python‟s
most noteworthy features, and will give you a good idea of the language‟s flavor and style. After
reading it, you will be able to read and write Python modules and programs, and you will be ready
to learn more about the various Python library modules described in library-index.
In the following examples, input and output are distinguished by the presence or absence of
prompts
(>>> and …): to repeat the example, you must type everything after the prompt, when the prompt
appears; lines that do not begin with a prompt are output from the interpreter. Note that a secondary
prompt on a line by itself in an example means you must type a blank line; this is used to end a
multi-line command. Many of the examples in this manual, even those entered at the interactive
prompt, include comments.
Comments in Python start with the hash character, #, and extend to the end of the physical line. A
comment may appear at the start of a line or following whitespace or code, but not within a string
literal. A hash character within a string literal is just a hash character.
Since comments are to clarify code and are not interpreted by Python, they may be omitted when
typing in examples. Some examples: # this is the first comment spam = 1 # and this is the second
comment # ... and now a third! text = "# This is not a comment because it's inside quotes."
ACTIVITY LOG FOR THE FIRST WEEK
Day& Person
Date Brief descripti on of the
Learning Outcome In-Charge
daily activity Signature
Introductionofpython
Python is an easy to learn, powerful programming language. It has efficient high-level data
structures and a simple but effective approach to object-oriented programming. Python‟s elegant
syntax and dynamic typing, together with its interpreted nature, make it an ideal language for
scripting and rapid application development in many areas on most platforms. The Python
interpreter and the extensive standard library are freely available in source or binary form for all
major platforms from the Python Web site, https://www.python.org/, and may be freely distributed.
The same site also contains distributions of and pointers to many free third party Python modules,
programs and tools, and additional documentation. The Python interpreter is easily extended with
new functions and data types implemented in C or C++ (or other languages callable from C).
Python is also suitable as an extension language for customizable applications. This tutorial
introduces the reader informally to the basic concepts and features of the Python language and
system. It helps to have a Python interpreter handy for hands-on experience, but all examples are
self-contained, so the tutorial can be read off-line as well. For a description of standard objects and
modules, see library-index. reference-index gives a more formal definition of the language. To
write extensions in C or C++, read extending-index and c-api-index. There are also several books
covering Python in depth. This tutorial does not attempt to be comprehensive and cover every
single feature, or even every commonly used feature. Instead, it introduces many of Python‟s most
noteworthy features, and will give you a good idea of the language‟s flavor and style. After reading
it, you will be able to read and write Python modules and programs, and you will be ready to learn
more about the various Python librarymodules described in library-index
And next daysir explained the datatypes having in python
Datatypes
Python Data Types are used to define the type of a variable. It defines what type of data we are
going to store in a variable. The data stored in memory can be of many types. For example, a
person's age is stored as anumeric value and his orher address is stored as alphanumeric characters.
Python has various built-in data types which we will discuss with in this tutorial:
num2 = 2.0
print(num2, 'is of type', type(num2))
num3 = 1+2j
print(num3, 'is of type', type(num3))
Output
5 is of type <class 'int'>
2.0 is of type <class 'float'>
(1+2j) is of type <class 'complex'>
Andnextdaysirexplainedmethodshavingin python.
Methods in python
In Object-Oriented Programming, we have (drum roll please) objects. These objects consist of
properties and behavior. Furthermore, properties of the object are defined by the attributes and the
behavior is defined using methods. These methods are defined inside a class. These methods are
the reusable piece of code that can be invoked/called at anypoint in the program.
In Python, methods are functions that are associated with an object and can manipulate its data or
perform actions on it. They are called using dot notation, with the object name followed by a period
and the method name. Methods are an important part of object-oriented programming in Python.
Python offers various types of these methods. These are crucial to becoming an efficient
programmer and consequently are useful for a data science professional.
Instance Method
Class Method
Static Method
1. Instance Methods
The purpose of instance methods is to set or get details about instances (objects), and that is why
they‟re known as instance methods. They are the most common type of methods used in a Python
class.
They have one default parameter- self, which points to an instance of the class. Although you don’t
have to pass that every time. You can change the name of this parameter but it is better to stick to
the convention i.e self.
Any method you create inside a class is an instance method unless you specially specify Python
otherwise. Let‟s see how to create an instance method:
class My_class:
def instance_method(self):
return "This is an instance method."
It‟s as simple as that!
In order to call an instance method, you‟ve to create an object/instance of the class. With the help
of this object, you can access any method of the class.
obj = My_class()
obj.instance_method()
When the instance method is called, Python replaces the self argument with the instance
object, obj. That is why we should add one default parameter while defining the instance methods.
Notice that when instance_method() is called, you don‟t have to pass self. Python does this for
you.
Along with the default parameter self, you can add other parameters of your choice as well:
class My_class:
obj = My_class()
obj.instance_method(10)
Again you can see we have not passed „self‟ as an argument, Python does that for us. But have to
mention other arguments, in this case, it is just one. So we have passed 10 as the value of “a”.
You can use “self” inside an instance method for accessing the other attributes and methods of the
same class:
class My_class:
def instance_method(self):
return f"This is the instance method and it can access the variables a = {self.a} and\
b = {self.b} with the help of self."
Note that the init () method is a special type of method known as a constructor. This method
is called when an object is created from the class and it allows the class to initialize the attributes
of a class.
obj = My_class(2,4)
obj.instance_method()
ACTIVITY LOG FOR THE SECOND WEEK
Day& Person
Date Brief description of the In-
Learning Outcome
daily activity Charge
Signature
On this day sir explained
that what are the operators
MONDAY having in python and types
(23-7-23) Operators of operators and where we
are most used this operators
in the code
on this daymyplacement
sir conducted the mock
TUESDAY Mock interviews interviews on that day I
(24-7-23) observed that how can I
face the interviewer in
interviews .
On this day I understand
that what is meaning by
WEDNESDAY Introduction of python full python full stack.
(25-7-23)
stack
DetailedReport:
First day in this week sir explained that what are the operators having in python
Operators
Operators are used to perform operations on values and variables. These are standard symbols
used for the purpose of logical and arithmetic operations.
Types of an operators:-
Arithmetic operators
Assignment operators
Comparison operators
Logical operators
Identityoperators
Membership operators
Bitwise operators
Assignment operator
Comparition operator
Logical operator:-
Identityoperators are used to compare the objects, not if theyare equal, but if theyare actually
the same object, with the same memorylocation:
Membership operator:-
Next day in my college my placement sir conducted the mock interviews on that time I was
observed that how can I face the interviewer in the job interviews and next day internship sir
explained that what is python full stack
Python Full Stack:-
Full stack development refers to the end-to-end application software development, including the
front end and back end. The front end consists of the user interface, and the back end takes care
of the business logic and application workflows.
The main components of a full stack development are the front-end, back-end and database
Consider a retail website. Users can browse or purchase specific items, delete or add items in
cart, change their profile, and do many other things. All these actions require a front-end user
interface (UI), as well as some business logic, written in the back-end.
The website UI can be built using various, front-end technologies like HTML, CSS,
Javascript.
The back end is written in programming languages like Java or Python. Further, a good
web application would need scalability, event handling, and routing, which are usually
handled bylibraries and frameworks like SpringBoot or Django.
The back end also consists of logic that can connect the application to other services and
databases. For example, all the user and transaction data is stored in a database through
specific drivers handled on the back end.
A full stack developer is one who can single-handedly implement both the front-end and back-
end workflows, like placing the order or changing the user profile.
Day& Person
Brief description of the
Date Learning Outcome In-Charge
daily activity Signature
Detailed Report:
First day on this week sir explained the basic program of python and how to write
the python program
n=int(input("enter the number"))
print(n,"th table")
for i in range(1,11):
print(n,"*",i,"=",n*i)
output
enter the number3
3 table
3 *1 = 3
3 *2 = 6
3 *3 = 9
3 * 4 = 12
3 * 5 = 15
3 * 6 = 18
3 * 7 = 21
3 * 8 = 24
3 * 9 = 27
3 * 10 = 30
and next day he explained that what are strings having in the python and how to write
the strings in python code
Strings
Strings in python are surrounded byeither single quotation marks, or double quotation marks.
Example
print("Hello")
print('Hello')
output
Hello
Hello
and next day sir explained that lists in python and how to write the lists in python
code
List
Lists are used to store multiple items in a single variable.
Lists are one of 4 built-in data types in Python used to store collections of data, the other 3
are Tuple, Set, and Dictionary, all with different qualities and usage.
Example
Create a List:
and next day we meet the new sir he was very friendlyand he said what is software
and how to develop the carrier when we are a software employee on this week I
was learn so many thing and how to behave in the office finally this week also
completed.
ACTIVITY LOG FOR THE FOURTH WEEK
ObjectiveoftheActivity Done:
Detailed Report:
First day on this we discuss the projects with our internship sir and he explained
about how to create the projects and next sir explained the format tags and how to
use and where to use the format tags
Example
<b>This text is bold</b>
Output:-
This text is bold.
The HTML <strong> element defines text with strong importance. The content inside is
typicallydisplayed in bold.
Example
<strong>This text is important!</strong>
Output:-
This text is important!
HTML <i> and <em> Elements
The HTML <i> element defines a part of text in an alternate voice or mood. The content inside is
typicallydisplayed in italic.
Tip: The <i>tag is often used to indicate a technical term, a phrase from another language, a
thought, a ship name, etc.
Example
<i>This text is italic</i>
Output:-
This text is italic.
The HTML <em> element defines emphasized text. The content inside is typically displayed in
italic.
Tip: A screen reader will pronounce the words in <em>with an emphasis, using verbal stress.
Example
<em>This text is emphasized</em>
Output:-
This text is emphasized.
Example
<small>This is some smaller text.</small>
Output:-
This is some smaller text
Example
<p>Do not forget to buy<mark>milk</mark> today.</p>
Output:-
Do not forget to buy milk today.
Example
<p>My favorite color is <del>blue</del> red.</p>
Output:-
My favorite color is red.
The HTML <ins> element defines a text that has been inserted into a document. Browsers will
usually underline inserted text:
Example
<p>My favorite color is <del>blue</del> <ins>red</ins>.</p>
Output:-
My favorite color is red.
The HTML <sub>element defines subscript text. Subscript text appears half a character belowthe
normal line, and is sometimes rendered in a smaller font. Subscript text can be used for
chemical formulas, like H2O:
Example
<p>This is <sub>subscripted</sub> text.</p>
Output:-
This is subscripted text.
The HTML <sup> element defines superscript text. Superscript text appears half a character
above the normal line, and is sometimes rendered in a smaller font. Superscript text can be used
for footnotes, like WWW[1]:
Example
<p>This is <sup>superscripted</sup> text.</p>
Output:-
This is superscripted text.
and next daysir explained the over all concepts what we have completed in the
previous class
Next day sir explained information about the anchor tag and how to use the anchor
tags and where to use anchor tags and how to link multipul pages by using anchor
tags
Definition and Usage
The <a>tag defines a hyperlink, which is used to link from one page to another.
The most important attribute of the <a>element is the hrefattribute, which indicates the
link's destination.
Example
Create
Output:-
Visit W3Schools.com!
And next day sir explained about the forms tag and how to create a forms
The <form>element can contain one or more of the following form elements:
<input>
<textarea>
<button>
<select>
<option>
<optgroup>
<fieldset>
<label>
<output>
Example
An HTML form with two input fields and one submit button:
Output:-
Last name:
Submit
Holidaybecause of
independence day
TUESDAY -------Holiday-------
(15-8-23)
DetailedReport:
CSS
And next daywe learn selector in CSS and what are uses of selectors and how to use selectors
CSS Selectors
CSS selectors are used to "find" (or select) the HTML elements you want to style.
And next daywe learn what is box modal and how to use box modal
The CSS Box Model
In CSS, the term "box model" is used when talking about design and layout.
The CSS box model is essentially a box that wraps around every HTML element.It
And next two days sir explained all the introduction of HTML & CSS and finallythis week is alsocompleted .
ACTIVITY LOG FOR THE SIXTH WEEK
Day& Person
Date Brief description of the Learning Outcome In-Charge
daily activity Signature
Holiday because of
Varalakshmi vratham
FRIDAY Holiday
(25-8-23)
SATURDAY -------------
(26-8-23)
WEEKLY REPORT
WEEK–6(From 21-8-23 to 26-8-23 )
ObjectiveoftheActivityDone:
DetailedReport:
Next day we learn how to create a data base and types of data bases
CREATEis the DDL(data definition language) commands used for the creation of the tables in a database
Syntax:
CREATE TABLE table_name(
column1 datatype, column2
datatype,
................
columnN datatype,
PRIMARY KEY(one or more columns)
);
What is Exception?
An exception is an event, which occurs during the execution of a program that disrupts the normal flow of the
program's instructions. In general, when a Python script encounters a situation that it cannot cope with, it
raises an exception. An exception is a Python object that represents an error.
When a Python script raises an exception, it must either handle the exception immediately otherwise it
terminates and quits.
Handling an exception
If you have some suspicious code that may raise an exception, you can defend your program by placing the
suspicious code in a try: block. After the try: block, include an except: statement, followed by a block of
code which handles the problem as elegantly as possible.
Syntax
Here is simple syntax of try....except...else blocks −
try:
You do your operations here;
......................
except ExceptionI:
If there is ExceptionI, then execute this block.
except ExceptionII:
If there is ExceptionII, then execute this block.
......................
else:
If there is no exception then execute this block.
Here are few important points about the above-mentioned syntax −
A single trystatement can have multiple except statements. This is useful when the tryblock
contains statements that may throw different types of exceptions.
You can also provide a generic except clause, which handles any exception.
After the except clause(s), you can include an else-clause. The code in the else-block executes
if the code in the try: block does not raise an exception.
The else-block is a good place for code that does not need the try: block's protection.
Example
This example opens a file, writes content in the, file and comes out gracefully because there is no problem at
all
#!/usr/bin/python
try:
fh = open("testfile", "w")
fh.write("This is my test file for exception handling!!")
except IOError:
print "Error: can\'t find file or read data"
else:
print "Written content in the file successfully"
fh.close()
This produces the following result −
Written content in the file successfully
Example
This example tries to open a file where you do not have write permission, so it raises an exception
#!/usr/bin/python
try:
fh = open("testfile", "r")
fh.write("This is my test file for exception handling!!")
except IOError:
print "Error: can\'t find file or read data"
else:
print "Written content in the file successfully"
This produces the following result
Error: can't find file or read data
The except Clause with No Exceptions
You can also use the except statement with no exceptions defined as follows −
try:
You do your operations here;
......................
except:
If there is anyexception, then execute this block.
......................
else:
If there is no exception then execute this block.
This kind of a try-except statement catches all the exceptions that occur. Using this kind of try-except
statement is not considered a good programming practice though, because it catches all exceptions but does
not make the programmer identify the root cause of the problem that may occur.
try:
You do your operations here;
......................
Due to anyexception, this may be skipped.
finally:
This would always be executed.
......................
You cannot use else clause as well along with a finally clause.
Example
#!/usr/bin/python
try:
fh = open("testfile", "w")
fh.write("This is my test file for exception handling!!")
finally:
print "Error: can\'t find file or read data"
If you do not have permission to open the file in writing mode, then this will produce the following result
Error: can't find file or read data
Same example can be written more cleanly as follows
#!/usr/bin/python
try:
fh = open("testfile", "w")
try:
fh.write("This is my test file for exception handling!!")
finally:
print "Going to close the file"
fh.close()
except IOError:
print "Error: can\'t find file or read data"
When an exception is thrown in the try block, the execution immediately passes to the finally block. After all
the statements in the finally block are executed, the exception is raised again and is handled in
the except statements if present in the next higher layer of the try-except statement.
Argument of an Exception
An exception can have an argument, which is a value that gives additional information about the problem.
The contents of the argument varyby exception. You capture an exception's argument by supplying a variabl
in the except clause as follows −
try:
You do your operations here;
......................
except ExceptionType, Argument:
You can print value of Argument here...
If you write the code to handle a single exception, you can have a variable follow the name of the exception
in the except statement. If you are trapping multiple exceptions, you can have a variable follow the tuple of
the exception.
This variable receives the value of the exception mostly containing the cause of the exception. The variable
can receive a single value or multiple values in the form of a tuple. This tuple usually contains the error string
the error number, and an error location.
Example
Following is an example for a single exception −
#!/usr/bin/python
try:
Business Logic here...
except "Invalid level!":
Exception handling here...
else:
Rest of the code here...
User-Defined Exceptions
Python also allows you to create your own exceptions by deriving classes from the standard built-in
exceptions.
Here is an example related to RuntimeError. Here, a class is created that is subclassed from RuntimeError.
This is useful when you need to display more specific information when an exception is caught.
In the tryblock, the user-defined exception is raised and caught in the except block. The variable e is used to
create an instance of the class Networkerror.
class Networkerror(RuntimeError):
def init (self, arg):
self.args = arg
So once you defined above class, you can raise the exception as follows –
try:
raise Networkerror("Bad hostname")
except Networkerror,e:
print e.args
Summary about your project
A result (also called upshot) is the final consequence of a sequence of actions or events expressed
qualitativel
y or quantitatively. Possible results include advantage, disadvantage, gain, injury, loss, value and victory.
There may range of possible outcomes associated with an event depending on the point of view, historical
distance or relevance, Reaching no result can mean that actions are inefficient, ineffective, meaningless or
flawed.
Some types of result are as follows:
in general, the outcome of any kind of research, action or phenomenon
in games (e.g. cricket, lotteries) or wars, the result includes the identity of the victorious party and
possibly theeffects on the environment
in mathematics, the final value of a calculation (e.g. arithmetic operation), function or statistical
expression, or the final statement of a theorem that has been proven
in statistics, any information analyzed, extracted or interpolated from polls, tests or logs
in computer sciences, the return value of a function, state of a system or list of records matching a query
(e.g.web search). The result type is the data type of the data returned by a function.
in science, the outcome and data concluded from an experiment (e.g. see null hypothesis)
in forensics and justice, the proof of guilt or innocence of a suspect after evaluating evidence in a
criminal investigation
in economics and accounting, the profit or loss at the end of a fiscal period.
in democracy, the election of a representative or the outcome of a vote on a subject
In management and related fields, a result is a piece of information that has certain properties in
absolute terms or in relation to previous results or settings
In a chemistry mix, the result is the final item
YOUR PROJECT DETAIL EXPLANATION
What is HTML?
What is CSS?
Output
Declaration
The Most Important Attribute Of The <A> Element Is The HrefAttribute, Which Indicates TheLink's Destination.
The Link Text Is The Part That Will Be Visible To The Reader.
Clicking On The Link Text, Will Send The Reader To The Specified URL Address.
The href attribute specifies the URL of the page the link goes to. If the href attribute is
not present, the <a> tag will not be a hyperlink. Tip: You can usehref="#top" or
href="#" to link to the top of the current page!
Input;
Output;
OUTPUT:
<div>:
The <div> tag defines a division or a section in an HTML document. The <div>
tag is used as a container for HTML elements - which is then styled with CSS or
manipulated with JavaScript. The <div> tag is easily styled by using theclass or id
attribute. Any sort of content can be put inside the <div> tag!
<table>
The <table> tag defines an HTML table. An HTML table consists of one <table>
element and one or more <tr>, <th>,and <td> elements. The <tr> element defines a
table row, the <th> element defines a table header, and the <td> element defines a
table cell.
<input>
The <input> tag specifies an input field where the user canenter data. The
<input> element is the most important formelement. The <input> element can be
displayed in several ways, depending on the type attribute.
Output:-
This is the code for registration form it easy totally written in
HTML with out using CSS
Input;
Output:-
Formatting Tags
Input;
OUTPUT;-
Input:
Output:
To Make Sure That The Image Covers The Whole Screen, You Must AlsoApply Height: 100% To
Both
Date of Evaluation:
1 Oral communication 1 2 3 4 5
2 Written communication 1 2 3 4 5
3 Proactiveness 1 2 3 4 5
4 Interaction ability with community 1 2 3 4 5
5 Positive Attitude 1 2 3 4 5
6 Self-confidence 1 2 3 4 5
7 Ability to learn 1 2 3 4 5
8 Work Plan and organization 1 2 3 4 5
9 Professionalism 1 2 3 4 5
10 Creativity 1 2 3 4 5
11 Quality of work done 1 2 3 4 5
12 Time Management 1 2 3 4 5
13 Understanding the Community 1 2 3 4 5
14 Achievement of Desired Outcomes 1 2 3 4 5
15 OVERALL PERFORMANCE 1 2 3 4 5
77
Evaluation by the Supervisor of the Intern Organization
Please note that your evaluation shall be done independent of the Student’s self-evaluation
1 Oral communication 1 2 3 4 5
2 Written communication 1 2 3 4 5
3 Proactiveness 1 2 3 4 5
4 Interaction ability with community 1 2 3 4 5
5 Positive Attitude 1 2 3 4 5
6 Self-confidence 1 2 3 4 5
7 Ability to learn 1 2 3 4 5
8 Work Plan and organization 1 2 3 4 5
9 Professionalism 1 2 3 4 5
10 Creativity 1 2 3 4 5
11 Quality of work done 1 2 3 4 5
12 Time Management 1 2 3 4 5
13 Understanding the Community 1 2 3 4 5
14 Achievement of Desired Outcomes 1 2 3 4 5
15 OVERALL PERFORMANCE 1 2 3 4 5
Maximum Marks
Sl.No Evaluation Criterion
Marks Awarded
1. Internship Evaluation 80
For the grading giving by the Supervisor ofthe
2. 20
Intern Organization
3. Viva-Voce 50
TOTAL 150
GRAND TOTAL (EXT. 50 M + INT. 100M) 200