Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
8 views

Computer Science

This document appears to be a student project submission covering computer programming basics in Python. It includes an acknowledgment, certificate, index, and sections on introduction to Python, basics/functions, code, outputs, and bibliography. The introduction provides an overview of Python and what makes it an easy language to use. The basics section defines tokens, data types, expressions, and compound statements. The code and outputs sections provide the program code and outputs. Sources are cited in the bibliography.

Uploaded by

2005shivanshi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Computer Science

This document appears to be a student project submission covering computer programming basics in Python. It includes an acknowledgment, certificate, index, and sections on introduction to Python, basics/functions, code, outputs, and bibliography. The introduction provides an overview of Python and what makes it an easy language to use. The basics section defines tokens, data types, expressions, and compound statements. The code and outputs sections provide the program code and outputs. Sources are cited in the bibliography.

Uploaded by

2005shivanshi
Copyright
© © All Rights Reserved
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 19

SACHDEVA

MILLENNIUM
SCHOOL(2023-24)

CLASS:12TH SCIENCE

SUBMITTED BY: SUBMMITED TO:


HARDIK KUMAR NEERAJ K. MISHRA

12/09/2023 HARDIK KUMAR 12TH 1


SCIENCE
ACKNOWLEGEMENT

I would like express my special; thanks to


my physics teacher Mr. NEERAJ
KUMAR MISHRA for their guidance and
support along with I also thankful to my
parent who provided all the necessary
items for the completion of this project
on time.

THANK YOU

12/09/2023 HARDIK KUMAR 12TH 2


SCIENCE
CERTIFICATE
This is to certified that HARDIK KUMAR
of class 12th science of SACHDEVA
MILLENNIUM SCHOOL have completed
the project on “FACTOR AFFECTING
INTERNAL REISITANCE OF A CELL”
Under the guidance of our physics teacher
Mr. NEERAJ KUMAR MISHRA

---------------------- --------------------
Teacher`s External
signature Examiner signature

12/09/2023 HARDIK KUMAR 12TH 3


SCIENCE
INDEX
S NO. TOPICS REMARKS TEACHER~
S
SIGNATURE
1. INTRODUCTION
ABOUT PYTHON
2. BASICS
FUNCTIONS OF
PYTHON
3. Code
4. FUNCTION USED
IN THIS PROgram
5. EXPLAINATION
6. OUTPUTS
7. BIBLIOGRAPHY
INTRODUCTION

ABOUT PYTHON:-
 The python was the easiest
language made specially for the
beginners who never ever before
create any program using coding
languages.
 Python consist of
largest inbuilt library
consisting various
keyword and function
which make it easier to use
INTRODUCTION

 One most important thing which


made it easiest language is the
use of common vocal language
i.e. English which make it more
easier to understand .
BASICS FUNCTIONS
OF PYTHON
As we have discussed python is
collection of huge keywords
stored in it.
Basic divisions of python:-
1) TOKENS
2) DATA TYPE
3) EXPRESION
4) COMPOUND STATEMENTS
TOKENS

 Tokens refers to the smallest


individual units in a python
program
These unit often known as
[LEXIAL UNITS]
They are further divided into sub
parts or category:-
1. KEYWORDS
2. IDENTIFIERS
3. LITERALS
4. OPERATORS
5. PUNCUATORS
DATA TYPES

 Python provides an identifiers for


different systems we called those
as DATATYPE .
 these data types uses to identify
whether the input is integer,
decimal, alphabet etc.
On these bases they are classified
into:-
1. INTEGER(BOOLEAN {as sub-
part})
2. FLOAT
3. COMPLEX
EXPRESSION

Expression in python refers to the


any valid combination of
operators and operands(literals &
variable)
On the basis of input
literals expressions are
divided into sub parts:-
1. ARTHEMATIC EXPRESSION
2. LOGICAL EXPRESSION
3. RELATIONAL EXPRESSION
COMPOUND
STATEMENTS

 Compound statements represent a


group of statements executed as a unit.
 The compound statements are having
a specific syntax:

 They are further divided into:-


1. Conditional 2. Looping
Statements. Statements
CODE OF PROGRAM
OUTPUT

• TO ADD PATIENT
• TO VIEW PATIENT DETAILS
• TO DELETE ANY PATIENT
DETAIL
BIBLIOGRAPHY

I would like to tell the sources of all


information I put in this project :-
1. COMPUTER SCIENCE
with science{course book}
2. Youtube
3. Google

12/09/2023 6/1/2023KUMAR 12TH S 19


CIENCE

You might also like