Computer Knowledge
Computer Fundamentals and System Concepts
2,421 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
-
CY = 0; PF = 0
-
CY = 1; PF = 0
-
CY = 1; PF = 1
-
CY = 0; PF = 1
C
Correct answer
Explanation
MOV A, #0F5H; A=F5 hex ADDA, #0BH; A=F5+0B=00F5 +0B => 1111 0101 + 0000 1011 = 0000 0000
After the addition register A(destination) contains 00, the flags are as follows:
CY = 1 as there is carry out from D7. PF = 1 as the number of 1’s is zero.
-
Photos
-
Text
-
Email messages
-
None of the above
B
Correct answer
Explanation
Telex is an international system of telegraphy with printed messages transmitted and received by teleprinters using the public telecommunications network.
-
IBM mainframe
-
Apple Macintosh (Motorla based)
-
Sun sparc
-
IBM PC
-
mode changes to system mode
-
interrupts are enabled
-
system call number is sued to find out code in system call interrupt vector area
-
all of these
-
fetching two operands from registers
-
perform ALU operation
-
both (1) & (2)
-
none of these
-
Programmers (assembly) can access all registers in a processor
-
Programmer (assembly) cannot access all registers in a processor
-
Some registers are not part of instruction set
-
None of these
-
Mainframe computer
-
Supercomputer
-
Personal computer
-
PDA
-
Microcomputer
B
Correct answer
Explanation
Supercomputers are used to perform long computations.
-
polymorphic viruses
-
stealth viruses
-
metamorphic viruses
-
boot sector viruses
-
parasitic viruses
C
Correct answer
Explanation
Metamorphic virus creates a new virus as it finds the loopholes. However, in each mutation, it rewrites itself, making the detection very complex.
-
Dormant phase
-
Propagation phase
-
Duplicating phase
-
Triggering phase
-
Execution phase
C
Correct answer
Explanation
Not all viruses can copy themselves. Some mutate to give a completely different virus program. So, it is not one of the phases of a life of a virus.
-
MARK I
-
PDP-8
-
TRADIC
-
Z1
-
ANUPAM
C
Correct answer
Explanation
The first fully transistorised computer was TRADIC.
D
Correct answer
Explanation
Auxiliary carry (AC) is one of the five status flags of 8085 microprocessor. It stores one if there is a carry from bit 3 to bit 4, counted from right.
-
virus
-
worm
-
spyware
-
trojan horse
-
ransomware
D
Correct answer
Explanation
Trojan horse is a malware. It would show that it is performing a desirable function, but contains a hidden code that is intended to allow unauthorised modification or even deletion of data.
B
Correct answer
Explanation
MIPS stands for million instructions per second. It measures the performance of a CPU in terms of processed data.
-
Distributed control
-
Corrective maintenance
-
Event based control
-
Perfective maintenance
-
Adaptive maintenance
E
Correct answer
Explanation
Adaptive maintenance refers to the change of software to some new environment so that different hardware platforms are used with different operating systems.
-
65536
-
32768
-
32767
-
65535
-
32
C
Correct answer
Explanation
32k=32 * 210 = 215
215 -1 =32767