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.

51.

In incidental cohesion, functions share little relationship with each other.(a) True(b) FalseThe question was posed to me by my school teacher while I was bunking the class.This question is from Interface Technologies topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT answer is (a) True

Easiest explanation: Cohesion is the relationship among elements within a module. In incidental cohesion, functions share LITTLE relationship with each other. It is the LOOSEST form of COUPLING. FUNCTIONAL cohesion is the tightest form of coupling.

52.

GNU radio is a ____ based architecture.(a) Java(b) C#(c) Python(d) CThe question was asked in an online quiz.I would like to ask this question from Software Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (c) Python

Explanation: GNU RADIO is a Python BASED architecture. It is designed to RUN on computers with Linux operating system. It can be used as external RF hardware to DEVELOP software radios and has SEVERAL signal processing components.

53.

The circuits of transmit mode in RF front end _____ RF signal.(a) suppresses(b) synthesizes(c) boosts(d) modulatesI got this question in my homework.Question is from Hardware Architecture topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (b) synthesizes

Explanation: The circuits of TRANSMIT MODE in RF front END synthesizes RF signal. The generated signal MUST not introduce disturbance at any other frequencies and affect other users of the spectrum.

54.

The introduction of plug and play modules in software defined radio involves partitioning of functions and components(a) True(b) FalseI have been asked this question during a job interview.My question is from Essential Function of Software Radio in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct OPTION is (a) True

For explanation: A PARTITION should ENSURE clear matching of functions to COMPONENTS. The physical interfaces among components must correspond to logical interfaces among functions.

55.

____ describes the behaviour of a system in terms of relationship with external factors.(a) Logical view(b) Component view(c) Use case view(d) Deployment viewThis question was posed to me in an internship interview.The origin of the question is Interface Technologies in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct option is (C) USE CASE view

For explanation: The logical view defines object, classes, and interfaces. The component view is responsible for partitioning functionality. Use case view describes the BEHAVIOUR of a system in terms of relationship with external factors. The deployment view defines the relationship of components with physical ENTITIES.

56.

Software communication architecture runs on _______ and _______ hardware.(a) heterogeneous, centralized(b) homogeneous, centralized(c) heterogeneous, distributed(d) homogeneous, distributedI have been asked this question by my school teacher while I was bunking the class.This is a very interesting question from Software Architecture in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (C) heterogeneous, distributed

Easy explanation: SOFTWARE COMMUNICATION architecture is a COMPLEX architecture that provides support for secure SIGNAL processing applications that run on heterogeneous and distributed hardware. It was developed under Joint Tactical Radio System program.

57.

Ad hoc network introduces jitter in packet delivery.(a) True(b) FalseI have been asked this question during an online interview.My question is from Hardware Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (a) True

The best I can explain: In ad-hoc networking, the reception and re-transmission of signal at each NODE introduces an overall non-uniform delay. THUS ad hoc network introduces jitter in packet delivery and is compensated by USING jitter BUFFER.

58.

Digital translation of a baseband signal into an IF is an example for ____(a) continuous-time point operation(b) continuous-frequency point operation(c) discrete-time point operation(d) discrete-frequency point operationThis question was posed to me during an interview.I would like to ask this question from Essential Function of Software Radio topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (c) discrete-time point operation

Explanation: Digital translation of a BASEBAND signal into an IF is an example for Discrete-time point operation. Discrete-time point operation involves the multiplication of discrete time-domain baseband WAVEFORM by a discrete reference CARRIER to GIVE sampled in-phase IF waveform.

59.

Network operator can identify problematic areas by monitoring the progress of ____(a) channel state machine(b) node state machine(c) channel transition system(d) node transition systemI had been asked this question during an online interview.This interesting question is from Radio Resource Analysis topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right answer is (a) channel state machine

Explanation: Network OPERATOR can identify PROBLEM areas by monitoring the progress of channel state machine. For example, when the number of HANDOFF failures increases in a cell site, it indicates the need for a gap filter or improved handoff TECHNIQUES.

60.

Point set topology is a ____ with a family of ___ that have topological properties.(a) set, subsets(b) point, subpoints(c) point, subsets(d) set, subpointsThis question was addressed to me in an international level competition.The origin of the question is Interface Technologies topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (a) set, subsets

For explanation: A process may not have a VECTOR space that maps control STATE to a software process. Such a process has a point set topology. The subset includes process over which the software operations are VALID.

61.

Different pieces of software communication architecture is linked to the operating system through ____(a) Common Object Request Broker Architecture and Interface Definition Language(b) Aspect Oriented Programming and Interface Definition Language(c) Common Object Request Broker Architecture and Aspect Oriented Programming(d) Component Based Programming and Aspect Oriented ProgrammingThis question was posed to me in semester exam.The origin of the question is Software Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer» CORRECT answer is (a) Common Object REQUEST Broker ARCHITECTURE and Interface Definition LANGUAGE

The explanation: Interface Definition Language is the language used by CORBA to describe component interfaces. The operating SYSTEM performs system calls and is located at the core of software communication architecture.
62.

CORBA is used to ____(a) install waveform(b) maintain consistent interfaces(c) control hardware(d) manage hardwareThe question was posed to me in an interview for internship.I'd like to ask this question from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (b) MAINTAIN consistent interfaces

Easiest explanation: Common Object REQUEST Broker Architecture is used to maintain consistent interfaces. Remote procedure calls can be MADE as if the data resides on local memory even if the data actually resides on a remote COMPUTER.

63.

Which of the following is not a facility provided by software communication architecture?(a) Installation of waveform(b) Management of waveform(c) Management of thread(d) Interaction with external servicesThe question was asked during an interview.The query is from Software Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (c) Management of thread

Explanation: Software communication architecture is a component BASED management architecture. The infrastructure provides the facility to create, INSTALL, manage, and de-install WAVEFORMS for a component. It provides control of hardware and supports communication with EXTERNAL services via interfaces.

64.

The dominant design philosophy in software defined radio design is ____(a) linear programming(b) object oriented programming(c) component based programming(d) aspect oriented programmingThis question was posed to me in final exam.My question comes from Software Architecture topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (c) COMPONENT based programming

To explain: Component based programming is an extension of OBJECT oriented programming. Component based programming is preferred for SDR design as the FUNCTIONAL blocks of RADIO system can be easily represented USING separate components.

65.

Which of the following is not included under MAC processing?(a) Framing(b) Frame synchronization(c) Error detection(d) IP addressingThe question was asked in an interview.My doubt is from Hardware Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (d) IP addressing

For explanation: Media ACCESS Control processing includes FRAMING INFORMATION, frame synchronization, error detection, MAC addressing, link management, and payload ENCAPSULATION. The output of this stage is in the form of bits.

66.

____ filters can be used to aid full duplex communication.(a) Surface wave acoustic(b) Surface acoustic wave(c) Skin wave acoustic(d) Skin acoustic waveThis question was addressed to me in an internship interview.My doubt is from Hardware Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (b) Surface acoustic WAVE

The best EXPLANATION: Full duplex means TRANSMISSION and reception will be carried out SIMULTANEOUSLY. Bulk acoustic wave filters, Surface acoustic wave filters, Yttrium-Iron-Garnet circulators are COMPLEX structures used to aid full duplex communication.

67.

Full duplex means _____(a) only transmission(b) only reception(c) transmission and reception but not at the same time(d) transmission and receptionI had been asked this question in my homework.This key question is from Hardware Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer» CORRECT option is (d) transmission and reception

For explanation: Full DUPLEX means transmission and reception will be carried out simultaneously. FILTERING may be done to prevent INTERFERENCE between high power transmission SIGNAL and low power received signal.
68.

Which among the following is not a part of RF front-end section in receive mode?(a) Antenna-matching unit(b) Low-noise amplifier(c) Power amplifier(d) ADCThe question was posed to me in an interview for internship.My enquiry is from Hardware Architecture topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (C) Power AMPLIFIER

For EXPLANATION: The RF front-end section in receive mode consists of antenna-matching unit, low noise amplifiers, filters, local OSCILLATORS, and analog to digital converters. The power amplifier is a PART of RF front-end section in transmit mode.

69.

Which among the following is not used to characterize air interface mode?(a) Frequency band(b) RF Access(c) Modulation type(d) BandwidthThe question was posed to me during an interview.This intriguing question comes from Radio Resource Analysis topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (b) RF Access

The best explanation: Efficiency of spatial use is estimated by link budget. The efficiency of spectrum usage can be computed from frequency band, modulation TYPE, and bandwidth of air interface mode. NOISE FIGURE and RANGE variations are also included in the computation of link budget.

70.

The number of possible subsets of a power set originating from a set with X number of element is given by the expression ____(a) 2^X(b) 2^X-1(c) 2^2^x-1(d) 2^2^x-2I had been asked this question in class test.This interesting question is from Interface Technologies in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct choice is (d) 2^2^x-2

The best I can explain: The number of possible subsets of a power set ORIGINATING from a set with X number of element is given by the expression 2^2^x-2. This expressed is referred as double EXPONENTIAL. It is not possible for all CANDIDATE topologies to be closed under union and finite INTERSECTION. It is necessary to define finite interface topologies more compactly.

71.

Which among the following is not an example of primitive recursive function?(a) Sequential logic(b) Traversal filter(c) Recursive filter(d) Ackermann functionI have been asked this question in exam.Query is from Computational Processing Resources topic in division Software Defined Radio Architecture of Cognitive Radio

Answer» CORRECT choice is (d) Ackermann function

The best I can explain: A PRIMITIVE recursive function is one in which the upper bound or the number of iterations to be performed is known. Most COMPUTABLE functions studied in number theory are primitive recursive. These include addition, SUBTRACTION, multiplication, etc. Sequential logic, traversal filter, recursive filter, bit manipulation, and data packing are common primitive recursive functions.
72.

____ is a function in which the function definition includes the function itself.(a) User defined function(b) Pre-defined function(c) Main function(d) Recursive functionThe question was asked in an internship interview.My enquiry is from Computational Processing Resources topic in division Software Defined Radio Architecture of Cognitive Radio

Answer» RIGHT CHOICE is (d) Recursive function

The best explanation: Recursive function is a function in which the function definition INCLUDES the function itself. A recursive function MUST also consist of a base case which does not INVOLVE calling the function itself and a set of rules that reduce towards the base case.
73.

The software communication architecture is partitioned into ____ parts.(a) two(b) three(c) four(d) fiveI have been asked this question during an online exam.My doubt is from Software Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (C) four

To explain I WOULD say: The software communication architecture is partitioned into four parts NAMELY the framework, the profiles, the API, and the waveforms. The framework is further partitioned into three parts namely base COMPONENTS, framework control, and services.

74.

____ is used to identify the creator of information.(a) Integrity authentication(b) Source authentication(c) Integrity authorization(d) Source authorizationThe question was posed to me in homework.My question comes from Hardware Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (B) Source authentication

For explanation: Integrity authentication verifies the reliability of DATA. Source authentication is USED to identify the creator of INFORMATION. Digital signature and key agreement techniques are examples of authentication services.

75.

Speech application typically runs on ____ processor.(a) DSP(b) GPP(c) FPGA(d) ASICThe question was posed to me in a national level competition.I would like to ask this question from Hardware Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct CHOICE is (a) DSP

Easiest explanation: The application processer usually runs voice coder, video coder, data coder, and web browser FUNCTIONS. Speech and video applications run on DSP processor. Text and web browsing run on GPP processor.

76.

Which among the following is not a property of offline software support?(a) System analysis(b) Air interface modes(c) Re-hosting of hardware(d) Signal processingI had been asked this question in an interview.The above asked question is from Essential Function of Software Radio in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (B) Air interface modes

Easy explanation: System analysis, re-hosting EXISTING software on new hardware, and ADVANCED signal PROCESSING are properties of offline software support. It is achieved by prototyping and linking with channel processing streams. It also allows debugging of algorithms.

77.

____ connects sources that are physically remote from the radio node.(a) INFOSEC(b) RF/Channel access(c) Network support(d) Communication servicesThe question was posed to me in an international level competition.This question is from Essential Function of Software Radio in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (c) Network SUPPORT

For explanation: The sources, which are physically REMOTE from the radio node, are CONNECTED VIA Synchronous Digital Hierarchy, Local Area Network or other networks to the radio node by service and network support.

78.

If Z is a function of Y, and Y is a function of X then Z is a function of X. Which among the following options is the concept that supports the given statement?(a) Composition(b) Recursion(c) Primitive recursion(d) AggregationI had been asked this question during an online exam.My question is taken from Computational Processing Resources in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right answer is (a) COMPOSITION

For explanation: Composition is the point wise APPLICATION of one function to the result of another to PRODUCE a THIRD function. A set is closed under composition of functions.

79.

Consider a function x to y. Partial function does not require every element of x to be mapped to some element of y.(a) True(b) FalseI have been asked this question in homework.Asked question is from Computational Processing Resources topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT option is (a) True

To EXPLAIN I would say: Partial FUNCTION does not require EVERY element of X to be mapped to some element of y. An example for partial function is the mapping of natural logarithm function to real numbers.

80.

Which among the following is the advantage of using design pattern?(a) Modularity(b) Ease of implementation(c) Non-structured(d) Common terminologyI have been asked this question in examination.The doubt is from Software Architecture in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right OPTION is (d) Common terminology

For EXPLANATION: Design patterns are programming METHODOLOGIES. Code reuse and common terminology are the major advantages of using design pattern. The use of common terminology creates better UNDERSTANDING among TEAM members.

81.

The external RF components must be provided with ____ for effective control of parameters such as tuning frequency.(a) control unit(b) physical wires(c) digital interfaces(d) transceiverThis question was addressed to me in final exam.The origin of the question is Hardware Architecture topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (c) digital interfaces

Easiest EXPLANATION: The EXTERNAL RF components must be provided with digital interfaces for effective CONTROL of tuning FREQUENCY, transmit/receive MODE, VSWR, transmit power level sensing and gain control.

82.

Network processing layer is designed with ____ connectivity support.(a) point-to-point(b) hop-to-hop(c) end-to-end(d) hop-to-pointI have been asked this question in an interview for job.The above asked question is from Hardware Architecture topic in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct option is (c) end-to-end

The explanation is: The network PROCESSING LAYER is preceded by medium access control. The input to network processing layer is in the form of bits. The network processing layer is designed with end-to-end CONNECTIVITY SUPPORT and its OUTPUT is transferred to the application layer.

83.

The ____ are converted to ____ by ____ detector/demodulator combination.(a) bits, symbols, bit(b) symbols, bits, symbol(c) bits, symbols, symbol(d) symbols, bits, bitThis question was posed to me in exam.My question is based upon Hardware Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (b) SYMBOLS, bits, symbol

The explanation is: The symbols, obtained from down CONVERSION process, are converted to bits by symbol detector/demodulation combination. Matched filter is an EXAMPLE for a detector.

84.

____ ensures data integrity.(a) INFOSEC(b) TRANSEC(c) Network support(d) Source codingThe question was asked in an online interview.This key question is from Essential Function of Software Radio in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The CORRECT choice is (a) INFOSEC

The best explanation: Information security OPERATIONS such as authentication and stream ENCIPHERING ensure DATA integrity. Further, authentication reduces fraud and stream enciphering assures privacy.

85.

____ must preserve radio service-defining properties of the system.(a) Module control(b) Module composition(c) Joint control(d) Joint compositionThis question was posed to me in examination.Asked question is from Essential Function of Software Radio topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (b) Module composition

Easiest explanation: Module composition must preserve radio service-defining properties of the SYSTEM. It prevents erroneous RESULTS from being generated on control commands. It ALSO ENSURES proper consumption of computational resources.

86.

____ were formalized in Asynchronous Transfer Mode (ATM) networks.(a) Quality of service metrics(b) Quality of service contracts(c) Grade of service metrics(d) Grade of service contractsThe question was posed to me during a job interview.Origin of the question is Radio Resource Analysis in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct option is (b) QUALITY of service contracts

Explanation: Quality of service contracts were FORMALIZED in asynchronous transfer mode networks. The ATM access PROTOCOLS determine the quality of end to end connections to be offered by a network. These networks add bit errors and delay packets to accomplish their service.

87.

The interface releaseObject() ____ a component ____ CORBA.(a) installs, to(b) manages, in(c) relocates, in(d) unbinds, fromThe question was posed to me during an interview.My doubt is from Software Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer» RIGHT answer is (d) unbinds, from

The best explanation: The interface releaseObject() is an interface associated with Lifecycle class. It unbinds a component from CORBA. It carries out the WORK required to DELETE an object.
88.

The number of times an electronic signal changes its state is measured by ____(a) word rate(b) signal rate(c) bit rate(d) baud rateThe question was asked in exam.My doubt is from Hardware Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct answer is (d) baud RATE

To explain I WOULD say: Baud rate gives the rate at which information is SENT in a communication channel. The number of TIMES an electronic signal changes state is MEASURED by baud rate.

89.

Each time the transceiver changes frequency, the antenna tuner will need to be informed of the new frequency.(a) True(b) FalseThis question was posed to me during an online exam.This key question is from Hardware Architecture topic in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (a) True

The best I can explain: Each time the transceiver changes frequency, the ANTENNA tuner will need to be informed of the new frequency. The antenna tunermay SENSE VSWR and adjust the tuning ELEMENTS to minimize VSWR.

90.

Digital-access bandwidth is approximately double of the sampling rate of the ADC in the isochronous subscriber signal-processing path.(a) True(b) FalseI have been asked this question during an interview.This intriguing question originated from Essential Function of Software Radio in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (b) False

To explain: DIGITAL-ACCESS bandwidth is APPROXIMATELY half of the sampling RATE of the ADC in the isochronous subscriber signal-processing path. Digital access bandwidth and degree of flexibility are two important parameters of a software defined radio.

91.

_____ is essential to ensure that the required resources do not exceed the available resources of a radio platform.(a) Joint control(b) Host processor(c) Host controller(d) Evolution supportThis question was addressed to me in a job interview.My doubt is from Essential Function of Software Radio in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct CHOICE is (d) Evolution support

Explanation: Evolution support is essential to ensure that the required resources do not exceed the AVAILABLE resources of a radio platform. It monitors the definition and download process of waveform personalities. It also VERIFIES WHETHER a personality is SAFE for activation.

92.

The Property Set class facilitates other classes to ____ the resource class values.(a) copy(b) inherit(c) delete(d) queryI got this question in class test.Question is taken from Software Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct answer is (d) query

Easy explanation: The Property Set class facilitates other class to CONFIGURE and query the RESOURCE class values by PROVIDING a set of interfaces. During run time, QUERYING can be performed by query() INTERFACE and reconfiguration can be performed by configure() interface.

93.

____ belong to a class and exist as a single copy.(a) Member variables(b) Instance variables(c) Class variables(d) VariablesThe question was asked in an international level competition.I need to ask this question from Software Architecture topic in portion Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (C) Class variables

To elaborate: Class variables belong to a class and EXIST as a single copy. Instance variables belong to INDIVIDUAL objects. Instance variables exists as many copies. Each copy is paired with a separate OBJECT. Member variables INCLUDE class variables and instance variables.

94.

GNU radio supports distributed computing.(a) True(b) FalseThe question was posed to me in an interview.This question is from Software Architecture in section Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct choice is (B) False

Explanation: GNU radio does not support distributed COMPUTING. The implementations are LIMITED to a SINGLE processor and therefore do not support high BANDWIDTH protocols.

95.

Transmitter determines ____ and ____(a) radiated power, duration of transmission(b) faded power, duration of transmission(c) radiated power, antenna gain(d) faded power, antenna gainI got this question during an online exam.The above asked question is from Radio Resource Analysis topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

The correct option is (C) radiated power, antenna gain

To EXPLAIN I would say: TRANSMITTER determines radiated power and antenna gain. Receiver determines receiver antenna gain and receiver sensitivity. These PARAMETERS determine the quality of received signal as PER link budget equation.

96.

Digital signal processors have ____ functions to support high speed signal processing.(a) subtraction and accumulation(b) division and subtraction(c) addition and subtraction(d) multiplication and accumulationThis question was posed to me in an interview for internship.This interesting question is from Computational Processing Resources in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right choice is (d) multiplication and accumulation

The explanation: The DSP INTERNAL ARCHITECTURE is optimized to PERFORM multiplication and accumulation quickly. This is done with the help of one or more multiplier and one or more accumulators. The memory structure is designed to fetch operands and INSTRUCTIONS in parallel.

97.

____ usage of resources within a module is a constraint imposed by software defined radio.(a) Unbounded(b) Bounded(c) Exhaustive(d) ExtensiveThis question was posed to me during a job interview.Asked question is from Computational Processing Resources in chapter Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (b) BOUNDED

Explanation: Software defined radio has two constraints to CONSIDER during execution namely bounded usage of resources WITHIN a module or acceptable usage of COMPUTATIONAL resources and TIMING constraints.

98.

PowerPC is an example for ____(a) General Purpose Processor(b) Digital Signal Processor(c) Application Specific Integrated Circuit(d) Field Programmable Gate ArrayThe question was asked in an online interview.My question comes from Computational Processing Resources topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right option is (a) General Purpose Processor

To EXPLAIN I would say: PowerPC is a general purpose processor. It is GENERALLY programmed using STANDARD C or C++. It provides different types of ADDRESSING modes, floating point and integration computation, large MEMORY, and on and off chip cache memory.

99.

Which of the following is not a goal set by Joint Tactical Radio System while publishing SCA?(a) Increased flexibility(b) Increased interoperability(c) Reuse of design modules(d) Reduction of operation costThis question was addressed to me in class test.I'd like to ask this question from Software Architecture topic in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Right answer is (c) REUSE of design modules

For explanation I WOULD say: Increased flexibility and interoperability, reduction of supportability and OPERATION cost and easy technology insertion are some of the goals of Joint Tactical Radio System. Reuse of design modules is an optimization technique adapted to ACHIEVE the GOAL of JTRS.

100.

____ class has only two member methods namely start() and stop().(a) Property Set(b) Lifecycle(c) Resource(d) Port SupplierThe question was asked in an international level competition.My question is from Software Architecture in division Software Defined Radio Architecture of Cognitive Radio

Answer»

Correct CHOICE is (c) Resource

Easy explanation: Resource class has only two member methods NAMELY start() and stop() and one attribute namely the identifier. It inherits from Property Set class, Lifecycle class, Port SUPPLIER class, and Testable OBJECT class to offer FUNCTIONALITIES such as initialization of a component into the framework.