Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

_____ is the ability of a software object to exhibit different behavioursin accordance to the current context.(a) Polymorphism(b) Inheritance(c) Object(d) ClassI got this question in an interview for internship.Query is from Software Architecture Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»
2.

FPGA’s are designed specifically for fast implementation of ____(a) state machines(b) state flow(c) state machines and state flow(d) state machines and sequential logicThe question was asked in an online quiz.The above asked question is from Digital Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» CORRECT answer is (d) state machines and sequential logic

To explain: A Field Programmable Gate Array is a configurable logic CIRCUIT. It consists of programmable logic blocks that can be connected in DIFFERENT formations. The LAYOUT is specifically designed for fast IMPLEMENTATION of state machines and sequential logic.
3.

Interconnect efficiency is a function of ____ being transferred.(a) number of data blocks(b) size of data blocks(c) type of data blocks(d) accuracy of data blocksI had been asked this question during an internship interview.This intriguing question originated from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right choice is (b) size of DATA blocks

Explanation: Interconnect efficiency is a FUNCTION of size of data blocks being transferred. Most BUSES exhibit low throughput for smaller block size. In addition to block size, features such as Direct Memory Access overhead, handshaking mechanism AFFECT the overall throughput.

4.

Which of the following is not a type of digital-interconnect?(a) DSP(b) Dedicated interconnect(c) Wideband bus(d) Shared memoryI had been asked this question in an international level competition.Asked question is from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT answer is (a) DSP

Best EXPLANATION: Dedicated interconnect, wideband bus and shared MEMORY are different types of available digital-interconnect. In dedicated interconnect, the VENDOR of a board provides a SUITABLE interconnect. Shared memory reserves a block of memory for communication. The performance of shared memory can be enhanced by operating with programmable Direct Memory Access (DMA) or equivalent hardware.

5.

The principle behind Sigma-Delta ADC is oversampling.(a) True(b) FalseI had been asked this question in an interview for internship.Origin of the question is ADC Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right OPTION is (a) True

To elaborate: It can be observed from the expression SNR=6.02*B+1.76+10log\((\frac{f_s}{2f_{MAX}})\), as the sampling FREQUENCY INCREASES, SNR increases. This is the principle behind Sigma-Delta ADC. The amount of oversampling is given by the RATIO of sampling frequency to Nyquist frequency.

6.

To avoid aliasing, the wideband ADC is ____ by anti-aliasing filters to suitably alter the _____ waveform.(a) succeeded, digital(b) preceded, digital(c) succeeded, analog(d) preceded, analogThis question was addressed to me in unit test.This question is from ADC Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»
7.

Noise must be less than _____ of the ADC.(a) half of the LSB(b) LSB(c) half of the MSB(d) MSBI have been asked this question in an interview for internship.My query is from ADC Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (a) half of the LSB

To EXPLAIN: The effect of aliasing, SPURIOUS response in IF/RF PROCESSING and other noise must be less than half of the LEAST SIGNIFICANT bit of the ADC. If this condition is satisfied, then all the bits of ADC give only the useful signal power.

8.

Which of the following is not a challenge posed by antenna?(a) Multiband antenna(b) RF MEMS(c) Co-site interference(d) ProgrammabilityThis question was addressed to me in unit test.Question is taken from Antenna Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (b) RF MEMS

The best explanation: RF MEMS can IMPROVE the performance of the ANTENNA by INTRODUCING re-configurability. Multiband antenna, co-site INTERFERENCE, and programmability are challenges POSED by antenna.

9.

What type of antenna is the Yagi antenna?(a) Surface-wave(b) Resonant(c) Traveling wave(d) ApertureThe question was asked during an interview.My doubt is from Antenna Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (a) Surface-wave

The best I can EXPLAIN: The Yagi antenna is a surface-wave antenna operating at 1 – 6 GHz range. It is used as radar feed and array. The setup of a Yagi antenna CONSISTS of a DRIVEN element, a reflector, and ONE or more DIRECTORS.

10.

____ are the functional objects that implement the personalities of channel objects.(a) Agents(b) Ghost objects(c) Modem objects(d) Modem eventsThis question was addressed to me in homework.My enquiry is from Software Architecture Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»
11.

Early DSP devices contained ____ extension and ____ extension.(a) addressing, pipelining(b) instruction, data format(c) addressing, data format(d) instruction, pipelingI have been asked this question in an international level competition.This is a very interesting question from Digital Architecture Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (b) INSTRUCTION, data FORMAT

Explanation: Early DSP devices contained instruction extension and data format extension. These EXTENSIONS increase the THROUGHPUT by saving instruction CYCLES.

12.

Which of the following is not a layer in the soft radio model proposed by Srikanteswara?(a) Application layer(b) Configuration layer(c) Processing layer(d) Tunneling layerThe question was posed to me in examination.My query is from Digital Architecture Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»
13.

____ and ____ are the parameters that define software defined radio applications.(a) Linearity, SNR(b) Dynamic range, SNR(c) Linearity, Dynamic range(d) Bandwidth, SNRThe question was posed to me in exam.Asked question is from ADC Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (c) Linearity, DYNAMIC range

The EXPLANATION is: Linearity and Dynamic range are the parameters that DEFINE software defined radio applications. SNR is measured to determine the dynamic range. The SNR and DNR value is computed from the ANTENNA to end user.

14.

____ is a technique where multiple instructions are overlapped during execution.(a) Pipelining(b) Caching(c) Instruction fetching(d) MappingI have been asked this question by my college director while I was bunking the class.This intriguing question comes from Digital Architecture Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (a) Pipelining

Explanation: Pipelining is a technique where MULTIPLE INSTRUCTIONS are overlapped during execution. Pipeline CONSISTS of many stages that vary from processor to processor. Pipelining increases the overall throughput of INSTRUCTION execution.

15.

The Nyquist criterion states that the sampling frequency of a band limited analog waveform must be at least ______ component to properly reconstruct the signal.(a) half the maximum frequency(b) twice the maximum frequency(c) half the minimum frequency(d) twice the minimum frequencyI had been asked this question in an online interview.Query is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (b) twice the maximum frequency

The best explanation: The Nyquist CRITERION states that the sampling frequency of a BAND limited ANALOG waveform must be at least twice the maximum frequency component to properly reconstruct the SIGNAL. Aliasing can be overcome by meeting Nyquist criterion and USING filters.

16.

The shape factor of an anti-aliasing filter is given by the ratio of the frequency at ___ dB attenuation point to the frequency at ___ dB point.(a) 80, 3(b) 3, 80(c) -80, -3(d) -3, -80The question was asked during an interview.My doubt is from ADC Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»
17.

The number and characteristics of roofing filter are determined by modulation of the subscriber signal.(a) True(b) FalseI got this question in exam.This interesting question is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT CHOICE is (a) True

To explain I would SAY: The modulation of the subscriber signal and BANDWIDTH of the passband interference determine number and CHARACTERISTICS of roofing filter. The use of roofing filter establishes a noise floor and prevents dropped calls.

18.

The required active cancellation is equal to ____ between the maximum non distorting input signal and the radiation level at the antenna.(a) half the difference(b) the difference(c) twice the difference(d) the correlationI have been asked this question in an interview.I need to ask this question from RF and IF Processing Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct CHOICE is (b) the difference

For explanation: The amount of active cancellation to be provided is equal to the difference between the maximum NON distorting input SIGNAL and the radiation level at the antenna. It is also given by the ratio of peak energy at the output of the RECEIVER antenna terminal to the maximum linear energy.

19.

A _____filter establishes maximum and minimum possible level for processing.(a) adaptive(b) flooring(c) roofing(d) contentI had been asked this question during an internship interview.This question is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (c) roofing

To EXPLAIN: A roofing filter establishes the maximum (ROOF) and minimum (floor) linearly possible LEVEL for processing. It is ALSO REFERRED to as co-site filter.

20.

Which of the following is not present in the conversion stages of super heterodyne receiver?(a) Local oscillator(b) Additional filter(c) Step attenuator(d) AmplifierI got this question during an interview.My doubt stems from RF and IF Processing Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct CHOICE is (c) Step ATTENUATOR

The EXPLANATION is: Each conversion stage of super heterodyne receiver has one LO, additional filters and amplifiers. Step attenuator is present after the pre-selector filters. It confines the total power at the input of first conversion stage WITHIN its linear range.

21.

Which of the following are frequency independent antennas?(a) Dielectric rod and Yagi(b) Log-periodic and Equiangular Spiral(c) Half-wave dipole and Half-wave slot(d) Axial mode helix and Pyramidal hornThe question was posed to me in class test.My doubt stems from Antenna Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (b) Log-periodic and Equiangular Spiral

To elaborate: Log-periodic and Equiangular spiral antennas are FREQUENCY INDEPENDENT antennas. Log – periodic antenna operates over the range 10 MHZ – 12 GHz. Equiangular spiral operates over the range 100 MHz – 35 GHz.

22.

Which of the following is not a concern for antenna tradeoff?(a) RF access(b) Calibration(c) Phase noise(d) RF MEMSI had been asked this question by my school principal while I was bunking the class.I'm obligated to ask this question of Antenna Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct answer is (d) RF MEMS

To explain I WOULD say: RF access, antenna calibration, phase noise are some parameters which influence antenna TRADEOFFS. The antenna establishes the available RF band and is RESPONSIBLE for the directional PROPERTIES of the system.

23.

How is bandwidth expressed in a Software Defined Radio?(a) Ratio of highest RF to lowest RF(b) Ratio of median RF to lowest RF(c) Ratio of lowest RF to highest RF(d) Ratio of lowest RF to median RFThis question was addressed to me during an online exam.My doubt stems from Antenna Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct answer is (c) RATIO of LOWEST RF to highest RF

Best explanation: Bandwidth can be expressed as a PERCENTAGE of carrier FREQUENCY. An alternate METHOD is to take the ratio of lowest RF to highest RF over which the parameters such as VSWR are operable.

24.

Enterprise architectures should promote ____ paths among object representations.(a) evolution(b) progression(c) continuity(d) migrationI have been asked this question in final exam.The above asked question is from Software Architecture Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (d) MIGRATION

Easiest explanation: Enterprise architecture promotes STANDARD classes and facilitates reusable OBJECTS. Enterprise architectures should promote migration paths among object representations. Enterprise architecture is open for alternatives to PREVENT inappropriate suppression of software definition approach.

25.

_____ can be in exactly one of a countable number of states at any given time.(a) Push-down automata(b) Agent state machine(c) Finite state machine(d) Infinite state machineThe question was asked in my homework.Origin of the question is Software Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct ANSWER is (c) Finite state machine

For explanation: A state machine is any device that STORES a status for a given time. It consists of a finite SET of distinct states, a set of inputs, a set of outputs, a NEXT state map and an OUTPUT map. Finite state machine can be in exactly one of a finite number of states at any given time.

26.

Which of the following conditions does not affect SNR?(a) Small signals in an environment of strong interference(b) Wide band channelized receiver(c) High fidelity instrumentation(d) High dynamic rangeI got this question by my school principal while I was bunking the class.Origin of the question is ADC Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (d) High dynamic range

Best explanation: SNR is AFFECTED by small signals in an environment of strong interference in spread spectrum TECHNIQUE. WIDE band channelized receiver affect SNR in Mobile Cellular applications. In spectrum analysis, SNR is INFLUENCED by high-fidelity instrumentation

27.

The point of intersection of the fundamental signal with the power of third-order intermodulation product is called as _____(a) input-referenced third-order intercept point(b) output-referenced third-order intercept point(c) input-referenced third-order intermodulation point(d) output-reference third-order intermodulation pointThis question was addressed to me in my homework.Asked question is from ADC Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (a) input-referenced third-order intercept point

To elaborate: The increase in the third-order intermodulation product eventually results in the intersection of fundamental SIGNAL with the POWER of third-order intermodulation product. This is REFERRED as input-reference third-order intercept point (IP3). The OUTPUT power of the fundamental signal saturates before IP3.

28.

Electronically Programmable Analog Components are also called as ____(a) FPGA(b) FPAA(c) Gate Array ASIC(d) Cell based ASICThis question was posed to me during an interview.I need to ask this question from RF and IF Processing Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (c) Gate Array ASIC

To EXPLAIN: Electronically PROGRAMMABLE Analog COMPONENTS (EPACs) are also called as Field Programmable Analog Array (FPAAs). FPAAs COMBINE conventional analog circuit such as filter, amplifier with programmable interconnect.

29.

Direct conversion receiver is a heterodyne receiver.(a) True(b) FalseI got this question during an online exam.My enquiry is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct answer is (B) False

The BEST I can explain: The direct conversion RECEIVER is a HOMODYNE receiver which may use non-zero baseband center frequency.

30.

Which of the following is not observed due to co-site interference?(a) Eddy currents(b) Near field effects(c) Multicarrier active intermodulation(d) Multicarrier passive intermodulationI have been asked this question in a national level competition.Question is from Antenna Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» RIGHT option is (d) Multicarrier passive intermodulation

Easy explanation: Co-site interference may result in multimode, multiband antenna interaction, EDDY CURRENTS, near field EFFECTS, electrical isolation and multicarrier active intermodulation.
31.

Military applications resort to channelized architectures due to _____(a) excess of bandwidth(b) lack of bandwidth(c) excessive programmability(d) excess of bandwidth and programmabilityThis question was posed to me in an interview for internship.This intriguing question originated from Antenna Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct OPTION is (d) excess of bandwidth and PROGRAMMABILITY

The explanation is: Military application resort to channelized ARCHITECTURES DUE to excess of bandwidth and programmability. The channelized architectures have dedicated ANTENNA and RF conversion subsystem for each subbandof resonant antenna.

32.

Both TDOA and CDMA continuously compute ______(a) time difference of arrival(b) time of arrival(c) angle of arrival(d) time delay of arrivalThe question was posed to me by my school principal while I was bunking the class.I would like to ask this question from Antenna Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right answer is (b) time of arrival

To EXPLAIN I would say: Time Difference of Arrival (TDOA) and CODE Division MULTIPLE Access (CDMA) continuously COMPUTE time of arrival in order to recover the direct sequence and spread spectrum waveform.

33.

Which of the following is not a software requirement required by CDMA?(a) Symbol integration(b) Blind equalization(c) Tracker(d) Viterbi decoderI got this question at a job interview.My enquiry is from Performance Management Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (a) Symbol integration

The explanation: Carrier tracking is ACHIEVED by tracker. Viterbi decoder is a maximum likelihood majority decoder. Blind EQUALIZATION is implemented by weighted TAPPED delay line filter. These functionalities are accomplished using software. Although symbol integration is REQUIRED by CDMA, it is implemented using ASIC.

34.

How can a finite state machine be converted into a push down automata?(a) By including a push-down stack(b) By including a push-down stack with Push() function(c) By including a push-down stack with Pop() function(d) By including a push-down stack with Push() and Pop() functionI had been asked this question in an online quiz.This intriguing question originated from Software Architecture Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (C) By including a push-down STACK with Pop() function

The EXPLANATION is: A finite state machine be converted into a push down automata by including a push-down stack with Push() and Pop() function. Push-down automata supports unlimited number of STATES. The availability of stack SPACE and time taken to reach certain states are challenges for push-down automata.

35.

_____ must invoke an appropriate response from the software.(a) Object(b) Call(c) Event(d) PromptThis question was addressed to me in examination.This is a very interesting question from Software Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» CORRECT choice is (C) Event

Explanation: External event is a stimulus that invokes an appropriate response from the system. Each event might invoke more than ONE system response. A comprehensive COLLECTION of events is CALLED an event-response list.
36.

Which of the following is not a DSP core?(a) Motorola DSP56300(b) TI TMS320/C54x(c) Motorola 56300(d) STEL-2000This question was posed to me in an online interview.Query is from Digital Architecture Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (d) STEL-2000

The explanation: DSP cores are processors produced to be a PART of DSP ASIC device. Motorola DSP56300 is a 24BIT processor. TI TMS320/C54x and Motorola 56300 have 16 – bit processors.

37.

Which of the following influences the spurious free dynamic range?(a) Second-order intercept(b) Second-order intermodulation product(c) Third-order intercept(d) Third-order intermodulation productThis question was posed to me in an online quiz.Query is from ADC Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (d) Third-order intermodulation PRODUCT

Easy explanation: The point at which the OUTPUT noise level is tangential to the power of the third-order intermodulation product of ADC determines the spurious FREE dynamic range of ADC.

38.

If Wais the receiver bandwidth and NF is the noise figure, the noise power of a noise limited receiver is given by the expression ____(a) Pm=-184dBm+10log(Wa)+NF(b) Pm=-174dBm+10log(Wa)+NF(c) Pm=-174dBm+10log(NF)+Wa(d) Pm=-184dBm+10log(NF)+WaThe question was posed to me in unit test.Query is from ADC Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (b) Pm=-174dBm+10log(WA)+NF

To EXPLAIN: If Wa is the receiver bandwidth and NF is the noise figure, the noise power of a noise limited receiver is given by the expression Pm=-174dBm+10log(Wa)+NF. The noise power of the noise limited receiver MUST be matched to power of the LEAST significant bit of ADC.

39.

In Nyquist sampling, the ____ frequency is ______to the duration of the observation interval.(a) maximum recoverable, proportional(b) minimum resolvable, inversely proportional(c) maximum recoverable, inversely proportional(d) minimum resolvable, proportionalI had been asked this question in final exam.My doubt is from ADC Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» CORRECT answer is (b) MINIMUM resolvable, inversely proportional

To explain I would say: In Nyquist SAMPLING, the maximum recoverable frequency is given by the expression fs/2. The minimum resolvable frequency is inversely proportional to the duration of the observation interval. The observation interval is given by the NUMBER of time DOMAIN points.
40.

Superconducting analog filters can reduce noise and interference introduced by wide bandwidth of SDR architecture.(a) True(b) FalseThe question was posed to me during an internship interview.My query is from RF and IF Processing Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right answer is (a) True

The best I can EXPLAIN: Superconducting ANALOG filters can reduce NOISE and interference introduced by wide bandwidth of SDR architecture. The combined use of superconducting filter and regular anti-aliasing filter can offer BETTER spectral purity.

41.

RF amplifiers tend to be ____ amplifiers.(a) class A(b) class B(c) class C(d) class ABThe question was posed to me during a job interview.This interesting question is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct OPTION is (c) class C

Explanation: RF amplifiers operate in saturated MODE (class C). It non-linearly DISTORTS the waveform. Class A, class B, and class AB are linear amplifiers. The output SIGNALS are linearly related to input signals.

42.

In active radar blanking, communication between RF stage and rest of the communication system is ___ while the control line is ____(a) on, inactive(b) off, inactive(c) off, active(d) on, absentThe question was posed to me during an interview.This question is from RF and IF Processing Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (b) off, INACTIVE

The best explanation: In ACTIVE blanking, COMMUNICATION between RF stage and rest of the communication SYSTEM is off while the control line is inactive. This is an EXAMPLE for active cancellation.

43.

The increase in demand for DSP resources due to the introduction of diversity can be controlled by _______(a) dynamically-pooled DSP resources(b) increasing DSP resources(c) fixing the number of users(d) combining diversity with frequency hoppingThis question was addressed to me in an online interview.My question comes from Antenna Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» RIGHT answer is (a) dynamically-pooled DSP resources

Easiest explanation: All subscribers do not require diversity SIMULTANEOUSLY. Dynamically pooled DSP resources can be used to enhance CHANNELS with LOW carrier to interference ratio.
44.

Which method is used to estimate time-difference of arrival and angle of arrival?(a) Optical interferometry(b) Interferometric dynamic measurement(c) Frequency scanning interferometry(d) Phase interferometryThe question was posed to me in an interview for job.Question is taken from Antenna Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right OPTION is (d) Phase interferometry

For explanation: Time-difference of arrival and angle of arrival are determined by phase interferometry. These parameters PLAY an important ROLE in network-based emitter LOCATION techniques.

45.

Techniques such as positive acknowledgement and timeouts must be employed to prevent ____ of critical event.(a) delay(b) continuous selection(c) retransmission(d) suspensionI had been asked this question during an online exam.This key question is from Software Architecture Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct choice is (d) SUSPENSION

To explain I would say: Interference generates false messages and masks legitimate messages. The PERMANENT suspension of a FALSELY masked message can be prevented by techniques such as POSITIVE ACKNOWLEDGEMENT and timeout.

46.

_____ translates laptop level display information to a level suitable for handheld device.(a) Transmission Control Protocol(b) Graphic User Interface(c) Simple Network Management Protocol(d) Wireless Access ProtocolThis question was posed to me in unit test.My question is based upon Software Architecture Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT option is (d) WIRELESS Access Protocol

Easy explanation: Wireless Access Protocol is a technical standard for accessing information over a MOBILE wireless network. It is interoperable with different network technologies such as CDMA and GSM. It translates laptop level DISPLAY information to a level suitable for handheld device.

47.

____ algorithm was used by Clipper Chip Key – Escrow cryptography technique for transmission of information.(a) Baton(b) Havequick(c) Saville(d) SkipjackI got this question in homework.Question is from Digital Architecture Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» CORRECT option is (d) Skipjack

The explanation is: Skipjack algorithm was used by Clipper Chip Key – Escrow cryptography technique for transmission of information. It uses the Diffie-Hellman key exchange algorithm for DISTRIBUTION of cryptographic session keys.
48.

State machines consist of ____ that represents the number of states.(a) a memory(b) states(c) clock(d) control signalThis question was addressed to me in final exam.My query is from Digital Architecture Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (a) a memory

For EXPLANATION: State machines consist of a memory that represents the number of STATES. It detects INPUT andgenerates OUTPUT as a function of state transition.

49.

Which of the following is the first step in FEC decoding?(a) Input bitstream synchronization(b) Descramble(c) Decode(d) Symbol puncturingI have been asked this question by my college professor while I was bunking the class.My query is from Digital Architecture Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (a) INPUT bitstream SYNCHRONIZATION

The best I can explain: The FIRST step in FEC decoding is input bitstream synchronization. It is followed by reversing the effect of SYMBOL puncturing and estimation of transmitted bits. Then the resulting signal is DECODED and descrambled.

50.

_____ interleave two systematic concatenated codes.(a) Turbo codes(b) Soft codes(c) Convolution codes(d) Trellis codesThis question was posed to me in exam.The doubt is from Digital Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT OPTION is (a) TURBO codes

The explanation: Turbo codes interleave two systematic concatenated codes. It improves error PROTECTION. Turbo codes exhibit high performance with low complexity encoding and decoding ALGORITHMS.