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

PreviousNext

Q. 192001 Explain Octal Number System and convert octal number (20)8 to a decimal number.
A. 5E.AC.
B. EA.C5.
C. AE.5C.
D. CE.5A.

Right Answer is:

SOLUTION

Octal Number System:

It is a system with base 8. This number system has 8 digits from (0-7). It is a shorthand method of expressing binary quantities.

In this system, there exist 8 combinations of 3-bit binary numbers. 
The octal number (20)8 can be converted to a decimal number as follows:

(20)8 = 2 * 81 +0 * 80

            =  16+0

            = (16)10


Q. 192002 Compare and contrast Binary Number System and Decimal Number System.
A. 5E.AC.
B. EA.C5.
C. AE.5C.
D. CE.5A.

Right Answer is:

SOLUTION

The differences between the Binary Number System and Decimal Number System are as follows:

Binary Number System

Decimal Number System

1) It is a number system with base 2.

1) It is a number system with base 10.

2) This number system contains only two digits, i.e., 0 and 1.

2) It contains digits from (0-9).

3) The output of this system is only in two digits, i.e., 0 and 1.

3) Here, the output is in integer value.

4) It is more efficient.

4) It is less efficient.


Q. 192003 Give the relationship between all the four number systems in a tabular format.
 
A. 5E.AC.
B. EA.C5.
C. AE.5C.
D. CE.5A.

Right Answer is:

SOLUTION

Decimal

Binary

Octal

Hexadecimal

0

0000

0

0

1

0001

1

1

2

0010

2

2

3

0011

3

3

4

0100

4

4

5

0101

5

5

6

0110

6

6

7

0111

7

7

8

1000

10

8

9

1001

11

9

10

1010

12

A

11

1011

13

B

12

1100

14

C

13

1101

15

D

14

1110

16

E

15

1111

17

F

 


Q. 192004 The abbreviation 'ta' is used to represent


A. memory refreshing time.

B. memory access time.

C. memory output time.

D. memory scheduling time.

Right Answer is: B

SOLUTION

The amount of time that it takes for the memory to produce the data required, from the start of the access until when the valid data is available for use, is called the memory's access time, sometimes abbreviated as ta.


Q. 192005 The full form of DMP is


A. Dot Matrix Printer.

B. Data Modulation Printer.

C. Data Matrix Printer.

D. Dot Modulation Printer.

Right Answer is: A

SOLUTION

A dot matrix printer is a most popular serial printer i.e., it prints one character at a time.


Q. 192006 The storage device which can be used for storing large back up data is a


A. floppy disk.

B. pen drive.

C. magnetic tape.

D. RAM.

Right Answer is: C

SOLUTION

Magnetic tape has been used for data storage for over 50 years.


Q. 192007 A computer that deals with physical quantities and measures rather than counting is called


A. abacus.

B. digital computer.

C. analog computer.

D. supercomputer.

Right Answer is: C

SOLUTION

It is a form of computer that uses continuous physical phenomena such as electrical and mechanical quantities to model the problem being solved.


Q. 192008 Line printers and character printers are examples of


A. impact printer.

B. non-impact printer.

C. electrostatic printer.

D. electromagnet printer.

Right Answer is: A

SOLUTION

In impact printer, there is a mechanical contact between the print head and the paper.


Q. 192009 An example of input device is


A. monitor.

B. speaker.

C. MICR.

D. printer.

Right Answer is: C

SOLUTION

MICR stands for Magnetic Ink Character Reader. It is a character reading technology adopted mainly by the banking industry to facilitate the processing of cheques.


Q. 192010 The port which comes in the form of 25 pin female connector is a


A. USB port.

B. parallel port.

C. serial port.

D. AGP port.

Right Answer is: B

SOLUTION

Parallel ports can send or receive a byte (8 bit) at a time. Unlike, the serial port these 8 bits are transmitted parallel to each other.


Q. 192011 The port which comes in the form of 9 - pin or 25 - pin male connector is a


A. USB port.

B. parallel port.

C. serial port.

D. AGP port

Right Answer is: C

SOLUTION

A serial port is a serial communication physical interface through which information transfers in or out one bit at a time.


Q. 192012 The port which is also called as printer port or centronics port is a


A. serial port.

B. parallel port.

C. bluetooth.

D. USB port.

Right Answer is: B

SOLUTION

A parallel port is a type of interface found on computers for connecting various peripherals.


Q. 192013 The ports used to connect devices like printers, scanners, CD writer are


A. serial ports.

B. AGP ports.

C. parallel ports.

D. IR ports

Right Answer is: C

SOLUTION

Parallel ports can send or receive a byte (8 bits) at a time. Unlike the serial port, these 8 bits are transmitted parallel to each other.


Q. 192014 The decimal equivalent of 101011 is


A. 39.

B. 43.

C. 41.

D. 42.

Right Answer is: B

SOLUTION

1x(2^0) +1x(2^1)+0x (2^2) + 1x (2^3) + 0x(2^4) + 1x(2^5)=43.


Q. 192015 164 in binary form can be represented as


A. 10001010.

B. 10010010.

C. 10100100.

D. 11011100.

Right Answer is: C

SOLUTION

Divide successively by 2 and write the remainders from bottom to up.


Q. 192016 The conversion of binary number 10101000 into decimal form is


A. 168.

B. 169.

C. 170.

D. 171.

Right Answer is: A

SOLUTION

Multiple each digit with the weights of 2.


Q. 192017 The conversion of binary number 101010101011 into hexadecimal form is


A. AAB.

B. ABC.

C. ADC.

D. AEF.

Right Answer is: A

SOLUTION

Group the number into fours. Write the corresponding hexadecimal equivalent.


Q. 192018 The conversion of binary number 10101011 into hexadecimal form is


A. AE.

B. AB.

C. DF.

D. AC.

Right Answer is: B

SOLUTION

Group the number into fours. Write the corresponding hexadecimal equivalent. Here binary number 1010 = A and 1011 = B


Q. 192019 The conversion of decimal number 65 into binary number, will be


A. 1011010.

B. 1000001.

C. 1000001.

D. 0100110.

Right Answer is: B

SOLUTION

Divide successively by 2 and write the remainders from bottom to top.


Q. 192020 199 is a decimal number, when converted to binary, it becomes


A. 1010101.

B. 0101001.

C. 1101010.

D. 11000111.

Right Answer is: D

SOLUTION

Divide successively by 2 and write the remainders from bottom to top.


Q. 192021 The conversion of binary number 11101011 into hexadecimal form is


A. EC.

B. EB.

C. E
A.

D. ED.

Right Answer is: B

SOLUTION

Group the number into fours. Write the corresponding hexadecimal equivalent.


Q. 192022 The conversion of binary number 101110101111 into hexadecimal form is


A. BAD.

B. BAF.

C. BDF.

D. BCE.

Right Answer is: B

SOLUTION

Group the number into fours. Write the corresponding hexadecimal equivalent. 1011 1010 1111 is equivalent to B A F.


Q. 192023 The conversion of decimal number 45 into binary number, will be


A. 101101.

B. 010100.

C. 110011.

D. 010011.

Right Answer is: A

SOLUTION

Divide successively by 2 and write the remainders from top to down.


Q. 192024 The conversion of decimal number 100 into binary number, will be


A. 1100100.

B. 0101010.

C. 1110000.

D. 0101011.

Right Answer is: A

SOLUTION

Divide successively by 2 and write the remainders from top to down.


Q. 192025 The number 11011110101110 in hexadecimal format will be


A. 34AB.

B. 32BD.

C. 37AE.

D. 35AC.

Right Answer is: C

SOLUTION

First of all, grouping of numbers in four digits group is done, i.e., 11,0111,1010,1110. The number is converted to 37AE. Thus, the solution is 37AE.


Q. 192026 The one’s complement form of –17 is


A. 11110101.

B. 11101010.

C. 11101111.

D. 11101110.

Right Answer is: D

SOLUTION

The positive expression of number is 00010001. Its complement is 11101110.


Q. 192027 The conversion of binary number 10101111 into hexadecimal form is


A. AF.

B. AB.

C. AC.

D. AD.

Right Answer is: A

SOLUTION

Group the number into fours. Write the corresponding hexadecimal equivalent.


Q. 192028 The hexadecimal system is also a


A. positional value system.

B. postfix system.

C. prefix system.

D. binary fix system.

Right Answer is: A

SOLUTION

The hexadecimal system is also a positional value system, wherein each hexadecimal digit has its own value or weight expressed as a power of 16.


Q. 192029 The term binary digit is abbreviated with the term


A. bin.

B. bit.

C. bidi.

D. bd.

Right Answer is: B

SOLUTION

Bit is a binary digit, taking a logical value of either "1" or "0" (also referred to as "true" or "false" respectively). Binary digits are a basic unit of information storage and communication in digital computing and digital information theory.


Q. 192030 The decimal system is also called the


A. base-10 system.

B. base-9 system.

C. prefix system.

D. binary fix system.

Right Answer is: A

SOLUTION

The decimal system is composed of 10 numerals or symbols. These 10 symbols are 0,1,2,3,4,5,6,8,9; using these symbols as digits of a number, we can express any quantity.


Q. 192031 MSD stands for


A. More Standard Digit.

B. Most Standard Digit.

C. More Significant Digit.

D. Most Significant Digit.

Right Answer is: D

SOLUTION

The rightmost digit of a decimal number is known as the Most Significant Digit.


Q. 192032 LSD stands for


A. Lower Standard Digit.

B. Least Standard Digit.

C. Lower Significant Digit.

D. Least Significant Digit.

Right Answer is: D

SOLUTION

The leftmost digit in a decimal number is referred to as the Least Significant Digit.


Q. 192033 The decimal point in decimal number system is used to


A. separate the MSD and LSD of the number.

B. separate the integer and fractional part of the number.

C. separate the integer and binary part of the number.

D. separate the binary and fractional part of the number.

Right Answer is: B

SOLUTION

In 25.12, the decimal point is used to separate 25 and 12, i.e., integer and fractional part of the number.


Q. 192034 The hexadecimal representation of 1010111010 is


A. AB2.

B. 2AB.

C. 2B
A.

D. BA2.

Right Answer is: C

SOLUTION

Group into 4 and express the groups in hexadecimal. 1010 = A, 1011 = B and 01 = 2


Q. 192035 The octal representation of 1011110100011 is


A. 13643 .

B. 36477 .

C. 13640 .

D. 16473 .

Right Answer is: A

SOLUTION

Divide into groups of three starting from left to right and express the groups in decimal. 1011110100011 can be grouped as 1 011 110 100 011, i.e., 13643


Q. 192036 The decimal equivalent of 101010 is


A. 39.

B. 40.

C. 41.

D. 42.

Right Answer is: D

SOLUTION

0x(2^0) +1x(2^1)+0x (2^2) + 1x (2^3) + 0x(2^4) + 1x(2^5)=42.


Q. 192037 106 is a decimal number, when converted to binary it becomes


A. 1010101.

B. 0101001.

C. 1101010.

D. 1110100.

Right Answer is: C

SOLUTION

Divide successively by 2 and write the remainders from top to down.


Q. 192038 146 in binary form can be represented as


A. 10001010.

B. 10010010.

C. 01010101.

D. 11011100.

Right Answer is: B

SOLUTION

Divide successively by 2 and write the remainders from top to down.


Q. 192039 The binary equivalent of 225.35 is


A. 11100001.01011.

B. 10100101.01011.

C. 11000101.01011.

D. 10110100.01011.

Right Answer is: A

SOLUTION

Convert 225 to binary and then .35 to its binary equivalent. Divide 225 by 2 and multiply .35 by 2 and collect all numbers to the left of the decimal point, reading down.


Q. 192040 The ASCII representation of 0 is


A. 0110010.

B. 0110011.

C. 0110000.

D. 0001011.

Right Answer is: C

SOLUTION

Decimal numbers are represented in ASCII starting from 011.


Q. 192041 The largest signed integer that may be stored in 32 bits is


A. 2^31.

B. 2^32-1.

C. 2^31-1.

D. 2^32.

Right Answer is: B

SOLUTION

In n bits format, one can store 2^n-1 bits.


Q. 192042 The two's complement of an integer is formed by


A. reversing (inverting) the bits and adding 1.

B. adding 1 and reversing the bits.

C. calculating the integer's additive inverse.

D. changing the highest bit to a 1.

Right Answer is: A

SOLUTION

To obtain the 2’s complement of a number, first reverse the bits and then add 1 to it.


Q. 192043 The integer range of ASCII codes is


A. –127 to 127.

B. 0 to 127.

C. 0 to 270.

D. –32768 to 32767.

Right Answer is: B

SOLUTION

ASCII code is a 7-bit code. It codes 2^7 bits ranging from 0 to 127.


Q. 192044 The code used by the Java language to represent its characters


A. ASCII.

B. ISCII.

C. Unicode.

D. extended ASCII.

Right Answer is: C

SOLUTION

Java code is written in Unicode to make it a portable language.


Q. 192045 The minimum number of bits required to store FF is


A. 2.

B. 7.

C. 16.

D. 8.

Right Answer is: C

SOLUTION

FF is a hexadecimal representation.


Q. 192046 The ASCII code of ‘A’ is


A. 66D.

B. 41H.

C. 100 0001.

D. 110 0001.

Right Answer is: C

SOLUTION

ASCII code is a 7-bit code.


Q. 192047 Hexadecimal number F is equal to octal number


A. 15.

B. 16.

C. 17.

D. 18.

Right Answer is: A

SOLUTION

In hexadecimal number system, F represents 15.


Q. 192048 A byte corresponds to


A. 12 bits.

B. 4 bits.

C. 16 bits.

D. 8 bits.

Right Answer is: D

SOLUTION

A byte is a unit of information storage in computers. 8 bits make 1 byte.


Q. 192049 The base of octal number system is


A. 2.

B. 16.

C. 8.

D. 4.

Right Answer is: C

SOLUTION

It uses the digits 0 to 7. Numerals can be made from binary numerals by grouping consecutive binary digits into groups of three.


Q. 192050 Numbers are stored and transmitted inside a computer in


A. decimal number system.

B. binary number system.

C. hexadecimal number system.

D. octal number system.

Right Answer is: B

SOLUTION

The machine language converts the numbers in binary format as computer understands only binary form, i.e., 0 and 1.


Q. 192051 The number of digits in octal system is


A. 6.

B. 7.

C. 8.

D. 15.

Right Answer is: C

SOLUTION

An octal number system has 2^3=8 digits.


Q. 192052 11011110101110 in hexadecimal form will be represented as


A. 4B3E.

B. 37AE.

C. EA73.

D. E3B4.

Right Answer is: B

SOLUTION

Group into four and write their hex equivalent. 11011110101110 can be divided as 11 0111 1010 1110 which is equal to 3 7 A E .


Q. 192053 The binary equivalent of 22.25 is


A. 10110.01.

B. 01011.11.

C. 11001.01.

D. 10101.10.  

Right Answer is: A

SOLUTION

The machine first converts 22 into binary, then .25 into binary equivalent.


Q. 192054 Describe the sign & magnitude representation.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

This is the conventional form for number representation. Integers are identified by their signs (+ or -) & a string of digits, which represent the magnitude.
For example:
+18 or 46 are Positive Integers.
-16 or –78 are Negative Integers

For example: +15 will be represented in following way.


Q. 192055 Convert the hexadecimal number 9F216 to its binary equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

Each hex digit is converted to its 4-digit binary equivalent.
For example:
          (9F2)16 =   9           F        2 

 
                        1001        1111   0010
                      = (100111110010)2


Q. 192056 Describe the steps for converting decimal numbers to hexadecimal number system.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 1. First convert the decimal number to its binary equivalent by repeated division method.

 
 2. Now convert the binary number into its hexadecimal equivalent by grouping the decimal number in groups of four bits each and finding the hex digit equivalent to each group of bits.
 


Q. 192057 Convert (1010111010) 2 to hexadecimal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 Groups in forms            10, 1011, 1010
       Convert each number     2,      B,      A
       Thus, the solution is 2 BA.


Q. 192058 Discuss the procedure of converting a binary number to Hex decimal number.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

Binary numbers can be converted to hexadecimal numbers by grouping in groups of four each starting from the right and then writing the equivalent hexadecimal digit to every group of four bits.


Q. 192059 Convert the Hex number 56.08 to its decimal equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 It will be converted as follows:
       (56.08) 16   = 5 x (16) 1 + 6 x (16) 0 + 0 x (16)-1 + 8 x (16)-2

                       = 80 + 6 + 0 + 8/256

                       = 86 + 0.03125

                       = (86.03125) 10


Q. 192060 Discuss the procedure of converting a Hexadecimal number to Decimal number.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

A hex digit position has a weight that is a power of 16. The LSD has a weight of 160 = 1, the next higher digit has a weight of 161 = 16, the next higher digit has a weight of 162 = 256, and so on. For example:
          (356) 16 = 3 x (16) 2 + 5 x (16) 1 + 6 x (16) 0

                      = 768 + 80 + 6

                      = (854) 10


Q. 192061 Convert the Decimal number (0.03125)10 to its Hexadecimal equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION


Q. 192062 Discuss the procedure of converting a decimal number to hexadecimal number.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

Decimal to hexadecimal can be done by using repeated division by 16.


Q. 192063 Describe the procedure to convert a Binary number to its Octal equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

The procedure followed to convert a binary to its octal equivalent is simply reverse of what we follow for binary to octal conversions. The bits of the binary integer are grouped into groups of three bits each starting at the LSB. Then, each group is converted to its octal equivalent.


Q. 192064 Describe the procedure to convert an octal number to its binary equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

The conversion from octal to binary is performed by converting each octal digit to its 3-digit binary equivalent. The eight possible digits are converted as in the table below :

 
Octal Digit
0
1
2
3
4
5
6
7
Binary Equivalent
000
001
010
011
100
101
110
111


Q. 192065 Convert the octal number (372) 8 to its decimal equivalent.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 An octal number can be converted to its decimal equivalent by multiplying each octal by its positional weight.
          (372) 8 = 3 x (8)2 + 7x (8)1 + 2 x (8)0

                    = 3 x 64 + 7 x 8 + 2 x 1

                    = (250) 10


Q. 192066  Convert (0.015625)10 to Octal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 Original number is 0.375,                                           Integer Part
       Multiply (fractional part) 0.015625 by 8     = 0.125              0
       Multiply (fractional part) 0.125 by 8 = 1.0                          0

       Reading down,
       
(0.015625) 10 = (0.01) 8


Q. 192067 Convert 1101.0001012 to decimal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 = 1 x (2) 3 + 1 x (2) 2 + 0 x (2) 1 + 1 x (2) 0 + 0 x (2)-1 + 0 x (2)-2 + 0 x (2)-3 + 1 x (2)-4  + 0 x (2)-5 + 1 x (2)-6
       = 8 + 4 + 0 + 1 + 0 + 0 + 0 + 1/16 + 0 + 1/64

       = 13 + 0.0625 + 0.015625

       = (13.078125) 10
        (1101.000101) 2 = (13.078125) 10


Q. 192068 Convert (0.375) 10 to binary.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION


Q. 192069 Define the repeated-division method.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

In this method, the number is divided again & again by 2, & its remainders are recorded, until the remainder becomes zero. The final binary result is obtained by assembling all the remainders, with the last remainder, with the last remainder being the most significant bit (MSB).


Q. 192070 Convert 110112 to its decimal equivalent.  
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

 (11011) 2    (binary)
       (2) 4 + (2) 3 + (2) 2 + (2) 1 + (2)   = 16+8+2+1 

                                                        = (27) 10  (Decimal)
      Therefore, (11011) 2 = (27) 10


Q. 192071 Convert the hexadecimal number 2B to decimal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

The hexadecimal number (2B)16  can be converted to decimal number as follows:

  (2B)16 = 2 * 161 +11 * 160

            =  32+11

            = (43)10

  Thus, (2B)16 =(43)10


Q. 192072 Convert the octal number 24 to decimal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

The octal number 24 can be converted to decimal as follows:

 

(24)8 = (2 * 81 + 4 * 80) 

       =(16 + 4)
       =(20)10

Thus, (24)8  = (20)10


Q. 192073 Convert the binary number 1001 to decimal.
A. 10110.01.
B. 01011.11.
C. 11001.01.
D. 10101.10.  

Right Answer is:

SOLUTION

The binary number 1001 can be converted to decimal as follows:

(1001)2  = (1 * 23 + 0 * 22+ 0 * 21 + 1 * 20) 

             = (8 +0+0+1)

             =(9)

 Thus, (1001)2  = (9)10


Q. 192074 The ports used to connect devices like mouse and modem are


A. serial ports.

B. AGP ports.

C. parallel ports.

D. IR ports.

Right Answer is: A

SOLUTION

Serial ports transfer data serially a bit at a time. Serial ports provide a standard connector and protocol to let you attach devices, such as modems, to your computer.


Q. 192075 The ports often known as communication ports or RS232C are


A. serial ports.

B. AGP ports.

C. parallel ports.

D. IR ports.

Right Answer is: A

SOLUTION

It is a serial communication physical interface through which information transfers in or out one bit at a time.


Q. 192076 To connect external devices to the computer, we use


A. CPU.

B. memory.

C. interface.

D. port.

Right Answer is: D

SOLUTION

A port serves as an interface between the computer and other computers or peripheral devices.


Q. 192077 The full form of DVD is


A. Digitized Video Diskette.

B. Digital Video Disk.

C. Digital Video Diskette.

D. Digitized Video Disk.

Right Answer is: B

SOLUTION

Digital Video Disk or DVD is an optical disc storage media format. DVD's were originally developed for the movie industry. Huge capacity makes them attractive for storing large amounts of data.


Q. 192078 A memory divided into N words and each word consisting of same number of bits, is called as


A. bit length.

B. word length.

C. byte.

D. address.

Right Answer is: B

SOLUTION

The number of bits a memory word consists of is known as word length. Memory addresses are consecutive numbers, starting with the address 0, 1, 2, ... and running upto the largest addresses. Thus, at address 0, we find the first word; at address 1, the second word; at address 2, the third word; at address 3 and so on.


Q. 192079 The device used to connect external devices to the computer are


A. hard disk.

B. ports.

C. compact disk.

D. disk drives.

Right Answer is: B

SOLUTION

A port is an application-specific or a process-specific software construct to serve as a communications endpoint used by transport layer protocols of the Internet Protocol Suite such as Transmission Control Protocol (TCP) and User Datagram Protocol (UDP).


Q. 192080 The computer hardware input device that allows a person to scan an image and download it to the computer is


A. printer.

B. scanner.

C. joy stick.

D. light pen.

Right Answer is: B

SOLUTION

A scanner scans an image and we can save it on a computer.


Q. 192081 The device having a limitation that information can only be added to it but cannot be erased or modified is


A. floppy disk.

B. hard disk.

C. CDROM.

D. tape drive.

Right Answer is: C

SOLUTION

CDROM is used to store information and cannot be used to modify it.


Q. 192082 A data storage device is


A. any device that is designed to store data such as a printer.

B. an input device.

C. an output device.

D. any device that is designed to store data such as a hard drive.

Right Answer is: D

SOLUTION

A data storage device is used to store data and its related information.


Q. 192083 DRAM needs to be refreshed due to the presence of


A. transistors.

B. MOSFET.

C. capacitors.

D. resistors.

Right Answer is: C

SOLUTION

A DRAM needs to be refreshed because the capacitors lose their charge over time.


Q. 192084 The number of bits in a word is called


A. bytes.

B. word strength.

C. word length.

D. memory space.

Right Answer is: C

SOLUTION

Word Length is the number of bits in a word. It stores the information in the word. The amount of information is the word length.


Q. 192085 A bit stands for


A. binary digit.

B. binary data.

C. byte data.

D. Bit data.

Right Answer is: A

SOLUTION

A bit is a binary digit, taking a value of either 0 or 1. Binary digits are a basic unit of information storage and communication in digital computing.


Q. 192086 The printers used to print an optical image are called


A. electromagnetic printers.

B. laser printers.

C. inkjet printers.

D. electrostatic printers.

Right Answer is: D

SOLUTION

Electrostatic printers are instruments, which are used to print an optical image on a specially treated paper. Electro-statically charged and uncharged portions of the paper illustrate light and dark portions of the original image.


Q. 192087 The currently executing program and its related data are stored in the


A. secondary memory.

B. cache memory.

C. DRAM.

D. main memory.

Right Answer is: D

SOLUTION

It is a storage device used by a computer to hold the currently executing program and its working data.


Q. 192088 EDO DRAM stands for


A. External Data Output DRAM.

B. External Data Out DRAM.

C. Extended Data Out DRAM.

D. Extended Data Output DRAM.

Right Answer is: C

SOLUTION

It is a short form for Extended Data Out Dynamic Random Access Memory. Conventional DRAM cells discharge after each read operation and requires refreshing time before it can be read again.


Q. 192089 A floppy disk has a storage capacity of


A. 1.44 MB.

B. 700 MB.

C. 40 GB.

D. 10 MB.

Right Answer is: A

SOLUTION

A floppy disk is a data storage medium that is composed of a disk of thin, flexible ("floppy") magnetic storage medium encased in a square or rectangular plastic shell. It can store upto 1.44 MB of data.


Q. 192090 Data can be erased or modified in


A. CD-R.

B. CD-ROM.

C. CD-RW.

D. floppy disk.

Right Answer is: C

SOLUTION

CD-RW is erasable disk. It can also be called as the rewritable media.


Q. 192091 The port providing agreement among the two computers at a protocol level is


A. bluetooth.

B. USB.

C. AGP.

D. PS/2.

Right Answer is: A

SOLUTION

Bluetooth provides an agreement at the protocol level, where products have to agree on when bits are sent, how many will be sent at a time and how the parties in conversation can be sure, that the message received is the same as the message sent.


Q. 192092 The port used to connect a keyboard or mouse with a computer is


A. bluetooth.

B. PS/2 port.

C. serial port.

D. parallel port.

Right Answer is: B

SOLUTION

A PS/2 (Personal System/2) port is an electronic receptacle or plug found on computers. It accepts a PS/2 with a mini-DIN connector and is most often used to plug in a keyboard or mouse.


Q. 192093 A focused ray of light is modulated with information and sent from a transmitter to a receiver in


A. USB.

B. AGP.

C. Infrared Ports.

D. bluetooth.

Right Answer is: C

SOLUTION

IR Ports are special type of ports in which a focused ray of light is modulated with information.


Q. 192094 What do you understand by the term Binary Number System?
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

A method of representing numbers in which only the digits 0 and 1 are used. Successive units are powers of 2.


Q. 192095 Name any one number system.
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

Binary Number System


Q. 192096 Define number system.
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

Number system is a system of representing numbers, for example the decimal system or the binary system.


Q. 192097 How is data represented?
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

In a computer, data is represented by different number system.Like Binary number system, Octal number system and so on.


Q. 192098 What do you understand by data?
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

Data are raw facts and figures used for processing to get information.


Q. 192099 Name various ways an integer can be represented in a computer.
 
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

We can represent an integer in the following ways :
       a. Sign & magnitude representation
       b. One’1 complement representation      
       c. Two’s compliment representation

 


Q. 192100 Find the decimal equivalent of the binary number 1010.0101.
A. USB.
B. AGP.
C. Infrared Ports.
D. bluetooth.

Right Answer is:

SOLUTION

 1 x (2) 3 + 0 x (2) 2 + 1 x (2) 1 + 0 x (2) 0 + 0 x (2)-1 + 1 x (2)-2 + 0 x (2)-3 + 1 x (2)-4 
       = 8+0+2+0+0+0.25+0+0.625
       = 10.312510


PreviousNext