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: March 22, 2022In: Microprocessor

      MVI A,0BH MVI C,08H ADD C MOV B,A Analyse the above code snippet and mention the result

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 23, 2022 at 10:27 am
      This answer was edited.

      #PROGRAM CODEMVI A,0BH MVI C,08H ADD C MOV B,A #EXPLANATION OF CODE:MVI A,0BH    // MOVE IMMEDIATE DATA 0B TO ACCUMULATOR MVI C,08H    // MOVE IMMEDIATE DATA 0B TO REGISTER C ADD C     // ADD THE CONTENT OF C TO ACCUMULATOR (A<-- A+C) MOV B,A   // COPY THE CONTENT OF ACCUMULATOR TO REGISTER B [(BRead more

      #PROGRAM CODE

      MVI A,0BH
      MVI C,08H
      ADD C
      MOV B,A

      #EXPLANATION OF CODE:

      MVI A,0BH    // MOVE IMMEDIATE DATA 0B TO ACCUMULATOR MVI C,08H    // MOVE IMMEDIATE DATA 0B TO REGISTER C ADD C     // ADD THE CONTENT OF C TO ACCUMULATOR (A<-- A+C) MOV B,A   // COPY THE CONTENT OF ACCUMULATOR TO REGISTER B [(B<--A which is 13 ( in binary 0001 0011)] so after execution above program code result is : 13 = ( 0001 0011)
      See less
        • -4
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    2. Asked: March 22, 2022In: Mathematics

      Q. 4 Fit a Binomial Distribution to the following frequency data : x: 0 1 3 4 f: 28 62 …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 22, 2022 at 10:58 pm

      FOLLOW BELOW LINK FOR ANSWER: https://sikshapath.in/question/fit-a-binomial-distribution-to-the-following-frequency-data-x-0-1-3-4-f-28-62-10-4/

      FOLLOW BELOW LINK FOR ANSWER:

      Fit a Binomial Distribution to the following frequency data : x: 0 1 3 4 f: 28 62 10 4

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

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 22, 2022 at 10:50 pm

      follow this link: https://sikshapath.in/question/write-assembly-language-instructions-to-1-loading-value-in-accumulator-from-location-3000h-2-moving-the-value-to-register-c-3/

      follow this link:

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

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

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 22, 2022 at 10:50 pm

      Follow this link: https://sikshapath.in/question/write-assembly-language-instructions-to-1-loading-value-in-accumulator-from-location-3000h-2-moving-the-value-to-register-c-3/

      Follow this link:

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

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

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 22, 2022 at 10:49 pm

      Follow this link: https://sikshapath.in/question/write-assembly-language-instructions-to-1-loading-value-in-accumulator-from-location-3000h-2-moving-the-value-to-register-c-3/

      Follow this link:

      Write Assembly language instructions to: 1) Loading value in accumulator from location 3000H 2) Moving the value to register C …

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    6. Asked: March 21, 2022In: Computer Science

      Explain how does AI used in fraud detection? How are Computer Vision and Artificial Intelligence related?

      I'M ADMIN
      I'M ADMIN
      Added an answer on March 21, 2022 at 11:04 pm

      How is Computer Vision and AI related? Answer: Computer vision is a field of AI that trains computers to capture and interpret information from image and video data. By applying machine learning (ML) models to images, computers can classify objects and respond—like unlocking your smartphone when itRead more

      How is Computer Vision and AI related?

      Answer:

      Computer vision is a field of AI that trains computers to capture and interpret information from image and video data. By applying machine learning (ML) models to images, computers can classify objects and respond—like unlocking your smartphone when it recognizes your face.
      Computer vision is a field of artificial intelligence (AI) that enables computers and systems to derive meaningful information from digital images, videos and other visual inputs — and take actions or make recommendations based on that information.
      AI-based computer vision can sense the surroundings to identify various objects, such as pedestrians, traffic signals, and more, on the road. Moreover, it also helps in measuring the distance of the vehicle from other vehicles. The technology helps a device to recognize the face to verify the identity of the person.

      See less
        • 0
      • Share
        Share
        • Share on WhatsApp
        • Share on Facebook
        • Share on Twitter
        • Share on LinkedIn
    1 … 56 57 58 59 60 … 122

    Sidebar

    store ads

    Stats

    • Questions 1k
    • Answers 1k
    • Posts 141
    • Best Answers 89
    • Cloud Computing Notes 101: Learn Fundamentals, Service Models, and Virtualization!
    • This Free AI Tool Translates Entire Books in Minute !
    • 25 Essential Software Testing Questions: Flashcard Edition!
    • 27 C++ Questions & Answers – Quiz 1 Flashcards
    • Interactive Alphabet Flashcards for Kids: A to Z Learning Fun!

    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