iilm doc document

Upload: hemant-arora

Post on 03-Apr-2018

227 views

Category:

Documents


0 download

TRANSCRIPT

  • 7/28/2019 IILM DOC Document

    1/33

    SCDL Principles and Practices of Management 01 -

    td {font-family: VERDANA; color: BLACK; font-size: 10pt;}span.text_area {font-size: small;}

  • 7/28/2019 IILM DOC Document

    2/33

    var objMarker; // the current object being movedvar deltaX, deltaY; // relative position of marker when drag startsvar maxX, maxY; // max X,Y coordinates of markervar bIsFeedback = false; // whether question is being displayed for feedbackvar bIsDrag = false;var sAlignMarkers = 'Bottom';

    var bShowCancel = ('1' == '1');var bDisableRightClick = ( '1' == '1');//-->

    SB_RegisterPage()

    SB_SetCanGoBackOnError(true)

    SB_SetToolbarVisibility(false)

    var bShowSAYGButton = false;

    // SAYG is enabledvar bSAYGApplet = true;

    // is automatic saving on ?var bSAYGTimer = (1 == 1);

    // convert interval to millisecondsvar iSAYGInterval = 10 * 60000;

    var sConfirmSAYGText = 'Do you wish to save your answers ?';

    var iAskConfirmSAYG = 0;

    // first call to set timer goingSetSAYGTimer();

  • 7/28/2019 IILM DOC Document

    3/33

    Function document_oncontextmenu

    document_oncontextmenu = falseEnd Function

    // All QxQ vars and functions containing substitution// textisQxQ = true;

    var qListText = "Question";var eListText = "Explanation";

    var nextText = "Next Question";var nextTip = "Move to the Next Question";var nextOffTip = "Click on a question above to answer it or change your answer";

    var prevText = "Previous Question";var prevTip = "Move to the Previous Question";

    var flagText = "Flag";var flagTip = "Click FLAG to bookmark the question. You can attempt this question later. Answers marked for such flagged questions will be considered while scoring.";var unflagText = "Remove Flag";var unflagTip = "Remove Flag From this question";

    var finishText = "By clicking OK it means a full and final exit of the exam, andyou will not be able to answer the questions again.";var finishTip = "SUBMITS the examination. If it is clicked by accident, then thesystem will prompt you and double check if you want to exit. If you confirm theFINISH action by clicking OK, the exam answers will be submitted and the exam i

    s deemed to be over.";

    var outofText = "out of";var notansweredText = "Question not answered";var confirmText = "SCDL Principles and Practices of Management 01\n\nIf you confirm the FINISH action by clicking OK, the exam answers will be submitted and theexam is deemed to be over.";var unansweredText = "SCDL Principles and Practices of Management 01\n\nAre yousure you want to submit the exam without answering the rest of the questions? Byclicking OK it means a full and final exit of the exam, and you will not be able to answer the questions again.";var needanswersText = "You must answer all questions before submitting your answers";

    var startEntry = '';var endEntry = '';

    var askConfirm = '2'var enableFlagging = '1';var autoUnflag = '1'

    var upControl = '

  • 7/28/2019 IILM DOC Document

    4/33

    Question" onClick="MoveUp(); return false;" id="qup" class="navbtn"/>';var downControl = '';var submitControl = '';var quitControl = '';var continueControl = '';var nextControl = '';var flagControl = '';var emptyControl = '
    ';var helpControl = '';var SAYGControl = '';

    // textvar text_face = 'VERDANA';var text_color = 'BLACK';var text_size = '10';

    // coloursvar question_bgcolor = '#FFFFFF';var header_bgcolor = '#FFFFFF';

    var nav_bgcolor = '#FFFFFF';var list_bgcolor = '#FFFFFF';

    // background imagesvar question_bgimage = '/Attest1_res/';var header_bgimage = '/Attest1_res/';var nav_bgimage = '/Attest1_res/system/qxback.gif';var list_bgimage = '/Attest1_res/system/qxback.gif';

    // sizes of elementsvar header_height = 75;// vertical alignvar panel_width = 100;

    var panel_control_height = 100;var panel_timer_height = 90;// horizontal alignvar panel_height = 30;var list_height = 54;var timer_height = 80;

    // alignmentvar rhs = 1;

  • 7/28/2019 IILM DOC Document

    5/33

    // formattingvar startPanel = '';var endPanel = '';var startList = '';var endList = '';var startEnrty = '';var endEnrty = '';var startFlag = '';var endFlag = '';var startNext = '';var endNext = '';var startPrev = '';var endPrev = '';var startFinish = '';var endFinish = '';var startQuit = '';var endQuit = '';var startTimer = '';var endTimer = '';var startContinue = '';var endContinue = '';var startEnd = '';var endEnd = '';var startHelp = '';

    var endHelp = '';

    var startSAYG = '';var endSAYG = '';

    var explainText = '';var outcomeText = '';var blockText = '';

    // imagesvar imgArray = new Array();

    imgArray[0] = new Image();imgArray[1] = new Image();imgArray[2] = new Image();imgArray[3] = new Image();imgArray[4] = new Image();imgArray[5] = new Image();imgArray[6] = new Image();imgArray[7] = new Image();imgArray[8] = new Image();imgArray[9] = new Image();imgArray[10] = new Image();imgArray[11] = new Image();

    imgArray[12] = new Image();imgArray[13] = new Image();imgArray[14] = new Image();imgArray[15] = new Image();imgArray[16] = new Image();imgArray[17] = new Image();imgArray[18] = new Image();imgArray[19] = new Image();imgArray[20] = new Image();

  • 7/28/2019 IILM DOC Document

    6/33

    imgArray[0].src = '/Attest1_res/system/qxblank.gif';imgArray[1].src = '/Attest1_res/SCDL Selector.jpg';imgArray[2].src = '/Attest1_res/system/qxright.gif';imgArray[3].src = '/Attest1_res/system/qxwrong.gif';imgArray[4].src = '/Attest1_res/system/qxpart.gif';imgArray[5].src = '/Attest1_res/system/qxnoans.gif';imgArray[6].src = '/Attest1_res/SCDL Seen Red.jpg';imgArray[7].src = '/Attest1_res/system/qxsess.gif';imgArray[8].src = '/Attest1_res/system/qxblock.gif';imgArray[9].src = '/Attest1_res/system/qxexpln.gif';imgArray[10].src = '/Attest1_res/system/qxfnoans.gif';imgArray[11].src = '/Attest1_res/system/qxfseen.gif';

    imgArray[12].src = '/Attest1_res/SCDL Flag.gif';imgArray[13].src = '/Attest1_res/SCDL Unflag.gif';imgArray[14].src = '/Attest1_res/system/qxblank.gif';imgArray[15].src = '/Attest1_res/SCDL Finish.gif';imgArray[16].src = '/Attest1_res/system/qxblank.gif';imgArray[17].src = '/Attest1_res/SCDL Previous.gif';imgArray[18].src = '/Attest1_res/system/qxblank.gif';imgArray[19].src = '/Attest1_res/SCDL Next.gif';imgArray[20].src = '/Attest1_res/qxblank.gif';

    var viewUnselect = 0;

    var viewSelect = 1;var statusRight = 2;var statusWrong = 3;var statusPart = 4;var statusUnseen = 5;var statusSeen = 6;var statusSession =7var statusBlock = 8;var statusExplain = 9;var statusFlag = 10;var statusFlagSeen = 11;

    var showFlagButton = 12;

    var showUnflagButton = 13;var showNoFlagButton = 14;var showFinishButton = 15;var showNoFinishButton = 16;var showUpButton = 17;var showNoUpButton = 18;var showDownButton = 19;var showNoDownButton = 20;

    // misc variables

    var bEndOfAssessment= false;

    var bFeedback = false;var bEnd = false;var answered = false;var bTimer = false;var bShowFlag = (1 == 1);var bHideSubmitAnswer = (1 == 2);var bHideSubmitSeen = (1 == 1);

  • 7/28/2019 IILM DOC Document

    7/33

    var bHideSubmit = (bHideSubmitAnswer || bHideSubmitSeen);var bUseGraphicButtons = (1 == 1);var bShowNavButtons = (1 == 1);var bShowNavList = (1 == 1);var bShowHelp = (0 == 1);var bShowBlockFeedback = (0 == 1)var upButton = null;var downButton = null;var flagButton = null;var submitButton = null;var iIndex = 0;var aElements = new Array(); // indexed 0 .. nvar aQuestions = new Array(); // indexed by question number, 1 .. n-1var sFirst = null;var iActive = -1;var oTemp = null;var navObj = null; // the control panelvar listObj = null; // the question listvar headerObj = null; // the header

    var bShowListNum = (1 == 1);var bShowListBullet = (1 == 1);var bShowListSelect = (1 == 1);

    var bSubmitted = false;var iSubmitTimeout = 30;

    var iFooterHeight = panel_height;var iNavHeight;

    var bPreLoad = (1 == 1);var iPreLoadAttempts = 500;

    var question_height;var timer_top;var list_left;var question_left;

    var border_pos;var list_right;var question_right;var question_bottom;var nav_top;

    if (isIE) {window.onresize = DoResize;}

    function WriteStyle(timelimit, showtimer) {

    if ((timelimit > 0) && (showtimer == 1)) {

    bTimer = true;}

    if (isNN6) return;if (!(isDOM1 || isIE4)) return;

    // try and ensure that all button images are loaded// quick fix to be improved if possibleif (bPreLoad && isDOM1) {var iLoaded = 0;

  • 7/28/2019 IILM DOC Document

    8/33

    var iIterations = 0;while ((iLoaded < imgArray.length) && (iIterations < iPreLoadAttempts)) {for (imgNum = 0; imgNum < imgArray.length; imgNum++) {if (imgArray[imgNum].complete) iLoaded++;

    }iIterations++;

    }}

    // work out the size of elements if timer is/is not visibleif (rhs == 2) { // along the bottomiNavHeight = panel_height;if (bShowNavList) {iFooterHeight += list_height;

    } else {list_height = 0;

    }if (bTimer) {iFooterHeight += timer_height;iNavHeight += timer_height;

    }question_left = 0;question_right = 0;question_bottom = iFooterHeight;

    list_left = 0;list_right = 0;panel_left = 0;panel_right = 0;

    } else {iNavHeight = panel_control_height;if (bTimer) {iNavHeight += panel_timer_height;

    }if (rhs == 1) { // right hand sidepanel_left = "auto";panel_right = 0;question_left = 0;

    question_right = panel_width;question_bottom = 0;} else { // left hand sidepanel_left = 0;panel_right = "auto";question_left = panel_width;question_right = 0;question_bottom = 0;

    }}

    // write a style sheetdocument.writeln('');

    if (rhs == 2) { // along the bottomdocument.writeln('.nav {position:absolute; left:0; width: 100%; bottom:0; h

    eight: ' + panel_height + '; background: url(' + nav_bgimage + ') ' + nav_bgcolor + '; visibility: visible; margin: 0; overflow: hidden; z-index: 2; }');document.writeln('.list {position:absolute; left:0; width: 100%; bottom:' +

    panel_height + '; height: ' + list_height + '; background: url(' + list_bgimage+ ') ' + list_bgcolor + '; visibility: visible; margin: 0; overflow: auto; z-index: 2; }');document.writeln('.header {position:absolute; left:0; width: 100%; top: 0; hei

    ght: ' + header_height + '; background: url(' + header_bgimage + ') ' + header_b

  • 7/28/2019 IILM DOC Document

    9/33

    gcolor + ' fixed; visibility: visible; overflow: auto; margin: 0; }');document.writeln('.timer {position:absolute; left:0; top: 0; width:0; height:

    0; visibility: hidden; margin: 0; }');document.writeln('.question {position:absolute; overflow: auto; left:0; width:

    100%; top:' + header_height + '; background: url(' + question_bgimage + ') ' +question_bgcolor + ' fixed; margin-bottom:4px; }');document.writeln('.entry {cursor: hand; text-align: center; z-index: 1;}');

    } else {document.writeln('.nav {position:absolute; right:' + panel_right + '; left:

    ' + panel_left + '; width: ' + panel_width + '; bottom: 0; height: ' + iNavHeight + '; background: url(' + nav_bgimage + ') ' + nav_bgcolor + '; visibility: visible; margin: 0; text-align: center; overflow: hidden; z-index: 2; }');document.writeln('.list {position:absolute; right:' + panel_right + '; left:

    ' + panel_left + '; width: ' + panel_width + '; top: 0; background: url(' + list_bgimage + ') ' + list_bgcolor + '; visibility: visible; margin: 0; overflow: auto; z-index: 2; }');document.writeln('.header {position:absolute; left:' + question_left + '; top:

    0; right:' + question_right + '; height: ' + header_height + '; background: url(' + header_bgimage + ') ' + header_bgcolor + ' fixed; visibility: visible; overflow: auto; margin: 0;}');document.writeln('.timer {position:absolute; left: 0; top: 0; width:0; height

    : 0; visibility: hidden; margin: 0; }');document.writeln('.question {position:absolute; overflow: auto; left:' + quest

    ion_left + '; top:' + header_height + '; background: url(' + question_bgimage +

    ') ' + question_bgcolor + ' fixed; visibility: hidden; margin: 0; z-index: 1;}');document.writeln('.entry {cursor: hand; text-align: left; width: 100%; z-index

    : 1;}');}document.writeln('.navbtn { cursor: hand; margin: 0; z-index: 1;}');document.writeln('BODY {overflow:hidden; margin: 0; width: 0; height: 0; }');document.writeln('.empty {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:' + question_bgcolor + '; visibility: visible; margin: 0; overflow: hidden;}');

    document.writeln('');

    }

    function WriteList() {if ((isNN6) || (!(isDOM1 || isIE4))) {if (bTimer) {window.setTimeout('DoTimer()',1000);

    }return;

    }

    // suppress the internal scroll bar - we only need 1document.body.scroll = "no";

    if (isIE4) {navObj = document.all.nav;listObj = document.all.list;headerObj = document.all.header;

    } else {navObj = document.getElementById('nav');listObj = document.getElementById('list');headerObj = document.getElementById('header');

    }

  • 7/28/2019 IILM DOC Document

    10/33

    var insertHTML = "";if (bEnd) {

    insertHTML += startPanel;

    var i2NumItems = aElements.length;if ((bShowNavButtons) && (i2NumItems > 1)) {insertHTML += startPrev;insertHTML += upControl;insertHTML += endPrev;}

    var i3NumItems = aElements.length;if ((bShowNavButtons) && (i3NumItems > 1)) {insertHTML += startNext;insertHTML += downControl;insertHTML += endNext;}

    if (bEnd) {insertHTML += startEnd;insertHTML += nextControl;

    insertHTML += endEnd;PipNotifyWindow();}

    insertHTML += endPanel;} else {if (bFeedback) {

    insertHTML += startPanel;

    var i2NumItems = aElements.length;if ((bShowNavButtons) && (i2NumItems > 1)) {

    insertHTML += startPrev;insertHTML += upControl;insertHTML += endPrev;}

    var i3NumItems = aElements.length;if ((bShowNavButtons) && (i3NumItems > 1)) {insertHTML += startNext;insertHTML += downControl;insertHTML += endNext;}

    if ((!bEnd) && (bFeedback)) {

    insertHTML += startContinue;insertHTML += continueControl;insertHTML += endContinue;}

    insertHTML += endPanel;} else {

    insertHTML += startPanel;

  • 7/28/2019 IILM DOC Document

    11/33

    var i2NumItems = aElements.length;if ((bShowNavButtons) && (i2NumItems > 1)) {insertHTML += startPrev;insertHTML += upControl;insertHTML += endPrev;}

    var i3NumItems = aElements.length;if ((bShowNavButtons) && (i3NumItems > 1)) {insertHTML += startNext;insertHTML += downControl;insertHTML += endNext;}

    if ((!bEnd) && (!bFeedback)) {if (enableFlagging == '1') {insertHTML += startFlag;insertHTML += flagControl;insertHTML += endFlag;

    }}

    if (bShowHelp) {

    insertHTML += startHelp;insertHTML += helpControl;insertHTML += endHelp;}

    if ((!bEnd) && (!bFeedback)) {insertHTML += startQuit;insertHTML += quitControl;insertHTML += endQuit;}

    if ((bShowSAYGButton) && (!bEnd) && (!bFeedback)) {insertHTML += startSAYG;

    insertHTML += SAYGControl;insertHTML += endSAYG;}

    if ((!bEnd) && (!bFeedback)) {insertHTML += startFinish;insertHTML += submitControl;insertHTML += endFinish;}

    insertHTML += endPanel;

    if (bTimer) {

    var timerObj;if (!isIE4) {timerObj = document.all.timer;

    } else {timerObj = document.getElementById('timer');

    }insertHTML += startTimer;insertHTML += timerObj.innerHTML;insertHTML += endTimer;timerObj.innerHTML = "";

  • 7/28/2019 IILM DOC Document

    12/33

    }}

    }

    navObj.innerHTML += insertHTML;

    if (bShowNavList) {insertHTML = "";

    // write an entry for each questionvar iNumItems = aElements.length;if ((bShowNavList) && (iNumItems > 1)) {insertHTML += startList;

    // write an entry for each elementfor (i = 0; i < iNumItems; i++) {insertHTML += startEnrty;

    insertHTML += aElements[i].getListEntry();insertHTML += endEnrty;

    }insertHTML += endList;};listObj.innerHTML += insertHTML;

    }

    // display the html generated for debugging purposes//alert(navObj.innerHTML);// Hide all the questions firstfor (index = 0; index < aElements.length; index++){aElements[index].hide();if (!bFeedback) aElements[index].InitTime();

    }

    if (isNN6) {

    window.resizeBy(0,1);}

    // show the first questionShowElement(0);

    // set controlsSetNav();

    if (bTimer) {window.setTimeout('DoTimer()',1000);

    }}

    WriteStyle(3600, 1);

  • 7/28/2019 IILM DOC Document

    13/33

  • 7/28/2019 IILM DOC Document

    14/33

    Management 01
    ";

    var warnContent;var features;var StartTime;var bTimerInit = false;

    var bMessagePopUp = ('1' == '1') ? true : false;

    // end Init Timer -->

    1 of 27

    As physical activity is essential for physical fitness, for keeping mentally ale

    rt, one has to:-
    Lifelong learning Take good sleep Attend training programmes Have entertainment

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_4127022415875280", 1, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;

  • 7/28/2019 IILM DOC Document

    15/33

    aQuestions[1] = oTemp;iIndex++;

    2 of 27

    Writing likely future scenes is known as:-
    Perspectives Graph Scenario Image

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_6655369852019082", 2, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[2] = oTemp;iIndex++;

    3 of 27

    Koontz defines management as a:-
    Activity Business Process Relation

    Questionnot answered
    answered = false;

  • 7/28/2019 IILM DOC Document

    16/33

    oTemp = new Question(window, "Q_4669656282990136", 3, iIndex, 'Q', false

    , 0, 2, answered);aElements[iIndex] = oTemp;aQuestions[3] = oTemp;iIndex++;

    4 of 27

    Which of the following suggests turning up people to the job so well, that theywould give less chance to deviations?
    Direct controls Feed forward controls Feed backward controls Real time controls


    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_4289645717122724", 4, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;

    aQuestions[4] = oTemp;iIndex++;

    5 of 27

    If one has to direct and control others, one must have a degree of self-controlto maintain:-
    Inaction Controversy Equity Confidence

  • 7/28/2019 IILM DOC Document

    17/33

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_7102092783366382", 5, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[5] = oTemp;iIndex++;

    6 of 27

    MBO means:-
    Management by Observation Management by Organizations Management by Objectives Management by Objections

    Question

    not answered
    answered = false;

    oTemp = new Question(window, "Q_5441076617979390", 6, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[6] = oTemp;iIndex++;

    7 of 27

    Human resource is an unpredictable resource because:-
    It ignores direction It has moods It lacks information

  • 7/28/2019 IILM DOC Document

    18/33

    ="top"> It works with the help of tools

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_3321528123346924", 7, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[7] = oTemp;iIndex++;

    8 of 27

    The team spirit is indicative of purposeful:-
    Effort to do away with the bosses Emotional ties Disorganization Competition

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_4865590079160160", 8, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[8] = oTemp;iIndex++;

    9 of 27

    PERT means:-
    Programme Evaluation and Review T

  • 7/28/2019 IILM DOC Document

    19/33

    echnique Profit Evaluation and Review Technique Product Evaluation and Review Technique Performance Evaluation and Review Technique

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_6953429535725462", 9, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[9] = oTemp;iIndex++;

    10 of 27

    The external environmental factors that influence management are:-
    Political Monetary Economic Technological

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_0182372045394221", 10, iIndex, 'Q', fals

    e, 0, 4, answered);aElements[iIndex] = oTemp;aQuestions[10] = oTemp;iIndex++;

  • 7/28/2019 IILM DOC Document

    20/33

    11 of 27

    Departmentation can be decided:-
    By time By competition By function By place/location

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_7226075906025422", 11, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;aQuestions[11] = oTemp;iIndex++;

    12 of 27

    Jobs are now looked from human satisfaction by:-
    Job enrichment Job rotation High specialization Job enlargement

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_7304196951096783", 12, iIndex, 'Q', fals

  • 7/28/2019 IILM DOC Document

    21/33

    e, 0, 4, answered);aElements[iIndex] = oTemp;aQuestions[12] = oTemp;iIndex++;

    13 of 27

    Fayol stated:-
    Scalar chain Centralization giving best overall yield Beauty in diversity Order-everything on its place


    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_1206699539247831", 13, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;

    aQuestions[13] = oTemp;iIndex++;

    14 of 27

    Management is contingent to the situation and performance according to results is planned to its test.
    TrueFalse

    Question

  • 7/28/2019 IILM DOC Document

    22/33

    not answered
    answered = false;

    oTemp = new Question(window, "Q_0039168451860783", 14, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[14] = oTemp;iIndex++;

    15 of 27

    Any time when two or more people come together they cannot achieve any purpose unless they get organized.
    TrueFalse

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_0837240383908713", 15, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[15] = oTemp;iIndex++;

    16 of 27

    Authority and responsibility go hand in hand.
    TrueFalse


    Questionnot answered
    answered = false;

  • 7/28/2019 IILM DOC Document

    23/33

    oTemp = new Question(window, "Q_3393522642838923", 16, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[16] = oTemp;iIndex++;

    17 of 27

    The growth of an organization to a great extend is related to risk taking capacity on part of the individuals and the organization.
    TrueFalse

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_2051401682893386", 17, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[17] = oTemp;iIndex++;

    18 of 27

    To what managerial level will we reach depends upon competition, business growthand one's own competence.
    TrueFalse

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_6055971600846115", 18, iIndex, 'Q', false, 0, 2, answered);

  • 7/28/2019 IILM DOC Document

    24/33

    aElements[iIndex] = oTemp;aQuestions[18] = oTemp;iIndex++;

    19 of 27


    Taking decision and

    Repenting Handling Non-action Leading decision are two different stages.

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_6297740062150848", 19, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[19] = oTemp;

    iIndex++;

    20 of 27


    The people who work between top and operational management are supposed to workat

    Functional Consultative Advisory Middle management level.

  • 7/28/2019 IILM DOC Document

    25/33

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_3089934355786179", 20, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[20] = oTemp;iIndex++;

    21 of 27


    The view which stresses co-operation as a key success factor of management is ca

    lled

    Co-operativeTechnicalInformation systemContingent approachview of organization.

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_7462605954694247", 21, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[21] = oTemp;iIndex++;

    22 of 27


  • 7/28/2019 IILM DOC Document

    26/33

    Matrix organizationFormal organizationVirtual organizationInformal organizationis the beginning of group activities that are generated in form of clubs, unions, etc.

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_0341853296794342", 22, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;aQuestions[22] = oTemp;iIndex++;

    23 of 27


    In an organization structure, a problem is building rigidity and

    Weight Height Flexibility Tightness at the same time.

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_4457432321285874", 23, iIndex, 'Q', false, 0, 2, answered);

    aElements[iIndex] = oTemp;

  • 7/28/2019 IILM DOC Document

    27/33

    aQuestions[23] = oTemp;iIndex++;

    24 of 27

    Identify communication modes in the following instances.

    He wrote a letterPicturesTimeSoundSymbolsWordsEffect

    He send a picture postcardPicturesTimeSoundSymbolsWordsEffect

    There was no entry aheadPicturesTimeSoundSymbolsWordsEffectThe door bell rang

  • 7/28/2019 IILM DOC Document

    28/33

    DoChange(24,this);">PicturesTimeSoundSymbolsWordsEffect

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_5255086137905195", 24, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;aQuestions[24] = oTemp;iIndex++;

    25 of 27

    Match with policies named:-

    Low growth rate business coupled with low market share

    GrowthDifferentiationQuestion markStarsQuestion bankCost leadership

    High growth rate and high market shareGrowthDifferentiationQuestion markStarsQuestion bankCost leadership

  • 7/28/2019 IILM DOC Document

    29/33

    Selling at the lowest possible costGrowthDifferentiationQuestion markStarsQuestion bankCost leadershipSelling as a different productGrowthDifferentiationQuestion markStarsQuestion bankCost leadership

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_5262040230612951", 25, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;aQuestions[25] = oTemp;iIndex++;

    26 of 27

    Match the following statements:-

  • 7/28/2019 IILM DOC Document

    30/33

    Our objective is to reach 50 percent market share. It is not reflecting in our controlsControls must be flexibleControls should be developed objectivelyPredecided goalControls should lead to correctionSelection of critical pointsEstablish standardThe market seems to be increasing. We must upgrade our goals

    Controls must be flexibleControls should be developed objectivelyPredecided goalControls should lead to correctionSelection of critical pointsEstablish standard

    The mistakes observed led to correctionsControls must be flexibleControls should be developed objectivelyPredecided goalControls should lead to correctionSelection of critical pointsEstablish standard

    Instead of having control at production point why not we have it at raw materials stage

  • 7/28/2019 IILM DOC Document

    31/33

    DoChange(26,this);">Controls must be flexibleControls should be developed objectivelyPredecided goalControls should lead to correctionSelection of critical pointsEstablish standard

    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_2794664017500872", 26, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;aQuestions[26] = oTemp;iIndex++;

    27 of 27

    Match the following work activities with sections to which they belong:-

    Machine operatorCar driverPurchaseMarketingStoresPackerProduction

    Store keeper

  • 7/28/2019 IILM DOC Document

    32/33

    Car driverPurchaseMarketingStoresPackerProductionSalesmanCar driverPurchaseMarketingStoresPackerProduction

    BuyerCar driverPurchaseMarketingStoresPackerProduction


    Questionnot answered
    answered = false;

    oTemp = new Question(window, "Q_0292273658419280", 27, iIndex, 'Q', false, 0, 4, answered);

    aElements[iIndex] = oTemp;aQuestions[27] = oTemp;iIndex++;

  • 7/28/2019 IILM DOC Document

    33/33

    answers will be submitted and the exam is deemed to be over." id="qsubmit" class="navbtn"/>

    window.setTimeout('WriteList()',100);

    if(window.bEndOfAssessment){if (((document.forms[0] != null) && (document.forms[0].name == "END")) || bEndOfAssessment == true){SB_SetCanExit(true);

    }}else{if ((document.forms[0] != null) && (document.forms[0].name == "END"))

    {SB_SetCanExit(true);}}



    Perception is licensed to Aptech