Tag: classification of computer

Questions Related to classification of computer

Multiple choice classification of computer introduction to the information age physics

Certainly factor is defined as __________________.

  1. Major of belief-major of disbelief

  2. Major of disbelief-major of belief

  3. Major of evidence-major of belief

  4. Major of belief=major of evidence

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In expert systems and fuzzy logic, the Certainty Factor (CF) is calculated as the measure of belief (MB) minus the measure of disbelief (MD).

Multiple choice classification of computer introduction to the information age physics

In a network, the computer that stores the files and process the data is named as ____________.

  1. Server

  2. Terminal

  3. Modem

  4. All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The function of a computer server is to store, retrieve and send computer files and data to other computers on a network.

For example, a user may set up a server to control access to a network, send/receive e-mail, manage print jobs, or host a website. 
Some server types- Web Server, Mail Server, etc.

Multiple choice classification of computer introduction to the information age physics

In the multiprogramming system, a set of processes is deadlock if each process in the set is waiting for an event to occur that can be initialized only by another process in the set. Which of the following is not one of the four conditions that are necessary for deadlock to occur?

  1. nonpreemption

  2. process suspension

  3. partial assignment of resources

  4. circular wait

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The four necessary conditions for deadlock are mutual exclusion, hold and wait (partial assignment), no preemption, and circular wait. Process suspension is not one of these conditions.

Multiple choice classification of computer introduction to the information age physics

Multiprocessor is a computer system _________________.

  1. Where many CPU under a common control

  2. Consisting of more than one input devices under common control

  3. Where many output devices under common control

  4. All of the above

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Multiprocessor is a computer system Where many CPU under a common control.

Multiprocessing is the use of two or more central processing units (CPUs) within a single computer system. The term also refers to the ability of a system to support more than one processor or the ability to allocate tasks between them. There are many variations on this basic theme, and the definition of multiprocessing can vary with context, mostly as a function of how CPUs are defined (multiple cores on one die, multiple dies in one package, multiple packages in one system unit, etc.).

According to some on-line dictionaries, a multiprocessor is a computer system having two or more processing units (multiple processors) each sharing main memory and peripherals, in order to simultaneously process programs.[3][4] A 2009 textbook defined multiprocessor system similarly, but noting that the processors may share "some or all of the system’s memory and I/O facilities"; it also gave tightly coupled system as a synonymous term.

multiprocessor is a computer system with two or more central processing units (CPUs), with each one sharing the common main memory as well as the peripherals. This helps in simultaneous processing of programs.The key objective of using a multiprocessor is to boost the system’s execution speed, with other objectives being fault tolerance and application matching.

Multiple choice classification of computer introduction to the information age physics

Apple Macintoshes(Macs) and PCs use different __________ to process data and different operating systems.

  1. Languages

  2. Methods

  3. CPUs

  4. Storage devices

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Apple Macintoshes(Macs) and PCs use different CPUs to process data and different operating systems

Macintosh and Windows are two different computer systems, and they run on different operating systems. A Mac computer runs on a Unix-based operating system that is designed and sold by Apple. The operating system being used currently for Macs is Mac OS X, and it is designed around graphic interface. The Windows-based computers operate on different operating systems which are made by Microsoft, and some of these are: Windows XP, Windows Vista and Windows 7. These Windows-based operating systems can be used on a variety of PCs which are widely used.

Macintosh and Windows are two different computer systems, and they run on different operating systems. A Mac computer runs on a Unix-based operating system that is designed and sold by Apple. The operating system being used currently for Macs is Mac OS X, and it is designed around graphic interface.

Multiple choice classification of computer introduction to the information age physics

In functional composition, what is done with data flow diagrams _____________.

  1. Is ignored

  2. Is portioned according to the "closeness" of data grams and data storage s items

  3. Is partitioned according to the logical "closeness" of the actigrams

  4. Bother a and c

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In functional composition, what is done with data flow diagrams Is ignored and partitioned according to the logical "closeness" of the actigrams.

Flow diagrams in general are usually designed using simple symbols such as a rectangle, an oval or a circle depicting a processes, data stored or an external entity, and arrows are generally used to depict the data flow from one step to another. A DFD usually comprises of four components.

A data flow diagram (DFD) is a graphical representation of the "flow" of data through an information system, modelling its process aspects. A DFD is often used as a preliminary step to create an overview of the system without going into great detail, which can later be elaborated.

A context diagram is a top level (also known as "Level 0") data flow diagram. It only contains one process node ("Process 0") that generalizes the function of the entire system in relationship to external entities. DFD Layers. Draw data flow diagrams can be made in several nested layers.

Multiple choice classification of computer introduction to the information age physics

Which of the following functions are not performed by servers?

  1. Email processing

  2. Database sharing

  3. Processing Web sites

  4. Storage

  5. Word processing

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

Word processing is not performed by servers.

Word processors set up and prepare reports, letters, mailing labels, and other materials on a computer using a keyboard and word processing software. Word processors also often perform other clerical duties around an office such as copying documents and answering telephones.

Multiple choice classification of computer introduction to the information age physics

Servers are computers that provide resources to other computers connected to a _________.

  1. Mainframe

  2. Network

  3. Supercomputer

  4. Client

  5. None of these

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Servers are computers that provide resources to other computers connected to a Network.

A network server is a computer system, which is used as the central repository of data and various programs that are shared by users in a network. If you have a computer that you're no longer using due to its slow speed, you can turn it into a network server for other computers in your household.

In computing, a server is a computer program or a device that provides functionality for other programs or devices, called "clients". This architecture is called the client–server model, and a single overall computation is distributed across multiple processes or devices.

Multiple choice classification of computer introduction to the information age physics

To what temporary area can you store text and other data, and later paste them to another location?

  1. The clipboard

  2. ROM

  3. CD-ROM

  4. The hard disk

  5. None of these

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

We copy the data to the clipboard temporarily to store it and later can paste it to another location..