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
-
Floppy diskette
-
E-mail
-
Scanner
-
Internet Downloads
C
Correct answer
Explanation
A scanner is an input device that converts physical documents to digital format. Unlike floppy disks, email attachments, or internet downloads, scanners do not execute or transfer executable code - they only create image files. Therefore, a computer virus cannot be contracted from a scanner alone.
-
Had errors
-
No level 2 cache
-
Caused errors
-
Caused Excess heat
B
Correct answer
Explanation
The first Intel Celeron processor (Covington core) lacked Level 2 cache entirely, which significantly reduced its performance compared to the Pentium II. While it was error-free and didn't have heat issues, the absence of L2 cache was its major limitation and the primary reason for lower performance and lack of popularity.
-
Operating System
-
RAM
-
Space in the Hard disk
-
Gateway Name Server
A,D
Correct answer
Explanation
The Environment Verification Test tool checks critical infrastructure components. It verifies the Operating System compatibility and configuration, and validates the Gateway Name Server connectivity and settings. While RAM and disk space are important for installation, they are not typically checked by this specific verification tool.
-
There is no such command in LINUX OS.
-
Probe a module into kernel.
-
To determine card's chipset Information.
-
None of the Above.
C
Correct answer
Explanation
SuperProbe is an old utility used in XFree86 (on Linux/Unix systems) to probe the video hardware and determine the graphics card's chipset model and information.
-
Firewall
-
Remote support
-
Access rules
-
Virus Scanner
C
Correct answer
Explanation
SELinux (Security-Enhanced Linux) is a security module for the Linux kernel that implements mandatory access control policies. It restricts what processes and users can do based on configured security rules. While it's more than just access rules - it's a complete MAC system - this is the closest option among the choices.
B
Correct answer
Explanation
EIM tasks do not spawn separate operating system processes. They run as threads within the Siebel Server process context, sharing resources with other server operations. The EIM task handles log writing, IFB file reading, dictionary loading, and step execution within this shared process.
-
Agent managed server
-
Gate way server
-
Agent less exception monitor
-
Agent less monitor
D
Correct answer
Explanation
An agentless monitor in SCOM refers to a computer that does not have the SCOM agent installed but is still monitored remotely through a management server or proxy agent. This is different from agent-managed servers which have direct agent installation, and gateway servers which proxy agent communication.
-
SDK Account
-
Action Account
-
Service Account
-
Local Account
A
Correct answer
Explanation
The SDK (System Development Kit) Account in SCOM is the Windows account used by MonitoringHost.exe processes to collect data from managed providers and execute actions like scripts and batch files. This differs from Action Accounts which run responses, and Service Accounts which run the SCOM services themselves.
-
Celeron.
-
AMD Athlon
-
Motorola
-
Cyrix
A
Correct answer
Explanation
Intel created the Celeron processor line as a lower-cost, lower-performance alternative to the Pentium family. Celeron has less cache and slower clock speeds. AMD Athlon is a competitor, Motorola made different processors, and Cyrix was another competitor.
-
Fortran Translator
-
Formula Transfer
-
Formula Translation/Translator
-
Fortran Transistor
C
Correct answer
Explanation
Fortran is a programming language originally developed for scientific and engineering calculations. The name comes from 'Formula Translation' referring to its ability to translate mathematical formulas into executable code. Options A and D are incorrect because Fortran is not a 'translator' in the general sense nor related to transistors.
-
Physics Automatic Sequence Calculator
-
Physics Auto Secondary Calculator
-
Physics Auto Sequence Calculator
-
Philips Automatic Sequence Calculator
D
Correct answer
Explanation
PASCAL stands for Philips Automatic Sequence Calculator. Option A is incorrect because it says 'Physics' instead of 'Philips'. Option B is wrong due to 'Secondary' instead of 'Sequence'. Option C is incorrect because it says 'Auto' instead of 'Automatic'. The correct answer is D which uses the full, correct expansion.
C
Correct answer
Explanation
Viruses, worms, and rootkits are inherently malicious software types. Macros are actually legitimate automation tools for office applications that can be abused but are not malicious by design.
-
Comparison and Quake
-
Computer and Aqua
-
Command and Program
-
Compatibility and Quality
D
Correct answer
Explanation
COMPAQ (founded as COMpatible Computer and Quality) derived its name from Compatibility and Quality. The company was known for producing IBM PC-compatible computers with high quality standards. This naming convention reflected their core business philosophy.
B,D
Correct answer
Explanation
In .NET, compiled assemblies are packaged as deployment units containing metadata and IL code. These assemblies take the form of either executable (.exe) files or dynamic link library (.dll) files. Source files (.vb) and ASP.NET markup (.aspx) are not assemblies.