#1  
10th December 2010, 10:02 PM
er.jimesh
Junior Member
 
Join Date: Dec 2010
Posts: 1

Previous year papers of BSNL TTA exam paper?


hi i m jimesh i want previous bsnl TTA exam question paper.so please send me if u have or help me to find out.




  #2  
11th December 2010, 10:26 AM
anurag2archu
Junior Member
 
Join Date: Dec 2010
Posts: 13
Default Re: Previous year papers of BSNL TTA exam paper?

Sunday, April 25, 2010
BSNL TTA EXAM MICRO PROCESSER
BSNL TTA EXAM MICRO PROCESSER

1. A 32-bit processor has

(a) 32 registers

(b) 32 I/O devices

(c) 32 Mb of RAM

(d) a 32-bit bus or 32-bit registers

2. Clock speed is measured in

(a) bits per second

(b) Hertz

(c) bytes

(d) baud

3. A 20-bit address bus allows access to a memory of capacity

(a) 1 MB

(b) 2 MB

(c) 4 MB

(d) 8 MB

4. A microprocessor contains

(a) most of RAM

(b) most of ROM

(c) peripheral drivers

(d) most of the control and arithmetic logic functions of computer

5. Which of the following is NOT a type of processor?

(a) PowerPC

(b) Motorola 8086

(c) Motorola 68000

(d) Intel Pentium

6. If interrupt arrives on the three lines INTR, RTS 6.5 and RTS 7.5, which of them will the 8085 processor acknowledge?

(a) INTR

(b) RTS 6.5

(c) RTS 7.5

7. The Intel 8086 processor is

(a) 8-bit

(b) 16-bit

(c) 32-bit

(d) 64-bit

8. An assembly language instruction

(a) always has a label

(b) always takes at least one operand

(c) always has an operation field

(d) always modifies the status register

9. An interrupt instruction

(a) causes an unconditional transfer of control

(b) causes a conditional transfer of control

(c) modifies the status register

(d) is an I/O instruction

10. Programs are written in assembly language because they

(a) run faster than High-level language

(b) are portable

(c) easier to write than machine code programs

(d) they allow the programmer access to registers or instructions that are not usually provided by a High-level language

11. Given that the subprogram putc displays the character in al, the effect of the following instruction is -

mov al, 'c'

sub al, 2

call putc

(a) display 2

(b) display 'c'

(c) display 'a'

(d) display a blank

12. The result of mov al, 65 is to store

(a) store 0100 0010 in al

(b) store 42H in al

(c) store 40H in al

(d) store 0100 0001 in al

13. Microprocessor is also often called a

(a) Chip

(b) Resistor

(c) Capacitor

(d) Transistor

14. A microprocessor's program counter has

(a) the digital value of the data

(b) the address of an instruction

(c) the address of data


15. Which of the following is a math co-processor?

(a) 8085

(b) 8086

(c) 8087

(d) 8088

16. Interrupts are classified as

(a) Hardware interrupts

(b) Software interrupts

(c) Hardware interrupts and Software interrupts

(d) none of the above

17. The system bus is made up of

(a) data bus

(b) data bus and address bus

(c) data bus and control bus

(d) data bus, control bus and address bus

18. The memory address register is used to store -

(a) data to be transferred to memory

(b) data that has been transferred from memory

(c) the address of a memory location

(d) an instruction that has been transferred from memory

19. When an interrupt occurs, the processor completes the current ___________ before jumping to the interrupt service subroutine

(a) microinstruction it is executing

(b) instruction it is executing

(c) macro it is executing

(d) subroutine it is executing

20. A microprocessor is a processor with a reduced

(a) instruction set

(b) power requirement

(c) MIPS performance

(d) none of the above

21. A scheme in which the address specifies which memory word contains the address of the operand, is called

(a) Immediate addressing

(b) Based addressing

(c) Direct addressing

(d) Indirect addressing

22. Processor gets the address of the next instruction to be processed from

(a) Instruction register

(b) Instruction counter

(c) Program counter

(d) Program register

23. Fetch operations are not required in

(a) Immediate addressing

(b) Register addressing

(c) Direct addressing

(d) Indirect addressing

24. What is meant by Maskable interrupts?

(a) An interrupt that can be turned off by the programmer.

(b) An interrupt that cannot be turned off by the programmer.

(c) An interrupt that can be turned off by the system.

(d) An interrupt that cannot be turned off by the system.

25. Which interrupts are generally used for critical events such as Power failure, Emergency, Shut off etc.?

(a) Maskable interrupts

(b) Non-Maskable interrupts

(c) none of the above

26. Which microprocessor accepts the program written for 8086 without any changes?

(a) 8085

(b) 8087

(c) 8088

27. How many memory locations are required to store the instruction LXI H, 0800H in an 8085 assembly language program?

(a) 1

(b) 2

(c) 3

(d) 4

28. How many memory fetches (including instruction fetch) are required to execute the instruction LXI H, 0800H in an 8085 assembly language program?

(a) 1

(b) 2

(c) 3

(d) 4

29. MPU stands for

(a) Multi-Processing Unit

(b) Micro-Processing Unit

(c) Mega-Processing Unit

(d) Major-Processing Unit

30. Which of the following is not possible by a microprocessor?

(a) Reading from Memory

(b) Writing into Memory

(c) Reading from Input port

(d) Writing into Input port

31. In which microprocessor does the concept of pipeline first introduced?

(a) 8086

(b) 80286

(c) 80386

(d) 80486

32. LSI stands for -

(a) Large Size Instruction

(b) Large Scale Instruction

(c) Large Size Integration

(d) Large Scale Integration

33. Which of the following is true about pseudo code?

(a) A machine language

(b) An assembly language

(c) A high level language

(d) none of the above

34. The macro processor must perform

(a) recognize macro definitions and macro calls

(b) save the macro definitions

(c) expand macro calls and substitutes arguments

(d) all of the above

35. A 32 bit microprocessor has the word length equal to

(a) 1 byte

(b) 2 byte

(c) 4 byte

(d) 8 byte

36. The TRAP interrupts mechanism of the 8085 microprocessor

(a) execute an instruction supplied by an external device through the INTA signal

(b) execute an instruction from memory location 20H

(c) executes a NOP

(d) none of the above

37. What are the states of the Auxiliary carry (AC) and Carry flag (CY) after executing the following 8085 program?

MVI H, 5DH

MVI L, 6BH

MOV A, H

ADD L

(a) AC=0 and CY=0

(b) AC=1 and CY=1

(c) AC=1 and CY=0

(d) AC=0 and CY=1

38. Contents of register A after the execution of the following 8085 microprocessor program is

MVI A, 55H

MVI C, 25H

ADD C

DAA

(a) 7AH

(b) 80H

(c) 50H

(d) 22H

39. Which of the following is a 16-bit micro processor?

(a) Motorola 6800

(b) Intel 8085

(c) Intel 8086

(d) Zilo 80

40. The Intel Pentium Pro microprocessor uses 36 address lines to access memory. What is the maximum memory that it can support, in gigabytes?

(a) 16

(b) 32

(c) 64

(d) 128

41. Out of the following which is not the flag in 8085 microprocessor

(a) Counter flag

(b) Carry flag

(c) Zero flag

(d) Parity flag

42. What is a basic element of Memory?

(a) Transistor

(b) Flip-flop

(c) Gate

(d) none of the above


43. Which group of instructions do not affect the flags?

(a) Arithmetic operations

(b) Logic operations

(c) Data transfer operations

(d) Branch operations

44. DMA stands for

(a) Direct Memory Allocation

(b) Distinct Memory Allocation

(c) Direct Memory Access

(d) Distinct Memory Access

45. In RST interrupts, RST stands for

(a) Repeat Start Test

(b) Restart

(c) Start

46. Which interrupt has the highest priority?

(a) TRAP

(b) RST 6

(c) RST 6.5

(d) INTR

47. In 8085 microprocessor with memory mapped I/O

(a) I/O device have 8-bit addresses.

(b) I/O devices are accessed using IN and OUT instructions.

(c) arithmetic and logic operations can be directly performed with the I/O data.

(d) there can be a max of 256 input devices and 256 output devices.

48. A microprocessor -

(a) reads instructions from memory

(b) communicates with I/O devices

(c) controls the timing of information flow

(d) all of the above

49. An instruction consists of

(a) Data and Address

(b) Register and Memory

(c) Opcode and Operand

(d) Input and Output

50. If the 8085 adds 87H and 79 H, which of the following flags will become 1

(a) Zero flag and Auxiliary Carry flag

(b) Zero flag and Carry flag

(c) Carry flag and Auxiliary Carry flag

(d) none of the above
  #3  
11th December 2010, 10:28 AM
anurag2archu
Junior Member
 
Join Date: Dec 2010
Posts: 13
Default Re: Previous year papers of BSNL TTA exam paper?

Below is the link of BSNL TTA EXAM held on 15th & 16th Dec'07 for Maharashtra Circle..
http://rapidshare.com/files/106398341/Copy_of_TTA_EXAM_PAPER_2007.rar.html
All the best
  #4  
11th December 2010, 02:42 PM
sabav
Senior Member
 
Join Date: Sep 2010
Location: Chengalpattu
Posts: 330
Default Re: Previous year papers of BSNL TTA exam paper?

Quote:
Originally Posted by er.jimesh View Post
hi i m jimesh i want so please send me if u have or help me to find out.
Hi Friend
Please visit Following URL
For previous bsnl TTA exam question paper.

http://isbigdeal.blogspot.com/2010/11/bsnl-telecom-technical-assistants.html

Have you GOT IT...
I Think so...
BYE
Reply With Quote
  #5  
11th December 2010, 06:45 PM
mini rani
Senior Member++
 
Join Date: Mar 2010
Location: dhanbad (jharkhand)
Posts: 1,691
Default Re: Previous year papers of BSNL TTA exam paper?

hi!

You can find previous years question papers / sample papers of BSNL TTA exam from these links:

http://www.gjtutorial.com/news/2008/...c-engineering/

http://www.careers-india.com/2010/12...uestion-paper/

http://www.careerquips.blogspot.com/...ers-books.html
Reply With Quote
  #6  
20th December 2010, 05:20 PM
soma sekhar babu
Junior Member
 
Join Date: Dec 2010
Posts: 1
Default Re: Previous year papers of BSNL TTA exam paper?

BSNL TTA 40% departmental quota compitation exam has announced exam will be held in 27.02.2011. I request you please help me & prepare the multiple Q&A of the announced syllabus. I here by atatching the syllabus & exam Pattern. I will be bear the expences.
ThanQ
kss babu
E- mail: [email protected]
Attached Files
File Type: doc TTA SYLLABUS.doc(380.5 KB, 151 views)
Reply With Quote
  #7  
22nd December 2010, 12:29 PM
imira
Senior Member+++++
 
Join Date: May 2010
Posts: 15,774
Default Re: Previous year papers of BSNL TTA exam paper?

Quote:
Originally Posted by er.jimesh View Post
hi i m jimesh i want previous bsnl TTA exam question paper.so please send me if u have or help me to find out.

There are many online website which make available model papers for TTA aspirants. Students can visit these sites and download question papers. There are many reference material available in different book stores which can be purchased and use while preparing for the exam.
Reply With Quote
  #8  
7th January 2011, 09:02 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Previous year papers of BSNL TTA exam paper?

sir departmental exams 40% cots question papar
Reply With Quote
  #9  
15th July 2011, 05:28 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Previous year papers of BSNL TTA exam paper?

sir please tell me the date of examination for the post of TTA in bihar bsnl 2011.


my email id is pearlmalupoddar@gmail .com
Reply With Quote
  #10  
27th September 2011, 01:57 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Previous year papers of BSNL TTA exam paper?

Sir,i completed my Diploma in Information technology with 70%...can i apply for TTA post...i completed in private institution named NTTF...So only the confusion..
Reply With Quote
  #11  
30th September 2011, 01:30 PM
ANKIT050
 
Join Date: Sep 2011
Posts: 290
Default Re: Previous year papers of BSNL TTA exam paper?

Previous year papers of BSNL TTA exam paper?

hi i m jimesh i want previous bsnl TTA exam question paper.so please send me if u have or help me to find out.
Reply With Quote
  #12  
5th January 2012, 11:04 PM
nitz90
Senior Member+++++
 
Join Date: Aug 2011
Location: new delhi
Posts: 3,256
Smile Re: Previous year papers of BSNL TTA exam paper?

Quote:
Originally Posted by er.jimesh View Post
hi i m jimesh i want previous bsnl TTA exam question paper.so please send me if u have or help me to find out.

Previous Year Question Papers of BSNL TTA


I have attached some past papers of BSNL TTA of various streams along with this post..

Observe the pattern and the level of questions..

Go through them and i hope they help you out in your preparations..

all the best..

With Warm Regards
Nitz
Reply With Quote
  #13  
6th January 2012, 08:05 AM
BISWARUPYOGI
Senior Member+++++
 
Join Date: May 2011
Location: India
Posts: 38,947
Default Re: Previous year papers of BSNL TTA exam paper?

Quote:
Originally Posted by er.jimesh View Post
hi i m jimesh i want previous bsnl TTA exam question paper.so please send me if u have or help me to find out.


Those candidate are B-TECH and Diploma are eligible for BSNL TTA exam.

I have attached the papers of BSNL TTA exam.

This Paper are really helpful for you .

So please check it out.
Reply With Quote
  #14  
29th March 2013, 05:25 PM
Unregistered
Guest
 
Posts: n/a
Default Re: Previous year papers of BSNL TTA exam paper?

what quota will be given for people who are already employees of bsnl
Reply With Quote
Do you have any question? or have anything to say?



Related Topics:

Thread Replies Last Post
BSNL TTA Question Paper? 4 26th July 2011 12:09 PM



Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Please also check: