Sign Up

Have an account? Sign In Now

Sign In

Forgot Password?

Need An 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. Please subscribe to paid membership

Forgot Password?

Don't have account, Sign Up Here
Please subscribe to paid membership

Sorry, you do not have permission to ask a question, You must login to ask a question. Please subscribe to paid membership

Forgot Password?

Don't have account, Sign Up Here
Please subscribe to paid membership

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Quearn

Quearn Logo Quearn Logo

Quearn Navigation

  • Home
  • Sili AI
  • Quearn Drive
  • Quearn Academy
  • Guest Post (Lifetime Dofollow Backlink)
  • Blog
  • Free Guest Post Submission
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • Sili AI
  • Quearn Drive
  • Quearn Academy
  • Guest Post (Lifetime Dofollow Backlink)
  • Blog
  • Free Guest Post Submission

Quearn

Quearnist
Ask Quearn
10k Visits
48k Followers
22 Questions
Home/ Quearn/Best Answers
  • About
  • Questions
  • Polls
  • Answers
  • Best Answers
  • Asked Questions
  • Groups
  • Joined Groups
  • Managed Groups
  1. Asked: August 24, 2024In: Education

    Basic is ________ language.

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:55 pm

    Basic is a high-level programming language.

    Basic is a high-level programming language.

    See less
      • 0
  2. Asked: August 24, 2024In: Education

    Charles Babbage is considered the father of modern computers because

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:45 pm

    Charles Babbage is considered the father of modern computers because he conceptualized and designed the first mechanical computer, known as the Analytical Engine, in the 1830s. His design included features such as an arithmetic logic unit, control flow through conditional branching and loops, and meRead more

    Charles Babbage is considered the father of modern computers because he conceptualized and designed the first mechanical computer, known as the Analytical Engine, in the 1830s. His design included features such as an arithmetic logic unit, control flow through conditional branching and loops, and memory, which are fundamental components of modern computers. Although the Analytical Engine was never completed in his lifetime, Babbage’s ideas laid the groundwork for later developments in computing.

    See less
      • 1
  3. Asked: August 24, 2024In: Education

    Mini computers and micro computers are from which generation of computers?

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:40 pm

    Mini computers and microcomputers belong to the second and third generations of computers, respectively.

    Mini computers and microcomputers belong to the second and third generations of computers, respectively.

    See less
      • 0
  4. Asked: August 24, 2024In: Education

    Which device is used as the standard pointing device in a Graphical User Environment?

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:39 pm

    The standard pointing device in a Graphical User Environment is the mouse.

    The standard pointing device in a Graphical User Environment is the mouse.

    See less
      • 0
  5. Asked: August 24, 2024In: Education

    Which of the following is a feature of fifth generation computers?

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:29 pm

    Fifth generation computers are characterized by the use of artificial intelligence and advanced computing technologies. They utilize parallel processing, neural networks, and quantum computing to improve performance and handle complex problem-solving tasks. Additionally, they emphasize natural languRead more

    Fifth generation computers are characterized by the use of artificial intelligence and advanced computing technologies. They utilize parallel processing, neural networks, and quantum computing to improve performance and handle complex problem-solving tasks. Additionally, they emphasize natural language processing, robotics, and machine learning capabilities.

    See less
      • 0
  6. Asked: August 24, 2024In: Education

    Apple company used chips from ______ for its computers

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:27 pm

    Apple company used chips from Intel for its computers.

    Apple company used chips from Intel for its computers.

    See less
      • 0
  7. Asked: August 24, 2024In: Education

    Size of the primary memory of a PC ranges between

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 2:17 pm

    The size of the primary memory (RAM) of a PC typically ranges between 4 GB to 64 GB, though some high-performance machines can support more, such as 128 GB or even 256 GB in specialized systems.

    The size of the primary memory (RAM) of a PC typically ranges between 4 GB to 64 GB, though some high-performance machines can support more, such as 128 GB or even 256 GB in specialized systems.

    See less
      • 0
  8. Asked: August 23, 2024In: Education

    Fragmentation has following demerits

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 1:53 pm

    Fragmentation has the following demerits: 1. Increased Overhead: Fragmentation can lead to higher overhead as the system must manage multiple pieces of data instead of a single contiguous block. 2. Reduced Performance: Accessing fragmented data can result in increased seek time and latency, reducingRead more

    Fragmentation has the following demerits:

    1. Increased Overhead: Fragmentation can lead to higher overhead as the system must manage multiple pieces of data instead of a single contiguous block.

    2. Reduced Performance: Accessing fragmented data can result in increased seek time and latency, reducing the overall performance of data retrieval operations.

    3. Resource Waste: Fragmented memory can lead to inefficient use of resources, as small unusable gaps are created between fragments, leading to wasted space.

    4. Complexity in Management: Fragmentation complicates memory management and allocation strategies, often requiring sophisticated algorithms to handle memory requests.

    5. Higher Risk of Memory Exhaustion: As the memory becomes fragmented, it may become more challenging to find contiguous blocks of memory, leading to potential out-of-memory errors even when sufficient total memory exists.

    6. Increased Latency in Data Retrieval: For storage systems, fragmentation can increase the time needed to access data, as the read/write heads must move to different locations on storage media.

    7. Challenges in Scaling: Fragmented systems may face difficulties when scaling up, as the non-contiguous memory allocation can hinder performance improvements and upgrades.

    Understanding these demerits can help in designing better systems that minimize fragmentation and its negative impacts.

    See less
      • 1
  9. Asked: August 23, 2024In: Education

    The TTL field has value 10. How many routers (max) can process this datagram?

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 1:36 pm

    The TTL (Time to Live) field in an IP packet specifies the maximum number of hops (or routers) that the packet can pass through before it is discarded. Each time a packet passes through a router, the TTL value is decremented by one.If the TTL field has a value of 10, the maximum number of routers thRead more

    The TTL (Time to Live) field in an IP packet specifies the maximum number of hops (or routers) that the packet can pass through before it is discarded. Each time a packet passes through a router, the TTL value is decremented by one.

    If the TTL field has a value of 10, the maximum number of routers that can process this datagram is 10. After passing through 10 routers, the TTL would reach 0, and the packet would be discarded.

    Answer: 10 routers.

    See less
      • 0
  10. Asked: August 1, 2024In: Education

    shifting of an employee from one job to another without special reference to change in responsibility or compensation is known as

    Quearn
    Quearn Quearnist
    Added an answer on August 24, 2024 at 12:48 pm

    Job rotation.

    Job rotation.

    See less
      • 0
1 … 183 184 185 186 187 … 305

Sidebar

Stats

  • Questions 10k
  • Answers 10k
  • Best Answers 3k
  • Users 234k
  • Popular
  • Answers
  • priya

    The header length of an IPv6 datagram is _____.

    • 3 Answers
  • Quearn

    How to approach applying for a job at a company ...

    • 7 Answers
  • priya

    In the IPv6 header,the traffic class field is similar to ...

    • 3 Answers
  • bivs
    bivs added an answer Hi everyone, I’ve recently started exploring the world of numerology… March 6, 2026 at 4:15 pm
  • secretsale
    secretsale added an answer Searching for quality drinks at discounted rates? Explore wholesale drinks… February 19, 2026 at 4:37 pm
  • spiralmantra
    spiralmantra added an answer DevOps is a modern approach that combines development and IT… December 5, 2025 at 5:25 pm

Top Members

Stevemark

Stevemark

  • 185k Points
Scholar
Ragini

Ragini

  • 76k Points
Professional
Lark Davis

Lark Davis

  • 16k Points
Pundit
prasanjit

prasanjit

  • 5k Points
Teacher
rohit

rohit

  • 1k Points
Begginer

Trending Tags

answer computer current data diode education electric flux igbt machine magnetic mcq network poll power quearn question scr study voltage
Сollaborator

Latest News & Updates

  • Quearn

    TrendAtlas: The Smart Way to Launch and Scale Solana Tokens ...

  • Quearn Support

    Smart Cities: Integrating Drones and Autonomous Vehicles

  • Quearn Support

    Water Wars: How Scarcity Is Shaping Global Politics

  • Quearn Support

    Carbon Footprint 101: What It Is and Why It Matters ...

  • Quearn Support

    Cramming and Stress: How All-Nighters Affect the Brain and Body

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help

Footer

Quearn

About

Quearn is a social questions & Answers Engine which will help you establish your community and connect with other people.

About Us

  • Blog
  • About Us
  • Contact Us
  • Become a Partner in Quearn
  • Free Guest Post Submission
  • Question Categories
    • AI
    • Analytics
    • Artificial Intelligence
    • Backlinks
    • Blockchain
    • Communication
    • Company
    • Cryptocurrency
    • Education
    • Internet
    • Language
    • Programmers
    • Science
    • SEO
    • University

Legal Stuff

  • Terms & Conditions
  • Privacy Policy
  • DMCA Policy
  • Cancellation & Refund Policy

Help

  • Support
  • FAQs
  • Guest Posting
  • Careers
  • Liberty Wire

Follow

© 2018-2025 All Rights Reserved by Quearn