Embedded And Real Time System Set 5

On This Page

This set of Embedded and Real Time System Multiple Choice Questions & Answers (MCQs) focuses on Embedded And Real Time System Set 5

Q1 | For image compression which tool is helpful?
  • wordpress cache enable a plugin
  • optimus wordpress plugin
  • glup-uglify
  • speed test tool
Q2 | HTTP request is between
  • client and host
  • client and server
  • server and host
  • user and server
Q3 | Which of the following is not render blocking resource?
  • css
  • html
  • javascript
  • jquery
Q4 | For best speed position of JavaScript code should be at                              
  • top of the code
  • bottom of the code
  • middle of the code
  • anywhere in the code
Q5 | What is the work of Gzip compression?
  • compresses an image
  • compresses web pages only
  • compresses javascript and css code only
  • compresses web pages, javascript and css
Q6 | What is hotlink protection?
  • stopping other sites from displaying images
  • stopping other sites from displaying videos
  • stopping access of source code
  • compresses an image
Q7 | For best speed position of CSS code should be at                      
  • at the bottom of the code
  • at the middle of the code
  • at the top of the code
  • anywhere in the code
Q8 | What is not the work of database optimization?
  • cleaning out old tables
  • creating indexes
  • optimize datatype
  • delete database
Q9 | Which of the following is the Waterfall tool?
  • webpagetest.org
  • dotcom-monitor
  • pingdom speed test
  • gtmetrix
Q10 | Which of the following is not the layer of the OSI Model?
  • transport layer
  • network layer
  • session layer
  • atomic layer
Q11 | Which browser gives maximum parallel connections per host?
  • opera 10
  • chrome 1 and 2
  • safari 3 and 4
  • firefox 3
Q12 | Which of the following help to meet and prove real-time constraints?
  • simulator
  • debugger
  • emulator
  • compiler
Q13 | Which of the following is an important ingredient of all power optimization?
  • energy model
  • power model
  • watt model
  • power compiler
Q14 | Who proposed the first power model?
  • jacome
  • russell
  • tiwari
  • russell and jacome
Q15 | Who proposed the third power model?
  • tiwari
  • russell
  • jacome
  • russell and jacome
Q16 | Which compiler is based on the precise measurements of two fixed configurations?
  • first power model
  • second power model
  • third power model
  • fourth power model
Q17 | What does SPM stand for?
  • scratch pad memories
  • sensor parity machine
  • scratch pad machine
  • sensor parity memories
Q18 | Which model is based on precise measurements using real hardware?
  • encc energy-aware compiler
  • first power model
  • third power model
  • second power model
Q19 | What is the solution to the knapsack problem?
  • many-to-many mapping
  • one-to-many mapping
  • many-to-one mapping
  • one-to-one mapping
Q20 | How can one compute the power consumption of the cache?
  • lee power model
  • first power model
  • third power model
  • cacti
Q21 | In real time operating system
  • all processes have the same priority
  • a task must be serviced by its deadline period
  • process scheduling can be done only once
  • kernel is not required
Q22 | For real time operating systems, interrupt latency should be                          
  • minimal
  • maximum
  • zero
  • dependent on the scheduling
Q23 | In rate monotonic scheduling
  • shorter duration job has higher priority
  • longer duration job has higher priority
  • priority does not depend on the duration of the job
  • none of the mentioned
Q24 | In which scheduling certain amount of CPU time is allocated to each process?
  • earliest deadline first scheduling
  • proportional share scheduling
  • equal share scheduling
  • none of the mentioned
Q25 | The problem of priority inversion can be solved by                          
  • priority inheritance protocol
  • priority inversion protocol
  • both priority inheritance and inversion protocol
  • none of the mentioned