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
-
VLSI technology
-
Micro programme technology
-
Pipelining technology
-
MSI technology
-
None of the above
B
Correct answer
Explanation
Micro programs allowed more than one action in a single OPCODE, thereby reducing the circuits required compared to CSIC. This helped in execution of more complex instructions in reduced circuits. So, ASIC became popular.
-
specially architect
-
normal architect
-
micro-controllers type architect
-
complex architect
-
none of the above
B
Correct answer
Explanation
Networking is mainly provided by the LAN-card, OS and other software. So, a general purpose processor can handle the networking.
-
multitasking
-
multiprogramming
-
distributed processing
-
pipelining
-
none of the above
C
Correct answer
Explanation
When hands are working, eyes may look somewhere and provide visuals while feet are doing the walking. All the above operations are performed simultaneously without affecting each other and without pausing. This type of working is distributed processing.
-
compile time
-
code optimization time
-
execution time
-
text editing time
-
none of the above
C
Correct answer
Explanation
Loader uses the compiled and linked program to move it from secondary storage to main memory for its execution by CPU. Hence, it must be required when the program is ready for execution. Option 3 is correct.
-
intelligent but dedicated processors
-
to control CPU for I/O
-
super computers
-
dumb devices
-
none of the above
A
Correct answer
Explanation
I/O controllers have separate processors and dedicated instruction formats to define various dedicated operations for the specific device. They offload CPU during I/O operations.
-
Modular Editing Machine
-
Modern Engineering Machine
-
Model of Microprocessor
-
Modulator and Demodulator
-
None of these
D
Correct answer
Explanation
It handles the conversion of the digital incoming and outgoing packets.
-
UNIVAC
-
Vacuum Tubes
-
Microprocessors
-
Transistor
-
Integrated Circuits
D
Correct answer
Explanation
It was used in Second Generation technology.
-
operating system
-
high level language
-
search engine
-
communication protocol
-
system software
B
Correct answer
Explanation
FORTRAN stands for formula translator, FORTRAN is the oldest high-level programming language designed by John Backus for IBM in the late 1950s, it is still popular today, particularly for scientific applications that require extensive mathematical computations.
-
1st generation
-
2nd generation
-
3rd generation
-
4th generation
-
5th generation
B
Correct answer
Explanation
Transistors were first time used in Second Generation computers.
The period of second generation was 1959-1965.
This generation using the transistor were cheaper, consumed less power, more compact in size, more reliable and faster than the first generation machines made of vacuum tubes. In this generation, magnetic cores were used as primary memory and magnetic tape and magnetic disks as secondary storage devices.
In this generation, assembly language and high-level programming language like FORTRAN, COBOL were used.
There were Batch processing and Multiprogramming Operating system used.
-
Vaccume tubes were used.
-
It had drum primary storage.
-
It required continous maintenance.
-
Real time processing was possible.
-
It did batch processing.
D
Correct answer
Explanation
The statement is incorrect about first generation computers.
Real time processing was not possible in first generation computers. It was possible in third generation computers.
-
Trap
-
X1 & X2
-
Address Lines
-
HALT
-
WRITE
E
Correct answer
Explanation
This line indicates that the 8085 micro processor is going to send data away from itself.
-
MVI Group
-
READ
-
TRAP
-
X1 & X2
-
Address Lines
B
Correct answer
Explanation
This line indicates that the 8085 micro processor is expecting data to be fed to it.
-
Compiler
-
Loader
-
Operating system
-
Assembler
-
None of these
C
Correct answer
Explanation
The operating system (OS) is essential software that manages computer hardware and software resources. Without an OS, the computer cannot perform the boot sequence which loads system files, initializes hardware, and prepares the system for use. Compilers, loaders, and assemblers are development tools that run after the OS is running.
-
Pegging
-
Hacking
-
Trekking
-
Breaking
-
All of these
B
Correct answer
Explanation
Hacking refers to the practice of modifying computer system software or hardware to accomplish a goal outside the creator's original purpose. While often associated with unauthorized access, the term broadly covers any alteration to achieve unintended functions. Pegging, trekking, and breaking are not related to computer system modification.
-
Protection
-
File system manipulation
-
Resource management
-
Error handling
-
All of the above
E
Correct answer
Explanation
This is the correct answer.