Skip to main content

CSE PREVIOUS YEAR PAPERS

CSE PREVIOUS YEAR PAPERS





2019- 2023 BATCH REGULAR SEMISTER PAPERS

 
 CSE 2ND  YEAR 1SEM PAPERS (2021 JULY)  :-  DOWNLOAD HERE

 CSE 2ND  YEAR 2SEM PAPERS (2021 SEPTEMBER)  :-  DOWNLOAD HERE

 CSE 3RD  YEAR 1SEM PAPERS (2022 FEB)   :-  DOWNLOAD HERE

 CSE 3RD  YEAR 1SEM PAPERS (2022 JULY)   :-  DOWNLOAD HERE























Comments

Popular posts from this blog

web design for tution center

SMART LEARN WEBSITE WORK SAMPLE FOR TUTION CENTER  HOME PAGE DESIGN:- TIME SCHEDULE FOR TEACHING:- SERVICES OFFERED:- ABOUT US PAGE :- CONTACT US PAGE :- DESIGNED & DEVELOPED BY HARIKRISHNA 

Learn Python

  Python  what is data type ?  to declaring of a variable is called data type  another words to declare the data what type of the data it is ! data types ? Text Type: str Numeric Types: int ,  float ,  complex Sequence Types: list ,  tuple ,  range Mapping Type: dict Set Types: set ,  frozenset Boolean Type: bool Binary Types: bytes ,  bytearray ,  memoryview None Type: NoneType                                                    more CODE FOR LIST SLICING: ------------ word=input('what is word?:') print(word[1::2]) ------ input: rhaajrui output :HARI --------------- where 1=index of word  2= after second letter will be print at everytime SECOND ONE   word='rhaajrui' print(word[1::2]) output:hari CODE FOR REVERSING OF A STRING:  ---------------- word=input('what is word?:') print(word[::-1])...

COMPILER DESIGN

  COMPILER DESIGN COMPILER DESIGN  TEXT BOOK : DOWNLOAD HERE COMPILER DESIGN  TEXT BOOK :  DOWNLOAD HERE