Posts

Showing posts from May, 2022

Data structure(Searching linear and binary)

Image
Linear sear ch :-इस Search सर्च में element को एक-एक करके search किया जाता है और जहां element  मिल जाता है search complete. (Compare element one by one) Time taking      Best Case = O(1)     Average Case = O (n)      Worst Case Complexity O(n) Assume Find K = 41  Program # Linear Search in Python def linearSearch (array, n, x) : # Going through array sequencially for i in range( 0 , n): if (array[i] == x): return i return -1 array = [ 2 , 4 , 0 , 1 , 9 ] x = 1 n = len(array) result = linearSearch(array, n, x) if (result == -1 ): print ( "Element not found" ) else : print ( "Element found at index: " , result) Binary seach :-( Worked with sorted Array ) हमारे पास elements (a+b/2)  को Check किया जाता है और उसके हिसाब से Half parts  को eleminate कर दिया जाता है और आगे के Parts  को ऐसे ही तरीके से सर्च किया जाता है. Program for Binary Search by iteration a...

Python (Syllabus)

 Python Syllabus UNIT - I  Planning the computer program: concept of problem solving, problem definition, program design, debugging, types of errors in programming, documentation. Techniques of problem solving: flowcharting , decision table, algorithms, structured programming concepts, programming methodologies viz. Top-down and bottom-up programming. Overview of programming: structure of a python program, elements of python.  UNIT - II  Introduction to python: python interpreter, using python as calculator, python shell, indentation. Atoms, identifiers and keywords, literals, strings, operators (arithmetic operator, relational operator, logical or Boolean operator, assignment, operator, ternary operator, bit wise operator, increment or decrement operator) Creating python programs: input and output statements, control statements(branching, looping, conditional statement, exit function, difference between break, continue and pass.), defining functions, default argume...

Cyber Security (Syllabus )

BCA 4 Cyber security Unit-1 Information security --overview, information security importance , information security components ( English ). threats to information system -external and internal threat, security threat vulnerability--overview, malware, type of Malware: virus,worms, Trojan, rootkits, robots adware's spyware's, ransom wares , zombies etc. Desktop security Unit Third -- cloud computer and security , social network site security , attack prevention-Password ,protection against attack in social media, securing wireless network ,security threats. Unit - 2  application security - database security, e-mail security ,internet security, principles of security -confidentiality, integrity ,availability, introduction to cryptography -symmetric key cryptography ,asymmetric key cryptography, message authentication , application of cryptography. security technology- firewall, type of firewall, firewall benefit , VPN antivirus software . Unit- 5 ISO-international organisation...

Tally Syllabus

 Tally Syllabus Unit -1 Tally installation and configuration Fundamental of Accounting Single User and Multiuser Tally ( English ) Tally Screen Components  ( English ) Create Company - Alter, Delete ,  Chart of Account , Group Company Company Features and configuration Unit -2 Account Ledger - Create , Alter , Display , Single and Multi ledger  Group   Create , Alter , Display , Single and Multi  Voucher  ( English ) Create , Alter , Display , Single and Multi  ( All Voucher ) Currency  Budget  & Display Cost   Center  & Cost Categories ( Example ) English I nterest Calculation  ( English ) Inventory Stock Group Stock Categories Stock Item Unit of measure Price List  ( English ) Recorder level ( English ) Copy Allocation detail Voucher Class Entries Topic :- Maintain bill wise detail  ( extra link  - English ) + Export Invoice   + Exercise invoice/duty  Bank Cheque Printing ( English...

Syllabus (DBMS)

  2BCA Notes All previous year paper Database Management Database Management Introduction To Database System : Data - Database Applications - Advantages - Evolution of DB & DBMS- Need for data management, Introduction and applications of DBMS, File systems vS Database systems, Data Models , DBMS Architecture, Data Independence , Data Modeling using Entity-Relation ship Model, Enhanced ER Modeling( English ).data dictionary UNIT - II Relational Database Concept and Design: Introduction to relational database, Structure of  Relational Database, Relational model terminology (English)   domains, Attributes, Tuples, Relations  , relational DB schema . Relational algebra :  Set   Theoretic projection, Select ion , operations Union, Intersection, set difference and division, Join operations : Inner, Outer, Left outer, Right outer and full outer join. Relational Database design, Functional Dependency, definition, trivial ki 7 and nontrivial FD, Norm...

DBMS BCA

Unit -5  Multimedia &Web database :- web database एक ऐसा system है जिसके द्वारा डेटाबेस सिस्टम में इंफॉर्मेशन को स्टोर किया जाता है तथा इंटरनेट के माध्यम से और बैक के माध्यम से उस डेटाबेस को अलग-अलग लोकेशंस पर साझा किया जाता है इसका प्रयोग डेटाबेस membership, Client list तथा inventory डेटाबेस में किया जाता है, बेबी स्टेटस का प्रयोग डाटा को मैनेज करने के लिए किया जाता है तथा इसका प्रयोग ई-कॉमर्स ई -बिजनेस ,लॉगइन ईमेल और भी कई ऑनलाइन Application में किया जाता है. Web डेटाबेस में कुछ चीजें बहुत जरूरी होती हैं चसे वेबसाइट डेटाबेस को सुरक्षित रखना, वेब बेस्ड डाटा बेस में बहुत अधिक मात्रा में डाटा को आसानी से व्यवस्थित करके रखा जाता है तथा जो भी query होती हैं उन्हें आसानी से Access किया जा सके, web based Data  को लोकल नेटवर्क तथा इंटरनेट के माध्यम से प्रयोग में लाया जा सकता है, इसका प्रयोग पर्सनल लोग और प्रोफेशनल लोग भी करते हैं तथा software as Service (SAAS) सर्विस मिलती है जिससे डाटा सुरक्षित रहता है अगर हम PHP को ऐसा Front end और डाटा भी इसके लिए हम लोग Mysql का प्रयोग किया ...

Firewall

 Firewall :-किसी भी Computer Network (कंप्यूटर नेटवर्क) को सुरक्षित Safe रखने के लिए Firewall का Use किया जाता है Firewall हार्डवेयर तथा Software दोनों पर depend करती है Firewall में अलग-अलग function होते हैं जो हमारे Computer को सुरक्षित रखने में मदद करते हैं Hardware Firewall इन physical device होता है जो computer network और GateWay के बीच Attach रहता है. Software firewall simple सा program होता है जो कि कंप्यूटर में instal रहता है तथा वह port नंबर के आधार पर कार्य करता है. Firewall security Level को check करता है और अलग-अलग तकनीक की मदद से हमारे कंप्यूटर  नेटवर्क को सुरक्षित रखता है  Types of Firewall 1. Pack filtering firewall  2.circuit level gateway  3. application level gateway (proxy firewall) 4. Stateful multi layer inspection firewall 5. next generation firewall  6. Threat focus NGFW 7.network address translation firewall  8. cloud firewall  9.unified treated management firewall Explain 1 packet filter firewall basic type की firewall है...

Teach

Image
Day 1 History Day 2 Devices Day - 3 software Day 4 Network