Computer Science and IT General Knowledge MCQ Set 1 - 20 MCQ Practice
A 'bug' in a programme is a
A software bug is an error, flaw, mistake, failure, or fault in a computer program or system that produces an incorrect or unexpected result, or causes it to behave in unintended ways. Most bugs arise from mistakes and errors made by people in either a program's source code or its design, and a few are caused by compilers producing incorrect code.
DOS is a
DOS ("Disk Operating System") is an acronym for several closely related operating systems that dominated the IBM PC compatible market between 1981 and 1995, or until about 2000 including the partially DOS-based Microsoft Windows versions 95, 98, and Millennium Edition.
One Byte is equal to
The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits. Historically, a byte was the number of bits used to encode a single character of text in a computer.
Small and cheap computers built into several home appliances are of which type?
A microcomputer is a small, relatively inexpensive computer with a microprocessor as its central processing unit (CPU). It includes a microprocessor, memory, and input/output (I/O) facilities. They were at the centre of the home computer market segment.
What is the process of defining tables called?
The process is known as index definition. The order in which columns are listed in the index definition is important. A database index is a data structure that improves the speed of data retrieval operations on a database table at the cost of slower writes and increased storage space. Indices can be created using one or more columns of a database table, providing the basis for both rapid random lookups and efficient access of ordered records.
Which of the following is an example of a database manager?
An electric organizer is a small calculator-sized computer, often with an in-built diary application but few other functions such as an address book and calendar. It normally has a small alphanumeric keypad and an LCD screen of one, two or three lines.
What are the signals that inform the operating system that some activity has taken place, called?
In computer programming, an event handler is an asynchronous callback subroutine that handles inputs received in a program. Each event is a piece of application-level information from the underlying framework, typically the GUI toolkit. GUI events include key presses, mouse movement, action selections, and timers expiring. Event handlers are a central concept in event-driven programming.
Virus in a computer is a
A computer virus is a computer program that can replicate itself and spread from one computer to another. Computer virus is a term applied to any program that is designed to damage data stored on a computer system or network. The virus may infect documents, applications or worst of all system files that are essential to the correct running of the computer system. A virus itself is programme software and has effect basically on software and not hardware. It could have effect on the systems or Application software to execute specific instructions on the hardware.
Which of the following is not a computer network?
A personal network is a set of human contacts known to an individual, with whom that individual would expect to interact at intervals to support a given set of activities. Personal networks are intended to be mutually beneficial–extending the concept of teamwork beyond the immediate peer group. The term is usually encountered in the workplace.
When a group of computers is connected together in a small area without the help of telephone lines, it is called:
A local area network (LAN) is a computer network that interconnects computers in a limited area such as a home, school, computer laboratory, or office building using network media. The defining characteristics of LANs, in contrast to wide area networks (WANs), include their usually higher data-transfer rates, smaller geographic area, and lack of a need for leased telecommunication lines.
Fifth generation computers do not have:
The period of first generation computers (1946- 1958) is referred to as the Vacuum Tube Years. The first generation computers were huge, slow, expensive, and often undependable. In 1946 Presper Eckert and John Mauchly built the ENIAC electronic computer which used vacuum tubes instead of the mechanical switches of the Mark I. The ENIAC led to other vacuum tube type computers like the EDVAC (Electronic Discrete Variable Automatic Computer) and the UNIVAC I (UNIVersal Automatic Computer).
Where does a computer add, compare and shuffle data?
A central processing unit (CPU) is the hardware within a computer system which carries out the instructions of a computer program by performing the basic arithmetical, logical, and input/output operations of the system. Two typical components of a CPU are the arithmetic logic unit (ALU), which performs arithmetic and logical operations, and the control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary. In most computers, the shuffling of data between the CPU and RAM happens millions of times every second.
The letter 'G' used in '2G Spectrum' stands for
2G (or 2-G) is short for second-generation wireless telephone technology. Three primary benefits of 2G networks over their predecessors were that phone conversations were digitally encrypted; 2G systems were significantly more efficient on the spectrum allowing for far greater mobile phone penetration levels; and 2G introduced data services for mobile, starting with SMS text messages.
Double is a ______ data type.
The Double class wraps a value of the primitive type double in an object. An object of type Double contains a single field whose type is double. In addition, this class provides several methods for converting a double to a String and a String to a double, as well as other constants and methods useful when dealing with a double.
Most of the computers available today are:
Fourth Generation computers are the modern day computers. It began in 1971 when the Intel 4004 chip took the integrated circuit one step further by locating all the components of a computer (central processing unit, memory, and input and output controls) on a minuscule chip. The microprocessor is the characteristic of fourth generation computers, capable of performing all of the functions of a computer's central processing unit.
A ____ is a high-speed network that connect local networks in a city or town.
A metropolitan area network (MAN) is a computer network that usually spans a city or a large campus. A MAN usually interconnects a number of local area networks (LANs) using a high-capacity backbone technology, such as fiber-optical links, and provides uplink services to wide area networks (or WAN) and the Internet.
PDA stands for
A personal digital assistant (PDA), also known as a palmtop computer, or personal data assistant, is a mobile device that functions as a personal information manager. PDAs are largely considered obsolete with the widespread adoption of smartphones. Nearly all current PDAs have the ability to connect to the Internet.
The device that converts computer output for transmission over telephone lines is called
The modem is an external device or internal electronic circuitry used to transmit and receive digital data over a communications line normally used for analog signals. A modem attached to a computer converts digital data to an analog signal that it uses to modulate a carrier frequency. This frequency is transmitted over a line, frequently as an audio signal over a telecommunications line, to another modem that converts it back into a copy of the original data.
Small and cheap computers built into several home appliances are of which type?
A microcomputer is a small, relatively inexpensive computer with a microprocessor as its central processing unit (CPU). It is most commonly associated with the first wave of all-in-one 8-bit home computers and small business microcomputers (such as the Apple II, Commodore 64, BBC Micro, and TRS 80).
What is the process of defining tables called?
The process is known as index definition. The order in which columns are listed in the index definition is important.