CBSE - MCQ Question Banks (के. मा. शि. बो . -प्रश्नमाला )

PreviousNext

Q. 191301 The number of types of logic gates is


A. two.

B. three.

C. four.

D. infinite.

Right Answer is: B

SOLUTION

Three types of logic gates are- “Not gate”, “OR gate” and “AND gate”.


Q. 191302 Boolean algebra, which is used to solve logic problems, is also known as


A. logic algebra.

B. symbolic algebra.

C. George Boole algebra.

D. switching algebra.

Right Answer is: D

SOLUTION

It is so called because logic problems are binary decisions and Boolean algebra deals with these binary values.


Q. 191303 Logical statement that is combined with the help of logical operators form


A. binary statement.

B. compound statement.

C. boolean statement.

D. switching statement.

Right Answer is: B

SOLUTION

A compound statement consists of zero or more statements enclosed in curly braces { }. Compound statements are commonly called "blocks."


Q. 191304 The dual of the Boolean expression (B’+C).A is


A. B’.C.A

B. B’.C + A

C. B.C + A’

D. B’.C.A’

Right Answer is: B

SOLUTION

Changing (+) to (.) and vice-versa and by replacing 0’s with 1’s and1’s with 0’s, the dual of the expression can be obtained.


Q. 191305 According to Absorption Law


A. X + X.Y = X

B. X + X’.Y = X

C. X + X.Y’ = X

D. X + X.Y = X’

Right Answer is: A

SOLUTION

The expression can be proved with the help of truth table. The values of X and X+XY are the same and therefore, this law is known as absorption law.


Q. 191306 The statement which can take only two values, i.e., either true or false is called


A. tautological statement.

B. logical statement.

C. boolean statements.

D. relational statements.

Right Answer is: B

SOLUTION

A statement which can be classified as true or false without ambiguity, is known as a logical statement.


Q. 191307 The truth-values of logical statements are called


A. logical variables.

B. logical constants.

C. binary statement.

D. binary constants.

Right Answer is: B

SOLUTION

In symbolic logic, a logical constant of a language L is a symbol that has the same semantic value in all models of (the expressions of) L. Two important types of logical constants are logical connectives and quantifiers.


Q. 191308 Speed with which an electronic switch can change from ON to OFF and vice-versa, is known as


A. switching speed.

B. running speed.

C. packet speed.

D. circuit speed.

Right Answer is: A

SOLUTION

Switching speed is the speed with which an electronic switch can change from ON to OFF and vice-versa. It is usually expressed in terms of the propagation delay time.


Q. 191309 The dual of the Boolean expression A+B’C is


A.
A.B’ + C

B. A+B’.C

C.
A.’B’ +C

D. A+B+C’

Right Answer is: A

SOLUTION

Changing (+) to (.) and vice-versa and by replacing 0’s with 1’s and 1’s with 0’s, the dual of the expression can be obtained.


Q. 191310 Seven inverters are cascaded one after the other. If the input is 1, output will be


A. 1.

B. 0.

C. no output.

D. infinite.

Right Answer is: B

SOLUTION

In an inverter, output is always the reverse of the input. Therefore, when input is 1, the output will be 0.


Q. 191311 The dual of the boolean expression (x+y)(x’+z’)(y+z) is


A. x.y+x’.z’+y.z’

B. x.y+x’.z’+y’.z

C. x.y+x’.z’+y.z

D. x’.y+x’.z’+y.z

Right Answer is: C

SOLUTION

Changing (+) to (.) and vice-versa and by replacing 0’s with 1’s and 1’s with 0’s, the dual of the expression can be obtained.


Q. 191312 The dual of the boolean expression X.X’ = 0 is


A. X+X=1

B. X+X’=0

C. X’+X’=1

D. X+X’=1

Right Answer is: D

SOLUTION

Changing (+) to (.) and vice-versa and by replacing 0’s with 1’s and 1’s with 0’s, the dual of the expression can be obtained.


Q. 191313 NAND and NOR are universal gates because


A. these gates were the first to develop.

B. these gates are combination of NOT, AND, OR gates.

C. any circuit diagram is possible using these two gates.

D. these gates follow distributive law.

Right Answer is: C

SOLUTION

NAND and NOR are functionally complete gates, i.e., any gate can be formed using these two gates.


Q. 191314 When we pass 1001100 to NOT gate, the output is


A. 1110011.

B. 1111000.

C. 0110011.

D. 0010111.

Right Answer is: C

SOLUTION

The output of the NOT gate is always the reverse of the input. Here, 1 will be replaced by 0 and 0 will be replaced by 1.


Q. 191315 The difference between the boolean variable and the algebraic variable is


A. processing is fast in boolean variable.

B. boolean variable is easy to use.

C. boolean variable takes only two values.

D. boolean variables are more widely used.

Right Answer is: C

SOLUTION

In the ordinary algebra, the variables can take any value like 1,2,3, etc. but the boolean variables can take only two values 0 and 1.


Q. 191316 The complement of A(B+C)(C+D’) is


A. A+C’+C’D.

B. A’+B’C+C’D.

C. A+B’C’+C’D’.

D. A’+B’C’+C’D.

Right Answer is: D

SOLUTION

[A(B+C)(C+D’)]’ = A’ + (B+C)’ + (C + D’)’ = A’ + B’C’ + C’D.


Q. 191317 The purpose of reducing the switching functions to the minimal form is


A. to enhance the output.

B. to carry the calculations.

C. to reduce the cost.

D. to attract the users.

Right Answer is: C

SOLUTION

The main purpose is to reduce the number of gates required to build that function. Reduction of the gates reduces the cost of the circuit.


Q. 191318 The POS form of xy + x’z is


A. ((x’+y’)(x+z’))’.

B. ((x’+y’)(x+z’)).

C. ((x’+y’)(x+z))’.

D. ((x’+y)(x+z’))’.

Right Answer is: A

SOLUTION

(xy +x’z) = (xy +x’z)’ = ((xy)’.(x’z)’)’ = ((x’ + y’)(x + z’))’.


Q. 191319 The dual of (x + y’) is


A. x’y’.

B. x’+y.

C. x’y.

D. xy’.

Right Answer is: D

SOLUTION

Changing (+) to (.) and vice-versa and by replacing 0’s with 1’s and1’s with 0’s, the dual of the expression can be obtained.


Q. 191320 The purpose of Karnaugh maps is


A. to maximize the boolean expression.

B. to correct the boolean expression.

C. to verify the boolean expression.

D. to minimize the Boolean expression.

Right Answer is: D

SOLUTION

The Karnaugh map, also known as a Veitch diagram, is a tool to facilitate the simplification of boolean algebra integrated circuit expressions.


Q. 191321 The XOR gate


A. produces 0 if the number of 1 inputs is odd.

B. produces 1 if the number of 1 inputs is even.

C. produces 1 if the number of 1 inputs is odd.

D. produces 1 if the number of 0 inputs is odd.

Right Answer is: C

SOLUTION

XOR gate has two or more inputs but one output,. It produces output 1 for only those input combinations that have odd number of 1's.


Q. 191322 Out if the following, the fallacy is


A. Exercise is necessary for good health.

B. Desert rats can survive longest without water.

C. Sound needs a medium to travel.

D. A camel’s hump stores water.

Right Answer is: D

SOLUTION

If the result is always FASLE or 0 it is called fallacy.


Q. 191323 The correct logical statement is


A. Dinosaurs are extinct.

B. Add the numbers.

C. Switch on the radio.

D. Finish your homework.

Right Answer is: A

SOLUTION

Sentences which can be determined to be true or false are called logical statements or truth functions and the results TRUE or FALSE are called truth values.


Q. 191324 The equivalent operator for disjunction is


A. AND

B. OR

C. NOT

D. NOR

Right Answer is: B

SOLUTION

OR operator denotes operation called logical addition and the symbol used for it is +.


Q. 191325 The equivalent operator for conjugation is


A. AND.

B. OR.

C. NOT

D. NOR.

Right Answer is: A

SOLUTION

AND operator performs another important operation of boolean algebra called logical multiplication and the symbol for AND operation is (.) dot.


Q. 191326 The graphic representation of a truth table is


A. Venn diagram.

B. K-map.

C. Truth Table.

D. AND logic gate.

Right Answer is: B

SOLUTION

Karnaugh map or K-map is a graphical display of the fundamental products in a truth table. Karnaugh map is nothing but a rectangle made up of certain number of squares, each square representing a Maxterm or Minterm.


Q. 191327 NOR and NAND gates are also called


A. inverted gates.

B. combination gates.

C. universal gates.

D. dual gates.

Right Answer is: C

SOLUTION

NAND gates are one of the two basic logic gates (the other being NOR logic) from which any other logic gates can be built. Due to this property, NAND and NOR gates are sometimes called "universal gates".


Q. 191328 The AND gate


A. outputs 1 if any input is 1.

B. outputs 1 only if all inputs are 1.

C. outputs 1 if any input is 0.

D. outputs 0 if all inputs are 1.

Right Answer is: B

SOLUTION

AND operator performs another important operation of boolean algebra called logical multiplication and the symbol for AND operation is (.) dot. Thus, X.Y will be read as X AND Y.
The rules for AND operation are :
0.0=0
0.1=0
1.0=0
1.1=1


Q. 191329 The NOT gate


A. has 2 inputs and one output.

B. has 1 input and 2 outputs.

C. outputs 1 if input is 0.

D. outputs 1 if input is 1.

Right Answer is: C

SOLUTION

NOT operator operates on single variable and operation performed by NOT operator is called complementation.


Q. 191330 When all 1s of a group are part of other groups, in a K-map, it is called a


A. overlapped group.

B. rolled over group.

C. reduced group.

D. redundant group.

Right Answer is: D

SOLUTION

Redundant Group is a group whose all 1's are overlapped by other groups (i.e., pairs, quads, octets). The removal of redundant group leads to much simpler expression.


Q. 191331 The logic gate for the following truth table is


A. two-input OR gate.

B. exclusive OR gate.

C. two-input AND gate.

D. exclusive NOR gate.

Right Answer is: A

SOLUTION

The OR operator denotes operation called logical addition and the symbol we use for it is +. The + symbol, therefore, does not have the 'normal' meaning, but is a logical addition or logical OR symbol. Thus A+B can be read as A OR B.


Q. 191332 The squares are numbered in the K-map using the


A. Gray code.

B. boolean values.

C. minterms.

D. canonical terms.

Right Answer is: A

SOLUTION

Gray code is the binary code in which each successive number differs only in one place.


Q. 191333 The different boolean functions of degree n are


A. 3n.   

B. n2.

C. 23.

D. 2n.

Right Answer is: D

SOLUTION

There are 2n different n-tuples of 0s and 1s. A Boolean function is an assignment of 0 or 1 to each of these 2n different n-tuples. 


Q. 191334 Describe the Logical Operators in Boolean Algebra.
A. 3n.   
B. n2.
C. 23.
D. 2n.

Right Answer is:

SOLUTION

Mathematical operators like +, -, /, * are used with variables to form algebraic expressions, like, a + b – c*d.
NOT, AND and OR are logical operators used to form logical expressions, such as, NOT French, English AND German, English OR German.

NOT operator
Not French - the only specification is that the person should not be French.
The Venn diagram below shows X as the set of French persons, the rest of the area, leaving X, represents those other than French, i.e. X. Thus, the bar negates X, or stands for the complement of X.

 

 

X

_

X

0

1

1

0

 

Truth Table for NOT operator
NOT operates on a single variable hence is a unary operator.

The AND operator

English AND German - our search is narrowed, as we can consider only those who know English as well as German. The logical AND operator is represented by '.' and is called logical multiplication. The Venn diagram shows the rectangle as all the available people, F is English speakers, H is German speakers and the overlapping part is people who know both. AND allows us to pick up only from the overlapped part.

 

X

Y

X . Y

0

0

0

0

1

0

1

0

0

1

1

1

 

 

 


Truth Table for AND operator
The truth table shows that if X and Y both, are 1, the result of X.Y is 1.

The OR operator

English OR German - our search is broadened, as we can consider people who know English, those who know German, or both. The logical OR operator is represented by '+' and is called logical addition. The Venn diagram shows the rectangle as all the available people, F is English speakers, H is German speakers and the overlapping part is people who know both. OR allows us to pick up from any of the areas covered by F and H.

X

Y

X + Y

0

0

0

0

1

1

1

0

1

1

1

1

 

 

 


Truth Table for OR operator

The truth table shows that if X or Y is 1, the result of X + Y is 1.


Q. 191335 State the De Morgan’s Theorems. Prove the first theorem.
A. 3n.   
B. n2.
C. 23.
D. 2n.

Right Answer is:

SOLUTION

 

De Morgan’s two theorems are: 1 2 and

 

 

The first theorem says that when the sum(OR) of two variables is inverted, this is the same as inverting each variable individually and then ANDing these inverted variables.

According to Complementarity Law

(1) and
(2)

The first of these laws states that when a logical variable (or expression) is added to its complement, the output is 1.
The second law states that when a logical variable (or expression) is multiplied with its complement, the output is 0.
Let us assume A = X + Y where A, X and Y are logical variables.
According to the Complimentarity Law, and

If A = X + Y, then, A = X + Y ,

+ which according to De Morgan’s first theorem is equal to X.Y So, we will try to prove that

(X + Y) + X . Y = 1 and (X + Y) . X Y = 0

Proving (X + Y) + X . Y = 1

Proving (X + Y).X Y = 0

Thus De Morgan’s first theorem is proved.

Thus De Morgan’s first theorem is proved.


Q. 191336 To connect two offices in two different countries, we can use


A. LAN.

B. MAN.

C. WAN.

D. WLL.

Right Answer is: C

SOLUTION

WAN stands for Wide Area Network. As the name suggests, it is a computer network that covers a far wider area than a LAN (Local Area Network). WANs cover cities, countries, continents and the whole world.


Q. 191337 To connect two rooms of an office in a building, we can use


A. MAN.

B. WAN.

C. WLL.

D. LAN.

Right Answer is: D

SOLUTION

A local area network (LAN) is a computer network covering a small physical area like home, office or small group of buildings such as a school or an airport.


Q. 191338 A node


A. is a server on a network.

B. is a router.

C. is any computer on a network.

D. is present only in star topology.

Right Answer is: C

SOLUTION

A node is any device connected to a computer network. Nodes can be computers, Personal Digital Assistants (PDAs), cell phones or various other network appliances. On an IP network, a node is any device with an IP address.


Q. 191339 Topology is the


A. manner in which data is transmitted.

B. interconnection of dissimilar networks.

C. pattern of inter-connection of nodes.

D. number of nodes in a network.

Right Answer is: A

SOLUTION

Topology refers to the way in which the network of computers is connected. Each topology is suited to specific tasks and has its own advantages and disadvantages.


Q. 191340 If the central node fails, the network is inoperable in


A. bus topology.

B. star topology.

C. ring topology.

D. tree topology.

Right Answer is: B

SOLUTION

A star topology is one of the most common network setups where each of the devices and computers on a network connects to a central hub.


Q. 191341 A disadvantage of bus topology is its


A. long cable length.

B. complexity.

C. centralization.

D. fault diagnosis problem.

Right Answer is: D

SOLUTION

Although bus topology is very simple, fault detection is very difficult in it. Hence, it is a disadvantage.


Q. 191342 LAN stands for


A. Large Application Number.

B. Large Authorised Network.

C. Local Area Network.

D. Large Authorisation Network.

Right Answer is: C

SOLUTION

A Local Area Network (LAN) is a computer network covering a small physical area like a home, office or small group of buildings such as a school or an airport.


Q. 191343 WAN stands for


A. Wide Area Network.

B. World Action Number.

C. Wide Action Normalization.

D. World Area Network.

Right Answer is: A

SOLUTION

Wide Area Network (WAN) is a computer network that covers a broad area, i.e., any network whose communication links cross metropolitan, regional or national boundaries.


Q. 191344 A protocol that allows a computer to use the internet protocol with a standard voice-grade telephone line and a high-speed modem, is known as


A. SLIP.

B. WLL.

C. XML.

D. MOSAIC.

Right Answer is: A

SOLUTION

The Serial Line Internet Protocol (SLIP) is a mostly obsolete encapsulation of the Internet Protocol designed to work over serial ports and modem connections.


Q. 191345 A program that allows to search the files of the internet Gopher servers for a particular search string, is known as:


A. Archie.

B. Veronica.

C. WAIS.

D. cracker.

Right Answer is: B

SOLUTION

Veronica is a search engine system for the Gopher protocol, developed in 1992 by Steven Foster and Fred Barrie at the University of Nevada, Reno.


Q. 191346 A computer on the network, which provides services to users or other computers on that network, is known as:


A. 3G.

B. cookie.

C. archie.

D. host.

Right Answer is: D

SOLUTION

Host System’s usually run a multi-user operating system such as Unix, MVS or VMS, or at least an operating system with network services such as Windows NT, NetWare NDS or NetWare Bindery.  


Q. 191347 The advantage of optical fibers is that it is


A. cheap.

B. minimum cost of installation.

C. hardware compatibility.

D. free from disturbances.

Right Answer is: D

SOLUTION

The advantage of optical fibers is that it is free from any type of disturbances like noise distortion.


Q. 191348 A network device, which is used to connect two local networks with different types of cables, is known as


A. repeater.

B. bridge.

C. router.

D. gateway.

Right Answer is: B

SOLUTION

A bridge is a device that helps to link two networks together. They are smart enough to know which computers are on which side of the bridge, so they only allow those messages that need to get to the other side to cross the bridge.


Q. 191349 A device that provides a central connection point for cables from workstations, server, and peripherals is known as


A. hub.

B. concentrator.

C. gateway.

D. modem.

Right Answer is: B

SOLUTION

Concentrator is a device that connects a number of circuits, which are not used at once, to a smaller group of circuits for economy.


Q. 191350 A computer device that allows to connect and communicate with other computers via telephone lines is known as


A. modem.

B. gateway.

C. switch.

D. hub.

Right Answer is: A

SOLUTION

Modem is a device that modulates an analog carrier signal to encode digital information and also demodulates such a carrier signal to decode the transmitted information.


Q. 191351 The messages that a web server transmits to a web browser so that the web server can keep track of the user’s activity on a specific web site is known as


A. cookies.

B. firewall.

C. biometric systems.

D. smart cards.

Right Answer is: A

SOLUTION

Cookies are the parcels of text sent by a server to web client and then sent back unchanged by the client each time it accesses that server. HTTP cookies are used for authenticating session and maintaining specific information about users.


Q. 191352 The bleeding of signal from one wire to another, which can corrupt signal and cause network error is known as


A. IC talk.

B. crosstalk.

C. corrupt talk.

D. interrelated talk.

Right Answer is: B

SOLUTION

Any phenomenon by which a signal transmitted on one circuit or channel of transmission system creates an undesirable effect in another circuit or channel is known as crosstalk. It is caused by capacitive, inductive or conducting coupling from one circuit to another.


Q. 191353 A network established in small area is known as:


A. MAN.

B. VAN.

C. LAN.

D. WAN.

Right Answer is: C

SOLUTION

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.


Q. 191354 A two-way videophone conversation among multiple participants is called


A. chatting.

B. video-conferencing.

C. multi-conferencing.

D. two-way crosstalk.

Right Answer is: B

SOLUTION

Video-conferencing is a set of interactive telecommunication technologies, which allow two or more location to interact via two-way video and audio transmission simultaneously.


Q. 191355 Programmers interested in gaining knowledge for playing pranks are known as


A. crackers.

B. cookies.

C. hackers.

D. host.

Right Answer is: C

SOLUTION

In computer security and everyday language, a hacker is someone who breaks into computers and computer networks. Hackers may be motivated by a multitude of reasons, including profit, protest, or because of the challenge.


Q. 191356 The characters based naming system by which servers are identified is known as


A. domain name system.

B. server name system.

C. character based system.

D. data based system.

Right Answer is: A

SOLUTION

DNS is a hierarchical naming system for computer, services or any resource participating in the internet. It also associates various information with domain names assigned to such participants.


Q. 191357 The device that amplifies a signal being transmitted on the network is known as


A. bridge.

B. router.

C. repeater.

D. switch.

Right Answer is: C

SOLUTION

A repeater is an electronic device that receives a signal and retransmits it at a higher level, so that, the signal can cover longer distances without degradation.


Q. 191358 A hardware device, which is used to connect various computers together, is known as


A. hub.

B. concentrator.

C. connector.

D. switch.

Right Answer is: A

SOLUTION

A hub is a small rectangular box, often made up of plastic that receives its power from an ordinary wall outlet. A hub joins multiple computers to form a single network segment.


Q. 191359 Modulation techniques are of


A. one type.

B. two types.

C. three types.

D. four types.

Right Answer is: C

SOLUTION

There are 3 types of modulation techniques: Amplitude modulation, Frequency modulation and Phase modulation.


Q. 191360 The process of sending data on a wave is known as


A. modulation.

B. amplification.

C. frequency distribution.

D. crest formation.

Right Answer is: A

SOLUTION

Modulation is the process of varying a periodic waveform i.e. a tone, in order to use that signal to convey a message.


Q. 191361 The topology where each workstation is directly linked to a central node is


A. star.

B. bus.

C. ring.

D. circle.

Right Answer is: A

SOLUTION

In "star" topology communication between stations is passed through the central node.


Q. 191362 The pattern of interconnection of nodes in a network is called the


A. node connection.

B. topology.

C. topography.

D. nodal system.

Right Answer is: B

SOLUTION

Network topology is the study of the arrangements or mapping of the elements of a network, especially the physical and logical interconnection between nodes.


Q. 191363 An eight-wire connector, which is used to connect computers on LANs especially Ethernets is


A. RJ-45.

B. RJ-50.

C. RJ-55.

D. RJ-60.

Right Answer is: A

SOLUTION

RJ-45 is a registered jack connector and wiring pattern used for connection of a high-speed modem to a telephone network using a keyed 8P8C (8 position 8 contact) modular connector. 8P8C plugs and sockets are most regularly used as Ethernet connector.


Q. 191364 Messages to keep track of user's activity are


A. data packets.

B. proxy server.

C. circuit-level gateway.

D. cookies.

Right Answer is: D

SOLUTION

Cookies are messages that a web server transmits to a browser so that the server can keep track of user's activity on a particular site.


Q. 191365 A large computer network that spans a metropolitan area or campus is known as


A. LAN

B. WAN

C. MAN

D. ZAN

Right Answer is: C

SOLUTION

A MAN is optimized for a larger geographical area than LAN, ranging from several blocks of building to entire cities.


Q. 191366 The standard, which forms the second-generation (2G) mobile phone system, is


A. GMSK.

B. GPRS.

C. ETSI.

D. GSM.

Right Answer is: D

SOLUTION

GSM (Global System for Mobile communication) is a digital mobile telephony system that is widely used in all over the world. GSM is so called because it differs from its predecessors in both signaling and speech channels.


Q. 191367 The general-purpose specification for creating custom markup language is


A. XML

B. HTML

C. HTTP

D. FTTP

Right Answer is: A

SOLUTION

XML is extensible markup language, which allows the user to define the mark-up elements.


Q. 191368 Difference between the highest and lowest frequencies of a transmission channel is known as


A. baud.

B. amplitude.

C. frequency difference.

D. bandwidth.

Right Answer is: D

SOLUTION

Bandwidth is the measure of available or consumed data communication resources expressed in bit or multiple of bits.


Q. 191369 Thousand bits transmitted per second is known as


A. bps.

B. gps.

C. mps.

D. rps.

Right Answer is: A

SOLUTION

Bit rate(bps) is the number of bits that are conveyed or processed per unit of time. Bit rate is quantified using the bits per second unit, often in conjunction with an SI prefix such as kilo, mega, giga or tera.


Q. 191370 Which transmission requires direct lne-of-sight


A. infrared.

B. laser.

C. microwave.

D. radio wave.

Right Answer is: B

SOLUTION

The laser transmission requires direct line-of-sight. The laser transmission is point-to-point transmission, typically between buildings


Q. 191371 The malicious programmers, who break into secure system, are known as


A. hackers.

B. crackers.

C. authenticators.

D. designers.

Right Answer is: B

SOLUTION

Cracker is a person, who breaks security, encryption or digital rights management scheme.


Q. 191372 CDMA stands for


A. Code Duplication Multiple Access.

B. Character Division Multiple Access.

C. Code Division Multiple Access.

D. Character Duplication Multiple Access.

Right Answer is: C

SOLUTION

CDMA is a channel access method utilized by various radio communication technologies.


Q. 191373 The system designed to prevent unauthorized access to or from, private networks is called


A. cookies.

B. biometric system.

C. encrypted smart card.

D. firewall.

Right Answer is: D

SOLUTION

A firewall is an integrated collection of security measures designed to prevent unauthorized access to a networked computer system.


Q. 191374 To convert the term YZ into a minterm for 3 inputs X,Y,Z


A. multiply it with  (X+X’).

B. add  (X+X’).

C. add  (X.X’).

D. multiply it with  (X.X’).

Right Answer is: A

SOLUTION

MINTERM is a product of all the literals (with or without the bar) within the logic system.


Q. 191375 The precedence of logical operators, from highest to lowest is


A. AND  OR  NOT.

B. NOT  OR  AND.

C. OR  AND  NOT.

D. NOT  AND  OR.

Right Answer is: D

SOLUTION

Logic statements or truth functions are combined with the help of Logical Operators like AND, OR and NOT to form a Compound Statement or Logical function.


Q. 191376 A Half Adder


A. adds the latter half of a number.

B. adds the front half of the number.

C. adds 2 bytes.

D. adds 2 bits.

Right Answer is: D

SOLUTION

A half adder adds two bits together but cannot add in a carry from a previous operation.


Q. 191377 The XOR operation is represented by


A. $.

B. &.

C. ^.

D. .

Right Answer is: D

SOLUTION

The XOR Gate produces output 1 for only those input combinations that have odd number 1's.


Q. 191378 NOR gate is 


A. inverted OR gate.

B. inverted AND gate.

C. is also known as AND gate.

D. inverted XOR gate.

Right Answer is: A

SOLUTION

The NOR gate has two or more input signals but only one output signal. If all the inputs are 0 (i.e., low), then the output signal is 1 (high).


Q. 191379 The dual of XY + X’Y is


A.  

X’Y’ + XY’

 

B.  

(X+Y).(X’+Y)

 

C.  

(X’+Y’).(X+Y’)

 

D. (X+Y).(X+Y)

Right Answer is: B

SOLUTION

Use duality principle, changing (+) to (.) and vice-versa and by replacing 0's with 1's and 1's with 0's.


Q. 191380 AND operations are also called


A. logical multiplication.

B. logical division.

C. logical addition.

D. logical subtraction.

Right Answer is: A

SOLUTION

AND Operator performs another important operation of boolean algebra called logical multiplication and the symbol for AND operation is (.) dot. Thus X.Y will be read as X and Y.


Q. 191381 OR operations are also called


A. logical multiplication.

B. logical division.

C. logical addition.

D. logical subtraction.

Right Answer is: C

SOLUTION

OR operator denotes operation called logical addition and the symbol used for it is '+'. The + symbol, therefore, does not have the 'normal' meaning but it is a logical addition or logical OR symbol. The X+Y can be read as X OR Y.


Q. 191382 NOT is also called


A. Inverter.

B. Converter.

C. Opposer.

D. Terminator.

Right Answer is: A

SOLUTION


Q. 191383 The dual of   (X+0).(X.1.X’)   is


A. (X.1) + (X+0+X’)

B. (X’.0) + (X’+1+X)

C. (X+1) . (X.0.X’)

D. (X’+1) . (X’.0.X)

Right Answer is: A

SOLUTION

Use duality principle, changing (+) to (.) and vice-versa and by replacing 0's with 1's and 1's with 0's.


Q. 191384 The Idempotence Law states that


A. X + X

B. X.X'

C. X+X''

D. take its dual

Right Answer is: B

SOLUTION

Idenpotence Law staes that a) X + X =X b) X.X = X


Q. 191385 Among the following, the fallacy statement is


A. Exercise is necessary for good health.

B. Desert rats can survive longest without water.

C. Sound needs a medium to travel.

D. A camel's hump stores water.

Right Answer is: D

SOLUTION

A statement which is always false is fallacy.


Q. 191386 If there are 4 inputs, the number of input combinations that can be there in the truth table are


A. 44.

B. 24.

C. 23.

D. 22.

Right Answer is: B

SOLUTION

If there are n inputs, then the number of possible combinations are n!.


Q. 191387 In a product term


A. boolean values are multiplied.

B. different sum terms are multiplied.

C. boolean variables are connected by * operator.

D. boolean variables are connected by AND operator.

Right Answer is: D

SOLUTION

When a boolean expression is represented purely as product of Maxterms, it is said to be in canonical product-of-sum form of expression.


Q. 191388 Idempotence law states that


A. X + X = X

B. X - X = X

C. X + X = 2X

D. X - X = 0

Right Answer is: A

SOLUTION

The two postulates of Idempotence law states that: X + X = X X . X = X


Q. 191389 ‘Break the line and change the sign’ refers to


A. Basic postulates of Boolean Algebra.

B. Absorption Law.

C. De Morgan’s theorems.

D. Principle of Duality.

Right Answer is: C

SOLUTION

DeMorgan's theorem's are :


Q. 191390 The K-Map is also known as


A. Karn map.

B. POS map.

C. Karnnaugh map.

D. SOP map.

Right Answer is: C

SOLUTION

Karnaugh map or K-map is a graphical display of fundamental products in a truth table.


Q. 191391 In a K-map with 4 variables, each quad will


A. have 3 variables.

B. have 4 variables.

C. have 2 variables.

D. have 8 variables.

Right Answer is: C

SOLUTION

The Karnaugh map, also known as a Veitch diagram (KV-map or K-map for short), is a method to simplify Boolean algebra expressions.


Q. 191392 Gates are also known as 


A. main gates.

B. logic circuits.

C. output gates.

D. input circuits.

Right Answer is: B

SOLUTION

Gates are digital circuits because the input and output signals are either low voltage or high voltage. Gates are often called logic circuits because they can be analyzed with boolean algebra.


Q. 191393 The OR gate


A. outputs 1 if any input is 1.

B. outputs 1 only if all inputs are 1.

C. outputs 0 if any input is 0.

D. outputs 0 if all inputs are 1.

Right Answer is: A

SOLUTION

OR operator denotes operation called logical addition and the symbol used for it is '+'. For OR operation, the possible input and output combinations are as follows :
0+0=0
0+1=1
1+0=1
1+1=1  


Q. 191394 The system of security, which uses fingerprints for identification is known as


A. biometric systems.

B. firewall.

C. encrypted smart card.

D. cookies.

Right Answer is: A

SOLUTION

In IT, biometrics refers to technologies that measure and analyze human body characteristics such as fingerprints, eye retinas, irises, voice patterns, facial patterns and hand measurements for authentication purposes.


Q. 191395 An internet facility that lets you log onto remote computer system is called


A. telnet.

B. www.

C. web hosting.

D. web browsing.

Right Answer is: A

SOLUTION

Telnet refers to a software, which implements the client part of the protocol.Telnet offers users the capability of running programs remotely and facilitates remote administration.


Q. 191396 The coaxial cables are of


A. one type.

B. two types.

C. three types.

D. four types.

Right Answer is: B

SOLUTION

There are two types of coaxial cables: Thicknet and Thinnet cables.


Q. 191397 A cable consisting of a solid wire core surrounded by one or more wire shields is


A. twisted pair.

B. copper wire.

C. optical fibre.

D. coaxial cable.

Right Answer is: D

SOLUTION

Coaxial cables are usually made of a conducting wire. One layer is of insulation, another layer of conducting material. Such cables are used as a high-frequency transmission line to carry a high-frequency or broadband signal.


Q. 191398 Rules applicable for networking is


A. paradigms.

B. simple formats.

C. packets.

D. protocols.

Right Answer is: D

SOLUTION

A protocol means the rules that are applicable for a network, they define standardised formats.


Q. 191399 Store and forward principle applies to


A. message switching.

B. circuit switching.

C. packet switching.

D. network switching.

Right Answer is: A

SOLUTION

Store and forward principle applies to message switching. Data is stored first in buffer and then delivered to the destination.


Q. 191400 A device that provides central connection point for cables from workstations is


A. concentrator.

B. repeater.

C. connector.

D. Ethernet card.

Right Answer is: A

SOLUTION

A concentrator is a device that provides a central connection point for cables from workstations, servers and peripherals.


PreviousNext