NSK - TAMILAN ULAGAM

NSK - TAMILAN ULAGAM
NSK - DIPLOMA

Thursday, July 24, 2025

ECE DE MCQ QUESTION WITH ANSWER

 





ECE - DE - MCQ

UNIT 1

🔢 Number System and Codes

  1. What is the decimal equivalent of binary number 1101?
    A) 11
    B) 13
    C) 14
    D) 15
    Answer: B) 13

  2. Convert (45)₁₀ to binary:
    A) 101101
    B) 110101
    C) 101011
    D) 110011
    Answer: A) 101101

  3. What is the hexadecimal representation of (255)₁₀?
    A) FE
    B) FF
    C) F0
    D) F1
    Answer: B) FF

  4. (111101)₂ is equivalent to which octal number?
    A) 75
    B) 77
    C) 65
    D) 61
    Answer: A) 75

  5. What is 1's complement of binary number 100101?
    A) 011010
    B) 100010
    C) 011011
    D) 101010
    Answer: A) 011010

  6. 2's complement of 1100 is:
    A) 0011
    B) 0100
    C) 1111
    D) 0101
    Answer: D) 0101

  7. Perform binary addition: 1011 + 1101 = ?
    A) 11000
    B) 10100
    C) 10000
    D) 11110
    Answer: A) 11000

  8. Binary subtraction: 10010 - 01001 = ?
    A) 01001
    B) 10001
    C) 01101
    D) 11111
    Answer: A) 01001

  9. What is the BCD code for decimal number 39?
    A) 0011 1001
    B) 0100 0011
    C) 0011 0110
    D) 0111 0011
    Answer: A) 0011 1001

  10. Which ASCII code represents the character 'A'?
    A) 65
    B) 66
    C) 67
    D) 64
    Answer: A) 65

  11. What is the Gray code for binary number 1010?
    A) 1111
    B) 1110
    C) 1100
    D) 1001
    Answer: B) 1110


🔣 Boolean Algebra and K-Map

  1. According to Boolean algebra, A + A = ?
    A) 1
    B) A
    C) 0
    D) A'
    Answer: B) A

  2. Which is DeMorgan’s First Theorem?
    A) (A + B)' = A'B'
    B) (AB)' = A' + B'
    C) (A + B)' = A + B
    D) A' + B' = (AB)'
    Answer: A) (A + B)' = A'B'

  3. The expression AB + A'C is in which form?
    A) POS
    B) SOP
    C) Canonical SOP
    D) Canonical POS
    Answer: B) SOP

  4. Which Boolean expression represents the POS form?
    A) AB + AC
    B) (A + B)(A + C)
    C) A + B + C
    D) ABC + A'B'C'
    Answer: B) (A + B)(A + C)

  5. What is the simplified form of A + AB using Boolean algebra?
    A) A
    B) AB
    C) B
    D) A + B
    Answer: A) A

  6. What is the value of A ⊕ B (A XOR B) when A = 1 and B = 1?
    A) 1
    B) 0
    C) A
    D) B
    Answer: B) 0

  7. In 4-variable K-map, how many cells are there?
    A) 4
    B) 8
    C) 16
    D) 32
    Answer: C) 16

  8. In K-map, adjacent cells differ by:
    A) 2 bits
    B) 1 bit
    C) 3 bits
    D) No bits
    Answer: B) 1 bit

  9. Simplify using K-map: F(A, B, C) = Σ(1, 2, 3, 7)
    A) A'C + AC
    B) B + C
    C) A + B
    D) AB + BC
    Answer: A) A'C + AC

UNIT 2



🔘 Logic Gates – Symbols, Expressions, Truth Tables


1. Which logic gate has the output expression Y = A · B?

A) OR

B) AND

C) XOR

D) NOT

✅ Answer: B) AND



2. What is the output of an OR gate when both inputs are 0?

A) 1

B) 0

C) A

D) B

✅ Answer: B) 0



3. The NOT gate is also known as a:

A) Inverter

B) Repeater

C) Comparator

D) Amplifier

✅ Answer: A) Inverter



4. Which gate has the truth table where output is 1 only when inputs differ?

A) XOR

B) XNOR

C) NOR

D) AND

✅ Answer: A) XOR



5. What is the Boolean expression for a NAND gate?

A) A + B

B) A · B

C) (A · B)'

D) (A + B)'

✅ Answer: C) (A · B)'



6. The symbol with a curved back and one input is for which gate?

A) NOT

B) AND

C) OR

D) XOR

✅ Answer: A) NOT



7. Which logic gate gives a HIGH output only when both inputs are LOW?

A) NOR

B) NAND

C) AND

D) OR

✅ Answer: A) NOR



8. The truth table of XNOR gate gives output 1 when:

A) Inputs are different

B) Both inputs are 1

C) Both inputs are 0

D) Inputs are the same

✅ Answer: D) Inputs are the same



9. Which gate has the output expression Y = (A + B)'?

A) NAND

B) NOR

C) AND

D) OR

✅ Answer: B) NOR



10. Which of the following are Universal Gates?

A) AND and OR

B) XOR and XNOR

C) NAND and NOR

D) NOT and AND

✅ Answer: C) NAND and NOR





---


🧮 Logic Circuit Realization – Using Universal Gates


11. Which gate can be used to construct all other gates?

A) AND

B) OR

C) NAND

D) XOR

✅ Answer: C) NAND



12. How many NAND gates are required to construct a NOT gate?

A) 1

B) 2

C) 3

D) 4

✅ Answer: A) 1



13. Using NOR gates, how do you create an OR gate?

A) 2 NOR gates

B) 3 NOR gates

C) 4 NOR gates

D) Not possible

✅ Answer: B) 3 NOR gates



14. Which combination gives AND gate using NAND gates?

A) Invert inputs, then NAND

B) NAND output, then invert

C) NAND output twice

D) NOR of inputs

✅ Answer: B) NAND output, then invert



15. To create an AND gate using only NOR gates, you need:

A) 2 gates

B) 3 gates

C) 4 gates

D) 1 gate

✅ Answer: C) 4 gates



16. Which gate’s output is 0 only when both inputs are 1?

A) OR

B) XOR

C) NAND

D) AND

✅ Answer: C) NAND



17. What is the implementation of A + B using NAND gates?

A) Invert A and B, then NAND

B) A NAND B

C) NAND followed by NOR

D) Cannot be done

✅ Answer: A) Invert A and B, then NAND



18. Which logic gate is used in parity checkers?

A) AND

B) OR

C) XOR

D) NOR

✅ Answer: C) XOR



19. XNOR gate is also called:

A) Even parity gate

B) Difference gate

C) NOT gate

D) Zero detector

✅ Answer: A) Even parity gate



20. The output of a NOR gate is 1 when:

A) Any one input is 1

B) B

oth inputs are 1

C) Both inputs are 0

D) One input is 0

✅ Answer: C) Both inputs are 0


UNIT 3


🔢 Arithmetic Circuits: Adders and Subtractors


1. What are the inputs to a half adder?

A) A, B, Carry-in

B) A, B

C) A, Carry-in

D) A, B, Carry-out

✅ Answer: B) A, B



2. The sum output of a half adder is:

A) A AND B

B) A OR B

C) A XOR B

D) A XNOR B

✅ Answer: C) A XOR B



3. Which of the following is used in a full adder but not in a half adder?

A) AND gate

B) XOR gate

C) Carry-in

D) OR gate

✅ Answer: C) Carry-in



4. How many inputs and outputs does a full adder have?

A) 2 inputs, 1 output

B) 3 inputs, 2 outputs

C) 2 inputs, 2 outputs

D) 3 inputs, 1 output

✅ Answer: B) 3 inputs, 2 outputs



5. The carry output of a full adder is:

A) A XOR B

B) A AND B

C) AB + BC + AC

D) A OR B

✅ Answer: C) AB + BC + AC



6. The difference output of a half subtractor is:

A) A XOR B

B) A AND B

C) A OR B

D) A NAND B

✅ Answer: A) A XOR B



7. Which component is required to design a full subtractor?

A) 1 half subtractor and 1 OR gate

B) 2 half subtractors and 1 OR gate

C) 2 half adders and 1 AND gate

D) 2 full adders

✅ Answer: B) 2 half subtractors and 1 OR gate



8. The borrow output in a half subtractor is:

A) A AND B

B) A' AND B

C) A XOR B

D) A OR B

✅ Answer: B) A' AND B





---


💾 Data Processing Circuits: Encoder, Decoder, MUX, DEMUX


9. How many output lines does a 4-to-2 encoder have?

A) 2

B) 4

C) 3

D) 1

✅ Answer: A) 2



10. The number of output lines in an 8-to-3 encoder is:

A) 2

B) 3

C) 4

D) 8

✅ Answer: B) 3



11. What is the function of an encoder?

A) Decodes input data

B) Generates sum and carry

C) Converts input to binary code

D) Multiplies input signals

✅ Answer: C) Converts input to binary code



12. Which logic circuit converts binary data from n input lines to a maximum of 2ⁿ output lines?

A) Encoder

B) Decoder

C) Multiplexer

D) Comparator

✅ Answer: B) Decoder



13. How many output lines does a 3-to-8 decoder have?

A) 3

B) 8

C) 6

D) 4

✅ Answer: B) 8



14. A 2-to-4 decoder has how many input and output lines?

A) 2 inputs, 4 outputs

B) 4 inputs, 2 outputs

C) 2 inputs, 2 outputs

D) 4 inputs, 4 outputs

✅ Answer: A) 2 inputs, 4 outputs



15. Which circuit has multiple input lines and selects one line to pass to the output?

A) Decoder

B) Encoder

C) Multiplexer

D) Demultiplexer

✅ Answer: C) Multiplexer



16. How many select lines are needed for a 4-to-1 multiplexer?

A) 1

B) 2

C) 3

D) 4

✅ Answer: B) 2



17. What is the function of a demultiplexer?

A) Combines data lines

B) Selects input lines

C) Routes one input to multiple outputs

D) Generates binary numbers

✅ Answer: C) Routes one input to multiple outputs



18. A 1-to-4 demultiplexer requires how many select lines?

A) 1

B) 2

C) 3

D) 4

✅ Answer: B) 2





---


✅ Parity Generator and Checker


19. A 3-bit even parity generator produces output 1 when:

A) Number of 1s is even

B) Number of 1s is odd

C) All bits are 0

D) All bits are 1

✅ Answer: B) Number of 1s is odd



20. The parity checker is

 used to:

A) Detect errors

B) Count 1s

C) Convert binary to decimal

D) Add bits

✅ Answer: A) Detect errors


UNIT 4


🔄 Flip-Flops and Latches


1. Which gate is used in basic SR Latch construction?

A) XOR

B) NAND

C) XNOR

D) AND

✅ Answer: B) NAND



2. A latch is a:

A) Combinational circuit

B) Sequential circuit without clock

C) Clocked sequential circuit

D) Multiplexer

✅ Answer: B) Sequential circuit without clock



3. What is the output of an SR latch when S = 0 and R = 0 (NAND-based)?

A) Invalid

B) No change

C) Reset

D) Set

✅ Answer: B) No change



4. In NOR-based SR latch, which input combination leads to invalid state?

A) S=1, R=1

B) S=0, R=0

C) S=1, R=0

D) S=0, R=1

✅ Answer: A) S=1, R=1



5. Which flip-flop stores one bit of data and has a clock input?

A) SR

B) D

C) T

D) All of these

✅ Answer: D) All of these



6. What is the purpose of the ‘Clock’ in a flip-flop?

A) Provide delay

B) Synchronize operations

C) Invert output

D) Store data

✅ Answer: B) Synchronize operations



7. Which of the following is not a type of triggering?

A) Level triggering

B) Pulse triggering

C) Edge triggering

D) Voltage triggering

✅ Answer: D) Voltage triggering



8. The output of a D flip-flop is:

A) Same as input

B) Always 0

C) Always 1

D) Inverted input

✅ Answer: A) Same as input



9. The JK flip-flop avoids the invalid state of which other flip-flop?

A) D

B) SR

C) T

D) Master-slave

✅ Answer: B) SR



10. When both J and K are high in a JK flip-flop, the output will:

A) Toggle

B) Set

C) Reset

D) No change

✅ Answer: A) Toggle





---


⏱️ More on Flip-Flops and Applications


11. T flip-flop is derived from which flip-flop?

A) JK

B) SR

C) D

D) Master-slave

✅ Answer: A) JK



12. Which flip-flop is commonly used in counters?

A) D flip-flop

B) T flip-flop

C) SR flip-flop

D) Clocked SR

✅ Answer: B) T flip-flop



13. Which flip-flop uses two clocked JK flip-flops to eliminate race condition?

A) D flip-flop

B) T flip-flop

C) Master-Slave JK

D) SR flip-flop

✅ Answer: C) Master-Slave JK



14. What is the purpose of PRESET and CLEAR in flip-flops?

A) Delay outputs

B) Eliminate race condition

C) Initialize or reset outputs

D) Increase speed

✅ Answer: C) Initialize or reset outputs



15. Flip-flops are mainly used in:

A) Memory devices

B) Adders

C) Encoders

D) Decoders

✅ Answer: A) Memory devices





---


🔢 Counters


16. What is a counter?

A) Logic adder

B) Memory cell

C) Sequential circuit that counts pulses

D) Encoder

✅ Answer: C) Sequential circuit that counts pulses



17. Asynchronous counter is also known as:

A) Parallel counter

B) Serial counter

C) Ripple counter

D) Decade counter

✅ Answer: C) Ripple counter



18. What is the major drawback of asynchronous counters?

A) High power

B) Limited speed

C) Propagation delay

D) High cost

✅ Answer: C) Propagation delay



19. Which counter has all flip-flops triggered by the same clock?

A) Ripple counter

B) Serial counter

C) Synchronous counter

D) Decade counter

✅ Answer: C) Synchronous counter



20. A decade counter counts from:

A) 0 to 9

B) 0 to 10

C) 0 to 15

D) 1 to 10

✅ Answer: A) 0 to 9


UNIT 5


🔁 Shift Registers


1. What is the primary function of a shift register?

A) Perform arithmetic operations

B) Store and transfer data

C) Decode binary values

D) Generate clock pulses

✅ Answer: B) Store and transfer data



2. In a Serial In Serial Out (SISO) shift register, data is:

A) Entered and removed in parallel

B) Entered in serial, read in parallel

C) Entered and read in serial

D) Stored permanently

✅ Answer: C) Entered and read in serial



3. Which shift register allows loading all bits at the same time and outputs them one by one?

A) Serial In Serial Out

B) Serial In Parallel Out

C) Parallel In Serial Out

D) Parallel In Parallel Out

✅ Answer: C) Parallel In Serial Out



4. Which shift register outputs all bits simultaneously after shifting in serial data?

A) SISO

B) PISO

C) SIPO

D) PIPO

✅ Answer: C) SIPO



5. Which shift register has both parallel input and parallel output?

A) SIPO

B) PIPO

C) SISO

D) PISO

✅ Answer: B) PIPO



6. A 4-bit shift register can hold:

A) 2 bits

B) 4 bits

C) 8 bits

D) 1 byte

✅ Answer: B) 4 bits



7. Which of the following is not an application of shift registers?

A) Serial-to-parallel conversion

B) Parallel-to-serial conversion

C) Data storage

D) Multiplication

✅ Answer: D) Multiplication



8. Shift registers operate based on:

A) Combinational logic

B) Counters

C) Clock pulses

D) Cache memory

✅ Answer: C) Clock pulses





---


💾 Memory – ROM and Types


9. ROM stands for:

A) Read On Memory

B) Random Only Memory

C) Read Only Memory

D) Rapid Output Memory

✅ Answer: C) Read Only Memory



10. Which type of ROM can be programmed once by the user?

A) PROM

B) EPROM

C) EEPROM

D) Flash

✅ Answer: A) PROM



11. Which ROM type can be erased using UV light?

A) PROM

B) EPROM

C) EEPROM

D) Flash

✅ Answer: B) EPROM



12. EEPROM can be erased using:

A) Ultraviolet light

B) Heat

C) Electrical signals

D) Magnetic field

✅ Answer: C) Electrical signals



13. Which ROM type is commonly used in USB drives and memory cards?

A) EEPROM

B) Flash

C) EPROM

D) PROM

✅ Answer: B) Flash



14. ROM is generally used for:

A) Temporary storage

B) Storing boot programs

C) Arithmetic operations

D) Cache memory

✅ Answer: B) Storing boot programs





---


🧠 Memory – RAM, Cache, and Comparison


15. What does RAM stand for?

A) Read and Memory

B) Random Access Memory

C) Rapid Access Module

D) Registered Arithmetic Memory

✅ Answer: B) Random Access Memory



16. Which type of RAM uses flip-flops to store data?

A) DRAM

B) Flash

C) SRAM

D) EEPROM

✅ Answer: C) SRAM



17. DRAM stores data using:

A) Flip-flops

B) Capacitors

C) Latches

D) Registers

✅ Answer: B) Capacitors



18. Which of the following is faster but more expensive?

A) DRAM

B) SRAM

C) ROM

D) PROM

✅ Answer: B) SRAM



19. Which of the following best compares RAM and ROM?

A) RAM is permanent, ROM is volatile

B) RAM is faster, ROM is slower

C) RAM stores firmware, ROM stores data

D) ROM loses data when power is off

✅ Answer: B) RAM is faster, ROM is slower



20. Cache memory is used to:

A) Store BIOS

B) Backup hard disk

C) Provide faster access to frequently used data

D) Stor

e output permanently

✅ Answer: C) Provide faster access to frequently used data





Sunday, May 18, 2025

R 2023 SCHEME 3 RD SEMESTER QUESTION BANK

 R 2023 SCHEME 3 RD SEMESTER QUESTION BANK 


CLICK LINK


https://drive.google.com/drive/folders/1Vo3htTBou8US1aJut18xsgZDPPq2FHdL

Thursday, May 15, 2025

N SCHEME PRACTICAL QUESTION BANK 6 TH SEM

 https://dte.tn.gov.in/-n-scheme-vi-th-semester-practical-question-bank-for-regular-courses-updated


Click

Monday, May 5, 2025

R2023 4 th SEM PRACTICAL QUESTIONS BANK

 

R 2023 SCHEME PRACTICAL QUESTION BANK LINK 🔗 👇🏻

Click

https://dte.tn.gov.in/practical-question-bank-for-diploma-r2023-scheme-4th-semester--courses


4 th semester question bank



https://drive.google.com/drive/folders/1GNdo2X_nCZalgCXq9h0qSXctuOOVLf4p?usp=drive_link


4 th Sem prac Q bank

Wednesday, April 23, 2025

EEE - ELECTRICAL MACHINES 2 ( R2023 ) STUDY MATERIALS

 

ELECTRICAL MACHINES 2 ( R2023 SCHEME )

( 10 MARKS )

 

UNIT - 1

1.     Derive an expression for the EMF equation of an alternator.

2.     Explain the working principle of alternator with necessary diagrams.

3.     Explain the stator and rotor construction details of a salient pole alternator.

4.     Construction of Cylindrical Type rotor:

5.     Comparison of Salient Pole rotor and cylindrical rotor

6.     Derive an expression to find the distribution factor.

 

 

UNIT – 2

 

1.     Explain the effect of armature reaction of alternators for various power factor loads.****

2.     Explain how regulation of alternator is determined by conducting direct load test.**

3.      Explain the necessity, conditions and advantages of parallel operation of alternator.

4.     Synchronizing by Dark Lamp Method

5.     Bright Lamp Method

UNIT – 3

 

1.     Explain with neat sketches the construction details of slip ring induction motor.

2.     Explain Star delta starter

3.     Explain Auto transformer starter

4.     DOL STARTER

5.     Derive an expression for starting torque of three phase induction motor. Explain the relationship between starting torque and full load torque.

6.     Explain with neat sketches the construction details of squirrel cage induction motor.

 

UNIT – 4

 

1.     Explain the construction, working and speed torque characteristics of a capacitor start and capacitor run induction motor.**

2.     Explain the construction, working and speed torque characteristics of a shaded pole induction motor.

3.      Explain the construction, working and speed torque characteristics of a repulsion start induction motor.

4.     Universal motor - construction, working and characteristics

5.     Explain vacuum impregnation process carried out for induction motors.

6.     Explain the causes for the troubles that occur in an induction motor / Explain the remedial actions to be taken for any seven troubles that occurs in an induction motor.

 

UNIT – 5

 

1.     Explain the principle of operation of a synchronous motor.**

2.     comparison of synchronous and induction motors

3.     CONSTRUCTION AND PRINCIPLE OF OPERATION OF PERMANANANT MAGNET SYNCHRONOUS MOTOR

4.     Working Principle of AC Servo Motor

5.     Linear Induction Motor

Saturday, March 29, 2025

ECE CHSN QUESTIONS

 April 2024


PART-A


1. Differentiate between software and firmware.


2. List the features of PCI bus.


3. What are the types of printers?


4. What is HDMI? Give its significance.


5. Define POST.


6. Write the steps to avoid ESD.


7. Differentiate between half duplex and full duplex data flow.


8. Define router in networks.


9. Differentiate connection oriented and connectionless services.


10. Compare 802.4 and 802.5 protocols.


PART-B


11. (a) (i) Define cache memory. Explain the characteristics of cache in Improving the performance of the processor. (7)


(ii) Write short notes on features of DDR-memory.(7)


(Or)


(b) (i) Write short notes on secondary storage devices. (7)


(ii) Explain HDD partition and formatting. (7)


12.


(a) Explain any two types of keyboards based on their working principle.


(Or)


(b) (i) Explain the working principle of TFT display devices.(7)


(ii) Write short notes on ATX power supply.(7)


13. (a)


(i) Explain the BIOS setup for configuring a system. (7)


(ii) Explain the role of diagnostic software.(7)


(Or)


(b) Explain the steps in installation of OS and troubleshooting of a laptop.


14.


(a) Explain different types of networks in computer communication.


(Or)


(b) Explain OSI model architecture. Also discuss the function of each layer.


15.


(a) Explain network layer protocols and their functions.


(Or)


(b) Explain application layer protocols and their functions.


OCTOBER 2024


PART- A


1. Define firmware.


2. Define direct RDRAM.


3. List the different types of mouse.


4. List the features of dot matrix printer.


5. Define firewall.


6. Draw the block diagram of laptop motherboard.


7. What is half duplex and full duplex?


8. List the advantages of ring topology.


9. Give the format for UDP header.


10. Define supernetting.


PART-B


11.


(a) Explain about PCMCIA.


(Or)


(b)


(i) Explain the working principle of DVD reader/writer.(7)


(ii) Write notes on solid state memory devices.(7)


12.


(a) Explain the working of mechanical and membrane keyboard with diagram.


(Or)


(b) Explain the working of SMPS with diagram.


13.


(a) Explain about the tests performed by POST.


(Or)


(b) Write down the steps involved in OS installation.


14. (


a) Explain client server and peer to peer networks with neat diagram.


(Or)


(b) Explain about the data flow in OSI model.


15.


(a) Explain about IGMP and ARP.


(Or)


(b) Compare 802.X protocols.

Sunday, February 16, 2025

TAMILAN ULAGAM - NSK POLYTECHNIC COLLEGE WHATSAPP GROUPS

 

DEAR FRIENDS CLICK THE BELOW LINKS TO JOIN POLYTECHNIC STUDENTS WHATSAPP GROUPS





DIPLOMA I YEAR STUDENT GROUPS 👇

I YEAR - ALL DEPARTMENT GROUP

I YEAR (R2023) SPECIAL GROUP

I YEAR CSE GROUP

I YEAR CIVIL GROUP

I YEAR MECHANICAL GROUP

I YEAR EEE GROUP

I YEAR ECE GROUP

I YEAR AUTOMOBILE GROUP

I YEAR AI&ML GROUP

DIPLOMA IN MECHANICAL ENGINEERING GROUPS CLICK THE LINK TO JOIN 👇👇👇

Mechanical - 3 rd Year

Mechanical 2 nd Year

Mechanical - Common Group


DIPLOMA IN ELECTRICAL AND ELECTRONICS ENGINEERING ( EEE) GROUPS CLICK THE LINK TO JOIN 👇👇👇

EEE - 3 RD YEAR

EEE 2 ND YEAR

EEE - COMMON GROUP


DIPLOMA IN ELECTRONICS AND COMMUNICATIONS ENGINEERING ( ECE) GROUPS CLICK THE LINK TO JOIN 👇👇👇

ECE - 3 RD YEAR

ECE - 2 ND YEAR

ECE - ALL SEMESTER COMMON


DIPLOMA IN CIVIL ENGINEERING ( DCE) GROUPS CLICK THE LINK TO JOIN 👇👇👇

CIVIL 2 ND YEAR GROUP

CIVIL 3 RD YEAR GROUP


DIPLOMA IN COMPUTER ENGINEERING ( DCSE) AND INFORMATION TECHNOLOGY GROUPS CLICK THE LINK TO JOIN 👇👇👇

CSE & IT 2 ND YEAR GROUP

CSE & IT 3 RD YEAR GROUP


DIPLOMA IN AUTOMOBILE ENGINEERING ( DAE)  GROUPS CLICK THE LINK TO JOIN 👇👇👇

AUTO 2 ND YEAR

AUTO 3 RD YEAR

DIPLOMA IN ARTIFICIAL INTELLIGENCE AND MACHINE LEARNING (AI&ML) GROUP👇

AI & ML 2 ND YEAR

OTHER DIPLOMA / POLYTECHNIC GROUPS 👇

Diploma Results Updates Group

NSK UPDATES GROUP

TAMILAN ULAGAM GROUP

NSK JOBS GROUP

NSK DIPLOMA CHAT GROUP

NSK POLYTECHNIC COMMON GROUP

NSK N SCHEME STUDENTS GROUP

Sunday, January 19, 2025

வேலைவாய்ப்பற்ற இளைஞர்கள் அரசு உதவித்தொகை பெறும் வழிமுறைகள்.. கன்னியாகுமரி கலெக்டர் விளக்கம்





கன்னியாகுமரி: வேலைவாய்ப்பற்ற இளைஞர்கள் அரசு உதவித்தொகை பெறும் வழிமுறைகள் குறித்து கன்னியாகுமரி மாவட்ட கலெக்டர் அழகுமீனா அறிவித்துள்ளார். வேலைவாய்ப்பு அலுவலகத்தில் 10-ம் வகுப்பு தேர்ச்சி பெறாதவர் மற்றும் அதற்கு மேலும் உள்ள கல்வித்தகுதியை பதிவுசெய்து 5 ஆண்டுகள் முடிவடைந்து தொடர்ந்து புதுப்பித்தல் செய்துவரும் பதிவுதாரர்களுக்கு உதவி தொகை கிடைக்கிறது. இதை பற்றி விவரமாக பார்ப்போம்.

தமிழ்நாடு அரசு சார்பில் வேலைவாய்ப்பற்ற இளைஞர்களுக்கு உதவித்தொகை வழங்கப்படுகிறது. வேலை வாய்ப்பு அலுவலகத்தில் பதிவு செய்து 5 ஆண்டுகள் நிறைவு பெற்றவர்களுக்கு இந்த உதவி தொகை கிடைக்கிறது. பத்தாம் வகுப்பில் தோல்வியுற்றவர்களுக்கு மாதம் ரூ.200-ம், 10ம் வகுப்பு தேர்ச்சி பெற்றவர்களுக்கு மாதம் ரூ.300-ம், பன்னிரெண்டாம் வகுப்பில் தேர்ச்சி பெற்றவர்களுக்கு மாதம் ரூ.400-ம் மற்றும் பட்டதாரிகளுக்கு மாதம் ரூ.600-ம் வழங்கப்படுகிறது. ஆனால் இந்த பணம் மாதம் மாதம் வங்கி கணக்கில் வழங்கப்படுவது இல்லை. இது வங்கி கணக்கில் மூன்று மாதத்திற்கு ஒருமுறை வரும்.

மாற்றுத்திறனாளிகளை பொறுத்தமட்டில், வேலைவாய்ப்பு அலுவலகத்தில் பதிவு செய்து ஓராண்டு முடித்திருந்தால் போதுமானது ஆகும். அதேபோல் மாற்றுத்திறனாளிகளுக்கு வருமான உச்ச வரம்பு மற்றும் வயது வரம்பு ஏதும் கிடையாது. அதேநேரம் அரசின் முதியோர் உதவித்தொகை (OAP) பெறுபவர்களாயின், அவர்களுக்கு வேலைவாய்ப்பற்றோர் உதவித்தொகை பெற தகுதியில்லை. அனைத்து வகை மாற்றுத்திறனாளிகளுக்கும் எழுதப்படிக்க தெரிந்த மற்றும் பத்தாம் வகுப்பு தேர்ச்சி பெற்றவர்களுக்கு - ரூ.600/ கிடைக்கும். பன்னிரண்டாம் வகுப்பு தேர்ச்சி பெற்றவர்களுக்கு(HSC-Passed) - ரூ.750/ கிடைக்கும். பட்டப்படிப்பு தேர்ச்சி பெற்றவர்களுக்கு(DEGREE-Passed) - ரூ.1000 கிடைக்கிறது.

கன்னியாகுமரி மாவட்ட கலெக்டர் அழகுமீனா வெளியிட்டுள்ள அறிவிப்பில் கூறுகையில், "வேலைவாய்ப்பு அலுவலகத்தில் 10-ம் வகுப்பு தேர்ச்சி பெறாதவர் மற்றும் அதற்கு மேலும் உள்ள கல்வித்தகுதியை பதிவுசெய்து 5 ஆண்டுகள் முடிவடைந்து தொடர்ந்து புதுப்பித்தல் செய்துவரும் பதிவுதாரர்களுக்கு உதவித்தொகை வழங்கப்பட்டு வருகிறது.

அதன்படி 1.1.2025 முதல் 31.3.2025-ம் தேதி வரையிலான காலத்திற்கு உதவித்தொகை வழங்குவதற்கான நடவடிக்கை மேற்கொள்ளப்பட்டு வருகிறது. வேலைவாய்ப்பு அலுவலகத்தில் பதிவுசெய்து 31.12.2024 தேதியில் 5 ஆண்டுகள் நிறைவு செய்திருத்தல் வேண்டும். 31.3.2025 அன்று உச்சவயது ஆதிதிராவிடர் மற்றும் பழங்குடியினருக்கு 45 வயதுக்குள்ளும் மற்ற அனைத்து பிரிவினர்களுக்கு 40 வயதுக்குள்ளும் முடிவடையாமல் இருக்க வேண்டும்.



Perambalur-ல் பட்டியலின இளைஞர் படுகொலை…| Crime
கன்னியாகுமரி மாவட்ட கலெக்டர் அழகுமீனா வெளியிட்டுள்ள அறிவிப்பில் கூறுகையில், "வேலைவாய்ப்பு அலுவலகத்தில் 10-ம் வகுப்பு தேர்ச்சி பெறாதவர் மற்றும் அதற்கு மேலும் உள்ள கல்வித்தகுதியை பதிவுசெய்து 5 ஆண்டுகள் முடிவடைந்து தொடர்ந்து புதுப்பித்தல் செய்துவரும் பதிவுதாரர்களுக்கு உதவித்தொகை வழங்கப்பட்டு வருகிறது.

அதன்படி 1.1.2025 முதல் 31.3.2025-ம் தேதி வரையிலான காலத்திற்கு உதவித்தொகை வழங்குவதற்கான நடவடிக்கை மேற்கொள்ளப்பட்டு வருகிறது. வேலைவாய்ப்பு அலுவலகத்தில் பதிவுசெய்து 31.12.2024 தேதியில் 5 ஆண்டுகள் நிறைவு செய்திருத்தல் வேண்டும். 31.3.2025 அன்று உச்சவயது ஆதிதிராவிடர் மற்றும் பழங்குடியினருக்கு 45 வயதுக்குள்ளும் மற்ற அனைத்து பிரிவினர்களுக்கு 40 வயதுக்குள்ளும் முடிவடையாமல் இருக்க வேண்டும்.

Recommended For You
மன்னன் படத்தில் ரூ. 1 கோடி சம்பளம் கேட்ட கவுண்டமணி! 
"மன்னன் படத்தில் ரூ. 1 கோடி சம்பளம் கேட்ட கவுண்டமணி! "அந்த" சீன் மட்டும் ரஜினிக்கு 21 டேக்காமே! "

உதவித்தொகை பெறுவதற்கு குடும்ப ஆண்டு வருமானம் ரூ.72 ஆயிரத்துக்கு மிகைப்படாமல் இருத்தல் வேண்டும். மாற்றுத்திறனாளிகளை பொறுத்தவரை பதிவுசெய்து 31.12.2024 தேதியில் ஒரு ஆண்டு முடிவுற்றிருந்தால் போதுமானது. மேலும் மாற்றுத்திறனாளி பதிவுதாரர்களுக்கு வயதுவரம்பு மற்றும் வருமான உச்சவரம்பு ஏதுமில்லை.

இந்த உதவித்தொகையினை பெற மனுதாரர் அரசிடம் இருந்து வேறு எந்தவிதமான உதவித்தொகையும் பெறுபவராக இருத்தல் கூடாது. முற்றிலுமாக வேலையில்லாதவராகவே இருக்க வேண்டும். பள்ளிக்கல்வி அல்லது கல்லூரி கல்வி மற்றும் தொழில் சார்ந்த கல்வி நிறுவனங்களுக்கு தினமும் சென்று படிக்கும் மாணவ-மாணவியராக இருக்கக் கூடாது. ஆனால் தொலைதூரக் கல்வி மற்றும் அஞ்சல் வழிக்கல்வி கற்கும் மனுதாரர்கள் விண்ணப்பம் செய்யலாம். பொறியியல், மருத்துவம், கால்நடை மருத்துவம், விவசாயம், சட்டம் போன்ற தொழிற் பட்டப்படிப்புகள் படித்த பதிவுதாரர்களுக்கும் வேலைவாய்ப்பற்றோர் நிவாரணம் பெற இயலாது" இவ்வாறு அந்த அறிவிப்பில் கூறப்பட்டுள்ளது


பணிக்கு சேரும்போதே ரூ.75,000 போனஸ்! டிப்ளமோ முடித்தோரை அழைக்கும் விப்ரோ.. ஜனவரி 31 கடைசி நாள்

 


சென்னை: முன்னணி ஐடி நிறுவனமான விப்ரோவில் இருந்து புதிய வேலைவாய்ப்பு குறித்த அறிவிப்பு வெளியாகி உள்ளது. இதற்கு டிப்ளமோ முடித்தவர்கள் விண்ணப்பம் செய்யலாம். இந்த பணிக்கு விண்ணப்பம் செய்ய ஜனவரி 31 கடைசி நாளாகும். பணிக்கு தேர்வாகும் நபர்களுக்கு போனஸ் + சம்பளம் வழங்கப்பட உள்ளது. அதுமட்டுமின்றி ‛பிடெக்' பயிலவும் வாய்ப்பு வழங்கப்பட உள்ளது.


இந்தியாவில் முக்கியமான ஐடி நிறுவனமாக விப்ரோ டெக்னாலஜிஸ் (Wipro Technologies) செயல்பட்டு வருகிறது. இந்த நிறுவனத்தில் இருந்து காலிப்பணியிடங்களை நிரப்புவதற்கான அறிவிப்பு வெளியாகி உள்ளது. அதன் விபரம் வருமாறு:

தற்போது விப்ரோவில் School of IT infrastructure Management என்ற அடிப்படையில் பணிக்கு ஆட்கள் தேர்வு செய்யப்பட உள்ளனர். இந்த பணிக்கு 10ம் வகுப்பு, 12ம் வகுப்பு முடித்து டிப்ளமோ படிப்பை 50 சதவீதம் அல்லது அதற்கு மேற்பட்ட மதிப்பெண்ணுடன் முடித்திருக்க வேண்டும். 2023, 2024, 2025ம் ஆண்டில் படிப்பை முடித்தவர்கள் விண்ணப்பம் செய்யலாம்.

விண்ணப்பம் செய்வோர் தொலைத்தூர கல்வி மூலம் 10, 12ம் வகுப்பு படித்திருக்கலாம் ஆனால் டிப்ளமோவை பார்ட் ஃடைம், தொலைத்தூர கல்வி மூலம் முடித்திருக்க கூடாது. கண்டிப்பாக கல்லூரி சென்று டிப்ளமோ முடித்தவர்கள் மட்டுமே விண்ணப்பம் செய்ய முடியும்.


டிப்ளமோவில் கம்ப்யூட்டர் சயின்ஸ், இன்பர்மேஷன் டெக்னாலஜி, எலக்ட்ரானிக்ஸ், டெலிகம்யூனிகேஷன், கம்ப்யூட்டர் இன்ஜினியரிங், எலக்ட்ரானிக்ஸ் & கம்யூனிகேஷன், கம்ப்யூட்டர் டெக்னாலஜி, கம்ப்யூட்டர் சயின்ஸ் மற்றும் டெக்னாலஜி, எலக்ட்ரிக்கல் மற்றும் எலக்ட்ரானிக்ஸ் இன்ஜினியரிங் உள்ளிட்ட படிப்புகளை முடித்தவர்கள் விண்ணப்பம் செய்யலாம். இவர்கள் கண்டிப்பாக கணிதத்தை ஒரு பாடமாக படித்திருக்க வேண்டும். பிசினஸ் கணிதம், அப்ளைட் கணிதம் உள்ளிட்டவை கணக்கில் எடுத்து கொள்ளப்படாது.

பணிக்கு தேர்வாகும் நபர்களுக்கு முதல் ஆண்டில் ஒவ்வொரு மாதமும் சம்பளமாக ரூ.12,400 வழங்கப்படும். அதன்பிறகு 2ம் ஆண்டு ரூ.15,488, 3ம் ஆண்டில் ரூ.17,553, 4வது ஆண்டில் ரூ19,918 சம்பளம் என்பது வழங்கப்படும். இந்த சம்பளம் என்பது Stipend முறையில் வழங்கப்படும். அதோடு பணிக்கு சேரும்போதே ரூ.75 ஆயிரம் ஜாயினிங் போனஸாக வழங்கப்படும்.

அதுமட்டுமின்றி பணிக்கு தேர்வாகும் நபர்களுக்கு பிடெக் படிப்பை படிக்க விப்ரோவில் இருந்து ஸ்பான்ஷர்ஷிப் வழங்கப்படுகிறது. இதற்கு தனியாக கட்டணம் செலுத்த தேவையில்லை. படிப்புக்கான செலவு முழுவதும் விப்ரோ நிறுவனத்தால் ஏற்றுக்கொள்ளப்படும். விப்ரோவில் பணியாற்றி கொண்டே பிடெக் படிப்பை இலவசமாக முடிக்கலாம்.

இந்த பணிக்கு விண்ணப்பம் செய்வதற்கான கடைசி தேதி என்பது ஜனவரி 31ம் தேதியாகும். அன்று இரவு 11.59 மணிக்கு தகுதி மற்றும் விருப்பம் உள்ளவர்கள் விண்ணப்பம் செய்யலாம். விண்ணப்பம் செய்வோருக்கு 4 ரவுண்ட்டுகளாக இண்டர்வியூ என்பது நடக்கும்.


முதலில் ஆன்லைன் அசஸ்மென்ட் என்ற வகையில் தலா 20 நிமிடங்கள் என்று மொத்தம் 80 நிமிடங்கள் வரை முதல் ரவுண்ட் நடக்கும். இதில் Verbal, 2வது Analytical, 3வது Quantitative, 4வது Written Communication ஆகியவை இருக்கும். அடுத்ததாக 2வது ரவுண்ட்டில் Bussiness Discussion, 3வது ரவுண்ட்டில் எச்ஆர் டிஸ்கஷன், 4வது ரவுண்ட்டில் Free Skill Agreement இருக்கும். பணிக்கு தேர்வாகும் நபர்கள் இந்தியாவில் எங்கு வேண்டுமானாலும் நியமனம் செய்யப்பட வாய்ப்புள்ளது.


ஆனால் முக்கியமான விஷயம் என்னவென்றால் இந்த பணிக்கு சர்வீஸ் அக்ரிமென்ட் உள்ளது. சர்வீஸ் அக்ரிமென்ட்டாக 48 மாதங்கள் நிர்ணயம் செய்யப்பட்டுள்ளது. அதாவது மொத்தம் 4 ஆண்டுகள் விப்ரோவில் கட்டாயம் பணி செய்ய வேண்டும். அதற்கு முன்பு பணியை விடும் பட்சத்தில் பணம் செலுத்த வேண்டியிருக்கும்.

பணிக்கான அதிகாரப்பூர்வ அறிவிப்பு மற்றும் விண்ணப்பம் செய்ய Click Here

Apply for this job



ACS CA1

  Part A 1. ASK stands for:  a) Amplitude Shift Keying b) Amplitude Sharing Keying  c) Analog Signal Keying d) Amplitude Sampling Key  2. In...