- •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.
7. What is computer data processing? Five basic operations characteristic of all data processing systems.
Computer data processing is any computering process that converts data into information or knowledge. Data-processing systems are often referred to as information systems to emphasize their practicality
Five basic operations characteristic of all data processing systems are defined as follows
Inputting is the process of entering data, which are collected facts, into a data processing system.
Storing is saving data or information so that they are available for initial or for additional processing.
Processing represents performing arithmetic or logical operations on data in order to convert them into useful information.
Outputting is the process of producing useful information, such as a printed report or visual display.
Controlling is directing the manner and sequence in which all of the above operations are performed.
Computer data processing systems have four main advantages:
Accuracy. Once data have been entered correctly into the computer component of a data processing system, the need for further manipulation by humans is eliminated, and the possibility of error is reduced. Computers, when properly programmed, are also unlikely to make computational errors.
Ease of communications. Data, once entered, can be transmitted wherever needed by communications networks. These may be either earth or satellite-based systems.
Capacity of storage. Computers are able to store vast amounts of information, to organize it, and to retrieve it in ways that are far beyond the capabilities of humans. The amount of data that can be stored on devices such as magnetic discs is constantly increasing. All the while, the cost per character of data stored is decreasing.
Speed. The speed, at which computer data processing systems can respond, adds to their value.
The response required might be a fraction of a second.
8. What is cpu? Three main parts of the unit (a control unit, alu, registers), their components, main functions, sequence of main operations.
The nerve centre, the brain and the heart of a PC is the central processing unit or CPU. This unit is built into a single microprocessor chip - an integrated circuit - which executes program instructions and supervises the computer's overall operation
The unit consists of three main parts:
1. The control unit, which examines the instructions in the user's program, interprets each instruction and causes the circuits and the rest of the components -disk drives, monitor, etc. - to be activated to execute the functions specified, selects instructions and data from memory, and controls the flow between main storage and the arithmetic-logical unit.
The control unit has the following components:
a counter that selects the instructions, one at a time, from memory;
a register that temporarily holds the instructions read from memory while it is being executed;
a decoder that takes the coded instruction and breaks it down into individual commands
necessary to carry it out;
a clock, which produces marks at regular intervals.
The sequence of control unit operations is as follows:
The next instruction to be executed is read out from primary storage into the storage register.
The instruction is passed from the storage register to the instruction register.
The operation part of the instruction is decoded so that the proper arithmetic or logical operation can be performed.
The address of the operand is sent from the instruction register to the address register.
At last the instruction counter register provides the address register with the address of the next instruction to be executed.
2. The arithmetic logic unit (ALU), which performs mathematical calculations (addition, subtraction, multiplication, division and exponentiation, etc.) and logical operations (and, or, etc.). Data enter the ALU and return to main storage through the storage register.
3. The registers, which are high-speed units of memory used to store and control information. One of these registers is the program counter (PC) which keeps track of the next instruction to be performed in the main memory. Another is the instruction register (IR) which holds the instruction that is currently being executed.
