bookofexams.

Welcome Aspirant

Ready to crack it?

Navigation

{
  "description": "Boost your tech skills with this Computer Awareness mock test. Covers basics of hardware, software, and networking. Perfect for competitive exams.",
  "title": "Computer Awareness Mock Test - 01",
  "duration": 15,
  "questions": [
    {
      "q": "Which part of the computer is considered the 'Brain'?",
      "options": [
        "Monitor",
        "Hard Disk",
        "CPU",
        "RAM"
      ],
      "correct": 2,
      "topic": "Hardware"
    },
    {
      "q": "What does RAM stand for?",
      "options": [
        "Read Access Memory",
        "Random Access Memory",
        "Read Any Memory",
        "Random Any Memory"
      ],
      "correct": 1,
      "topic": "Memory"
    },
    {
      "q": "Which of the following is an Input Device?",
      "options": [
        "Printer",
        "Speaker",
        "Monitor",
        "Keyboard"
      ],
      "correct": 3,
      "topic": "Hardware"
    },
    {
      "q": "What is the full form of 'www' in a website address?",
      "options": [
        "World Wide Web",
        "Web World Wide",
        "Whole World Web",
        "Wide World Web"
      ],
      "correct": 0,
      "topic": "Internet"
    },
    {
      "q": "1 Kilobyte (KB) is equal to how many bytes?",
      "options": [
        "1000 Bytes",
        "1024 Bytes",
        "100 Bytes",
        "1042 Bytes"
      ],
      "correct": 1,
      "topic": "Memory"
    },
    {
      "q": "Which key combination is used to 'Copy' selected text?",
      "options": [
        "Ctrl + V",
        "Ctrl + X",
        "Ctrl + C",
        "Ctrl + P"
      ],
      "correct": 2,
      "topic": "Shortcuts"
    },
    {
      "q": "Which of these is an Operating System?",
      "options": [
        "Google Chrome",
        "Microsoft Word",
        "Windows 10",
        "Intel"
      ],
      "correct": 2,
      "topic": "Software"
    },
    {
      "q": "What kind of memory is non-volatile?",
      "options": [
        "RAM",
        "ROM",
        "Cache",
        "Register"
      ],
      "correct": 1,
      "topic": "Memory"
    },
    {
      "q": "A collection of 8 bits is called a?",
      "options": [
        "Bit",
        "Byte",
        "Record",
        "Nibble"
      ],
      "correct": 1,
      "topic": "Memory"
    },
    {
      "q": "Which protocol is used for browsing websites?",
      "options": [
        "SMTP",
        "FTP",
        "HTTP",
        "TCP"
      ],
      "correct": 2,
      "topic": "Internet"
    }
  ]
}