Vous êtes sur la page 1sur 16

1

‫۔‬ " blocking factor"      ‫ـــــــــــــــــــــا‬


1

A) The number of blocks accessible to a file


B) The number of blocks allocated to a file
C) The number of logical records in one physical record
D) None of the above

‫ ا ل       ۔‬     ‫ ر‬Zero Address Instruction


2

A) RISC architecture. B) CISC architecture.


C) Von-Neuman architecture. D) Stack-organized architecture.

‫ب ۔‬
  ‫    ا‬Stack overflow
3

A) Hardware interrupt. B) External interrupt.


C) Internal interrupt. D) Software interrupt.

 ‫    ورت  ؟‬   ‫  ا‬ ‫ى  ا‬


  ‫   ا   ر‬  
2048  
RAM 128 x 8
4

A) 8 B) 16 C) 24 D) 32

‫         ۔‬،          ‫رى‬ (Instructions)  ‫ا   ا ت‬


5

A) Memory Read cycle B) Fetch cycle


C) Instruction cycle D) Memory write cycle

‫  ۔‬       ‫   ن‬Dijkstra Banking algorithm     ‫ا  آ‬


6

A) Deadlock avoidance B) Deadlock recovery


C) Mutual exclusion D) Context switching

‫    ۔‬   ‫ف‬
  ‫  ا‬spanning tree   ‫ا‬
7

A) All vertices of the graph B) All the edges of the graph


C) Only the vertices of odd degree D) Only the vertices of even degree

‫   ۔‬   Euler graph   ‫ا‬


8

A) Only two vertices are of odd degree and rest are even
B) Only two vertices are of odd degree and rest are odd
C) Only the vertices of odd degree
D) Only the vertices of even degree

2
‫۔‬    edges_________‫ف‬
  ‫  ا‬   ‫   ا‬vertices (n)   ‫ا‬
9

A) n - 1 B) N
C) n ( n - 1) / 2 D) n ( n + 1 ) / 2

‫ ۔‬ fault simulation testing technique   ‫ا‬


10

A) Mutation testing B) Stress testing


C) Black box testing D) White box testing

‫ ــــــ   ۔‬cohesion      ‫ اس‬،    ‫ ا ا  د  و  ر   م‬ output ‫  اور‬input     ‫ ا‬Y ‫ اور‬X ‫ڈ ل‬


11

A) Sequential B) Communicational
C) Procedural D) Logical

‫   م  ر       و       ۔‬Poor response time


12

A) Process busy B) High I/O rates


C) High paging rates D) Any of the above

‫          ۔‬system   ‫ " ا‬throughput"


13

A) Number of programs processed by it per unit time


B) Number of times the program is invoked by the system
C) Number of requests made to a program by the system
D) None of the above

‫   ۔‬fragments     memory words  ‫ل ہ‬


  ‫      ا‬page ‫ا‬
14

A) Page Mapping
B) Swapping
C) Disk cleanup
D) Fragmentation

‫   ؟‬     cin  ‫ر  ذ       ن‬


15

A) It represents standard input.


B) It is an object of istream class.
C) It is a class of which stream is an object.
D) Using cin the data can be read from user’s terminal.

‫   ۔‬         declare   ‫    ر‬friend


  ‫ا‬
16

A) a member function B) a global function


C) a class D) all of the above

3
‫(    ۔‬Standard) ‫ر‬  ‫ش‬
  ‫       ر‬IEEE  ‫ ا‬IEEE 830-1993
17

A) Software requirement specification. B) Software design.


C) Testing. D) Both (A) and (B)

‫ك      ۔‬
    ‫      ر‬higher level entities   ‫ت‬
    ‫   ذر‬   ، Abstraction   ‫ ا‬
18

A) Generalization. B) Specialization.
C) Aggregation. D) Inheritance.

‫   ۔‬       Fifth Normal Form (5NF)


19

A) Functional dependency. B) Multivalued dependency.


C) Join dependency. D) Domain-key.

‫ى  ۔‬
  ‫    ا‬     RAID-level   ‫  ن‬Block -interleaved
20

A) 2. B) 3 C) 4. D) 5.

‫ ۔‬ illusion ‫  ى  رى     ا‬ ‫ا  ا‬


21

A) Primary Memory
B) Auxiliary memory
C) Virtual Memory
D) Cache Memory

‫(   ؟‬Correct Statement) ‫  ن‬ ‫ر  ذ       ن   در‬


22

A) Cohesion must be low and coupling should be high


B) Cohesion must be high however coupling should be low
C) Cohesion and Coupling must be low
D) None of the above

‫       و     ۔‬  ‫    ول‬       Software Configuration Management


23

A) the changes due to the evolution of work products as the project proceeds.
B) the changes due to defects (bugs) being found and then fixed.
C) the changes due to requirement changes
D) all of the above

‫  ؟‬  ‫    ا   م‬Requirement Engineering    ‫ر  ذ       ن‬


24

A) Requirement elicitation B) Requirement analysis


C) Requirement design D) Requirement documentation

4
  (Software)   ‫ و‬     (Actual Environment) ‫  ل‬ ‫ اور  ا‬     data   ‫ا‬
25

‫(      ۔‬Testing)

A) Alpha testing B) Beta testing
C) Regression testing D) None of the above

‫   ۔‬   ‫    ر    ا ار   ظ‬unsigned integer   ‫"    ا‬C language"


26

A) -65536 upto 65535 B) -32768 upto 32767


C) 0 upto 65536 D) 0 upto 32768

‫   ؟‬  
edges     forest
    ‫    ا‬t-trees       tree   ‫  ا‬vertices
    ‫ا‬
27

A) n + t B) n – t C) n * t D) nt

 ‫  ؟‬   flavour   ‫    ا‬LINUX   ‫ر  ذ       ن‬


28

A) Debian B) Canaima C) Ubuntu D) AdLinux

‫     ۔‬   basic operation     relational algebra    ‫ر  ذ       ن‬


29

A) Join. B) Selection.
C) Union. D) Cross product.

‫(   ۔‬Depends)
    __________
          ‫ا  ا ر‬
30

A) Primary Memory B) Main memory


C) virtual memory D) None of the above

‫    د         ۔‬    ‫  م  ر‬   (Subtraction)  ،  ‫ز‬


31

A) 9’s complement B) 10’s complement


C) 1’s complement D) 2’s complement

‫ ـــــــــــــــــــــــــــ  ۔‬127.0.0.1  ‫ا‬


32

A) limited broadcast address B) direct broadcast address


C) multicast address D) loop-back address

‫    ا    ۔‬ "Select * from R, S"  ‫   ن‬SQL


33

A) Select * from R natural join S. B) Select * from R cross join S.


C) Select * from R union join S. D) Select * from R inner join S.

5
‫_________  ۔‬
      Hamiltonian-path    ‫( اف‬Connected)  ‫ط‬   ‫  ا‬n-vertices

34

A) n - 1 B) n
C) n + 1 D) n / 2

‫  ے  ۔‬    "too many" ‫ن‬


    ‫ن‬
      ‫   و  ز‬100
  ‫  ر‬ variable count   ‫ا  ا‬
35

A) if (count<100) cout << “Too many”; B) if (count>100) cout >> “Too many”;
C) if (count>100) cout << “Too many”; D) None of these.

           Runtime Polymorphism
36

A) friend function B) virtual function


C) operator overloading D) function overloading

-            operator     Dynamic memory allocation     C++


37

A) new B) this C) malloc( ) D) delete

-   property     class  ‫ر  ذ       ن   ا‬


38

A) are removed from memory when not in use.


B) permit data to be hidden from other classes.
C) bring together all aspects of an entity in one place.
D) Can closely model objects in the real world.

 ‫     ۔‬Program Counter  ‫اور‬Accumulator



39

A) Flip-flops B) Adders
C) Both A & B D) Registers

Software  ‫         اس‬   Software Requirement Specification ‫ن‬


    Requirement
    ‫ا‬
40

 ‫          ۔‬Requirement Specification


A) correct. B) unambiguous.
C) consistent. D) verifiable.

 ‫  ؟‬ ‫(       ن   در‬Remark) ‫   ا     ر  ذ   ت‬SQL *Plus


41

A) It is a PL/SQL development tool and works in character mode


B) It is an integral part of the standard Oracle installation
C) It does not have a PL/SQL engine
D) All the above

6
-      ‫   ا‬     Spiral-Model
42

A) requirement analysis. B) risk management.


C) quality management. D) configuration management.

‫۔‬     paranthesis     ‫ل‬


  ‫  ا‬OR  ‫ اور‬NOT ، AND  ‫ل‬
  ‫ا  ا   ا‬
43

A) NOT will be evaluated first; AND will be evaluated second; OR will be evaluated last
B) NOT will be evaluated first; OR will be evaluated second; AND will be evaluated last
C) AND will be evaluated first; OR will be evaluated second; NOT will be evaluated last
D) The order of occurrence determines the order of evaluation

‫ ۔‬ (Similarities)           ‫ ڈ ا‬ language     ‫ ڈ ا‬ PL/SQL language


44

A) COBOL B) ORACLE
C) ADA D) LISP

‫  ؟‬tautology
  ‫ر  ذ       ن    ا‬
45

A) p → q ˅ p B) p → (q ˅ p)
C) p ˅ (p → q) D) p → ( p → q )

‫ ۔‬ ‫     ا‬
46
p →q
A) ~ q → p ˄ p B) p → ~q
C) ~ p ˄ q D) ~ p ˅ q

‫     ۔‬ FIFO page replacement policy    ‫ ن‬anomaly___________


47

A) Balady’s B) Banker's C) Banking D) All the above

‫ ۔‬ (Worst Type)       ‫    ا‬Coupling


48

A) Data coupling. B) control coupling.


C) stamp coupling. D) content coupling.

 ‫  ؟‬ "Recovery Technique"    ‫ر  ذ       ن‬


49

A) Deferred update B) Immediate update


C) Two-phase commit D) Shadow paging

‫  ؟‬ output    ‫ر  ذ   و ام‬


50

int main() {
int x,y=10,z=10;
x = (y = =z);
cout<<x;
return 0; }
A) 1 B) 0 C) 10 D) Error

7

‫  ۔‬ ‫ل‬
  ‫ ا‬     (Undergo Review)  ‫ر  ذ   ا       ن آپ  ہ‬
51

A) Collect literature
B) Collect and analyse research in the domain of research
C) Analyse and prepare hypothesis from the existing research work in the domain
D) All of the above

‫   و    ۔‬ ‫    ہ     ا‬
52

A) it helps in proper understanding of the topic


B) it helps in analysing and concluding what will be the future course of action
C) Both (A) and (B)
D) None of the above

‫  ۔‬         ‫  ور ت‬ (User) ‫ا   رف‬


53

A) user interaction B) Sales input C) Making input D) all of the above

‫   ۔‬   (Element)   ‫      ا   ز‬report writing  ‫ر  ذ       ن‬


54

A) Research methodology B) References C) Conclusion D) None of the above

‫     ۔‬     
55

A) to identify problem B) to find solution C) both A and B D) None of the above

 ‫  ؟‬ ‫ت     ن    ن در‬
    ‫ر  ذ‬
56

A) The larger the sample size, the greater the sampling error
B) The more categories or breakdowns you want to make in your data analysis, the larger the
sample needed
C) The fewer categories or breakdowns you want to make in your data analysis, the larger the sample
needed
D) As sample size decreases, so does the size of the confidence interval

‫  ۔‬   ‫ى  ا‬
  ‫ار‬     ‫ا‬
57

A) Deduction B) Scientific method


C) Observation D) experience

‫   ر   ۔‬  
58

A) Objectivity B) Ethics
C) Proposition D) Neutrality

8
‫  ر   ــــــــــــ      ۔‬   ‫   ا‬Logical reasoning process
59

A) Induction B) Deduction
C) Research D) Experiment

‫   ا   ز    ر  ۔‬  
60

A) Belief B) Value
C) Objectivity D) Subjectivity

‫"        ۔‬Reasoning from general to particular"


61

A) Induction B) deduction
C) Observation D) experience

‫ے  ۔‬
    "empirically"
62

A) Theory B) Value
C) Fact D) Statement

‫۔‬  
_________              ‫    د‬
63

A) Objectivity B) Specificity
C) Values D) Facts

‫     ۔‬ _________   ‫  ا‬
64

A) Pure Research B) Action Research


C) Pilot study D) Survey

‫  ا      ا         ۔‬ ‫   ا‬     ‫     د‬
65

A) A non-random sampling method B) A quota sample


C) A snowball sample D) An Equal probability selection method

‫ ؟‬ simple random sample   ‫   ا‬       ‫ر  ذ‬


66

A) Choosing volunteers from an introductory psychology class to participate


B) Listing the individuals by ethnic group and choosing a proportion from within
each ethnic group at random
C) Numbering all the elements of a sampling frame and then using a random number table
to pick cases from the table
D) Randomly selecting schools, and then sampling everyone within the school

9
 ‫  ؟‬     ‫ے‬
  ‫     ر‬stratified random sampling  ‫ر  ذ       ن‬
67

A) It involves a random selection process from identified subgroups


B) Proportions of groups in the sample must always match their population proportions
C) Disproportional stratified random sampling is especially helpful for getting large
enough subgroup samples when subgroup comparisons are to be done
D) Proportional stratified random sampling yields a representative sample

‫       _________ ۔‬ ‫ى‬
  ‫   د‬    
68

A) Help in the personal growth of an individual


B) Help the candidate become an eminent educationist
C) Increase job prospects of an individual
D) Increase social status of an individual

‫ے        اد ۔‬
  ‫ى  ر‬
  ‫ے    د   رى آ د‬
                ‫_______ ا‬
69

A) Deductive inference B) Inductive inference


C) Pseudo-inference D) Objective inference

‫۔‬   ‫  ر   ہ‬  
70

A) Helps in capital-saving B) Saves time


C) Increases accuracy D) Both (A) and (B)

‫۔‬  ‫  ر  د ر‬   Random


71

A) An economical method of data collection B) Free from personal biases


C) Reasonably accurate D) All the above

‫   ر ۔‬         ‫ى    ا‬
  ‫ آ د‬      
finite _________
72

A) Area sampling B) Cluster sampling


C) Purposive sampling D) Systematic sampling

‫ ا ا  دو   ر  ______ ۔‬ (Research)  


73

A) Qualitative only B) Quantitative only


C) Both (A) and (B) D) Neither (A) nor (B)

‫۔‬ _________          longitudinal   


74

A) Horizontal researches B) Long-term researches


C) Short-term researches D) None of the above

10
‫  ۔‬    Hypothesis
75

A) Constant to variables B) Constant to constant


C) Variables to constant D) Variables to variables

‫     ______________ ۔‬          ‫ا  ا‬
76

A) It consists of independent and dependent variables


B) It has utility and relevance
C) It is new and adds something to knowledge
D) It is researchable

 ‫ے  ؟‬
  ‫ت‬
  ‫    ور‬        ‫ر  ذ         م  ر‬
77

A) One stage cluster sampling B) Simple random sampling


C) Two stage cluster sampling D) Quota sampling

  "systematic step-by-step procedure following logical process of reasoning"  ‫ا‬


78

‫ ۔‬
A) Experiment B) Observation
C) Deduction D) Scientific method

 ‫          ؟‬  ‫    ارى‬         ‫ ر‬


79

A) Simple random sampling B) Systematic sampling


C) Quota sampling D) Purposive sampling

 ‫    ورت  ے  ؟‬          ‫ر  ذ         م  ر‬


‫ے‬
80

A) Cluster sampling B) Simple random sampling


C) Systematic sampling D) Proportional stratified sampling

 ‫ى    ر     ؟‬
  ‫ آ د‬   ‫ى رو ا‬
  ‫   ر د  م ر‬
81

A) Every year B) Every five years


C) Every ten years D) Twice a year

‫ل     ۔‬
  ‫ـــــــــــــــــــــ ا‬ ‫ و‬ ‫ب‬
  ‫    ا‬clusters    
82

A) Cluster sampling B) One-stage sampling


C) Two-stage sampling D) Probability proportional to size or PPS

‫   ر       ۔‬ _________           ‫ى  ا‬
  ‫آد‬
83

A) Sampling B) Census C) Survey research D) None of the above

11
‫۔‬  ‫ دى‬ ‫ل  ا‬
  ‫   ا‬   ‫ى‬
  ‫  رى آ د‬ ‫     ــــــــــــ‬  ‫ى‬
  ‫آد‬
84

A) 500 or less B) 100 or less C) 1000 or less D) you should always use a sample

 ‫  ؟‬  ‫   ا   ل‬non-random sampling technique   ‫ ا‬       ‫ر  ذ‬


85

A) Purposive B) Quota C) Convenience D) Cluster

‫  ۔‬   ‫   ا‬   ‫ ا   ى آ د‬


    ‫ى‬     ‫  ا‬ ___________
86

A) Sample B) Population
C) Statistic D) Element

  ‫ى‬
  ‫ آ د‬  ‫ آپ‬      ‫ص‬   ‫ت     ا‬           ‫   ا‬  
nonrandom
87

‫    _____     ۔‬    ‫    ا ب‬convenience sampling  ‫ا‬


A) Convenience sampling B) Quota sampling
C) Purposive sampling D) Snowball sampling

‫ل  ۔‬
    ‫   ا‬ .. ............‫ى‬
  ‫ى   د  م ر‬
  ‫آد‬
88

A) Survey B) Empirical
C) Clinical D) Diagnostic

‫ ا     ۔‬............. .....       
89

A) Belief B) Value
C) Confidence D) Overconfidence

-              Researchable problem     ‫ا   ال‬


90

A) Solution B) Examination
C) Problem formulation D) Problem Solving

‫ ر  دو  ا م  ۔‬
91

A) Abstract and Coherent B) Concrete and Coherent


C) Abstract and concrete D) None of the above

‫ ذرا   ۔‬ .................. (analogies) ‫ت‬


92

A) Data B) Concept
C) Research D) Hypothesis

12
‫    ا  ذر    ۔‬Hypothesis       ‫     ر‬     .............
93

A) Caste B) Community
C) Culture D) Economy

‫   ۔‬ _________      ‫ا‬


94

A) Slow B) Fast C) Narrow D) Systematic

 ‫ ؟‬   ‫  د ت ا    دن وا‬  ‫ت    وہ‬


  ‫ت    ا‬
  ‫س‬
  ‫ ا‬. ‫ آ‬       ‫ت ا‬
  ‫  ر  د‬  ‫ت‬ 95

A) 1/76 B) 1/27 C) 1/75 D) 1/77

‫        ؟‬   ‫  ر‬ ‫ں   ا   ر او  ر‬          ‫ا واروں‬30



96

A) 820 B) 850 C) 880 D) 870

 ‫  ؟‬   ‫ں   ا ا  ز‬    ‫ ا ت‬.   ‫ت         اب د‬


  ‫  ا‬15  ‫ا  ا ن‬
97

A) 65536 B) 32768 C) 16384 D) None of the above

-         ‫ں‬                ‫ے ا ارڈ‬  ‫دو ےاور‬،        ‫ں     ا‬


  ‫ا وار‬18

98

A) 4892 B) 4896 C) 5892 D) 2896

‫۔‬    ‫    اد‬     ‫  وف   ا‬   "BANANA"


99

A) 60 B) 36 C) 20 D) 10

‫۔‬    ‫    اد‬     ‫ ا‬       "R"  ‫"  آ  ز  اور‬P"


       ‫  وف‬   "PECULIAR"
100

A) 100 B) 120 C) 720 D) 150

***********

13
Rough Page

14
Rough Page

15
Rough Page

16

Vous aimerez peut-être aussi