CS-IT Tech Studio
CS-IT Tech Studio
  • 53
  • 171 211
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 694

วีดีโอ

For Loop & While loop, sum of digits of given number, finding odd, even numbers in range
มุมมอง 1413 ปีที่แล้ว
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)
มุมมอง 1153 ปีที่แล้ว
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
มุมมอง 4663 ปีที่แล้ว
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.7K3 ปีที่แล้ว
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
มุมมอง 7743 ปีที่แล้ว
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.2K3 ปีที่แล้ว
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
มุมมอง 2463 ปีที่แล้ว
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
มุมมอง 2563 ปีที่แล้ว
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
มุมมอง 4183 ปีที่แล้ว
Introduction to WiFi- Difference between Zigbee, BLE, WiFi and different WiFi standards
IEEE-802.15.4, ZigBee, 6LoWPAN, Thread and their comparison
มุมมอง 6K3 ปีที่แล้ว
IEEE-802.15.4, ZigBee, 6LoWPAN, Thread and their comparison
IoT Communication Technologies- Bluetooth, BLE and Introduction to Zigbee
มุมมอง 1.4K3 ปีที่แล้ว
IoT Communication Technologies- Bluetooth, BLE and Introduction to Zigbee
Smart Objects and Connecting Smart Objects (Part-1)
มุมมอง 5K3 ปีที่แล้ว
Smart Objects and Connecting Smart Objects (Part-1)
Web of Things (WoT)
มุมมอง 4K3 ปีที่แล้ว
Web of Things (WoT)
Programming-Arduino board- How to use PWM, Connecting LEDs in series, parallel
มุมมอง 1023 ปีที่แล้ว
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
มุมมอง 3373 ปีที่แล้ว
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
มุมมอง 5353 ปีที่แล้ว
Circuits for IoT- Voltage divider, Tinkercad Introduction
Basic of Electronics and circuits for IoT
มุมมอง 6233 ปีที่แล้ว
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)
มุมมอง 9723 ปีที่แล้ว
Lecture-1 Introduction to Internet of Things (IoT)

ความคิดเห็น

  • @tejeshns9697
    @tejeshns9697 4 หลายเดือนก่อน

    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 4 หลายเดือนก่อน

    But int size is 4 know

  • @harshvardhan4766
    @harshvardhan4766 5 หลายเดือนก่อน

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

  • @aroobalhassani6860
    @aroobalhassani6860 5 หลายเดือนก่อน

    Great Explanation 😮

  • @theskill3038
    @theskill3038 5 หลายเดือนก่อน

    Thanks sir, this is clear understanding on TCP connection

  • @piyushmehtaa
    @piyushmehtaa 9 หลายเดือนก่อน

    Thank you so much sir... Amazing lecture💯

  • @deepbhagat3120
    @deepbhagat3120 9 หลายเดือนก่อน

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

  • @bismajunaid6987
    @bismajunaid6987 10 หลายเดือนก่อน

    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 11 หลายเดือนก่อน

    What a brilliant explanation. Thank youu!

    • @CSITTechStudio
      @CSITTechStudio 10 หลายเดือนก่อน

      Glad it was helpful!

  • @IndrajeetDevre
    @IndrajeetDevre ปีที่แล้ว

    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 9 หลายเดือนก่อน

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

    • @ESAKKIYAMMALK
      @ESAKKIYAMMALK 5 หลายเดือนก่อน

      Yes the diagram is wrong

  • @itssoz
    @itssoz ปีที่แล้ว

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

  • @aarinhirpara3136
    @aarinhirpara3136 ปีที่แล้ว

    ❤❤

  • @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 11 หลายเดือนก่อน

      @@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 2 ปีที่แล้ว

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

    • @emanuelmtubo
      @emanuelmtubo 5 หลายเดือนก่อน

      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 9 หลายเดือนก่อน

      ​@@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 👌

    • @CSITTechStudio
      @CSITTechStudio 3 ปีที่แล้ว

      Thanks for watching.....!!🙏🙏

  • @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