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.

101.

The number of instructions per invocation is called _____(a) object complexity(b) thread complexity(c) instruction complexity(d) instruction set complexityThe question was asked in final exam.This intriguing question originated from Performance Management Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (b) THREAD complexity

The explanation: The number of instructions per INVOCATION is CALLED the execution complexity, thread complexity, sub thread complexity, or just the complexity. The PRODUCT of processor MIPS and processor fraction divided by invocation rate yields equivalent instructions per invocation.

102.

_____ thread must be completed within a short window.(a) Isochronous(b) Near-real-time data packets(c) Non-critical(d) Use-case analysisThis question was addressed to me by my school principal while I was bunking the class.My question is based upon Software Architecture Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (a) Isochronous

To elaborate: Signal flow is an isochronous stream. Isochronous thread must be completed within a short window. Isochronous threads tend to be CLASSES with timing CONSTRAINTS especially in MULTIPLE INHERITANCE object oriented environment.

103.

A trace of the path created by stimulus-response event pair is called ____(a) procedure(b) sequence(c) tracer(d) threadThe question was posed to me during an interview.My question comes from Software Architecture Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right choice is (d) THREAD

For explanation: Each EVENT might invoke more than one system response. A comprehensive COLLECTION of events is called an event-response list. A trace of the path created by stimulus-response event pair is called thread. For example, if caller and respondent are objects, then a trace would CONTAIN the caller, handset, MTSO, PTSN, and the respondent.

104.

Clipper Chip Key – Escrow involves using ____ for security.(a) one way key(b) two way key(c) four way key(d) eight way keyThis question was addressed to me in a job interview.This question is from Digital Architecture Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (b) two way key

For explanation I would say: The Clipper Chip Key users are BOUND to provide their CRYPTOGRAPHY keys in escrow to the government. Two government agencies HOLD a PORTION of the key. The information is decrypted for investigation by the governmentonly UPON the agreement of two government agencies.

105.

A state transition maps the relation between ____and ____ to compute the _____(a) present state, input, output(b) present output, input, feedback(c) input, feedback, output(d) present state, output, feedbackI have been asked this question during an interview for a job.This interesting question is from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» RIGHT choice is (a) present STATE, INPUT, output

To elaborate: A state transition maps the relation between present state and input to compute the output. The output MAP chooses an APPROPRIATE output to be created during state transition.
106.

The sampling rate of promising SDR technology ranges between _____(a) 1 MHz – 100 MHz(b) 10 MHz – 100 MHz(c) 1 MHz – 1 GHz(d) 1 MHz – 10 GHzThis question was posed to me during an online interview.This intriguing question originated from ADC Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (b) 10 MHz – 100 MHz

The EXPLANATION is: The sampling rate of promising SDR technology ranges between 10 MHz – 100 MHz. The resolution falls in the RANGE of 30 dB– 60 dB. FREQUENCY division multiplexing uses few MHz IF-bandwidth. PCM, cellular band allocation, 3G, and AIR navigation signals use hundreds of MHz.

107.

____ is obtained by the product of number of parallel hardware elements and clock speed.(a) MIPS(b) MOPS(c) MFLOPS(d) KPIThis question was addressed to me in homework.My question is from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT answer is (b) MOPS

The EXPLANATION is: Millions of operation per second (MOPS) is obtained by the product of number of parallel hardware elements and CLOCK speed. An operation (OP) is a logical transformation of data carried out by portion of hardware in ONE clock cycle.

108.

Which of the following metrics is considered for spread spectrum method?(a) SNR(b) SNR, SFDR(c) SNR, SFDR, NPR(d) SNR, NPRThis question was posed to me in exam.My question is taken from ADC Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (C) SNR, SFDR, NPR

To EXPLAIN I would say: Spread spectrum USES SNR, SFDR and NPR for performance analysis. SNR is affected by small signals in an environment of strong interference. SFDR is degraded due to spatial filtering. NPR is affected by inter-channel cross talk.

109.

Limited dynamic range in digital RF system can be improved by _____(a) digital filter(b) digital amplifier(c) digital equalizer(d) digital suppressorThis question was posed to me in an online interview.This interesting question is from ADC Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (a) digital filter

Easy explanation: RF ADC has a high sampling rate and it oversamples the bandwidth of the SIGNAL. The OVERSAMPLING gain increases the dynamic range with the HELP of digital integrating filters.

110.

Which of the following is not a characteristic of IC implementation of quadrature sampling ADC?(a) Thermal difference is less than lumped components(b) Matching of passive component on IC substrate is easy(c) Matching of passive component on IC substrate is difficult(d) Thermal difference among filters is not largeThe question was posed to me in homework.My enquiry is from ADC Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (c) Matching of passive component on IC substrate is difficult

The explanation: The INTEGRATED CIRCUIT implementation of QUADRATURE sampling ADC is effective because of short signal paths, easy matching of passive components on IC substrate and low THERMAL DIFFERENCE among filters.

111.

The ______ of out-of-band signal with bandpass characteristic of the receiver gives the interference in the receiver owing to out-of-band energy at the transmitter.(a) correlation(b) correlation and convolution(c) integral(d) convolutionI had been asked this question in an online interview.This interesting question is from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (d) convolution

The best EXPLANATION: The convolution of out-of-band SIGNAL with bandpass CHARACTERISTIC of the receiver gives the interference in the receiver owing to out-of-band energy at the transmitter.This type of interference can AFFECT the roll-offs. Frequency separation is employed to SUPPRESS this type of interference.

112.

Antenna separation effectively controls _________(a) directivity(b) external noise(c) self-generated interference(d) external interferenceI have been asked this question in an interview for job.I'd like to ask this question from Antenna Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (c) self-generated interference

The explanation is: ANTENNAS in same enclosure or when CLOSELY spaced OFTEN lead to interference. This can be mitigated by ANTENNA separation. The benefit of separation can be ESTIMATED by link-based spreadsheet.

113.

System control handles ____(a) message processing(b) protocol stacks(c) boot-up(d) internetworkingI got this question in my homework.I need to ask this question from Software Architecture Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct choice is (c) boot-up

To EXPLAIN I WOULD say: Message processing, managing protocol stacks and internetworking are examples of back-end objects. SYSTEM control handles system boot-up, INITIAL time of day, current hop, etc.

114.

CORBA IDL is suitable for translating application layer request into a soft radio interface layer request.(a) True(b) FalseThis question was addressed to me in a national level competition.My question is based upon Digital Architecture Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct CHOICE is (a) True

Explanation: Common Broker Request Architecture was developed by Object MANAGEMENT Group. It FACILITATES communication between devices REGARDLESS of underlying hardware and DIFFERENT programming languages being used.

115.

Which of the following exhibits low efficiency when implemented using FPGA?(a) FFT algorithm(b) Database algorithm(c) Convolution algorithm(d) FEC algorithmI have been asked this question during an interview.This interesting question is from Digital Architecture Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct OPTION is (b) Database algorithm

Explanation: Field Programmable Gate ARRAY is SUITABLE for algorithms having limited data SCOPE such as Fast Fourier Transform and digital filtering. However degradation of performance occurs when -FPGA is used for algorithms operating on BULK data such as database algorithms.

116.

The NPR for an SDR can be determined by matching the radio noise floor to the ADC input noise level.(a) True(b) FalseThe question was posed to me in an internship interview.This intriguing question comes from ADC Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct ANSWER is (b) False

Explanation: The SNR and DNR can be determined by MATCHING the radio noise floor to the ADC input noise LEVEL. This imposes the design rule that the total noise POWER should be less than half of the least significant bit of ADC. The ratio of spectral density outside the notch filter to the maximum spectral density inside the notch filter gives the Noise Power Ratio.

117.

Signal to noise ratio is the preferred metric when ____(a) desired signal bandwidth is less than Nyquist bandwidth(b) desired signal bandwidth is approximately equal to Nyquist bandwidth(c) desired signal bandwidth is greater than Nyquist bandwidth(d) bandpass sampling is usedI got this question in semester exam.I need to ask this question from ADC Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right OPTION is (B) DESIRED signal bandwidth is APPROXIMATELY equal to Nyquist bandwidth

The best explanation: Signal to noise ratio is the preferred metric for ADC performance when the desired signal bandwidth is approximately equal to Nyquist bandwidth. Radar matched filter is an example for this CONDITION. The matched filter optimally operates with the square shape of the radar pulses.

118.

Which of the following is not a part of traditional RF subsystems?(a) Filter(b) Low noise amplifier(c) Multiplexer(d) Frequency translationI have been asked this question in quiz.My doubt is from ADC Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (c) MULTIPLEXER

Easiest EXPLANATION: The traditional RF SUBSYSTEMS comprise of preamplifier, low noise amplifier, filters, RF distribution, frequency translation, and filtering stages that convert RF signals to IF signals. Multiplexer is used in DIGITAL RF systems.

119.

The industry standard figure of merit for an RF switch is ______(a) R0C1(b) R1C0(c) C0R1(d) C1R0I got this question during an internship interview.I'm obligated to ask this question of RF and IF Processing Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT answer is (b) R1C0

Explanation: The industry STANDARD FIGURE of merit for an RF SWITCH is R1C0. It is given by the product of ON-resistance and OFF-capacitance. It is measured in femtoseconds.

120.

Which of these is not a technique used to induce sharp resonance in resonators?(a) Rigidity(b) Bulk(c) Acoustic(d) PiezoelectricThis question was addressed to me during an online interview.The origin of the question is RF and IF Processing Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (a) Rigidity

Best explanation: Resonator achieves sharp resonance by using BULK, acoustic and piezoelectric effects. By ADAPTING the MENTIONED effects, quality FACTOR in the range of 10,000 can be achieved.

121.

____ separates uplink and downlink.(a) Frequency Division Duplexing(b) Time Division Duplexing(c) Frequency Division Multiplexing(d) Time Division MultiplexingThis question was posed to me in an online interview.This intriguing question originated from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT option is (a) Frequency Division DUPLEXING

Easy EXPLANATION: Frequency Division Duplexing separates uplink and DOWNLINK to minimize interference. SDR operating on TDD can create dynamic FDD nets by a protocol that dynamically defines uplink, downlink and frequency separation.

122.

The increase in the bandwidth of the antenna causes the thermal noise power to ______(a) decrease linearly(b) increase linearly(c) increase exponentially(d) decrease exponentiallyThis question was addressed to me during a job interview.My doubt stems from Antenna Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT choice is (B) increase linearly

The BEST I can explain: WIDER bandwidth results in increase of noise which REDUCES the value of SNR, affecting the performance negatively. Filtering of antenna channels according to subscriber signals can give better performance.

123.

SPEAK easy aimed to developed a full band antenna that operated over the range ______(a) 2 MHz to 2000 MHz(b) 2 Hz to 2 MHz(c) 20 Hz to 2 MHz(d) 20 MHz to 2000 MHzI had been asked this question in an interview for internship.This interesting question is from Antenna Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (a) 2 MHZ to 2000 MHz

The explanation is: The RF range of 2 MHz to 2000 MHz was aimed to be ACHIEVED by SPEAKEASY. This FALLS in the range of 1000:1, it spans over 3 decades.

124.

The _____ is the sum of the time delays experienced in each processor that supports the thread.(a) overall delay(b) aggregate delay(c) response time(d) aggregate timeI had been asked this question during an online interview.My query is from Performance Management Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT choice is (c) response time

Explanation: The response time is the sum of the time delays experienced in each processor that supports the thread. The resource management spreadsheet computes these sums for all THREADS DEFINED in the system. The traces of the thread over the NETWORK are used to verify the ACCURACY of the calculation.

125.

Resource utilization is the ratio of average _____ to average _____(a) offered demand, effective capacity(b) offered demand, offered capacity(c) effective demand, effective capacity(d) effective demand, offered capacityI got this question in an international level competition.I'd like to ask this question from Performance Management Tradeoffs topic in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct choice is (a) OFFERED demand, effective capacity

The explanation: Resource utilization relates PROCESSING demand to processing capacity. It is given by the RATIO of average offered demand to average effective capacity. It can be ESTIMATED for buses, CPUs, STORAGE devices, I/O devices, and DSP chips.

126.

____ serves as a system control processor.(a) ADC(b) Bus host(c) DSP(d) MemoryThe question was posed to me in a national level competition.My doubt stems from Digital Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (B) Bus host

The explanation: Bus host serves as a SYSTEM control PROCESSOR. Analog to Digital Converter is responsible for the conversion of an analog signal into a digital signal suitable for further PROCESSING. Digital Signal Processor SUPPORTS real time channel processing.

127.

Which of the following is the preferred metric when the desired signal bandwidth is less than Nyquist bandwidth?(a) Noise Power Ratio(b) Spurious Free Dynamic Range (SFDR)(c) Full Power Analog Input Bandwidth(d) Half Power Analog Input BandwidthI have been asked this question in quiz.My question is based upon ADC Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right choice is (b) Spurious FREE Dynamic Range (SFDR)

Easiest explanation: Spurious Free Dynamic Range is the preferred metric when the desired signal bandwidth is less than Nyquist bandwidth. First generation cellular base STATION is an example for this CONDITION. The AMPS signal is MUCH smaller in bandwidth when COMPARED to the spectrum allocation accessed by a cell site ADC.

128.

Which of the following expressions give the relation between power and quantization step size (q)?(a) p=q^2/2R(b) p=q/2R(c) p=q^2/R(d) p=q^2*2RThis question was posed to me in an interview for job.I need to ask this question from ADC Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (a) p=q^2/2R

The best EXPLANATION: p=q^2/2R is the relation between POWER and quantization step SIZE. R is the INPUT resistance.

129.

RF MEMS allows selection of ____ and ____, increasing the degree of freedom in design process.(a) digital circuit and reverse engineering(b) analog circuit and reverse engineering(c) digital circuit and reengineering(d) analog circuit and reengineeringI got this question in exam.This key question is from RF and IF Processing Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right option is (B) analog circuit and REVERSE engineering

The explanation is: RF MEMS allows the selection of switches from a collection of analog circuit and components. This is the direct implementation of MEMS in the design. REENGINEERING and selection of analog circuits are according to the programmability REQUIREMENTS of software DEFINED radio.

130.

Which of the following is a characteristic to be possessed by a roofing filter?(a) Low insertion loss(b) Fixed bandwidth(c) High insertion loss and fixed bandwidth(d) High insertion lossI got this question during an internship interview.I would like to ask this question from RF and IF Processing Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct OPTION is (a) Low insertion LOSS

The EXPLANATION is: A ROOFING filter must have low insertion loss, programmable bandwidth and programmable center frequency for effective interference suppression.

131.

The physical location of the antennas may cause _____(a) site interference(b) co-site interference(c) diversity interference(d) diversity combining interferenceThe question was posed to me in my homework.My doubt stems from Antenna Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right answer is (b) co-site interference

Easy explanation: The impact of physical location of the ANTENNAS on self-generated EMI is CALLED as co-site interference.It occurs when TWO or more closely located RF systems affect each other NEGATIVELY.

132.

Determining the overall performance is a step carried out to establish specification.(a) True(b) FalseThe question was posed to me during an online interview.Question is from Performance Management Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (a) True

Best explanation: Determining the AVERAGE performance, SELECTING a VARIANCE ratio, and using incomplete Gamma function are the STEPS involved in establishing specification.

133.

In the software factory, _____ protocol profiles are defined so that combinations of services and applications can work together.(a) independent(b) aggregate(c) mutually consistent(d) fixedI had been asked this question by my school principal while I was bunking the class.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) mutually consistent

Best explanation: Communication services are a PART of SOFTWARE radio architecture. They carry out APPLICATIONS such as internet access and radio-specific applications. Mutually consistent protocol profiles are DEFINED so that combinations of services and applications can WORK together.

134.

____ enables the definition of reusable classes.(a) Polymorphism(b) Inheritance(c) Object(d) OverloadingI had been asked this question in unit test.Question is from Software Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (b) Inheritance

The explanation is: Property inheritance ALLOWS the definition of reusable classes of software OBJECTS. This allows the SYNTHESIS of task-specific objects. FIR is an example for a generic software OBJECT and mark filter is an example for task-specific software object.

135.

Which of the following is not a hardware module?(a) Memory(b) DSP(c) Workstation(d) RFThe question was asked at a job interview.I need to ask this question from Digital Architecture Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct choice is (d) RF

Explanation: The development of a SDR involves accurate analysis of functional and statistical structure of hardware and SOFTWARE. The key STEP in SYSTEM analysis is the identification of processing resources and characterization of processing CAPACITY of DIGITAL hardware. Memory, DSP and workstation are few examples of digital hardware.

136.

A combination of a band and mode is called ______(a) matched pair(b) matched set(c) type(d) personalityThis question was posed to me during an interview.My query is from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT option is (d) personality

To EXPLAIN I would say: Each combination of band and MODE is a multiple personality. A personality combines RF band, CHANNEL set, air interface waveform, protocol, and related functions.

137.

The ratio of ______ the notch filter to the ____ the notch filter gives the Noise Power Ratio.(a) maximum spectral density inside, spectral density outside(b) spectral density inside , maximum spectral density outside(c) spectral density outside, maximum spectral density inside(d) maximum spectral density outside, spectral density insideI got this question in an online quiz.My question is based upon ADC Tradeoffs topic in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» CORRECT choice is (c) spectral density outside, MAXIMUM spectral density inside

For explanation: The ratio of spectral density outside the notch filter to the maximum spectral density inside the notch filter gives the Noise Power Ratio. Noise Power Ratio is the PREFERRED metric when the NUMBER of narrow band channels in the signal spectrum is HIGH. It is measured by flooding the Nyquist bandwidth with white noise.
138.

____ fixes the input power dynamic range such that there are no sinusoidal RF conversion artifacts in the output.(a) Noise Figure(b) Two tone intermodulation product(c) Harmonics(d) SFDRThis question was addressed to me during an online interview.Asked question is from RF and IF Processing Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct answer is (d) SFDR

The explanation: Spurious Free Dynamic Range (SFDR) FIXES the input POWER dynamic range such that there are sinusoidal RF artifacts in the output. The artifacts TEND to mask weak SIGNAL.

139.

In which technique RF is amplified until it is hard-limited into a square wave?(a) Super heterodyne receiver(b) One-bit direct conversion digital receiver(c) Two-bit direct conversion digital receiver(d) Phase crossing counter receiverThis question was addressed to me during an interview.The origin of the question is RF and IF Processing Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT option is (b) One-bit DIRECT conversion digital RECEIVER

For explanation I would say: One-bit direct conversion digital receiver AMPLIFIES RF until it is hard limited into a square wave. An advantage of this architecture is that the channel states are STORED in lookup tables.

140.

The rule of thumb for antenna diversity states that for an antenna separation of 10 wavelengths or more, there is a considerable probability for the diversity signal to be substantially decorrelated from the primary signal.(a) True(b) FalseThis question was addressed to me in a job interview.Origin of the question is Antenna Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right choice is (a) True

For explanation I would say: DOPPLER spread introduces decorrelation as a function of antenna separation.The rule of THUMB for antenna diversity states that for an antenna separation of 10 wavelengths or more, there is a considerable probability for the diversity signal to be SUBSTANTIALLY decorrelated from the PRIMARY signal.

141.

The degree of “reach” required is determined by the number of the software components.(a) True(b) FalseThe question was posed to me during an online interview.I would like to ask this question from Software Architecture Tradeoffs in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right answer is (b) False

The explanation is: The degree of “reach” required is determined by the scope of the software components. If an object is LOCALLY DEFINED, then team LEVEL agreement on data and BEHAVIOR is sufficient. If it were to EXTEND among multiple teams, agreement on a large scale is required.

142.

In UML terminology, the process of tracing is called ____(a) context diagram(b) context flow(c) use-case analysis(d) event flowThis question was posed to me in an online interview.Asked question is from Software Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct answer is (c) use-case analysis

Explanation: A TRACE of the path created by stimulus-response event pair is CALLED thread. In UML TERMINOLOGY, the tracing of the interactions among external ACTORS and the encapsulated system is called use case analysis.

143.

Programmable DSP are suitable for front-end filtering.(a) True(b) FalseI had been asked this question in unit test.This interesting question is from Digital Architecture Tradeoffs topic in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct choice is (b) False

The BEST I can explain: DSP consumes lot of power and is suitable for CHANNEL modem and baseband signal processing TASKS. ASIC is more power efficient and appropriate for front-end filtering.

144.

FEC operations are ____(a) byte-serial(b) byte-parallel(c) bit-serial(d) bit-parallelThis question was posed to me by my school teacher while I was bunking the class.This is a very interesting question from Digital Architecture Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Correct option is (c) bit-serial

Easy explanation: Forward error control OPERATIONS are bit-serial. It involves bit-level manipulations. They are USUALLY carried out in REGISTERS of length 11, 13 etc. Additional bit-masking is REQUIRED to implement FEC functions.

145.

The point at which the output noise power of the fundamental signal shifts away from the ideal output power by 1-dB is called 1-dB expansion point.(a) True(b) FalseThe question was asked by my school teacher while I was bunking the class.This key question is from ADC Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct ANSWER is (b) False

To elaborate: The increase in the third-order intermodulation product eventually results in the INTERSECTION of the fundamental signal with the power of third-order intermodulation product. This is referred as IP3. The output power of the fundamental signal SATURATES before IP3.The point at which the output noise power of the fundamental signal SHIFTS away from the ideal output power by 1-dB is called 1-dB compression point.

146.

Which of the following is not a characteristic of DAC?(a) Linearity(b) Level conversion(c) Grounding(d) Sample and hold circuitThis question was posed to me in an online quiz.I need to ask this question from ADC Tradeoffs in section Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer» RIGHT option is (d) Sample and hold CIRCUIT

Best explanation: DAC does not use sample and hold circuit. However it does make use of setup and hold circuit which is similar to sample and hold circuit. Linearity, level conversion, GROUNDING, and isolation of DIGITAL from analog waveform are characteristics of a DAC.
147.

Which of the following is not a challenge to RF/IF conversion stage in military application?(a) Low phase noise(b) Tunable pre-selector(c) Single RF/IF up-down conversion(d) Fast tuning synthesizersThe question was asked in an interview for job.The origin of the question is RF and IF Processing Tradeoffs in portion Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT answer is (c) SINGLE RF/IF up-down conversion

To ELABORATE: Tunable pre-selector is required for co-site rejection. Low phase NOISE and fast tuning synthesizers are required for JTIDS and EPLRS. Single RF/IF up-down conversion is a commercial application CHALLENGE.

148.

Superconductors use ____ to maintain working temperature near _____(a) heat sinks, 70K(b) open cooling system, 80K(c) forced air, 75K(d) closed cooling system, 70KThis question was posed to me by my school principal while I was bunking the class.The above asked question is from RF and IF Processing Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The CORRECT OPTION is (d) closed cooling SYSTEM, 70K

Explanation: Superconductor analog filters make use of closed cooling system, and thermo-electric COOLERS to MAINTAIN working temperature near 70K.

149.

Which of the following is not used to control interference at RF?(a) Programmable digital notch filters(b) Active cancellation(c) Frequency separation(d) Antenna separationThe question was asked by my school teacher while I was bunking the class.My doubt is from RF and IF Processing Tradeoffs topic in chapter Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

Right OPTION is (a) PROGRAMMABLE digital notch filters

To explain I would say: Physical antenna SEPARATION, frequency separation, programmable analog notch filters and active CANCELLATION are the steps used to control INTERFERENCE at RF.

150.

Lower gain antenna reduces link margin and decreases the outage probability proportionally.(a) True(b) FalseI have been asked this question in an interview for internship.This intriguing question comes from Antenna Tradeoffs in division Technology Tradeoffs in Software Defined Radio of Cognitive Radio

Answer»

The correct option is (b) False

Explanation: Lower gain ANTENNA reduces link margin and increases the outage PROBABILITY proportionally. These antennas become optimal when aggregate cost and quality of information services across the COMBINATION of bands and modes is considered.