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
-
Minicomputer
-
Lap top
-
Mainframe
-
PC
C
Correct answer
Explanation
Among the options listed (minicomputer, laptop, mainframe, and PC), mainframes are extremely large, powerful, and historically the most expensive computers, costing up to millions of dollars.
-
Desktop computer
-
Laptop computer
-
Mainframe computer
-
Mini computer
A
Correct answer
Explanation
Desktop computers are typically the cheapest because they use standardized components and don't need miniaturization. Laptops cost more for compact design. Mainframes and minicomputers are enterprise systems with much higher prices.
-
Program or sequence of instructions that is interpreted or carried out by processor directly
-
Program or sequence of instruction that is interpreted or carried out by another program
-
Program or sequence of instruction that is interpreted or carried out by web server only
-
None of above
B
Correct answer
Explanation
A script is a program or sequence of instructions that is interpreted or carried out by another program (called an interpreter or runtime environment), rather than being executed directly by the processor. Scripts are typically written in interpreted languages like JavaScript, PHP, Python, or shell scripts, which require an interpreter to translate and execute the code line by line. Direct processor execution would require compiled machine code, not script interpretation.
-
addhdw.cpl
-
hdwwiz.cpl
-
opnhdwwiz.cpl
-
hdwadd.cpl
B
Correct answer
Explanation
hdwwiz.cpl is the Control Panel file that opens the Add New Hardware Wizard in Windows. The name stands for 'Hardware Wizard'. This wizard helps users detect and install new hardware devices. addhdw.cpl, opnhdwwiz.cpl, and hdwadd.cpl are not valid Windows CPL files - the correct name is hdwwiz.cpl.
-
opentskmgr
-
taskmgr
-
contask
-
taskprop
B
Correct answer
Explanation
taskmgr (or taskmgr.exe) is the built-in Windows utility that launches the Task Manager, allowing users to view running processes, resource usage, and services. The other choices are invalid commands that do not map to Windows utilities.
-
devcon.cpl
-
srvmgconfig.cpl
-
srvmgr.cpl
-
config.cpl
C
Correct answer
Explanation
srvmgr (Server Manager) was the administration utility in Windows NT/2000 systems used to manage domains, servers, services, and shared resources. While it is historically an executable (srvmgr.exe), the stored option identifies this utility correctly among the options.
-
opentskmgr
-
taskmgr
-
contask
-
taskprop
B
Correct answer
Explanation
taskmgr is the correct executable name to open Task Manager in Windows. opentskmgr, contask, and taskprop are not valid Windows commands for accessing Task Manager.
-
devcon.cpl
-
srvmgconfig.cpl
-
srvmgr.cpl
-
config.cpl
C
Correct answer
Explanation
srvmgr.cpl is the correct Control Panel command for server configuration in Windows. devcon.cpl is for device configuration, while srvmgconfig.cpl and config.cpl are not standard commands for this purpose.
-
Had errors
-
No level 2 cache
-
Caused errors
-
Caused Excess heat
B
Correct answer
Explanation
The original Intel Celeron processor (Covington core, 266 MHz and 300 MHz) lacked any Level 2 (L2) cache. This severely degraded its performance compared to Pentium II processors, making it highly unpopular until Intel released the Mendocino core with integrated L2 cache.
-
A form factor
-
A power Supply
-
DVD drive
-
A Computer case
A
Correct answer
Explanation
NLX is the correct answer because it's a motherboard form factor specification introduced by Intel in 1997. It was designed as a low-profile, scalable form factor that allowed for easier maintenance and upgradeability compared to earlier designs like LPX, with a riser card configuration that supported various expansion cards.
-
OS requirement
-
User analysis
-
Performance monitoring
-
Data dictionary specification
-
System requirement
C
Correct answer
Explanation
Without the scenario context, this asks about ongoing operational processes in a database system. Performance monitoring is the only continuous operational activity listed - it runs regularly to check system health, query performance, and resource usage. OS requirements, user analysis, data dictionary specification, and system requirements are one-time or design-phase activities, not ongoing operations.
-
Stop
-
Shutdown
-
Kill
-
Delete
C
Correct answer
Explanation
The 'kill' command sends signals to terminate processes. 'Stop' and 'Shutdown' are not process commands. 'Delete' removes files, not running processes. Option C is correct.
-
S/360
-
IBM 601
-
IBM 701
-
ENIAC
C
Correct answer
Explanation
The IBM 701, announced in 1952 and released in 1953, was IBM's first production computer designed for scientific work. It was called the "Defense Calculator" and was IBM's first true electronic computer. The S/360 (1964) was the first mainframe FAMILY, but not the first mainframe. ENIAC was not an IBM product. IBM 601 was a punch card machine, not a mainframe computer.
-
Hard Frame
-
Big Frame
-
Big Iron
-
Super Iron
C
Correct answer
Explanation
Mainframe computers are colloquially referred to as 'Big Iron' in the IT industry. This term reflects their large physical size, robust construction, and powerful processing capabilities. The term originated from the physical appearance and industrial nature of early mainframe systems.
-
Speed
-
Size
-
Reliabilty
-
Accesibility
C
Correct answer
Explanation
Mainframes and supercomputers serve different purposes. Supercomputers prioritize raw computational speed for complex scientific calculations, while mainframes emphasize reliability, availability, and high-volume transaction processing. The key distinction is that mainframes are built for continuous operation and handling massive I/O workloads with near-zero downtime, making reliability their defining characteristic rather than processing speed.