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
-
It stores information about all of the software and hardware on the system.
-
It stores hardware information only
-
It stores software information only
-
It stores system information only
A
Correct answer
Explanation
The Windows Registry stores configuration data for ALL system components: installed software, hardware devices, user preferences, and system settings. It's a hierarchical database that Windows and applications query. Options B, C, and D are incorrect because the Registry doesn't discriminate - it stores everything.
-
Add
-
Break German wartime codes
-
Design war vehicles
-
Store nonsense information
B
Correct answer
Explanation
The Colossus computer was a British code-breaking machine used during World War II to decrypt German Lorenz cipher messages. It was the world's first programmable electronic digital computer and played a crucial role in Allied intelligence efforts.
B
Correct answer
Explanation
Windows PowerShell is a command-line shell designed for scripting and administration. While you can launch GUI applications from PowerShell using commands like 'notepad.exe', PowerShell itself is a text-based console environment and does not host GUI applications within its window.
-
An object oriented shell built on the .NET Framework
-
A clam shell
-
A band shell
-
All of the above
A
Correct answer
Explanation
To answer this question, the user must be familiar with the basic features and functionalities of PowerShell.
The correct answer is:
A. An object-oriented shell built on the .NET Framework
Option A is correct because PowerShell is a task automation and configuration management framework from Microsoft, consisting of a command-line shell and associated scripting language. It is built on the .NET Framework and is object-oriented, allowing users to interact with various system objects through commands and scripts.
Option B is incorrect because "clam shell" is not a common term used to describe PowerShell. A "clam shell" typically refers to a type of laptop design where the screen and keyboard fold together to form a clam-like shape.
Option C is incorrect because a "band shell" is a type of outdoor performance venue and has nothing to do with PowerShell.
Option D is incorrect because only option A is correct. Options B and C are incorrect.
Therefore, the answer is:
The Answer is: A
-
An interactive management shell
-
Something your job will eventually require
-
All of the above
-
shell
-
A fabulous dessert topping
-
A terrific floor wax
-
The future of Windows automation and administration
-
All of the above
C
Correct answer
Explanation
PowerShell is indeed Microsoft's primary automation and management framework for Windows. It has become the future of Windows administration, replacing older tools like VBScript and batch files. The humorous options A and B reference a classic Saturday Night Live commercial parody, and are clearly wrong.
-
acts as an interface between the user and the kernel.
-
is the hub of the operating system.
-
minimal operating system that performs only the essential functions of an operating system.
-
None of the above.
B
Correct answer
Explanation
The kernel is the core component of an operating system that manages system resources and provides essential services. It acts as the central hub between hardware and software, handling process management, memory management, and I/O operations.
-
Standalone programs that performs a specific task
-
Agents can also be set to run unattended on the server, either on a schedule or when certain events occur.
-
Both
-
None
C
Correct answer
Explanation
Agents in software systems are autonomous programs designed to perform specific tasks. They can operate independently as standalone programs and are also capable of unattended execution on servers. This unattended operation can be scheduled (time-based triggers) or event-driven (triggered by specific conditions or events occurring in the system).
C
Correct answer
Explanation
During the system boot sequence, the kernel is loaded into memory first and acts as the initial entity running on the system. Although init is the first user-space process (PID 1), Unix MCQ contexts conventionally consider the kernel as the first system process/entity that comes into existence.
-
ARM processor
-
RISC processor
-
Core 2 Quad Processor
-
Dual core processor
D
Correct answer
Explanation
The 5 PEN PC concept specified a dual-core processor configuration. While ARM and RISC processors are common in mobile devices, the original concept specifically mentioned dual-core architecture. Core 2 Quad is a desktop processor that would be too power-hungry for a pen-sized device, and ARM/RISC are processor architectures rather than specific core configurations.
-
ARM processor
-
RISC processor
-
Core 2 Quad Processor
-
Dual core processor
D
Correct answer
Explanation
The 5 PEN PC architecture specifies a dual-core processor for its computing unit. This balances performance requirements with power efficiency needed for a pen form factor. ARM and RISC refer to processor architectures rather than specific specifications, while Core 2 Quad is too power-hungry for this application.
-
To execute a set of statements in one go
-
To do file management
-
To make registry changes
-
All the above
D
Correct answer
Explanation
Batch scripts are versatile automation tools that can execute multiple commands sequentially, perform file management operations (copy, move, delete), and modify the Windows registry using reg.exe commands. This makes them widely used for system administration and task automation.
-
Project Design
-
Installation
-
System Analysis
-
Programming
D
Correct answer
Explanation
Programming is the process of converting a task or problem into a specific set of instructions that a computer can execute. It involves translating human-readable logic into machine-executable code using a programming language. Project Design involves planning, Installation is deployment, and System Analysis is understanding requirements.
-
Input
-
Output
-
Processing
-
Storage
D
Correct answer
Explanation
A problem statement should specify Input (what data enters the system), Output (what results the system produces), and Processing (how inputs are transformed to outputs). Storage refers to where data is kept, which is an implementation detail rather than part of the fundamental problem definition. The question asks which is NOT required.
B
Correct answer
Explanation
Windows XP did not include built-in antivirus software. While Windows Firewall was added in Service Pack 2, antivirus protection was never part of the base OS installation.