Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here
Sign InSign Up

SIKSHAPATH

SIKSHAPATH Logo SIKSHAPATH Logo

SIKSHAPATH Navigation

  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Questions
  • Blog
    • Computer Science(CSE)
    • NPTEL
    • Startup
  • Shop
    • Internshala Answers
  • About
    1. Asked: April 1, 2022In: Microprocessor

      Find the value of CS,RD,WR,A1,A0 for 8253 to perform following: Load Counter 2 Read counter 1 Write Mode word Read …

      I'M ADMIN
      I'M ADMIN
      Added an answer on April 1, 2022 at 10:31 am

      DOWNLOAD THE BELOW ATTACHMENT FOR REFERENCE:

      DOWNLOAD THE BELOW ATTACHMENT FOR REFERENCE:

      See less
      Attachment

        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: April 1, 2022In: Microprocessor

      Elaborate which pins are responsible for counter 0,1 and 2 selection in 8253

      I'M ADMIN
      I'M ADMIN
      Added an answer on April 1, 2022 at 10:21 am
      This answer was edited.

      D7              D6              D5                D4            D3          D2          D1          D0 SC1 SC0 RW1 RW0 M2 M1 M0 BCD       D7         D6 SC1 SC0   0 0 SELECT COUNTER 0 0 1 SELECT COUNTER 1 1 0 SELECT COUNTER 2      

      D7              D6              D5                D4            D3          D2          D1          D0

      SC1 SC0 RW1 RW0 M2 M1 M0 BCD

       

       

        D7         D6

      SC1 SC0  
      0 0 SELECT COUNTER 0
      0 1 SELECT COUNTER 1
      1 0 SELECT COUNTER 2

       

         

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    3. Asked: March 31, 2022In: Microprocessor

      Q1.If CWR=9B H , the counter operation is load LSB load MSB Counter latch Q2.___ is used to disable (Mask) …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 31, 2022 at 10:13 pm

      Q1.If CWR=9B H , the counter operation is ANSWER: load LSB Q2.___ is used to disable (Mask) or enable (Unmask) individual interrupt request inputs. ANSWER:IMR Q3.Control words and status information from the microprocessor to PIC and from PIC to microprocessor respectively, are transferred through tRead more

      Q1.If CWR=9B H , the counter operation is

      ANSWER: load LSB

      Q2.___ is used to disable (Mask) or enable (Unmask) individual interrupt request inputs.

      ANSWER:IMR

      Q3.Control words and status information from the microprocessor to PIC and from PIC to microprocessor respectively, are transferred through the

      ANSWER: DATA BUS BUFFER

      Q4.With respect to 8255 Programmable Peripheral Interface (PPI), which of the following statement(s) are correct?

      1. Mode 0: Any port can be used as input/output ports.

      2. Mode 1: Both Port A and B can be used as input/output ports.

      3. Mode 2: Port B can be used either in Mode 0 or Mode 1.

      ANSWER: ALL

       

      Q5.In 8255, under the I/O mode of operation we have __ modes. Under which mode will have the following features

      i) A 5 bit control port is available.

      ii) Three I/O lines are available at Port C.

      ANSWER: 2 MODE 2

      Q6.Which of these register’s contents are used for auto-initialization (internally)?

      Current Word Register

      Current address Register

      Base Address Register

      command Register

      ANSWER: Base Address Register

      Q7.Which of the following is a type of DMA transfer?

      Memory Read

      Memory Write

      Transfer verification

      All the above

      ANSWER: ALL

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    4. Asked: March 31, 2022In: Microprocessor

      The value of CWR for BSR MODE for setting PC4 is 02 03 09 04

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 31, 2022 at 9:58 pm

      09

      09

      See less
        • 1
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    5. Asked: March 31, 2022In: Microprocessor

      The value of CWR in mode 0 for Port A = Input port, Port B = not used, Port CU …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 31, 2022 at 9:57 pm

      98

      98

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: March 30, 2022In: Other

      If someone wants to open a facebook page, how OSI model will work using its different layers?

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 31, 2022 at 12:25 pm

      Now that your browser knows the IP address of the server, it needs to find a way to pass this request all the way to the server. There’s a lot of stuff that needs to be managed for smooth communication between browser and server. There’s something called an OSI (Open System Interconnection) model thRead more

      Now that your browser knows the IP address of the server, it needs to find a way to pass this request all the way to the server.

      There’s a lot of stuff that needs to be managed for smooth communication between browser and server.

      There’s something called an OSI (Open System Interconnection) model that standardizes communication between different computing machines .

      It describes the flow of information from one computer to another. It defines seven layers, and the interplay of these layers magically brings, for example, facebook[dot]com from the server to your machine. At both ends (client and server), these layers are followed, but there is a difference in the flow of which layer kicks in first. When your browser sends the request, communication starts at the application layer and goes down to the physical layer—whereas in the server, while receiving the request, it would start at the physical layer, going up.

      Application layer: consists of protocols that directly interact with the end user. A protocol defines how different applications across machines communicate with each other. If you are requesting a web page, HTTP (Hyper Text Transfer Protocol) will handle it, and if you are sending an email, SMTP (Simple Mail Transfer Protocol) will handle it. So in the case of Facebook[dot]com, your browser generates a HTTP request. Don’t confuse the browser as part of the application layer. The role of application layers comes in when your browser creates a HTTP request. This HTTP request is part of the application layer.

      Presentation layer: Depending on your request (image, video, text, GIF, etc.), this layer converts and presents the data in readable format. In the case of Facebook[dot]com, when your machine received it, the presentation layer would kick in to render it as a HTML page.

      Session layer: responsible for establishing, maintaining, and terminating the session between devices. For example, when you are doing video chat, the time you enter into the chat to the time you leave it is one complete session, given there were no interruptions during that interval. However, in the case of Facebook[dot]com, HTTP uses lower layer protocol, instead of session layer protocols.

       

      Transport layer: takes care of the reliability, safety and security of the path taken between the request and response. Here, the transportation, delivery and assembling of data takes place. When you are requesting Facebook[dot]com, essentially, you are not sending any data, but the role of this layer is more evident when you receive the data. The data your machine receives comes divided into packets with a sequence number assigned to each packet, called data payloads. This layer makes sure that you have received all packets and reassembles them in order.

      Network layer: This organizes and routes the data. It also decides which transfer protocols to use. So in the case of Facebook[dot]com, the best path to route the data between your machine and web server is determined by the IP (Internet Protocol).

      Data link layer: In this layer, data is broken down into pieces. So when the server sends Facebook[dot]com, it doesn’t send the entire page all at once; rather, the data link layer segments it, encapsulates it and transmits it as packets (data payloads) through the physical layer. It is not necessary that the packets be delivered directly to your machine. It may travel from network to network, passing through many machines before reaching you. So in this case, IP addresses with all of these hops are translated to hardware addresses, at the data link layer.

       Physical layer: The physical layer deals with the actual connectivity between your machine and the server. The hardware and signaling and encoding mechanisms required to form the actual connection are defined at this layer, and the data received from the server is in the form of raw bits.

      See less
        • 3
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 48 49 50 51 52 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 150
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • AI News: 🎬 Hollywood’s AI Studios, 🎓 OpenAI’s Latest Gift to Educators, 🚚 Class8 Bags $22M, 🧠 Google Gemini’s Memory Upgrade
    • AI NEWS: Legal Action Against OpenAI, $16M Paid, & Elon Musk’s Praise from Investor 🤖💰📑 | AI Boosts Cloud Seeding for Water Security 🌱💧
    • AI News: 🎬AI Video Tool Scam Exposed🤯, 🛰️ AI-Powered Drones to Ukraine 😱, Google’s $20M AI Push, Sam Altman Joins SF’s Leadership Team

    Explore

    • Recent Questions
    • Questions For You
    • Answers With Time
    • Most Visited
    • New Questions
    • Recent Questions With Time

    Footer

    SIKSHAPATH

    Helpful Links

    • Contact
    • Disclaimer
    • Privacy Policy Notice
    • TERMS OF USE
    • FAQs
    • Refund/Cancellation Policy
    • Delivery Policy for Sikshapath

    Follow Us

    © 2021-24 Sikshapath. All Rights Reserved