Thursday 24 November 2011

Operating System

Q.1  The Operating System is responsible for 
A.Controlling peripheral devices such as monitor, printers, disk drives
B.Detecting errors in users' programs
C.Make the coffee
D.Provide an interface that allows users to choose programs to run and to manipulate files
E.Manage users' files on disk

Q.2  Which of the following does an operating system do in a stand-alone computer system? 
A. Manages the user's files.
B. Provides the system facilities.
C. Provides the interface to allow the user to communicate with the computer.
D. Controls the various peripherals

Q.3  Which is the following is TRUE about a terminal on a Time-sharing computer system? 
A. Has its own CPU and some memory.
B. Has no memory or CPU of its own.

Q.4  Which is the following is TRUE about a terminal on a Distributed computer system? 
A. Has its own CPU and some memory.
B. Has no memory or CPU of its own.

5.  When a computer is first turned on or restarted, a special type of absolute loader called ____ is executed
A. Compile and Go loader
B. Boot loader
C. Bootstrap loader
D. Relating loader


6.  Which of the following Operating systems is better for implementing a Client-Server network
A. MS DOS
B. Windows 95
C. Windows 98
D. Windows 2000


7. The operating system manages
A. Memory
B. Processes
C. Disks and I/O devices
D. all of the above

8. Usually, in MSDOS, the primary hard disk drives has the drive letter ____
A. A
B. B
C. C
D. D

9. What is the function of an operating system?
A. Manages computer’s resources very efficiently
B. Takes care of scheduling jobs for execution
C. Manages the flow of data and instructions
D. All of the above

10. Which is not the function of the Operating System?
A. Memory management
B. Disk management
C. Application management
D. Virus Protection

11. Which Operating System doesn’t support networking between computers?
A. Windows 3.1
B. Windows 95
C. Windows 2000
D. Windows NT

12. Which Operating System doesn’t support long file names?
A. OS/2
B. Windows 95
C. MS-DOS
D. Windows NT

13.  Which file keeps commands to execute automatically when OS is started?
A. command.com
B. any batch file
C. autoexec.bat
D. config.sys

14. What should be the extension to execute files?
A. EXE
B. BAT
C. COM
D. All of the above


15. ______ is used in operating system to separate mechanism from policy
A. Single level implementation
B. Two level implementation
C. Multi level implementation
D. None

16. The operating system creates _____ from the physical computer
A. Virtual space
B. Virtual computers
C. Virtual device
D. None

17. ______ shares characteristics with both hardware and software
A. Operating system
B. Software
C. Data
D. None

18. Multiprogramming systems:
A. Are easier to develop than single programming systems
B. Execute each job faster
C. Execute more jobs in the same time period
D. Are used only one large mainframe computers.

19. Which is the first program run on a computer when the computer boots up?
A. System software
B. Operating system
C. System operations
D. None

20. Which is built directly on the hardware?
A. Computer Environment
B. Application Software
C. Operating System
D. Database System

21. Which of the following Operating System does not implement multitasking truly?
A. Windows 98
B. Windows NT
C. Windows XP
D. MS DOS

22. Which runs on computer hardware and serve as platform for other software to run on?
A. Operating System
B. Application Software
C. System Software
D. All

23. Which is the layer of a computer system between the hardware and the user program
A. Operating environment
B. Operating system
C. System environment
D. None

24. The primary purpose of an operating system is:
A. To make the most efficient use of the computer hardware
B. To allow people to use the computer,
C. To keep systems programmers employed
D. To make computers easier to use

25.  MICR stands for
A.  Magnetic Ink Character Reader
B.  Magnetic Ink Code Reader
C.  Magnetic Ink Case Reader
D.  None of the above

26.  Which access method is used to access cassette tape?
A.  Direct
B.  Sequential        
C.  Both of the above
D.  None of the above

27.  EEPROM stands for
A.  Electrically Erasable Programmable Read Only Memory
B.  Electronic Erasable Programmable Read Only Memory
C.  Easily Erasable Programmable Read Only Memory
D.  Easily Erasable Programmable Read Only Memory

28.  Which of the following memories need refresh?
A.  SRAM
B.  DRAM
C.  ROM
D.  All of the above

29.  ASCII stands for
A.  American Standard Code for International Interchange
B.  American Scientific Code for International Interchange
C.  American Standard Code for Intelligence Interchange
D.  American Scientific Code for Information Interchange

30.  The output quality of a printer is measured by
A.  Dot per sq. inch
B.  Dot per inch
C.  Dots printed per unit time
D.  All of the above

31.  Main storage is also called
A.  Accumulator
B.  Control Unit
C.  Register Unit
D.  Memory

32.  Which is valid statement
A.  1 KB = 1024 Bytes
B.  1 MB = 1024 Bytes
C.  1 KB = 1000 Bytes
D.  1 MB = 1000 Bytes

33.  After copying the content how many times can you paste?
A.  1
B.  16
C.  32
D.  Many

34.  1 nibble equals to
A.  1 bits
B.  2 bits
C.  4 bits
D.  8 bits





COMPUTER SCIENCE FEDERAL PUBLIC SERVICE COMMISSION COMPETITIVE EXAMINATION FOR RECRUITMENT TO POSTS IN BPS-17 UNDER THE FEDERAL GOVERNMENT, 2009
(PART-I) 30 MINUTES, (PART-II) 2 HOURS & 30 MINUTES

(i) AX register is also known as:
(a) Accumulator
(b) Collector
(c) Distributor
(d) Counter
(e) None of these

(ii) In the Base + Offset addressing, Offset address is also known as:
(a) Physical Address
(b) Logical Address
(c) Actual Address
(d) Instruction Address
(e) None of these

(iii) The technique for allowing a unit to check the status of another independently function unit is
known as?
(a) Interrupt
(b) System call
(c) Polling
(d) Trape
(e) None of these

(iv) The method for storing data temporarily such that the input-output of the same job is overlapped with its own processing, is known as:
(a) Spooling
(b) Contention
(c) I/O wait
(d) Buffering
(e) None of these

(v) The DMA that uses Busses when CPU is not using them is termed as:
(a) Shared DMA
(b) Cycle Stealing
(c) Channel
(d) Transparent DMA
(e) None of these

(vi)_________ Scheduler deals with the decision as to whether to admit another new job to the system.
(a) High Level
(b) Medium Level
(c) Low Level
(d) Short term
(e) None of these

(vii) When the process is in the states of Blocked Suspended or Ready Suspended, its relevant data is stored in:
(a) Main Memory
(b) Hard Disk
(c) Magnetic Tape
(d) Buffer
(e) None of these

(viii) Priority, P = (Time Waiting + Run Time) / Run Time is used to calculate priority in __________ scheduling algorithm:
(a) Shortest Job First
(b) Priority Scheduling
(c) Longest Wait First
(d) Highest Response Ratio Next (e) None of these

(ix) HDLC Protocol stands for:
(b) High Level Development Protocol
(a) High-Level Data Link Control
(c) Huge Level Data Link Control
(d) High Development Level Control
(e) None of these

(x) _________ is the generic name for a set of standards issued by the International Communications Standards Body CCITT, designed to support Message Handling Systems; i.e. Electronic Mail.
(a) TCP/IP
(b) ISDN
(c) X.400
(d) X.25
(e) None of these

(xi) ________ layer is responsible for the transfer of a packet of data along one link in the network. It organizes data into frames and detects errors in transmission.
(a) Physical Layer
(b) Data Link Layer
(c) Network Layer
(d) Transport Layer
(e) None of these

(xii) Encryption is the conversion of data in some intelligible format into an unintelligible format
called _________ to prevent the data from being understood if read by an unauthorized party.
(a) Clear Text
(b) Encrypted Text
(c) Cipher Text
(d) Coded Text
(e) None of these

(xiii) Binary search requires about ______ comparisons with an initial list of 1,000,000 elements.
(a) 10
(b) 20
(c) 35
(d) 100
(e) None of these

(xiv) A _________ header list is a header list where the last node contains the null pointer.
(a) Grounded
(b) Circular
(c) One way
(d) Rooted
(e) None of these

(xv) ________ are small applications that are accessed on an internet server, transported over the
internet, automatically installed and run as part of a web document.
(a) Applets
(b) Java Bean
(c) Sockets
(d) Java Component
(e) None of these

(xvi) AWT stands for:
(a) Abstract Window Technique (b) Abstract Window Toolkit (c) Actual Window Technique
(d) Added Window Toolkit
(e) None of these

(xvii) GIF images can have only upto _______ colors.
(a) 128
(b) 256
(c) 512
(d) 1024
(e) None of these

(xviii) ________ is stored on a client and contains state information of the website visited.
(a) Cookies
(b) Servelet (c) History
(d) Resident Page
(e) None of these

(xix) In software Engineering KPA denotes.
(a) Key Process Audit
(b) Key Process Area
(c) Key Process Analysis
(d) Key Problem Area
(e) None of these

(xx) The ________ Process Model defines a series of events that will trigger transitions from state to state for each of software engineering activities.
(a) Spiral
(b) Operational
(c) RAD
(d) Concurrent Development
(e) None of these

81 comments:

  1. Great blog here! Also your website loads up fast! What web host are you
    using? Can I get your affiliate link to your
    host? I wish my website loaded up as fast as yours lol

    Feel free to surf to my site - bowtrol

    ReplyDelete
  2. I like the valuable information you provide in your articles.
    I will bookmark your blog and check again here frequently. I am
    quite sure I'll learn a lot of new stuff right here! Good luck for the next!

    Take a look at my site saffron extract

    ReplyDelete
  3. Great post! We will be linking to this particularly great article
    on our website. Keep up the great writing.

    Feel free to visit my page; airless paint sprayers

    ReplyDelete
  4. I pay a visit each day some web pages and information
    sites to read articles, except this blog gives feature based
    articles.

    my blog post; graco paint sprayer reviews

    ReplyDelete
  5. What's up to every one, the contents present at this site are actually remarkable for people experience, well, keep up the good work fellows.

    Feel free to visit my webpage ... acid reflux cure

    ReplyDelete
  6. Hey There. I found your blog using msn. This is a really well written article.
    I will be sure to bookmark it and come back to read more of your
    useful information. Thanks for the post. I'll definitely comeback.

    Feel free to surf to my weblog ... Paint Sprayer Reviews

    ReplyDelete
  7. Hi! This is kind of off topic but I need some help from an established blog.
    Is it tough to set up your own blog? I'm not very techincal but I can figure things out pretty quick. I'm thinking about creating my
    own but I'm not sure where to start. Do you have any tips or suggestions? Thanks

    my web page ... Graco x5 airless paint Sprayer

    ReplyDelete
  8. Heya i'm for the first time here. I found this board and I find It truly useful & it helped me out a lot. I hope to give something back and help others like you aided me.

    my website; cleansing colon :: www.flixya.com ::

    ReplyDelete
  9. When I initially commented I clicked the "Notify me when new comments are added" checkbox and now each time a comment is added I
    get several emails with the same comment. Is there any
    way you can remove me from that service? Many thanks!

    My web site :: piles remedy

    ReplyDelete
  10. You've made some decent points there. I looked on the web for more info about the issue and found most people will go along with your views on this web site.

    Here is my website ... natural remedies for acid reflux

    ReplyDelete
  11. What's up, this weekend is pleasant in support of me, as this moment i am reading this great educational post here at my house.

    my homepage; heartburn help ()

    ReplyDelete
  12. I was recommended this web site by way of my cousin.

    I'm no longer sure whether this put up is written by way of him as no one else recognise such distinctive approximately my problem. You're incredible!
    Thank you!

    Also visit my web blog - Best paint sprayer for home use

    ReplyDelete
  13. Appreciate this post. Will try it out.

    Look at my website: acid reflux cure (www.niwawriters.net)

    ReplyDelete
  14. Hey there! I've been reading your website for a while now and finally got the bravery to go ahead and give you a shout out from Austin Tx! Just wanted to say keep up the great job!

    Here is my site - acid reflux remedies

    ReplyDelete
  15. You could definitely see your skills within the article you write.
    The world hopes for even more passionate writers such as you who
    aren't afraid to say how they believe. All the time follow your heart.

    Feel free to visit my page acid reflux remedies

    ReplyDelete
  16. Great post. I used to be checking continuously this weblog and I'm inspired! Very helpful information specially the last section :) I deal with such information much. I was looking for this certain info for a very long time. Thank you and best of luck.

    my site; acid reflux remedies (thamorgroup.com)

    ReplyDelete
  17. Spot on with this write-up, I absolutely feel this amazing
    site needs much more attention. I'll probably be returning to read more, thanks for the advice!

    Look into my web page - how to cure hemorrhoids

    ReplyDelete
  18. When someone writes an piece of writing he/she maintains the thought of a user in his/her brain that how a
    user can know it. Thus that's why this article is amazing. Thanks!

    Feel free to surf to my web site holistic program for heartburn

    ReplyDelete
  19. Hi there to all, how is all, I think every one is getting more from this
    website, and your views are nice in favor of new viewers.

    Check out my blog post :: acid reflux remedies (http://conferences.tephinet.org/diet-acid-reflux-disease)

    ReplyDelete
  20. Excellent article. I absolutely love this site.
    Keep writing!

    Feel free to visit my webpage piles remedy

    ReplyDelete
  21. Hello there! This article couldn't be written much better! Looking through this post reminds me of my previous roommate! He always kept preaching about this. I am going to send this post to him. Fairly certain he's going to have a good read.
    Many thanks for sharing!

    my web site ... Airless paint Sprayer reviews

    ReplyDelete
  22. I savor, cause I found exactly what I used to be looking for.
    You have ended my four day lengthy hunt! God Bless you man.
    Have a great day. Bye

    Here is my webpage Acid Reflux Remedies

    ReplyDelete
  23. Greetings from Florida! I'm bored to death at work so I decided to check out your blog on my iphone during lunch break. I enjoy the info you provide here and can't
    wait to take a look when I get home. I'm surprised at how fast your blog loaded on my mobile .. I'm not even using WIFI, just 3G .
    . Anyways, fantastic site!

    Feel free to surf to my weblog; best epilators 2013

    ReplyDelete
  24. I visit day-to-day some websites and information
    sites to read articles, but this website presents quality based content.


    My blog post :: wine chiller

    ReplyDelete
  25. Awesome! Its actually awesome piece of writing, I have got much clear
    idea concerning from this article.

    Look into my blog post braun epilator

    ReplyDelete
  26. Hello Dear, are you actually visiting this web site on a regular basis, if so afterward you will definitely
    take fastidious know-how.

    Also visit my blog ... emjoi emagine epilator

    ReplyDelete
  27. Hi, I think your blog might be having browser compatibility issues.
    When I look at your website in Opera, it looks fine but when opening
    in Internet Explorer, it has some overlapping. I just wanted to give you a quick heads up!

    Other then that, great blog!

    Here is my weblog braun epilator

    ReplyDelete
  28. Hi there, after reading this remarkable paragraph i am as well delighted to share my know-how here with friends.


    My web blog Best Epilator

    ReplyDelete
  29. I'm gone to tell my little brother, that he should also pay a quick visit this web site on regular basis to obtain updated from newest news.

    my webpage best epilators 2013 (http://www.mikipu.net/blog/view/19670/nono-laser-hair-removal)

    ReplyDelete
  30. I have been browsing online more than 3 hours today, yet I never found any
    interesting article like yours. It's pretty worth enough for me. Personally, if all webmasters and bloggers made good content as you did, the net will be a lot more useful than ever before.

    Feel free to surf to my page; wine refrigerator reviews

    ReplyDelete
  31. Magnificent site. A lot of useful info here. I'm sending it to a few friends ans additionally sharing in delicious. And certainly, thank you for your sweat!

    Also visit my homepage: braun Epilator

    ReplyDelete
  32. I don't write many comments, however i did a few searching and wound up here "Operating System". And I actually do have 2 questions for you if it's allright.
    Is it only me or does it look like a few
    of the responses look like they are written by brain dead people?

    :-P And, if you are posting at other online social sites, I'd like to keep up with anything fresh you have to post. Could you make a list of the complete urls of all your community sites like your Facebook page, twitter feed, or linkedin profile?

    Also visit my blog; best paint sprayer

    ReplyDelete
  33. It is appropriate time to make some plans for the future and it is time to be happy.
    I've learn this submit and if I may I wish to counsel you few fascinating things or tips. Maybe you could write next articles referring to this article. I wish to read more issues about it!

    My site; countertop paint reviews

    ReplyDelete
  34. These are actually great ideas in concerning blogging.
    You have touched some good things here. Any way keep up wrinting.



    Feel free to surf to my webpage; Countertop
    Paint Kits (Http://Www.Wikigreen.Eu/)

    ReplyDelete
  35. I'm really impressed with your writing skills as well as with the layout on your blog. Is this a paid theme or did you modify it yourself? Anyway keep up the excellent quality writing, it's rare to see a great blog like
    this one nowadays.

    Here is my webpage: countertop paint

    ReplyDelete
  36. It's an awesome paragraph designed for all the online users; they will take advantage from it I am sure.

    Here is my homepage epilators (Jzx90.asia)

    ReplyDelete
  37. Greate post. Keep writing such kind of information
    on your page. Im really impressed by your site.

    Hello there, You have performed a great job. I will certainly digg
    it and individually suggest to my friends. I'm confident they will be benefited from this web site.

    My site - epilator reviews 2013

    ReplyDelete
  38. Thanks for your marvelous posting! I really enjoyed reading it,
    you could be a great author. I will ensure that
    I bookmark your blog and definitely will come back later on.
    I want to encourage one to continue your great job,
    have a nice day!

    Here is my web-site - epilators *http://wiki.vwa-forum.net*

    ReplyDelete
  39. It's a shame you don't have a donate button! I'd without a doubt donate to this fantastic blog! I suppose for now i'll settle
    for book-marking and adding your RSS feed to my Google account.
    I look forward to fresh updates and will share this
    website with my Facebook group. Chat soon!

    Also visit my site; best epilators 2013 (http://www.jbbuilders.org.uk)

    ReplyDelete
  40. Very quickly this web site will be famous amid all blogging users,
    due to it's fastidious posts

    My blog post ... Epilator reviews

    ReplyDelete
  41. Very good write-up. I certainly appreciate this website.

    Stick with it!

    Stop by my webpage epilators (130.179.206.150)

    ReplyDelete
  42. I'm gone to convey my little brother, that he should also visit this webpage on regular basis to obtain updated from latest news update.

    Here is my webpage: wine cooler *skolewikien.dk*

    ReplyDelete
  43. When I originally commented I clicked the "Notify me when new comments are added" checkbox and
    now each time a comment is added I get four e-mails with the
    same comment. Is there any way you can remove me from that service?
    Many thanks!

    Here is my website ... epilator reviews

    ReplyDelete
  44. My brother suggested I might like this website. He was once totally right.
    This publish actually made my day. You can not believe simply how a lot
    time I had spent for this info! Thanks!

    Also visit my blog post; countertop paint :: etk2.sakura.ne.jp ::

    ReplyDelete
  45. Neat blog! Is your theme custom made or did you download it
    from somewhere? A design like yours with a few simple adjustements
    would really make my blog stand out. Please let me know where you
    got your theme. Appreciate it

    Visit my website countertop paint kits

    ReplyDelete
  46. Appreciation to my father who told me concerning this
    web site, this weblog is actually remarkable.

    my web site :: Best wine cooler *http://neuegalerie.ch/Revolution/Manifest/index.Php?title=Benutzer_Diskussion:TerrenceBryson*

    ReplyDelete
  47. My family always say that I am wasting my time here at net, except
    I know I am getting experience daily by reading such pleasant articles.


    Here is my web-site :: best epilators 2013

    ReplyDelete
  48. If you wish for to increase your knowledge only keep visiting this web page and be updated with the newest information posted here.


    My web page ... wine refrigerator reviews

    ReplyDelete
  49. I like it whenever people come together and share views.
    Great website, stick with it!

    My homepage ... epilator reviews (unicorninternetservice.com)

    ReplyDelete
  50. I have been browsing online more than 4 hours today, yet I never found any interesting article like yours.

    It's pretty worth enough for me. Personally, if all web owners and bloggers made good content as you did, the internet will be a lot more useful than ever before.

    Feel free to visit my weblog ... wine refrigerator reviews

    ReplyDelete
  51. I like the helpful information you supply for your articles.
    I will bookmark your blog and check again here regularly.
    I am fairly certain I'll be informed plenty of new stuff proper here! Best of luck for the next!

    Feel free to surf to my web blog: epilators

    ReplyDelete
  52. Its like you read my mind! You seem to know a lot about this, like
    you wrote the e-book in it or something. I think that
    you simply can do with some percent to force the message home
    a little bit, but other than that, this
    is great blog. A fantastic read. I'll certainly be back.

    Feel free to visit my blog; paint sprayer reviews - http://lmaocr.com/activity/p/1381139 -

    ReplyDelete
  53. You really make it seem so easy with your presentation but
    I find this matter to be really something which I think I would never
    understand. It seems too complex and very broad for me.
    I am looking forward for your next post, I will try to
    get the hang of it!

    Also visit my blog post - best paint sprayer for home use (isvsn.org)

    ReplyDelete
  54. Ahaa, its good conversation regarding this post at this place at this webpage,
    I have read all that, so now me also commenting here.

    my site :: best countertop paint kits

    ReplyDelete
  55. Hello! This is kind of off topic but I need some help from an established blog.
    Is it very difficult to set up your own blog?
    I'm not very techincal but I can figure things out pretty quick. I'm thinking about
    setting up my own but I'm not sure where to start. Do you have any tips or suggestions? With thanks

    Check out my site - Paint Sprayer reviews

    ReplyDelete
  56. Hello there! Would you mind if I share your blog with my
    zynga group? There's a lot of people that I think would really enjoy your content. Please let me know. Many thanks

    My web page best epilator (u-hoops.com)

    ReplyDelete
  57. You could definitely see your enthusiasm in the article you write.
    The sector hopes for more passionate writers like you who aren't afraid to say how they believe. At all times follow your heart.

    Feel free to surf to my blog post :: countertop paint Kits

    ReplyDelete
  58. I really love your website.. Great colors & theme.
    Did you develop this web site yourself? Please reply back
    as I'm wanting to create my very own blog and want to find out where you got this from or what the theme is named. Thanks!

    Visit my site - best countertop paint kits

    ReplyDelete
  59. I seriously love your blog.. Great colors & theme.

    Did you create this site yourself? Please reply back as I'm wanting to create my own site and want to learn where you got this from or just what the theme is called. Appreciate it!

    Feel free to surf to my weblog ... airless paint sprayer reviews

    ReplyDelete
  60. Hurrah, that's what I was exploring for, what a material! present here at this web site, thanks admin of this web page.

    Review my homepage: airless paint sprayer reviews

    ReplyDelete
  61. Hi! This post couldn't be written any better! Reading this post reminds me of my old room mate! He always kept talking about this. I will forward this page to him. Fairly certain he will have a good read. Thanks for sharing!

    Look at my blog post: airless paint sprayers

    ReplyDelete
  62. What's Going down i am new to this, I stumbled upon this I have discovered It absolutely helpful and it has aided me out loads. I hope to contribute & help different users like its helped me. Great job.

    Also visit my homepage: epilator reviews :: sns.cibn.ysten.com ::

    ReplyDelete
  63. For most up-to-date information you have to visit world-wide-web and on internet I
    found this web site as a best web page for
    most recent updates.

    Feel free to surf to my homepage - best epilators 2013

    ReplyDelete
  64. Good post. I learn something new and challenging on blogs I
    stumbleupon everyday. It will always be exciting to read articles from other writers and practice something from other websites.


    Have a look at my page ... best epilator

    ReplyDelete
  65. I read this piece of writing completely on the topic of the resemblance of newest and earlier technologies, it's awesome article.

    Also visit my website :: epilators

    ReplyDelete
  66. Thanks for your marvelous posting! I seriously enjoyed reading it, you happen to be a great author.

    I will make sure to bookmark your blog and will often come back
    from now on. I want to encourage you to ultimately continue your great work, have a
    nice morning!

    Here is my web site - Best epilator

    ReplyDelete
  67. This design is incredible! You most certainly know how to keep a reader amused.
    Between your wit and your videos, I was almost moved to start my own blog (well, almost...HaHa!)
    Fantastic job. I really enjoyed what you had to say, and more than that, how you presented it.
    Too cool!

    Here is my blog post Epilator reviews 2013

    ReplyDelete
  68. Hey there! I've been reading your website for
    a long time now and finally got the courage to go ahead and give you a shout out from Dallas Texas!
    Just wanted to mention keep up the excellent job!

    My page - countertop paint

    ReplyDelete
  69. Hi there, just became alert to your blog through Google, and found that it's truly informative.
    I'm going to watch out for brussels. I will appreciate
    if you continue this in future. Lots of people will be benefited from
    your writing. Cheers!

    my website; sciatic pain

    ReplyDelete
  70. Wow, amazing blog layout! How long have you been blogging for?

    you make blogging look easy. The overall look of your website is magnificent, let alone the content!



    Review my site :: zquiet reviews

    ReplyDelete
  71. TҺank you for the auspicious writeup. It iin fact was a аmusement accoount it.
    Look advanced to faг added agreeаble from you!
    However, Һow can we сommunicate?

    Also visit my web-site ... Christian Louboutin Daffodile

    ReplyDelete
  72. I nerԁ tto to thank you for this fantastic read!!
    I аbsolutely enjoyed every little bit off it.
    I have yoou boolk marked to look at new
    things you post…

    my web site: Chriѕtian LоuЬoutіn Pumps (http://www.christianlouboutin-sale.com/)

    ReplyDelete
  73. We are on the ballot in Concord and Manchester next November Dee Koenigs
    akll szck aratma dediimiz, arama kutusunda + ve
    - karakterlerini kullanarak arattnz ana szck ya da szck grubu iinde bir filtreleme yapabilirsiniz.

    ReplyDelete
  74. please give answers.

    ReplyDelete
  75. Wonderful beat ! I would like to apprentice while you amend your website,
    how could i subscribe for a blog web site? The account helped me a acceptable deal.
    I had been tiny bit acquainted of this your broadcast provided
    bright clear concept

    Here is my website - Paramotor how much are hang gliders - Paramotoring Class

    ReplyDelete
  76. Hi friends, nice post and fastidious arguments commented here, I am truly enjoying by these.


    Feel free to surf to my weblog - Casino

    ReplyDelete
  77. answers to mcq's

    ReplyDelete
  78. I waѕ suggested this web site by my cousin. І'm not sᥙre whether thiѕ post iѕ ԝritten by һim as nobody else know such detailed about my ⲣroblem.
    You're wonderful! Thаnks!

    ReplyDelete
  79. Ӏ'm really impressed with yօur writing skills аs weⅼl
    аѕ with the layout ߋn youг blog. Іs thіs ɑ paid
    theme οr diԁ you customize it yoսrself?
    Аnyway keeρ up the nice quality writing, іt's rare to seе a nice blog like this one nowadays.

    ReplyDelete
  80. It'ѕ hard to find experienced people in this particulɑr topic, howeveг, үoᥙ sound
    like yoᥙ know what ʏⲟu're talking about! Thanks

    ReplyDelete