.
  Vyom World.com . Let's Touch the Sky Together!  
.

Home
VyomWorld.com Home
Interview Questions
VyomLinks.com Home
JobsAssist.com Home
Vyom Network
Contact Us
Jobs & Careers
Resume Submitter
Placement Papers
IT Companies Directory
Computer Jobs
Interview Questions
Online Exams
Vyom Career eMag.
Fun
Send FREE SMS!
SMS Jokes
Source Codes Library
Source Codes Home
ASP Source Codes
C Source Codes
C++ Source Codes
COBOL Source Codes
Java Source Codes
Pascal Source Codes
Submit Source Codes
GATE
GATE an Overview
GATE Preparation
Study Materal
GRE
GRE an Overview
GRE Questions
GRE Preparation
GRE Universities
TOEFL Preparation
TOEFL Resources
GMAT Preparation
GMAT Resources
MBA Preparation
MBA Resources
Networking Concepts
Networking Concepts
Testing Preparation
Testing Resources
Webmasters
Free Traffic Builder
Webmaster Articles
Web Hosting
Tutorials
Hardware Tutorial
1500 Free eBooks New!


Home » Placement Papers » Siemens Placement Papers » Siemens Previous Year Placement Paper

 

Siemens Placement Paper -: Data Structures Questions With Answers


Advertisements
Advertisements




Siemens Previous Years Solved Sample Placement Papers

  1. A page fault occurs when:

    A. system crashes due to lack of memory

    B. page referred belongs to a different program

    C. request for the page currently made is not in memory Answer: Option C

    D. 1 & 2

  2. The basic criteria for selecting a page replacement algorithm for virtual memory management is:

    A. low page fault rate

    B. high page fault rate Answer: Option B

    C. high page modification rate

    D. low page size

  3. Which of the following is not a scheduling algorithm?

    A. FCFS scheduling

    B. SJF scheduling

    C. Priority-based scheduling

    D. Shortest fit scheduling Answer: Option D

  4. Which of the following statements is true on demand paging?

    A. used to increase the speed of memory access

    B. causes external fragmentation

    C. technique to manage existing main memory efficiently Answer: Option C

    D. allows variable-sized segments

  5. A multiprocessor system is:

    A. loosely coupled system

    B. tightly coupled system

    C. distributed system Answer: Option C

    D. none

  6. What is mutex?

    A. binary semaphore Answer: Option A

    B. multitasking facility

    C. bit addressable memory

    D. register

  7. The prototype declaration for a pointer to a function which returns a pointer to an integer is:

    A. int (**pfi)();

    B. int (*)(*pfi)();

    C. (*int) pfi ();

    D. int * (*pfi)(); Answer: Option D

  8. 
    main() {
      static int a[20];
      int i = 0;
      a[i] = i++;
      printf("%d%d%d", a[0], a[i], i);
    }
        

    A. 0 0 0

    B. 0 0 1 Answer: Option B

    C. 1 1 1

    D. Error

  9. 
    void f(int x, int &y) {
      x++;
      y++;
    }
    void main() {
      int i = 1, j = 1;
      f(i, j);
      cout << i << j;
    }
        

    A. 1 1

    B. 1 2 Answer: Option B

    C. 2 1

    D. 2 2

  10. 
    void main(void) {
      FILE *p;
      p = fopen("c:\\tc\\trial", "w");
      if (!fp) {
        exit(0);
      }
      fclose(p);
    }
        

    A. fopen() not used correctly

    B. path should be C:\\tc\\trial Answer: Option B

    C. file pointer incorrect

    D. error




 


.

Recently Updated: New Placement Papers added.
Vyom Network : Web Hosting | Dedicated Server | Free SMS, GRE, GMAT, MBA | Online Exams | Freshers Jobs | Software Downloads | Programming & Source Codes | GRE Preparation | Jobs, Discussions | Software Listing | Free eBooks | Free eBooks | Free Business Info | Interview Questions | Free Tutorials | International Business Information | IAS Preparation | Jokes, Songs, Fun | Free Classifieds | Free Recipes | FAQs | Free Downloads | Bangalore Info | Tech Solutions | Project Outsourcing, Web Hosting | GATE Preparation | MBA Preparation | SAP Info | Excellent Mobiles | Software Testing | Interview Questions | Freshers Jobs | Server Insiders | File Extension Directory

Copyright ©2003-2025 Vyom Technosoft Pvt. Ltd., All Rights Reserved. Read our Privacy Policy