Computer Science MCQs 50
Computer Science MCQs 50
1 An operating system is an _________ between user and computer hardware. Chap# 01 Pg: 02
A. Interface
2 The graphical support of windows with desktop and icon was introduced in version__ Chap# 01 Pg: 04
A. 3.0
3 The operating system that collects jobs in batches is ______ operating system. Chap# 01 Pg: 06
A. Batch
4 ________ can be function of operating system. Chap# 01 Pg: 14
A. process management
5 _________________ is the function of OS ? Chap# 01 Pg: 14
A. file management
6 To allocating and de allocation of memory is called ______management. Chap# 01 Pg: 14
A. Memory
7 A module of operating system that organize and keep track of all the files in computer is call ______
management. Chap# 01 Pg: 15
A. File
8 Which one of the following is not a fundamental data type in C++ Chap# 03 Pg: 53
A. wchar_t
9 Which of the following is an operating system. Chap# 01 Pg: 05
A. Unix
10 del is the command of ___________ Chap# 01 Pg: 04
A. DOS
11 Operating system can be divided into ___categories as for as number of users connected.
A. Two Chap# 01 Pg: 13
12 We can store data into computer in the form of _________ Chap# 01 Pg: 14
A. file
13 The role of system analysis is to manage _______. Chap# 02 Pg: 31
A. system testing B. project plan C. project team D. project budget
14 The tern system is derived by _______ word systems. Chap# 02 Pg: 27
A. Greek
15 The first step in the system development life cycle is _____ Chap# 02 Pg: 29
A. planning
16 _______ is the last phase of system development life cycle. Chap# 02 Pg: 29
A. maintenance
17 SDLC has _____ phases. Chap# 02 Pg: 29
A. 9
18 The entities having a positive or negative influence in the project completion are known as ________
A. Stakeholder Chap# 02 Pg: 28
19 SDLC is important for______ Chap# 02 Pg: 28
A. All of these
20 ________ is the stake holder of SDLC Chap# 02 Pg: 28
A. customer
21 _________ phase is the first step of SDLC. Chap# 02 Pg: 29
A. planning
22 in _________ we design the system. Chap# 02 Pg: 33
A. Design
23 In _________ phase we can write the code of program Chap# 02 Pg: 36
A. Coding
24 ___________is responsible of planning and execution and closing of project Chap# 02 Pg: 38
A. project manager
25. CPU is __________ type of hardware ? Chap# 01 Pg: 18
a. Process
26. Unit of data transmission is ________ ? Chap# 01 Pg: 18
a. Bit
27. For using cin statement we can use______ header file Chap# 03 Pg: 58
a) iostream.h
28. Which of the following is an arithmetic assignment operator? Chap# 03 Pg: 68
a) = b) != c) %= d) ==
29. The first step in the system development life cycle is _____ Chap# 02 Pg: 29
a) planning
30. Which of the following is a keyword in C++? Chap# 03 Pg: 47
a) cout
31. _______ escape sequence is used to move curser to new line. Chap# 03 Pg: 62
a)\n
32. ________is the example of header file Chap# 03 Pg: 47
a) iostream.h
33. For using cout statement we can use______ header file Chap# 03 Pg: 48
a) iostream.h
34. The float data type needs _____ bytes in memory. Chap# 03 Pg: 54
a) 4
35. For using printf() statement we can use______ header file Chap# 03 Pg: 47
a) stdio.h
36. For using getch() statement we can use______ header file Chap# 03 Pg: 47
a) conio.h
37. For using clrscr() statement we can use______ header file Chap# 03 Pg: 47
a) conio.h
38. Each c program must have _________function Chap# 03 Pg: 49
a) main()
39 The expression which have not fixed value are called______ Chap# 03 Pg: 51
a) variable
40 The numeric constant are categorized into _________ types. Chap# 03 Pg: 51
a) 4
41 “3” is the example of _____________constant Chap# 03 Pg: 54
a) integer
42 In variable name we can use ___________ special characters Chap# 03 Pg: 52
a)_
43 3 is the example of _____________constant Chap# 03 Pg: 54
a) integer
44 _______ types of data are used in c++ Chap# 03 Pg: 53
a)two b)three c)four d)five
45 _______ escape sequence is used to move curser to new line. Chap# 03 Pg: 62
a) none
46 ________operator is used as assignment operator Chap# 03 Pg: 66
a)=
47 ________is the example of unary operator Chap# 03 Pg: 73
a)++
48 ________is the example of relational operator Chap# 03 Pg: 69
a) >=
49 ________is the example of logical operator Chap# 03 Pg: 71
a) !
50 ________is the example of ternary operator Chap# 03 Pg: 73
a)? :