Friday, March 29, 2024
06:00 AM (GMT +5)

Go Back   CSS Forums > CSS Past Papers > CSS Papers (1971-2017) > CSS 2007 Papers

Reply Share Thread: Submit Thread to Facebook Facebook     Submit Thread to Twitter Twitter     Submit Thread to Google+ Google+    
 
LinkBack Thread Tools Search this Thread
  #1  
Old Friday, May 25, 2007
Afshan's Avatar
Member
 
Join Date: Jul 2005
Location: Lahore
Posts: 72
Thanks: 9
Thanked 28 Times in 13 Posts
Afshan is on a distinguished road
Post Computer Science 2007

Section-1

Q1 (a) What is difference between a process and a thread? Explain your answers with examples.
(b) What is thrashing? Explain different page replacement algorithms.

Q2 (a) Expalin ISO/OSI seven layers reference model with detailed functions of each layer.
(b) Why analog signal is converted into digital? Explain analog to digital conversion methods.

Section-2

Q3 (a) Explain operator overloading in C/C++.
(b) What is inheritance and polymorphism? Give an example also in each case.

Q4 (a) What are advantages of linked lists over dynamic arrays?
(b) What is Hashing? Give few Examples of its applications where hashing is highly useful.

Q5 (a) Explain the basic phases of software engineering lIfe cycle.
(b) In software Engineering, differentiate between structured-oriented and object-oriented design.

Section-3

Q6 (a) Why we use normalization? Explain 1NF,2NF,3NF with at least one example.
(b) Explain three levels of database architecture with one example of each level.

Q7 (a) Give the comparison of raster Scanning and Random Scanning?
(b) Give description of some 3D techniques for rendering process.

Q8 Compulsory Question.
__________________
You haven't lost your smile at all, it's right under your nose. You just forgot it was there
Reply With Quote
The Following User Says Thank You to Afshan For This Useful Post:
nhdanwar (Sunday, August 12, 2007)
  #2  
Old Thursday, August 30, 2007
Last Island's Avatar
Royal Queen of Literature
Medal of Appreciation: Awarded to appreciate member's contribution on forum. (Academic and professional achievements do not make you eligible for this medal) - Issue reason: AppreciationBest Moderator Award: Awarded for censoring all swearing and keeping posts in order. - Issue reason: Best ModGold Medal: Awarded to those members with  maximum number of  reputation points. - Issue reason: For the year 2007, 2008, 2009, 2010, 2011Member of the Year: Awarded to those community members who have made invaluable contributions to the Community in the particular year - Issue reason: 2008Diligent Service Medal: Awarded upon completion of 5 years of dedicated services and contribution to the community. - Issue reason: More than 5 years of dedicated servicesModerator: Ribbon awarded to moderators of the forum - Issue reason:
 
Join Date: May 2005
Location: Forest of Fallen Stars
Posts: 7,585
Thanks: 2,427
Thanked 15,848 Times in 5,006 Posts
Last Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardomLast Island is headed toward stardom
Default


COMPULSORY QUESTION

8. Write only the correct answer in the Answer Book. Do not reproduce the questions.

(1) If the highest frequency of a signal is 2100 Hz and lowest frequency of a signal is 200 Hz, sample rate will be:
(a) 4000 Hz
(b) 4600 Hz
(c) 4200 Hz
(d) 2300 Hz
(e) None of these

(2) A 56 K modem can download at a rate of _________ Kbps and upload at a rate of _________ Kbps.
(a) 33.6; 33.6
(b) 33.6; 56.6
(c) 56.6; 33.6
(d) 56.6; 56.6
(e) None of these

(3) A system call provides interface between:
(a) A process and a thread
(b) A thread and a user program
(c) A process and an operating system
(d) A process and a user program
(e) None of these

(4) CPU scheduling information about a process is held by:
(a) a PC
(b) the CPU Register
(c) the Cache
(d) a PCB
(e) None of these

(5) An example of Last-In-First-Out (LIFO) data structure is a:
(a) Class
(b) List
(c) Stack
(d) Tree
(e) None of these

(6) In Object Oriented Programming, overload methods:
(a) Can have the same types and number of parameters as another method with the same name in the same class as long as the return type is different.
(b) Cannot be used as methods that manipulate attributes
(c) Must always have different number of parameters
(d) Must have different number of parameters or if the number of parameters is the same a different sequence of parameter type
(e) None of these

(7) If you wanted to sort many large objects or structures, it would be most efficient to:
(a) Place them in an array and sort the array
(b) Place pointers to them in an array and sort the array
(c) Place them in a linked list and sort the linked list
(d) Place references to them in an array and sort the array
(e) None of these

(8) The type of the variable a pointer points to must be part of the pointer’s definition so that:
(a) Data types do not get mixed up when arithmetic is performed on them.
(b) Pointers can be added to one another to access structure members
(c) No one’s religious conviction will be offended
(d) The computer can perform overloading
(e) None of these

(9) If we have a tree of n nodes, its depth can be calculated as:
(a) Log2 (n+1) – 1
(b) Log2 n
(c) Log2 (n+1) – 1
(d) Log10 (n+1) – 1
(e) None of these

(10) Which one of the following methods does not change the original value of the argument in the calling function?
(a) Call by passing reference of the argument
(b) Call by passing the address of the argument
(c) Call by passing value of the argument
(d) Call by passing pointer of the argument
(e) None of these


(B) Write short notes on the following:

(a) Virtual Memory
(b) VLAN
(c) 802.11b
(d) BIOS
(e) FAT32
__________________
The Me you have always known, the Me that's a stranger still.

Last edited by Last Island; Thursday, August 30, 2007 at 03:56 AM.
Reply With Quote
  #3  
Old Friday, October 05, 2007
Hira Butt's Avatar
Member
 
Join Date: Jul 2007
Location: Lahore
Posts: 48
Thanks: 258
Thanked 71 Times in 30 Posts
Hira Butt is on a distinguished road
Default

I was amazed to see my DMC; (I myself a graduate BS in Computer Engg of 130+ Credi hrs wd 41 subjects + thesis/project ) that I've scored 36 in computer science;

Chalo essay mein precis mein no kem aye mana But computer sc..............

I've written answers from all the standard books for PG/Graduate classes.

e.g. Andrew S. Tanenbaums for Computer Networks

David Recordo for Databases

Deitel for C/C++

Addison Wesley book series for Data Structures

B P Lathi for Data Communication

Floyd for DLD

Rojer S. Pressman & Ion SOmeervile for Soft Engg

Grob Bernard for Electronic Circuits

!!!!!!!!!!!!!!!!!!

How the hell they'v checked papers !!!!!!!!!!!!!!!!!!!!!!!!!!
2 of my friends too as well scored 37, 39 respectively.
all 3 of us r 3.75+ cgpa in BS Engg

I'm really not satisfied wd this sort of paper checking. Mein apne 11 paers mein less no man sakttee hon but not this much in CS.

Kiya ye FPSC kee policy he to award marks like this?????????????/

tc
Reply With Quote
  #4  
Old Friday, October 05, 2007
Raz's Avatar
Raz Raz is offline
Senior Member
Qualifier: Awarded to those Members who cleared css written examination - Issue reason: CE 2009 - Roll no. 2638Medal of Appreciation: Awarded to appreciate member's contribution on forum. (Academic and professional achievements do not make you eligible for this medal) - Issue reason: Elite CSP Medal: Members who previously received (CSP Award  and Member of the Year Award ) OR (CSP award + Gold Medal + Medal of Appreciation) are eligible for this award. - Issue reason: Member of the Year: Awarded to those community members who have made invaluable contributions to the Community in the particular year - Issue reason: Diligent Service Medal: Awarded upon completion of 5 years of dedicated services and contribution to the community. - Issue reason:
 
Join Date: Sep 2007
Location: In the hearts of friends and heads of foes.
Posts: 1,858
Thanks: 2,166
Thanked 3,870 Times in 1,441 Posts
Raz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant futureRaz has a brilliant future
Default

Do u have any option for re checking? If it is available in rules than why don't u utilize this option to know the real capacity of ur paper and the approach of paper assessment team. This is the common cry of our candidates particularly in their specialized subjects like IR masters candidate complaints of IR paper assessment, English masters student in english essay and composition and so on.

My servy in 2007 result based on the random sample of 700 marks sheets from various exam roll number series brings these paper trends:

Paper trends in 2007:

Below average marks: English preci and composition, Forestry, Mercantile Law, Statistics, Constitution Law, punjabi, pure maths and applied maths, pushto, and balochi.

Average marks: Essay in the range of 40-65, Pakistan Affairs in the range of 25-65, current affairs in the range of 47-69, Agriculture in the range of 40-65, IR in the range of 45-68, Journalism in the range of 48-70, sociology in the range of 45-69, public administration in the range of 45-70, political science in the range of 85-110, chemistry in the range of 65-110, and Indo-Pak and Islamic history both in the range of 80-119.

Scoring subjects: Islamiat in the range of 47 to 80+, EDS in the range of 50-80, psychology in the range of 100-150, English literature in the range of 100-143, accountancy in the range of 100-150, Business administration in the range of 50-78, urdue in the range of 100-120, sindhi in the range of 50-80, economics in the range of 90-125, and Geography in the range of 85-125. Indo Pak history has touched the boundry of 140 in some papers which can be placed in the scoring subject category.

This was my breif research that I conducted for the analysis of paper trends and fpsc assessment trends. I thought to externalize its economic benifits for members.

There may be exception to these findings but these exception will probabily fall in the area away from normal distribution curve.

Best of Luck

Last edited by Last Island; Friday, October 05, 2007 at 02:44 PM.
Reply With Quote
The Following User Says Thank You to Raz For This Useful Post:
Mustafa Noor (Sunday, March 23, 2014)
  #5  
Old Friday, November 23, 2007
Afshan's Avatar
Member
 
Join Date: Jul 2005
Location: Lahore
Posts: 72
Thanks: 9
Thanked 28 Times in 13 Posts
Afshan is on a distinguished road
Default

I have done MSCS and i scored 60 marks in CS and it was my first attempt. I don't think this paper was tough for any CS student.
__________________
You haven't lost your smile at all, it's right under your nose. You just forgot it was there
Reply With Quote
The Following User Says Thank You to Afshan For This Useful Post:
Mustafa Noor (Sunday, March 23, 2014)
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Current Affairs Sureshlasi Current Affairs 60 Tuesday, May 12, 2020 01:45 PM
EDS- notes Predator General Science Notes 70 Sunday, February 28, 2016 12:05 PM
Principles of Political Science Xeric Political Science 8 Friday, December 02, 2011 12:19 AM
Philosophy of Science A Rehman Pal Philosophy 0 Sunday, March 18, 2007 03:42 PM


CSS Forum on Facebook Follow CSS Forum on Twitter

Disclaimer: All messages made available as part of this discussion group (including any bulletin boards and chat rooms) and any opinions, advice, statements or other information contained in any messages posted or transmitted by any third party are the responsibility of the author of that message and not of CSSForum.com.pk (unless CSSForum.com.pk is specifically identified as the author of the message). The fact that a particular message is posted on or transmitted using this web site does not mean that CSSForum has endorsed that message in any way or verified the accuracy, completeness or usefulness of any message. We encourage visitors to the forum to report any objectionable message in site feedback. This forum is not monitored 24/7.

Sponsors: ArgusVision   vBulletin, Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.