Sample Question Quiz 2 Flashcards
What is the near-far power problem in cellular communication? How is it solved?
Users close to the tower overpower the uplink signal minimizing capacity on the thread channel.
- Solution: Continuous control of transmit power based on signal strength
Assume that a 1x1 cellular system achieves a data rate of 1mbps. What will be the expected data rate of 4x4 MIMO system?
1mbps x 4
Which cellular standard uses ‘continuous spectrum’?
LTE Advanced
How is the packet loss prevented during handover in an LTE system?
Packet forwarding process that buffers and transfers undelivered data.
How is ‘Inter-Cell Interference Coordination’ achieved in LTE advanced?
Fractional Frequency Reuse (FFR). It separates the frequency bands and allocates the band efficiently to prevent signal interference from adjacent node.
Describe the main idea behind coordinated multiple point method in LTE advanced?
CoMP coordinates multiple eNodeBs to communicated with UE. It reduces inter-cell interference by increasing throughput
What is carrier aggregation in LTE advanced?
Carrier aggregation combines individual component carriers to increase data rate and capacity of the networks.
- Intra-band contiguous, Intra-band non-contiguous, inter-band
What does ‘instruction register’ hold?
Hold queued instructions
What does ‘instruction pointer’ hold?
Hold the address of the next instruction to be executed.
What is RISC?
Reduced Instruction Set Computer
What is CISC?
Complex Instruction Set Computer
How are RISC and CISC different?
In CISC, an instruction will take several steps to complete and at each step, multiple execution of instructions can overlap. Instructions will take more than one cycle to complete. Meanwhile, RISC execute one instruction at a time in one machine cycle.
What are the flags of program status registers?
- Condition code flags
- Interrupt Disable bits
- Sticky overflow flag - Q-flag
- T-Bit
- Mode bits
- J bits
What is the purpose of hidden registers in ARM?
Banked registers are available only when the processor is in a particular mode except the user mode. When the processor is in a certain mode and has access to certain registers, the user mode registers will not be affected.
What is the role of SPSR?
Saved program status register
- All processor modes except system and user mode have it
- Records the pre-exception value of CPSR and copied to SPSR of the processor mode
- Exception handler can restore CPSR to the value prior to taking exception