We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
Computer Science
1. ______is a part of operating system which run all time.
a) kernel b) shell c) utilities d) application s/w 2. ______act as virtual machine by hiding low level details. a) application s/w b) operating system c) Corel draw d) Photoshop 3. Unix was developed at _______ a) Microsoft b) bell lab c) Apple d) IBM 4. First Unix was developed in _______language. a) Assembly language b) Java c) C++ d) C# 5. Which type of software enables you to solve specific problems or performs specific task. a) Application s/w b) System s/w c) Driver d) Utilities 6. Which of the following is not an OS? a) Unix b) Linux c) BIOS d) Mac 7. PC – DOS was developed by _________ a) IBM b) Apple c) Microsoft d) Intel 8. Cls command in dos is used for a) Control lists b) clear screen c) Current loaded system d) clear list of system 9. ______was not a user friendly operating system a) Mac b) DOS c) windows XP d) windows 10 10. Which one is not a single userMulti task o.s? a) MS-Dos b) Palm o.s c) O.S .X d) PC - Dos 11. ______operating system are used to control machinery, scientific instruments & industrial systems a)Real time b) batch processing c) time sharing d) network 12. ______operating system guarantees the result within a specified time a) Real time b) batch processing c) time sharing d) network 13. All of the following are the examples of multi program OS except a) Windows b) Macintosh c) Linux d) DOS 14. ________ is used to handle multiple interactive jobs a) Batch b) Single tasking c) Time sharing d) simple Batch 15. Which of the following is not a function of OS? a) Memory management b) system protection c) Network Management d) cost management 16. If process is waiting to be assigned to a processor, than it is in ______state a) Running b) Ready c) Terminated d) Waiting 17. A _____is a dispatch able unit of a process a) Process b) Shell c) Kernel d) thread 18. The term system is taken from the ________language. a) China b) English c) Polish d) Greek 19. Which one is not a SDLC phase a) Planning b) Feasibility study c) implementation d) data redundancy
20. In _____(SDLC) step the estimated cost is find
a) feasibility study b) testing c) implementation d) maintenance 21. The cost of the project is referred as _____feasibility a) Technical b) Economic c) operational d) schedule 22. Time frame for project implementation can be determined in _____ feasibility. a) Technical b) Economic c) operational d) schedule 23. In ______step of SDLC, thorough investigation is done a) Planning b) Analysis c) Design d) Testing 24. Requirement engineering steps include all of the following except a) Requirement gathering b) Requirement feasibility c) Requirement validation d) Requirement management 25. Functional requirements does not include _________ a) interface requirements b) Business requirements c) Security requirements d) Quality of a system 26. ______symbol is used for start/end of a flowchart a) line b) oval c) parallelogram d) diamond 27. _____symbol is used for process in a a) line b) oval c) parallelogram d) diamond 28. Main coding is done in ______step a) algorithm b) flowchart c) physical design d) logical design 29. _____is a person who is responsible for planning, execution & closing of any project a) Project manager b) system analyst c)programmer d) tester 30. Potential buyer of a s/w product is known as ______ a) Tester b) customer c) analyst d) programmer 31. Flow chart is included in which SDLC phase? a) analysis b) Implementation c) coding d) design 32. All of the following are the other name of machine code, except a) Object code b) Binary code c) 0 , 1 code d) MNEMONICS 33. The symbolic codes of assembly language is known as a) Algorithm b) MNEMONICS c) flow chart d) DFD 34. Which of the following language is the easiest ______ a) Low b) Machine c) Assembly d) High level 35. C ++ was developed by ______ a) Dennis Ritchie b) Martin Richard c) Bjarne Stroustup d) William stalling 36. C and C++ was developed at _______ a) AT & S Bell Lab b) Microsoft c) Apple d) Nokia 37. _____type of programming can be done in C/C++ a) Scientific b) Engineering c) Business d) All 38. Void within parenthesis of a main function, means a) No return b) No arguments c) Continue d) Break 39. ( ) is known as _____ a) braces b) curly brackets c) parenthesis d) brackets 40. The extension of executable file is a) CPP b) C c) obj d) exe 41. ______constants have no decimal point but made of digits a) integer b) float c) real d) exponent 42. “Peace College” is an example of _____constants a) string b) float c) integer d) character 43. A constant which is made of digits form 0 to 7 and having a prefix zero is known as ______constant. a) octal b) integer c) float d) hexadecimal 44. A constant which has ox in prefix is known as ______constants a) octal b) integer c) float d) hexadecimal 45. ‘w’ is ____________ a) real constant b) float c) string d) character 46. 3.2 e – 5 is an example of _______constants a) octal b) hexadecimal c) float/real d) character 47. int is ______in C++ a) variable b) constant c) keyword d) identifier 48. ____is a symbol that causes the compilers to take an action. a) variable b) constant c) operator d) operand 49. Type casting means a) convert to ASCII b) convert to EBCDIE c) convert to BCD d) convert to any other data type 50. To find square of a variable, which statement is correct a) x , x b) x power x c) x * x d) x pow x