- •1. People and computers.
- •3. Types of computer systems.
- •5. Input devices: a mouse (a mechanical mouse, an optomechanical mouse, an optical mouse, a cordless (wireless) mouse; main functions); touch panels; light pens; joysticks; microphones.
- •7. What is computer data processing? Five basic operations characteristic of all data processing systems.
- •8. What is cpu? Three main parts of the unit (a control unit, alu, registers), their components, main functions, sequence of main operations.
- •9. Bits - basic units of memory: binary notation, binary digit, byte, kilobyte, megabyte, gigabyte). What is a standard system for the binary representation of characters?
- •11. Bits for pictures. Performance characteristics of monitors.
- •12. Main functions of printers. Give description to mfp, mfd, aio, virtual, dot-matrix, ink-jet, laser, thermal transfer, thermal printers and plotters.
- •13. Computer data storage. What do terms memory, storage, primary storage, secondary storage refer to?
- •14. The most commonly used storage technologies: semiconductor, magnetic and optical. Their performance characteristics.
- •15. Optical storage, forms of optical storage. Magneto-optical disc storage. Online data storage.
- •16. What is an operating system, how does it act, what are common contemporary operating systems? What is system software, application software, utility software?
- •17. Typical functions of the os. What is multiprogramming, multi-user environment, batch processing, dos os?
- •18. The Graphical User Interface. Its main functions and tools.
- •19. What is computer software and computer hardware? Main software characteristics. System software. Firmware. Middleware. Programming software. Application software. Software testing. Testware.
- •20. Software applications: word processors, spreadsheets, media players and database applications. Main characteristics, functions and tools.
- •22. Programming. Steps in writing a program. Bugs.
- •23. Machine code. Language processors: assemblers, compilers, and interpreters. Low-level languages. High-level languages. Markup languages.
- •24. What is the Internet? How does it work? Its main functions and tools. What is www? What do terms email, mailing list, online chat refer to? Internet telephony. A videoconference.
- •25. Web pages: static webpages, dynamic webpages and tools to browse. Websites. Parts of url. Filenames in different oSs.
- •26. Electronic mail: main parts and functions. Spam. Newsgroups.
- •27. Multimedia. Hypermedia. Rich media. Hypertext. Multimedia linear and non-linear categories.
- •28. File formats. Multimedia applications. Multimedia techniques.
- •29. Networks and their main purposes. Pan. Lan. A Home area network. A campus network. Man. Wan. Gan. Vpn. Internetwork. Overlay networks.
- •30. Topology of networks: star, extended star, bus, ring, mesh networking, tree.
17. Typical functions of the os. What is multiprogramming, multi-user environment, batch processing, dos os?
An operating system is a master control program which controls the functions of the computer system as a whole and the running of application programs. Typical functions of the OS are handling input/output operations, running programs and organizing files on disks. The OS also gives access to networks and allows multitasking. Mainframe computers usually process several application programs concurrently, switching from one to the other, for the purpose of increasing processing productivity. This is known as multiprogramming (multi-tasking in the context of microcomputers), which requires a powerful operating system incorporating work scheduling facilities to control the switching between programs.
In multi-user
environments
an operating system is required to control terminal
operations on a shared access basis as only one user can access the
system at any moment of time. The
operating system allocates control to each terminal in turn.
Such systems also require a system for record locking and
unlocking, to prevent one user attempting to read a record
whilst another user is updating it, for instance.
Some environments operate in concurrent batch
and real-time
mode. This means that a 'background' job deals with routine
batch
processing
whilst the 'foreground' job deals with real-time operations such
as airline seat reservations, on-line booking of hotel
accommodation, or control of warehouse stocks, etc.
The real-time operation has priority, and the operating system
interrupts batch processing operations to deal with real-time
enquiries or file updates. The stage of batch processing attained at
the time of the interrupt is temporarily transferred to backing
storage. After
the real-time operation has been dealt with, the interrupted
program is transferred back to internal memory from backing
storage, and processing recommences from a 'restart' point.
The operating system also copies to disk backing storage the
state of the real-time system every few
minutes
(periodic check points) to provide a means of ‘recovering'
the system in the event of a malfunction.
An operating system is stored on disk and has to be booted into the internal memory (RAM) where it must reside throughout processing so that commands are instantly available. The operating system commands may exceed the internal memory capacity of the computer in which case only that portion of the OS which is frequently used is retained internally; other modules being read in from disk as required.
Previously many microcomputers functioned under the control of a disk operating system known as DOS. This operating system was developed by Microsoft in 1981 for all IBM PC compatibles.
Today it's only used in old PCs. In this text-based OS, you communicate with the computer by typing commands that exist within its library. Here is a partial list of the most common commands for Microsoft's MS-DOS operating system.
