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

Multiple choice technology operating systems
  1. Desktop computer

  2. Laptop computer

  3. Mainframe computer

  4. Mini computer

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology web technology
  1. Program or sequence of instructions that is interpreted or carried out by processor directly

  2. Program or sequence of instruction that is interpreted or carried out by another program

  3. Program or sequence of instruction that is interpreted or carried out by web server only

  4. None of above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. addhdw.cpl

  2. hdwwiz.cpl

  3. opnhdwwiz.cpl

  4. hdwadd.cpl

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. opentskmgr

  2. taskmgr

  3. contask

  4. taskprop

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. devcon.cpl

  2. srvmgconfig.cpl

  3. srvmgr.cpl

  4. config.cpl

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Had errors

  2. No level 2 cache

  3. Caused errors

  4. Caused Excess heat

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology operating systems
  1. A form factor

  2. A power Supply

  3. DVD drive

  4. A Computer case

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. OS requirement

  2. User analysis

  3. Performance monitoring

  4. Data dictionary specification

  5. System requirement

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. S/360

  2. IBM 601

  3. IBM 701

  4. ENIAC

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. Hard Frame

  2. Big Frame

  3. Big Iron

  4. Super Iron

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology mainframe
  1. Speed

  2. Size

  3. Reliabilty

  4. Accesibility

Reveal answer Fill a bubble to check yourself
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.