You are on page 1of 15

1. Which of the following can be accessed only sequentially?

A.Floppy disk
B. Hard disk
C. Magnetic tape
D.ROM
Answer & Explanation

Answer: Option C

Explanation:

Magnetic tape can be accessed only sequentially.

View Answer Workspace Report Discuss in Forum

2. MICR stands for


A.Magnetic Ink Chart Receipt
B. Magnetic Ink Character Recognition
C. Magnetic Ink Chart Recognition
D.Magnetic Ink Character Receipt
Answer & Explanation

Answer: Option B

Explanation:

Magnetic ink character recognition is used in banking.

View Answer Workspace Report Discuss in Forum

3. 8085 has 6 sign flags.


A.True
B. False
Answer & Explanation

Answer: Option B

Explanation:

It has one sign flag S.

View Answer Workspace Report Discuss in Forum

4. JCOKE = 3
JCOKE = JCOKE + 1
GO TO (5, 8, 9, 11, 15, 16 18, 20) JCOKE.
After the execution of above statement, the control is transferred to statement number
A.8
B. 11
C. 16
D.20
Answer & Explanation

Answer: Option B

Explanation:

It is a computed GO TO statement. Since J COKE = 3 + 1 = 4, the control is transferred to


statement 11.

View Answer Workspace Report Discuss in Forum

5. Binary number 1101.101 is equivalent to decimal number?


A.13.5
B. 13.75
C. 13.625
D.13.875
Answer & Explanation

Answer: Option C

Explanation:

Binary .101 equals 0.625 in decimal.


6. Expression ++i is equivalent to
A.i = i + 2
B. i = i + 1
C. i = i - 1
D.i = i + i + i
Answer & Explanation

Answer: Option B

Explanation:

i is incremented by 1.

View Answer Workspace Report Discuss in Forum

7. To multiply a number by 8 in 8085 we have to use RAL instruction


A.once
B. twice
C. thrice
D.four times
Answer & Explanation

Answer: Option C

Explanation:

When RAL instruction is used once the number is doubled.

View Answer Workspace Report Discuss in Forum

8. IC (instruction cycle), FC (fetch cycle) and EC (executive cycle) are related as


A.IC = FC - EC
B. IC = FC + EC
C. IC = FC + 2EC
D.EC = IC + EC
Answer & Explanation

Answer: Option B

Explanation:

Instruction cycle consists of fetch and execute cycles.

View Answer Workspace Report Discuss in Forum

9. Which of the following is not a valid variable name in C?


A.1 a
B. a 1 2
C. a b 123
D.a b c 123
Answer & Explanation

Answer: Option A

Explanation:

First character must be alphabet.

View Answer Workspace Report Discuss in Forum

10. When .4546 E 5 and .5433 E 7 are to be added in normalized floating point mode
A.none of the numbers is changed to any other form
B. .4546 E 5 is changed .004546 E 7 and .5433 E 7 is not changed
C. .5433 E 7 is changed to 54.33 E 5 and .4546 E 5 is not changed
D.both the numbers are changed and their exponents are made equal to 6
Answer & Explanation

Answer: Option B

Explanation:

Exponents are made equal and integer part is made zero.


11. Computer virus can hide itself in a diskette but not in a hard disk.
A.True B.False
Answer & Explanation

Answer: Option B

Explanation:

Computer virus can hide in hard disk also.

View Answer Workspace Report Discuss in Forum

12. The size of cache memory in most microcomputers is about


A.a few bytes
B. a few kilobytes
C. a few megabytes
D.a few gigabytes
Answer & Explanation

Answer: Option B

Explanation:

Size of Cache memory varies from about 16 K bytes to about 256 K bytes.

View Answer Workspace Report Discuss in Forum

13. Which of the following computer memories is fastest?


A.Cache
B. Primary
C. Mass storage
D.Off line back up
Answer & Explanation

Answer: Option A

Explanation:
Cache memory has a speed of about four times the speed of main memory. It is a small high
speed memory.

View Answer Workspace Report Discuss in Forum

14. During processing the instructions, data, intermediate results and final results in a computer
are held in
A.CPU
B. ALU
C. Primary memory
D.Secondary memory
Answer & Explanation

Answer: Option C

Explanation:

Primary memory holds these during processing of instructions.

View Answer Workspace Report Discuss in Forum

15. Which of the following is not a valid variable name in C?


A.p o, t
B. p o t
C. po_t
D.p_ot
Answer & Explanation

Answer: Option A

Explanation:

Comma is not allowed.


16. Z flag is reset if an ALU operation results in 0.
A.True B.False
Answer & Explanation

Answer: Option B

Explanation:

Z flag is set if ALU operation results in zero.

View Answer Workspace Report Discuss in Forum

17. The power requirements of a DRAM in active and stand by modes is about
A.350 mW and 5 mW respectively
B. 350 mW each
C. 5 mW each
D.350 mW and 100 mW respectively
Answer & Explanation

Answer: Option A

Explanation:

Power requirement in stand by mode is very low 1000.

View Answer Workspace Report Discuss in Forum

18. Which of the following is not a valid real constant in C?


A.1.2 e 2.0
B. -2.3 e - 2
C. -2.3 E 2
D.-2.3 e 2
View Answer Workspace Report Discuss in Forum

19. In a computer the instructions, data, intermediate and final results during processing are held
in ALU.
A.True B.False
Answer & Explanation

Answer: Option B

Explanation:

These are not held in ALU. Only computations are done by ALU.

View Answer Workspace Report Discuss in Forum

20. The number of storage classes in C is


A.2 B. 3
C. 4 D.6
Answer & Explanation

Answer: Option C

Explanation:

C has four storage classes viz. automatic storage class, register storage class, static storage
class and external storage class.
21. Most of the memory chips in static RAM
A.do not require any supply
B. need 2 V supply
C. need 5 V supply
D.need 12 V supply
Answer & Explanation

Answer: Option C

Explanation:

Digital chips need 5 V supply.

View Answer Workspace Report Discuss in Forum

22. The interface chip for 8086 and 16 bit ADC is


A.8259 B. 8255
C. 8253 D.8251
Answer & Explanation

Answer: Option B

Explanation:

8255 is interface chip for 8086 and ADC.

View Answer Workspace Report Discuss in Forum

23. Which of the following real variable names is not valid in Fortran?
A.BETA
B. ALPHA
C. A
D.AB * 2
Answer & Explanation

Answer: Option D

Explanation:

Operator is not allowed.

View Answer Workspace Report Discuss in Forum

24. Temporary register in 8085 is a 16 bit register.


A.True B.False
Answer & Explanation
Answer: Option B

Explanation:

It is 8 bit-register.

View Answer Workspace Report Discuss in Forum

25. In which computer language is 'break' statement used


A.Fortran 77
B. Pascal
C. C
D.none of the above
Answer & Explanation

Answer: Option C

Explanation:

Whenever keyword 'break' is encountered inside any C loop control passes to the first
statement after the loop.
26. In a microprocessor
A.all instructions need only one machine cycle
some instructions need only one machine cycle while some other instructions need more
B.
than one machine cycle
C. all instructions need only fraction of one machine cycle
D.some instructions need less than one machine cycle
View Answer Workspace Report Discuss in Forum

27. Assertion (A): If source and destination addresses are made implicit the length of instruction
is reduced.

Reason (R): 8085 has only 3 addressing modes.


A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation

Answer: Option C

Explanation:

The number of addressing modes is five.


View Answer Workspace Report Discuss in Forum

28. Assertion (A): Microprocessor 8085 has on-chip oscillator with inbuilt crystal.

Reason (R): For frequency stability crystal oscillator is preferred.


A.Both A and R are correct and R is correct explanation of A
B. Both A and R are correct but R is not correct explanation of A
C. A is correct R is wrong
D.A is wrong R is correct
Answer & Explanation

Answer: Option D

Explanation:

Crystal has to be connected externally to pins 1 and 2 of 8085.

View Answer Workspace Report Discuss in Forum

29. Consider the following program in Pascal


X = 2.57
X = (X + 0.06) * 10
I = TRUNC (X)
X = I
X = X / 10.0

The final value of X would be


A.2 B. 2.6
C. 2.63 D.26.3
Answer & Explanation

Answer: Option B

Explanation:

(2.57 + 0.06) 10 = 26.3 → .

View Answer Workspace Report Discuss in Forum

30. Consider the following

1. The first letter of a Java variable is lower case.


2. Each successive word in Java variable begins with a capital letter.
3. All other letters are lower case.
4. A Java variable can have a digit as first character.
Which of the above are correct?
A.All
B. 1, 2, 3 only
C. 1, 2, 4 only
D.2, 3, 4 only
Answer & Explanation

Answer: Option B

Explanation:

Digit as first character is not allowed.


31. Consider the following DO statement in Fortran 77
DO 52 N = 1, 10, 3

The number of DO loop executions in the above statement is


A.1 B. 10
C. 3 D.4
Answer & Explanation

Answer: Option D

Explanation:

Do statement is executed when N = 1, 4, 7, 10, i.e., a total of 4 times.

View Answer Workspace Report Discuss in Forum

32. Which of the following can not be used as a variable name in C?


A.else B. coal
C. ram D.vendy
Answer & Explanation

Answer: Option A

Explanation:

else is not allowed as variable name in C.

View Answer Workspace Report Discuss in Forum

33. In Java it is possible to have

1. An array of integers
2. An array of string objects
3. An array of arrays
4. An array on integer and strings

Which of the above are correct?


A.All
B. 1, 2 and 3 only
C. 1 and 2 only
D.1, 3 and 4 only
Answer & Explanation

Answer: Option B

Explanation:

An array on integers and strings is not possible.

View Answer Workspace Report Discuss in Forum

34. A 256 x 4 EPROM has


A.8 address pins and 4 data pins
B. 8 address pins and 8 data pins
C. 4 address pins and 8 data pins
D.4 address pins and 4 data pins
Answer & Explanation

Answer: Option A

Explanation:

28 = 256

View Answer Workspace Report Discuss in Forum

35. To evaluate X = (A + B + 1.2) * (A + B - C) the sequence of operation is


A.+ + + - * =
B. * + + + - =
C. + + - * + =
D.- + + + * =
Answer & Explanation

Answer: Option A

Explanation:

Parenthesis has first priority.


36. In ALU 1C 74181 the addition and subtraction is in
A.2's complement
B. 1's complement
C. binary
D.none of the above
Answer & Explanation

Answer: Option A

Explanation:

2's complement is universally used in computers.

View Answer Workspace Report Discuss in Forum

37. While selecting a memory chip the feature which should be examined is
A.capacity
B. ac characteristics
C. dc characteristics
D.all of the above
Answer & Explanation

Answer: Option D

Explanation:

All these characteristics are important.

View Answer Workspace Report Discuss in Forum

38. EEPROM permits


A.read operation only
B. read and byte erase operations
C. read, byte erase and byte write operations
D.read, byte erase, byte write and chip erase operations
Answer & Explanation

Answer: Option D

Explanation:

All the four are permitted.

View Answer Workspace Report Discuss in Forum

39. Which is not a valid Java variable


A.lot
B. c 1t
C. s $ 2
D.2 s $
Answer & Explanation

Answer: Option D

Explanation:

The first letter of variable name should be lower case.

View Answer Workspace Report Discuss in Forum

40. Which of the following is invalid in Basic?


A.A ** B + - C
B. A ** B - C
C. A * B - C
D.A * B - C ** D
Answer & Explanation

Answer: Option A

Explanation:

Two operators cannot exist together.


41. If A = 20 and B = - 7 in PASCAL, A mod B =
A.6
B. 2
C. - 1
D.3
Answer & Explanation

Answer: Option A

Explanation:

It gives remainder in division operation.

View Answer Workspace Report Discuss in Forum

42. Which of the following is a computer language?


A.MS WORD
B. Page maker
C. MS EXCEL
D.LISP
Answer & Explanation
Answer: Option D

Explanation:

LISP is a computer language. The remaining are software packages.

View Answer Workspace Report Discuss in Forum

43. Which of the following DO statements is invalid in FORTRAN 77?


A.DO 161 = 1, 15
B. DO 16 1 = 1, 10, 1
C. DO 16 I = - 5, 5, 2
D.none of the above
Answer & Explanation

Answer: Option D

Explanation:

All are valid.

View Answer Workspace Report Discuss in Forum

44. Read the following statements about files in Pascal

1. A file is a data structure which consists of a sequence of components of the same


type.
2. The number of components in a file is variable.
3. The components in a file can be accessed only sequentially starting from the
beginning of the file.

Which of the above are correct?


A.All
B. 1 and 2 only
C. 2 and 3 only
D.1 and 3 only
Answer & Explanation

Answer: Option A

Explanation:

All statements are true.

View Answer Workspace Report Discuss in Forum


45. Consider the following C program int ram

float alpha, gamma


ram = 6400
alpha = 0.562
gamma = alpha * ram + 1

Now consider the following statements about this program

1. ram is an integer variable


2. alpha, gamma are real variables
3. *, + are arithmetic operators
4. 0.562 may be an integer constant or real constant

Which of the above are correct?


A.All
B. 1, 2, 3 only
C. 2, 3, 4 only
D.1, 2, 4 only
Answer & Explanation

Answer: Option B

Explanation:

0.562 is not an integer constant.

You might also like