S4 Computer Systems Flashcards
(63 cards)
What is a computer system?
A combination of hardware and software designed to input, process, store and output data.
What is hardware?
The physical components of a computer system such as the CPU, memory, and peripherals.
What is software?
The programmes and operating systems that run and hardware on perform tasks.
How do hardware and software work together?
Hardware provides the physical platform, while software runs on it to perform tasks. Software depends on hardware to function, and hardware is useless without software.
Draw the NOT gate
Draw the AND gate
Draw the OR gate
Draw the XOR gate
What does the NOT gate do?
It inverts the input:
If input = 1, output = 0
If input = 0, output = 1
What does the AND gate do?
It outputs 1 only if both inputs are 1.
What does the OR gate do?
It outputs 1 if at least one input is 1.
What does the XOR gate do?
It outputs 1 if only one of the inputs is 1, but not both.
Boolean algebra for a NOT gate?
A̅
Boolean algebra for an AND gate?
A * B
Boolean algebra for an OR gate?
A + B
Boolean algebra for an XOR gate?
A ⊕ B
What is system software?
Software that manages hardware and provides a platform for application software, e.g., operating systems and utility programs.
Describe the term application software
software that performs end-user tasks
Describe the term system software
- Manages computer hardware;
- Manages application software;
- Manages a computer (system);
- Manages the operation of the computer (system);
What are the key functions of an operating system?
- Processor management (allocates CPU time)
- Memory management (manages RAM and virtual memory)
- Device management (controls input/output devices)
- Application management (runs software)
- Security management (user authentication, firewalls)
What is an Operating System?
An operating system (OS) is software that manages computer hardware and software resources and provides services for computer programs.
Examples of Operating Systems
Windows (Microsoft), macOS (Apple), Linux (Open-source), Android (Google – Mobile OS), iOS (Apple – Mobile OS).
What is an operating system (OS)?
A set of programs that manage a computer’s hardware and software.
What are the five key management functions of an OS?
Processor management, Memory management, I/O device management, Application management, Security management.