CS-IT Tech Studio
CS-IT Tech Studio
  • 53
  • 168 209
Biology student (PCB or B Group): Opportunity to be an Engineer, Mathematics is not mandatory
Video Covers Change in admission eligibility of Engineering program. Its reflection of National Education Policy (NEP) and AICTE's immediate decision to accommodate diversity and provide the equal opportunity to all interested students. So, students who have studied Biology can also study Engineering......Mathematics and Physics are not mandatory....
In the below link, page-2 point no 6, there are 14 subjects, out of which, if you have studied 3, you are welcome to Engineering courses by many Universities.....
aicte-india.org/sites/default/files/approval/Clarification%20on%20APH%202021-22.pdf
Переглядів: 15 683

Відео

For Loop & While loop, sum of digits of given number, finding odd, even numbers in range
Переглядів 1403 роки тому
Video covers understanding of loop, its three components: initialization, Test condition and increment decrement parts. It clearly explains how loop get executed step by step, crystal clear understanding of programs like sum of digits of given number, finding odd and even number in a range. Using If (conditional statement) along with loop, usage of logical operators to make the programming more...
Ternary Operator(exp1?true:false), Need of loop, factorial of given number (Flow chart to Program)
Переглядів 1143 роки тому
Video covers use of ternary operation as an alternative to if....else. It also covers need of loop, three loops for, while, do..while. Then use of while loop is demonstrated by a program to find factorial of given number- How a flow chart can be converted in program. It also explain how one can write the program to do sum of digits of a given number. Most importantly, video covers, how to think...
Number System- Decimal, Binary, Octal and Hex
Переглядів 2803 роки тому
Video covers introduction to number systems, need of different number systems, decimal, binary, octal and Hexa decimal. How you can expand decimal number to be represent in power of 10 (Base 10), converting Binary to decimal, decimal to binary. How you can convert decimal to any number system is also covered in video.
If---else if, Precedence, Associativity, Increment-Decrement operators (Pre fix, Post fix)
Переглядів 913 роки тому
Video clarify the difference between using multiple if statements and else if, then clearly stated precedence and associativity of operators and demonstrations using arithmetic expression....It has been demonstrated on codeblock with demo program..... Video also covers increment and decrement operators, , and clarify the differences between Post fix and pre fix
IoT Application Protocols, Different communication paradigm and CoAP
Переглядів 4603 роки тому
Video covers IoT application protocols, what are the different communication paradigm followed by HTTP, CoAP, MQTT and differences among them. It covers CoAP in details, with message types, what is the usage of confirmable and non confirmable messages, Token ID. It also covers how CoAP extension can be added in chrome browser for downloading the extension please refer: github.com/mkovatsc/Coppe...
Largest of two and three, Logical operators need and usage
Переглядів 2003 роки тому
Video explain how to write program to find largest of two and largest of three numbers using only relational operators. Then, it explains the usage of logical operator to make it more effective...
Arithmetic, Relational Operators and Decision Making
Переглядів 1993 роки тому
Video Covers Type Casting (Implicit and Explicit), Modulo operators, Relational Operators, and How one can use all these operators in programming. It also covers, how you can write a program to decide weather given number is Odd or Even. Decision making statement if and else explained clearly with a program.
Introduction to Raspberry Pi board
Переглядів 1193 роки тому
Video covers Introduction to Raspberry Pi board, its architecture with different components. Types of Model, how Raspberry pi is different from Arduino, and computer system. Pin-Diagram of Raspberry pi board, access to raspberry pi board through VNC viewer, writing LED on off program for Raspberry Pi board. It also differentiate BCM and Board mode for the Raspberry.
Access specifier and range of primary data types, unsigned int, char
Переглядів 963 роки тому
Video is live recording of session on PPS. It covers Access specifier and range of primary data types, unsigned int, char. You will learn how to access int, long, float, double, long double, char and unsigned int. It also covers the range of each data type based on memory occupancy of primary data types.
Comparison of HTTP, MQTT, COAP, MQTT demo on HiveMQ and 6LoWPAN
Переглядів 1,7 тис.3 роки тому
Video explains the differences among HTTP, MQTT, COAP. It also covers how one can use public (cloud based) broker for applications and also it can be configured on board like Raspberry Pi. Video also introduces, important features of 6LOWPAN and its usage in context of IoT. It also clarify the idea about MANET and ROLL. For MQTT: www.hivemq.com/ mosquitto.org/
C-Tokens and Introduction to primary data types
Переглядів 7683 роки тому
Video Covers C Tokens: Keywords, Identifiers, Constant, String, Special Symbols, Operators. It also covered rules to define identifiers with example. Data types: Primary, derived, user defined. In Primary data types: int, long, char, float, double, long double, signed and unsigned (for int and char), how variable get stored in main memory.
802.11 ah (WiFi-HaLow) and Introduction to Low Power Wide Area Networks (LPWAN)- LoRaWAN, SigFox
Переглядів 1,2 тис.3 роки тому
Video Covers introduction to 802.11 ah (WiFi-HaLow), and how it differs from the other standards. It also introduces Low Power Wide Area Networks (LPWAN) and answer the following questions: What is LPWAN? Why it is required? How LPWAN differs from 4G, 5G and other similar technologies? What is LoRaWAN? What is SigFOX? In context of IoT, importance of LPWAN....
Introduction to MQTT- All that you need to know
Переглядів 2443 роки тому
Video Covers MQTT, its QoS level, Publisher, subscriber and broker. How broker will provide security by decoupling M2M direct communication. It introduces, topic, many to one and one to many communication model. Feature of MQTT like bidirectional communication and its benefits. Video also highlights few applications and use cases of MQTT. It suggest to explore use cases on link: mqtt.org/use-ca...
Programming for problem solving (Lec-2) Flow Chart, introduction to data type, compiler, interpreter
Переглядів 2553 роки тому
Video is recording of session of course programming for problem solving, it covers: What is flow chart? Difference between compiler and interpreter linker and loader how to convert flow chart into program? data type int compile time error compiling program in Turboc editor, codeblocks access specifier for int %d #flowchart #Compiler #linker #loader #int #compiletimeerror #codeblocks # access sp...
Introduction to WiFi- Difference between Zigbee, BLE, WiFi and different WiFi standards
Переглядів 4133 роки тому
Introduction to WiFi- Difference between Zigbee, BLE, WiFi and different WiFi standards
IEEE-802.15.4, ZigBee, 6LoWPAN, Thread and their comparison
Переглядів 6 тис.3 роки тому
IEEE-802.15.4, ZigBee, 6LoWPAN, Thread and their comparison
IoT Communication Technologies- Bluetooth, BLE and Introduction to Zigbee
Переглядів 1,4 тис.3 роки тому
IoT Communication Technologies- Bluetooth, BLE and Introduction to Zigbee
Smart Objects and Connecting Smart Objects (Part-1)
Переглядів 5 тис.3 роки тому
Smart Objects and Connecting Smart Objects (Part-1)
Web of Things (WoT)
Переглядів 3,9 тис.3 роки тому
Web of Things (WoT)
Programming-Arduino board- How to use PWM, Connecting LEDs in series, parallel
Переглядів 1003 роки тому
Programming-Arduino board- How to use PWM, Connecting LEDs in series, parallel
Calculator- Get into "C-programming details through program"
Переглядів 2273 роки тому
Calculator- Get into "C-programming details through program"
Writing First Program in C using Codeblocks
Переглядів 2783 роки тому
Writing First Program in C using Codeblocks
Introduction to Arduino board and How to simulate it on Tinkercad
Переглядів 3333 роки тому
Introduction to Arduino board and How to simulate it on Tinkercad
Codeblock Installation- Free (Open Source) IDE for programming Languages like C, C++
Переглядів 4263 роки тому
Codeblock Installation- Free (Open Source) IDE for programming Languages like C, C
Why we need to learn Programming Languages?
Переглядів 3493 роки тому
Why we need to learn Programming Languages?
Circuits for IoT- Voltage divider, Tinkercad Introduction
Переглядів 5283 роки тому
Circuits for IoT- Voltage divider, Tinkercad Introduction
Basic of Electronics and circuits for IoT
Переглядів 6133 роки тому
Basic of Electronics and circuits for IoT
IoT Applications, Definition of IoT and different perspective, and prerequisite
Переглядів 2703 роки тому
IoT Applications, Definition of IoT and different perspective, and prerequisite
Lecture-1 Introduction to Internet of Things (IoT)
Переглядів 9663 роки тому
Lecture-1 Introduction to Internet of Things (IoT)

КОМЕНТАРІ

  • @tejeshns9697
    @tejeshns9697 3 місяці тому

    In 256, 128, 64 hosts you can only use 254, 126, 62 as valid hosts. Other 2 will be for network and broadcast ip's

  • @neerajmahajan9457
    @neerajmahajan9457 3 місяці тому

    But int size is 4 know

  • @harshvardhan4766
    @harshvardhan4766 4 місяці тому

    for third group 190.100.128,0/26 and 190,100,159.255/26

  • @aroobalhassani6860
    @aroobalhassani6860 4 місяці тому

    Great Explanation 😮

  • @theskill3038
    @theskill3038 4 місяці тому

    Thanks sir, this is clear understanding on TCP connection

  • @piyushmehtaa
    @piyushmehtaa 8 місяців тому

    Thank you so much sir... Amazing lecture💯

  • @deepbhagat3120
    @deepbhagat3120 9 місяців тому

    I searched whole UA-cam but Nobody explains like you sir... keep growing Thank you very much for the explaination

  • @bismajunaid6987
    @bismajunaid6987 9 місяців тому

    Bro your one subscriber is from pakistan and who knows how many exactly are from there so they are the ones who's being the cause of your subscriber towards its growth how can you stop going your packet to pakistan you could have said other countries🙃

  • @tanishkaachaturvedi2173
    @tanishkaachaturvedi2173 10 місяців тому

    What a brilliant explanation. Thank youu!

  • @IndrajeetDevre
    @IndrajeetDevre 11 місяців тому

    explanation in video seems correct , but diagrams are wrong, In 1st SYN, only SYN flag should be set, not ACK. and in last ACK, SEQ Number should be 8001

    • @omaralkhaldi8713
      @omaralkhaldi8713 8 місяців тому

      VERY MUCH True . This diagram found in the book , i think is wrong

    • @ESAKKIYAMMALK
      @ESAKKIYAMMALK 4 місяці тому

      Yes the diagram is wrong

  • @itssoz
    @itssoz 11 місяців тому

    great video sir helped alot ...👌👌👍👍

  • @aarinhirpara3136
    @aarinhirpara3136 11 місяців тому

    ❤❤

  • @naurinrisat71
    @naurinrisat71 Рік тому

    Thank you boss❣

  • @arifurrahaman6493
    @arifurrahaman6493 Рік тому

    Summation of 256+128+64+32+16+2+1 = 499 but you are explaining as 500 which is not clear here. As range starts from 0 we can think it as first subnet then 499 becomes the 500th subnet.

    • @aayushbisht4307
      @aayushbisht4307 Рік тому

      so while calculating for 10th subnet he actually did it for 11th?

    • @pranavR688
      @pranavR688 10 місяців тому

      @@aayushbisht4307 yes , i guess

  • @_PrajaktaMokale
    @_PrajaktaMokale Рік тому

    Thanku sir🥰

  • @rushabhbhatiya394
    @rushabhbhatiya394 Рік тому

    sir, why does UDP header has checksum bits when it doesn’t do any sort of error control?

  • @AmanTheDisciple
    @AmanTheDisciple Рік тому

    Awesome Explanation very good, recommended

  • @roopakrai7296
    @roopakrai7296 Рік тому

    1:33 is it number of subnets or HOSTS possible ?

  • @GurmeetKaur-by7li
    @GurmeetKaur-by7li Рік тому

    Very helpful

  • @budzreviews3913
    @budzreviews3913 2 роки тому

    Why is the total length is 32? Where did you get it, help

    • @nithilana
      @nithilana Рік тому

      IPv4 Addresses are always 32-bits in Binary Form. That's y

    • @emanuelmtubo
      @emanuelmtubo 4 місяці тому

      Take 32-(log(N)/log(2)) where N is the nuumber of addresses

  • @amitgaisam
    @amitgaisam 2 роки тому

    PCB students diploma in computer engineering kar sakte hai ?

  • @nileshtiwari7499
    @nileshtiwari7499 2 роки тому

    Thank you sir

  • @prvang5682
    @prvang5682 2 роки тому

    thank you so much sir

  • @katdalunga6009
    @katdalunga6009 2 роки тому

    Sir hindi me bano kuch samaj nahi aata

    • @contentminer1160
      @contentminer1160 2 роки тому

      Gaon se hai kya😂

    • @x-srv
      @x-srv 8 місяців тому

      ​@@contentminer1160if someone from village that means not , he doesn't know english

  • @gopalsoni6209
    @gopalsoni6209 2 роки тому

    Awesome 👍😎

  • @manavjoshi7642
    @manavjoshi7642 2 роки тому

    Great Explanation Sir 🔥

  • @hadyakhaliqi982
    @hadyakhaliqi982 2 роки тому

    Too confusing

  • @ch9274lknjnjnbhvyg
    @ch9274lknjnjnbhvyg 2 роки тому

    Your video are good Please do a video TCP HEADER AND UDP HEADER

  • @vishnua.k7353
    @vishnua.k7353 2 роки тому

    perfect explanation

  • @shahnaz9026
    @shahnaz9026 2 роки тому

    Adding all the 1+2+4+8+16+32+64+128+256 = 511? Then how is it possible to putting 0 for 4 and 8? And by adding without 8 and 4 we get 499 alone For getting 500 = 11111010 0

    • @sivaram9998
      @sivaram9998 2 роки тому

      It is 499 and not 500. 500th Subnet means 0 to 499. 499 can be written as 111110011 using 9 bits.

    • @dhavalgondaliya8707
      @dhavalgondaliya8707 2 роки тому

      @@sivaram9998 10th subnet 0-9 But He take 10 Why ?

    • @stevenmafuru9164
      @stevenmafuru9164 Рік тому

      @@sivaram9998 asante-thank you so much

  • @nitinsharmatheone2292
    @nitinsharmatheone2292 2 роки тому

    great tutorial sir ,thank u so much

  • @lujainabdullah4329
    @lujainabdullah4329 2 роки тому

    thank you my friend

  • @thinkingmad1685
    @thinkingmad1685 2 роки тому

    Thank you very much 😭

  • @thinkingmad1685
    @thinkingmad1685 2 роки тому

    Thank you sir 🥲😭

  • @Kumar.Sandeep143
    @Kumar.Sandeep143 3 роки тому

    Thanks

  • @rupeshsah3449
    @rupeshsah3449 3 роки тому

    waaah.. mazaaa aa gaya.. #greatjobsir

  • @harineepriyaethirajulu20br22
    @harineepriyaethirajulu20br22 3 роки тому

    Thank you very much sir

  • @PradipYogi59
    @PradipYogi59 3 роки тому

    Really amazing news thanks for video sir ji

  • @param3512
    @param3512 3 роки тому

    What is bridge course?

    • @CSITTechStudio
      @CSITTechStudio 3 роки тому

      You would be offered Basic course of mathematics, before starting of Mathematic course for semester-1

  • @ummedchoudhary4355
    @ummedchoudhary4355 3 роки тому

    Crystal clear

  • @ummedchoudhary4355
    @ummedchoudhary4355 3 роки тому

    Very very helpful.

  • @royemmanuel4535
    @royemmanuel4535 3 роки тому

    Aww, thank God letting me see this video, those using log was confusing me, I now have the maximum understand.. God bless u👏🏻👏🏻

  • @rahulshrimali3310
    @rahulshrimali3310 3 роки тому

    Really useful and informative ... Keep it up sir for sharing more such useful videos and information for students community..

  • @omarabusaif6333
    @omarabusaif6333 3 роки тому

    in the minute of 10:39 how did you get customer 128?

  • @nisargagza
    @nisargagza 3 роки тому

    Gr8 work

  • @amitdangar324
    @amitdangar324 3 роки тому

    Cloud for iot

  • @ktmlover9585
    @ktmlover9585 3 роки тому

    Sir... what is the active and passive open?

    • @CSITTechStudio
      @CSITTechStudio 3 роки тому

      Active OPEN: A client process using TCP takes the “active role” and initiates the connection by actually sending a TCP message to start the connection (a SYN message). Passive OPEN: A server process designed to use TCP, however, takes a more “laid-back” approach. It performs a passive OPEN by contacting TCP and saying “I am here, and I am waiting for clients that may wish to talk to me to send me a message on the following port number”. The OPEN is called passive because aside from indicating that the process is listening, the server process does nothing.

    • @ktmlover9585
      @ktmlover9585 3 роки тому

      @@CSITTechStudio thank u so much sir....❤️

  • @CSEconceptswithParinita
    @CSEconceptswithParinita 3 роки тому

    Thank you Sir for sharing these enlightening applications! Really interesting 👌

  • @itshyperelite4869
    @itshyperelite4869 3 роки тому

    Or join me hashcodejudge.withgoogle.com/#join-team/5323517713186816/tf2iNRGXVdvxtpc0kurVhVOkPEYek_N9cipfmfoMuKs

  • @itshyperelite4869
    @itshyperelite4869 3 роки тому

    Add me in your team

    • @Noid__eaaaaaaa
      @Noid__eaaaaaaa 3 роки тому

      hashcodejudge.withgoogle.com/#join-team/4785236642627584/ufy2OvvaF0WpG-S_gW6GmP1ElRTeb34pEuB_18am6zM