Computer Knowledge
Computer Fundamentals and System Concepts
2,255 Questions
Computer fundamentals and system concepts questions cover core hardware components, operating systems, and historical computer milestones. Topics include the kernel, central processing unit, and basic computing terminology. These foundational questions are strictly essential for scoring well in computer knowledge sections.
Central processing unitComputer operating systemsSupercomputer milestonesSystem registry functionsKernel operationsAndroid applications
Computer Fundamentals and System Concepts Questions
-
To transfer data to primary storage .
-
TO store program instructions.
-
To perform logic functions.
-
To decode program instructions.
-
Private Computer
-
Personal Computer
-
Professional Computer
-
Personal Calculator
-
Number
-
Data
-
Picture
-
None of these
B
Correct answer
Explanation
Data is processed by computers to produce meaningful information. Raw data (facts, figures, inputs) has limited utility until organized, analyzed, or transformed through processing. Numbers and pictures are specific types of data, but the general term encompassing all raw input is 'data.' This transformation from data to information is fundamental to computing.
-
Vital Information Resources Under Seize
-
Vital Information Resources Seize
-
Vital Information Reforms Under Seize
-
Vital Installation Resources Under Seize
A
Correct answer
Explanation
VIRUS is commonly expanded as Vital Information Resources Under Seize in the context of computer security. This is a backronym (an acronym created after the fact) that describes what a virus does - it seizes control of vital information resources. The other options miss 'Under' or use incorrect words like 'Reforms' or 'Installation'.
-
Raise an Ultimatix Ticket
-
Call Technology
-
Sit Idle till you get a Solution
-
Do Nothing
A
Correct answer
Explanation
Raising a ticket through Ultimatix (TCS's IT service management portal) is the proper protocol for system issues. This ensures tracking, escalation, and resolution. Calling technology directly is not standard procedure, and waiting idle or doing nothing are not acceptable responses to system problems.
D
Correct answer
Explanation
The shebang (#!) is a special character sequence at the beginning of Unix script files that tells the operating system which interpreter to use. It's followed by the path to the interpreter program (like #!/bin/bash or #!/usr/bin/python). This convention is essential for making executable scripts on Unix-like systems.
-
Word processing software
-
An operating system
-
A printer attached
-
A virus checking program
B
Correct answer
Explanation
Every computer requires an operating system to manage hardware resources, run software, and provide user interfaces - without it, the computer cannot function. Word processors, printers, and antivirus programs are useful applications but not essential for basic computer operation. The OS is the fundamental software layer that makes all other software possible.
-
The computer needs time to recognise that it has been turned on by the correct person
-
It has to read all temporary files
-
Electronic memory loses its data when the power supply cuts off, so the computer must reload its operating system from its hard drive
-
it performs a self-diagnostic check before becoming operational
C
Correct answer
Explanation
RAM (electronic memory) is volatile - it loses all data when power is removed. When you start a computer, the BIOS/UEFI firmware loads the operating system from the hard drive/SSD back into RAM before the computer becomes operational. This reload process takes time, which is why booting isn't instantaneous. While some diagnostics do run (POST), they're relatively quick.
-
Trojan
-
Retrovious
-
Worm
-
Ghost virus
B
Correct answer
Explanation
A retrovirus is specifically designed to attack and disable antivirus programs or security software. This allows the virus to avoid detection and operate undetected on the system. Regular Trojans, worms, and ghost viruses don't specifically target antivirus software.
-
Trojan
-
Worm
-
Time Bomb
-
Image Virus
D
Correct answer
Explanation
Image viruses (also called file infectors) exploit vulnerabilities in how operating systems process image files to execute malicious code. They embed themselves within image files and activate when those files are opened. Trojans disguise themselves, worms replicate through networks, and time bombs activate on specific dates.
-
Trojan
-
Mail Bomb
-
Spam
-
Worm
B
Correct answer
Explanation
Mail bombs specifically send massive volumes of emails to overwhelm and crash email systems or servers. Worms can spread via email but their primary purpose is replication. Spam is unwanted email but not necessarily system-crashing. Trojans disguise themselves as legitimate software.
-
Software
-
Wizard
-
Wiki
-
None
B
Correct answer
Explanation
A wizard is a step-by-step guide built into software that leads users through complex tasks like installation or configuration by breaking them into simpler sequential steps. Unlike wikis (information repositories) or general software, wizards specifically provide interactive guidance.
-
Pentium
-
x86
-
Pentium 286
-
None
B
Correct answer
Explanation
The x86 architecture is the generic name for Intel processors that followed the 8086 processor, including the 80286, 80386, 80486, Pentium, and subsequent processors. The name comes from the 8086 processor and the '86' naming convention that continued through the family.
B
Correct answer
Explanation
IBM introduced NetBIOS (Network Basic Input/Output System) in 1983 as a networking protocol API that allowed applications on different computers to communicate over a local area network. It was an enhancement to BIOS specifically for network operations.
-
Worm
-
Retrovirus
-
Trojan
-
Ghost virus
B
Correct answer
Explanation
A retrovirus is specifically designed to attack antivirus programs or security software to prevent detection. Unlike worms (which self-replicate across networks) or trojans (which disguise themselves as legitimate software), retroviruses actively target and disable security defenses.