Study Viral (Java Tutorials For Beginners - Step By Step)
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook Page
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET
  • Home
  • Java Tutorials
    • Core Java
    • Java Swing
    • MS Access JDBC Java Application
  • Facebook
  • Programs
    • C Programs
    • C++ Programs
    • Java Programs
    • Python Programs
  • UGC NET

KVS PGT Computer Science Question Paper - January 2017 (Question No 11-15)

 August 31, 2018     KVS Compuer Science - January 2017 Question Paper     No comments   

KVS PGT Computer Science Question Paper - January 2017  (Question No 11-15)





Q 11. The problem of indefinite blockage of low-priority jobs in general priority scheduling algorithm can be solved using :
1)   Dirty bit
2)   Compaction
3)   Aging
4)   Swapping

Answer : 3) Aging


Q 12. What is garbage collection in the context of Java ?
1)   The Operation System periodically deletes all of the Java files available on the system.
2)   When all references to an object are gone, then the memory used by the object is automatically reclaimed.
3)   Any java package imported in a program and not being used, is automatically deleted.
4)   The Java Virtual Machine (JVM) checks the output of any Java program and deletes  anything that does not make sense at all.

Answer : 2) When all references to an object are gone, then the memory used by the object is automatically reclaimed.


Q 13. Which of the following represents the life-cycle of software development?
1)   Analysis -->Design -->Coding -->Testing -->Operation and Maintenance
2)   Analysis -->Design -->Coding-->Operation and Maintenance-->Testing
3)   Design -->Analysis-->Coding-->Testing-->Operation and Maintenance
4)   Design -->Analysis -->Coding -->Operation and Maintenance --> Testing

Answer : 1)  Analysis -->Design -->Coding -->Testing -->Operation and Maintenance

Q 14. In a relational database model, cardinality of a relation means :
1)   The number of tuples
2)   The number of tables
3)   The number of attributes
4)   The number of constraints

Answer : 1) The number of tuples

Q 15. The 10Base5 cabling is also known as __________
1)   Thick Ethernet
2)   Gigabit Ethernet
3)   Thin Ethernet
4)   Fast Ethernet

Answer : 1) Thick Ethernet
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

KVS PGT Computer Science Question Paper - January 2017 (Question No 6-10)

 August 29, 2018     KVS Compuer Science - January 2017 Question Paper     No comments   

KVS PGT Computer Science Question Paper - January 2017  (Question No 6-10)






Q 6. How many gate(s) would be required to implement the following Boolean expression after simplification?  Expression : AC + ABC
1)       1
2)       3
3)       2
4)       4

 Answer : 1


Q 7. To declare the version of XML, the correct syntax is: (NA)
1)       <? xml version =’1.0’ />
2)       <? xml version =”1.0” />
3)       <* xml version =’1.0’ />
4)       </ xml version =’1.0’ />

 Answer : -NA-
 
XML Declaration Examples
Following are few examples of XML declarations −

XML declaration with no parameters −

<?xml >

XML declaration with version definition −

<?xml version = "1.0">

XML declaration with all parameters defined −

<?xml version = "1.0" encoding = "UTF-8" standalone = "no" ?>

XML declaration with all parameters defined in single quotes −

<?xml version = '1.0' encoding = 'iso-8859-1' standalone = 'no' ?>


 
Q 8. A multimedia project is said to be __________ and user-interactive when users are given navigational control.
1)       Hytertext
2)       Non-liner
3)       Liner
4)       Secure

 Answer : 2

 
Q 9. On which of the following storage media, storage of information is organized as a single continuous spiral groove?
1)       RAM
2)       Floppy disk
3)       Hard disk
4)       CD-ROM

 Answer : 4

 
Q 10. The addressing mode used in an instruction of the form ADD X, Y is :
1)       Absolute
2)       Indirect
3)       Immediate
4)       Index

 Answer : 1
Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg

KVS PGT Computer Science Question Paper - January 2017 (Question No 1-5)

 August 29, 2018     KVS Compuer Science - January 2017 Question Paper     No comments   




KVS PGT Computer Science Question Paper - January 2017 (Question No 1-5)






Q 1. Which one of the following most accurately describes “multiple inheritance”?
1)       When two classes inherits from each other.
2)       When a child class has two or more parent classes.
3)       When a base class has two or more derived classes.
4)       When a child class has both an “is a” and “has a” relationship with its parent class.

 Answer : 2


Q 2. The logic circuit of binary adder which is used to add two 4-bit binary numbers, requires ________ half adder(s) and ____________ full adder(s).
1)       1, 3
2)       3, 1
3)       2, 2
4)       4, 0

 Answer : 1


Q 3. ________refers to the amount of time required to position the read – write head of a hard disk on appropriate sector,
1)       Seek time
2)       Rotational latency
3)       Access time
4)       Load time 

 Answer :  2


Q 4. Anti-aliasing is important to improve the readability of text. It deals with the :
1)       Spacing between two individual characters.
2)       Spacing of a group of characters.
3)       Underlining of letters.
4)       Elimination of “jaggies”.

 Answer :  4

Q 5. Assume X and Y are non-zero positive integers. Consider the following pseudo-code fragment :
 While X<>Y do
         If X>Y then
                     XßX—Y
                     else
                     YßY—X
         endif
endwhile
print (X)
What is the code doing ?
1)       It computes the LCM of two numbers.
2)       It divides the largest number by the smaller.
3)       It finds the smallest of two numbers.
4)       It computes the GCD of two numbers.

Answer : 4

Read More
  • Share This:  
  •  Facebook
  •  Twitter
  •  Google+
  •  Stumble
  •  Digg
Newer Posts Older Posts Home

Facebook

StudyViral

Labels

Alphabet Pattern Binary Tree BLOB (Binary Large Object) Computer Networks Computer Science And Applications Paper-II Data Structure DBMS Digital Clock Digital Watch Extra Tutorials File Upload Find Age from Date of Birth Graph-Algorithms Java and J2EE web applications JAVA JDK 12 Java Mail API Java MySQL Java Programs Java Programs List Java Servlets Java Swing Java Swing With MySQL Database Java Tutorials JCalender KVS Compuer Science - January 2017 Question Paper MS Access JDBC Java Application Multiuser Login NETBEANS 11 IDE Occurrence of Digits in Number Operation System Pattern Program Reverse of String Sending Email Servlet Servlet Tutorial Software Engineering Star Struts 2 FrameWork Struts 2 Registration Form UGC NET JULY 2018 Windows Commands

Popular Posts

  • Program 01: Write a program to display/print your name.
     Program 01 - Write a program to display/print your name. This is a very basic and introductory program in Java. You might see similar p...
  • Install NetBeans 11 IDE on Windows 10 - Study Viral
    Install NetBeans 11 IDE on Windows 10 - Study Viral How to Install NetBeans 11 IDE on Windows 10. Download Link : https://netbeans...
  • Create CON, AUX, NUL name folder and files in Windows - Study Viral
    Create CON, AUX, NUL name folder and files in Windows - Study Viral Most of you may be aware of many MS-DOS commands but still n...

Categories

  • Alphabet Pattern (13)
  • Binary Tree (2)
  • BLOB (Binary Large Object) (1)
  • Computer Networks (2)
  • Computer Science And Applications Paper-II (40)
  • Data Structure (6)
  • DBMS (1)
  • Digital Clock (1)
  • Digital Watch (1)
  • Extra Tutorials (3)
  • File Upload (1)
  • Find Age from Date of Birth (1)
  • Graph-Algorithms (1)
  • Java and J2EE web applications (3)
  • JAVA JDK 12 (1)
  • Java Mail API (3)
  • Java MySQL (5)
  • Java Programs (44)
  • Java Programs List (3)
  • Java Servlets (3)
  • Java Swing (16)
  • Java Swing With MySQL Database (4)
  • Java Tutorials (37)
  • JCalender (1)
  • KVS Compuer Science - January 2017 Question Paper (6)
  • MS Access JDBC Java Application (6)
  • Multiuser Login (1)
  • NETBEANS 11 IDE (1)
  • Occurrence of Digits in Number (1)
  • Operation System (4)
  • Pattern Program (8)
  • Reverse of String (2)
  • Sending Email (1)
  • Servlet (3)
  • Servlet Tutorial (3)
  • Software Engineering (4)
  • Star (7)
  • Struts 2 FrameWork (2)
  • Struts 2 Registration Form (1)
  • UGC NET JULY 2018 (40)
  • Windows Commands (2)

Pages

  • Java Tutorials
  • ASP.NET (in Hindi)
  • Java Programs List

Blog Archive

  • ►  2021 (3)
    • ►  April 2021 (3)
  • ►  2019 (7)
    • ►  June 2019 (1)
    • ►  May 2019 (2)
    • ►  March 2019 (4)
  • ▼  2018 (111)
    • ►  November 2018 (7)
    • ►  October 2018 (20)
    • ►  September 2018 (10)
    • ▼  August 2018 (3)
      • KVS PGT Computer Science Question Paper - January ...
      • KVS PGT Computer Science Question Paper - January ...
      • KVS PGT Computer Science Question Paper - January ...
    • ►  July 2018 (19)
    • ►  June 2018 (5)
    • ►  May 2018 (2)
    • ►  April 2018 (3)
    • ►  March 2018 (11)
    • ►  February 2018 (18)
    • ►  January 2018 (13)
  • ►  2017 (36)
    • ►  December 2017 (10)
    • ►  November 2017 (9)
    • ►  October 2017 (7)
    • ►  September 2017 (10)

About Me

Rohit Basra
Hello guys my name Rohit Basra. I love to code and teach java language.
View my complete profile

Followers

Copyright © Study Viral (Java Tutorials For Beginners - Step By Step) | Powered by Blogger