Navigation

    Cyberian
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Pro Blog
    • Users
    • Groups
    • Unsolved
    • Solved

    CS101 Topic-002. Breadth first learning Discussion

    CS101- Introduction to Computer
    cs101 breadth first learning
    8
    15
    404
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • zaasmi
      zaasmi Cyberian's Gold last edited by

      Discussion of Breadth first learning

      Discussion is right way to get Solution of the every assignment, Quiz and GDB.
      We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
      Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
      NOTE: Don't copy or replicating idea solutions.
      Quiz Copy Solution
      Mid and Final Past Papers
      Live Chat

      1 Reply Last reply Reply Quote 0
      • zaasmi
        zaasmi Cyberian's Gold @Asad Ali last edited by

        @Asad-Ali said in CS101 Topic-002. Breadth first learning Discussion:

        Bit is a computer abrivation or mathematical abrivation???

        Bit is not an abbreviation. It is the smallest unit of measurement used to quantify computer data. It contains a single binary value of 0 or 1.

        Discussion is right way to get Solution of the every assignment, Quiz and GDB.
        We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
        Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
        NOTE: Don't copy or replicating idea solutions.
        Quiz Copy Solution
        Mid and Final Past Papers
        Live Chat

        1 Reply Last reply Reply Quote 0
        • Asad Ali
          Asad Ali last edited by

          Bit is a computer abrivation or mathematical abrivation???

          zaasmi 1 Reply Last reply Reply Quote 0
          • zaasmi
            zaasmi Cyberian's Gold @Ehtisham Ali last edited by

            @Ehtisham-Ali said in CS101 Topic-002. Breadth first learning Discussion:

            Asslam o Alaikum Sir, Respectfully Sir Patteren of Bits sai se smj nai aya that how bits convert 2-4 and 4-8 an so on it is main confusion

            Each bit can represent either 0 or 1, so we have two unique patterns per bit. So, E.g. if bit n=1 implies 21= 2 patterns (0 or 1), if n=2 implies 22 = 4 patterns (00, 01, 10, 11). And similarly so on. So, Number of possible patterns of N bits = 2N.
            Learn More About Bits and Bit Patterns.

            Discussion is right way to get Solution of the every assignment, Quiz and GDB.
            We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
            Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
            NOTE: Don't copy or replicating idea solutions.
            Quiz Copy Solution
            Mid and Final Past Papers
            Live Chat

            1 Reply Last reply Reply Quote 0
            • Ehtisham Ali
              Ehtisham Ali last edited by

              Asslam o Alaikum Sir, Respectfully Sir Patteren of Bits sai se smj nai aya that how bits convert 2-4 and 4-8 an so on it is main confusion

              zaasmi 1 Reply Last reply Reply Quote 0
              • zaasmi
                zaasmi Cyberian's Gold @Muazzam last edited by

                @Muazzam said in CS101 Topic-002. Breadth first learning Discussion:

                What is difference between intitle, inURL and intext? I think there is no difference between them

                Dear Student,
                The “inurl” operator finds all those web pages which contains the mentioned query in the url of the web pages.

                The “intitle” operator will give us only those web pages in which the searched term appears in the title of the web pages.

                With the “intext” operator we can search anywhere in the body of the document.
                It is advised to listen to the related topic carefully to understand their working in detail.

                Discussion is right way to get Solution of the every assignment, Quiz and GDB.
                We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
                Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
                NOTE: Don't copy or replicating idea solutions.
                Quiz Copy Solution
                Mid and Final Past Papers
                Live Chat

                1 Reply Last reply Reply Quote 0
                • M
                  Muazzam last edited by

                  What is difference between intitle, inURL and intext? I think there is no difference between them

                  zaasmi 1 Reply Last reply Reply Quote 0
                  • zaasmi
                    zaasmi Cyberian's Gold @Ghulam Ayesha last edited by

                    @Ghulam-Ayesha said in CS101 Topic-002. Breadth first learning Discussion:

                    Slam sir Icannot understand the bits pattern

                    WaAlaikum Assalam

                    Dear student,

                    In bits patterns, it is told that 1 bit can form 2 patterns, 2 bits can form 4 patterns, 3 bits can form 8 patterns and so on. It can be calculated as:

                    2^1 = 2

                    2^2 = 4

                    2^3 = 8

                    2^4 = 16

                    For two-bit pattern, you have 0000 and 0001

                    For three-bit pattern, you have 0000, 0001 and 0010

                    And so on…

                    In bit pattern, you can represent like:

                    8 7 6 5 4 3 2 1 0
                    1000 0111 0110 0101 0100 0011 0010 0001 0000

                    For characters like ABC, codes are given in ASCII table. You can calculate the binary number for any character according to the given code.

                    Learn More About Bits and Bit Patterns.

                    Discussion is right way to get Solution of the every assignment, Quiz and GDB.
                    We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
                    Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
                    NOTE: Don't copy or replicating idea solutions.
                    Quiz Copy Solution
                    Mid and Final Past Papers
                    Live Chat

                    1 Reply Last reply Reply Quote 0
                    • Ghulam Ayesha
                      Ghulam Ayesha last edited by

                      Slam sir Icannot understand the bits pattern

                      zaasmi 1 Reply Last reply Reply Quote 0
                      • zaasmi
                        zaasmi Cyberian's Gold @danish hafeez last edited by

                        @danish-hafeez said in CS101 Topic-002. Breadth first learning Discussion:

                        What is difference between Breath first learning and Depth first learning?

                        In depth first learning we drill very deeply into one subject before moving on to the next, without any initial explanation as to why we’re learning what we’re learning or how the entire puzzle fits together.

                        Breadth-first learning is progressively more and more detailed overviews are given, covering all topics within a field concurrently to better understand the overall picture and how what you are learning in one subfield applies to the others.

                        Discussion is right way to get Solution of the every assignment, Quiz and GDB.
                        We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
                        Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
                        NOTE: Don't copy or replicating idea solutions.
                        Quiz Copy Solution
                        Mid and Final Past Papers
                        Live Chat

                        1 Reply Last reply Reply Quote 0
                        • danish hafeez
                          danish hafeez last edited by

                          What is difference between Breath first learning and Depth first learning?

                          zaasmi 1 Reply Last reply Reply Quote 0
                          • zaasmi
                            zaasmi Cyberian's Gold @Ozair last edited by

                            @Ozair said in CS101 Topic-002. Breadth first learning Discussion:

                            Assalam o alikum! Sir how we put example like i search jaguar car in Google. Google show result we must put all information that google give us?

                            Dear student,

                            If your query is about the search queries, then yes you can put this search query in way you want. Here are some tips and also these are in your lectures as well.

                            inurl operator finds all those web pages which contains the mentioned query in the url (website address) of the web pages. For example, if we try the following query:
                            inurl:2018 “Cyberian”
                            This will give us all those web pages in which 2018 is written and the phrase “Cyberian” is written in the URL.

                            Intext searches the search string anywhere in the body of the document, for example
                            intext:“CS101 Assignment Cyberian” this will give all those pages in which the whole phrase is present as it is in the body text of the page.

                            Proximity Search Suppose we are interested to search two words: Education and Cyberian But both words should be collocated on the web page within the margin of three words.
                            It means the words should not be at a distance of 3 words from each other. To achieve this, we can use the operator around.
                            education AROUND(3) “Cyberian” This query will give all those web pages on which both words are available within the margin of three words

                            Discussion is right way to get Solution of the every assignment, Quiz and GDB.
                            We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
                            Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
                            NOTE: Don't copy or replicating idea solutions.
                            Quiz Copy Solution
                            Mid and Final Past Papers
                            Live Chat

                            1 Reply Last reply Reply Quote 0
                            • O
                              Ozair last edited by

                              Assalam o alikum! Sir how we put example like i search jaguar car in Google. Google show result we must put all information that google give us?

                              zaasmi 1 Reply Last reply Reply Quote 0
                              • zaasmi
                                zaasmi Cyberian's Gold @Pak Love last edited by

                                @Pak-Love said in CS101 Topic-002. Breadth first learning Discussion:

                                how A=67 B=66 a=97 and space =32.i didn`t get the concept behind this slide. please elaborate.

                                ASCII code has been discussed in this topic. ASCII stands for American Standard Code for Information Interchange. ASCII is a code for representing English characters as numbers, with each letter assigned a number from 0 to 127. For example, the ASCII code for uppercase “M” is 77, the letter “A” is Character 65, B=66 and a=97. Most computers use ASCII codes to represent text, which makes it possible to transfer data from one computer to another.

                                Discussion is right way to get Solution of the every assignment, Quiz and GDB.
                                We are always here to discuss and Guideline, Please Don't visit Cyberian only for Solution.
                                Cyberian Team always happy to facilitate to provide the idea solution. Please don't hesitate to contact us!
                                NOTE: Don't copy or replicating idea solutions.
                                Quiz Copy Solution
                                Mid and Final Past Papers
                                Live Chat

                                1 Reply Last reply Reply Quote 0
                                • Pak Love
                                  Pak Love last edited by

                                  how A=67 B=66 a=97 and space =32.i didn`t get the concept behind this slide. please elaborate.

                                  zaasmi 1 Reply Last reply Reply Quote 0
                                  • First post
                                    Last post
                                  Insaf Sehat Card Live Cricket Streaming

                                  100% Off on Your FEE Join US! Ask Me How?

                                  Quiz 100% Result If you want to know how you can join us and get 100% Discount on your FEE ask Cyberian in Chat Room!
                                  Quiz 100% Result Quiz 100% Result
                                  solution1255 discussion1206 fall 2019813 assignment 1432 assignment 2297 spring 2020265 gdb 1247 assignment 382 crw10174 spring 201955
                                  | |
                                  Copyright © 2021 Cyberian Inc. Pakistan | Contributors
                                  Live Chat