CS301 VU Midterm Current Paper (May 2011)
Today MIDTERM EXAMINATION
Spring 2011
CS301- Data Structures
Question No:1 ( Marks: 1 ) - Please choose one

Which one of the following calling methods does not change the original value of the argument in the calling function?
► None of the given options
► Call by passing the value of the argument
► Call by passing reference of the argument
► Call by passing the address of the argument
Question No: 2 ( Marks: 1 ) - Please choose one

Which one is a self- referential data type?
► Stack
► Queue
► Link list
► All of these
Question No: 3 ( Marks: 1 ) - Please choose one

AVL Tree is,
► Non Linear data structure
► Linear data structure
► Hybrid data structure (Mixture of Linear and Non Linear)
► None of the given options.
Question No: 4 ( Marks: 1 ) - Please choose on

We access elements in AVL Tree in,
► Linear way only
► Non Linear way only
► Both linear and non linear ways
► None of the given options.
Question No: 5 ( Marks: 1 ) - Please choose one

“+” is a _________operator.
► Unary
► Binary
► Ternary
► None of the above
Question No: 6 ( Marks: 1 ) - Please choose one
“--” is a _________operator.
► Unary
► Binary
► Ternary
► None of the above
Question No: 7 ( Marks: 1 ) - Please choose one

The data of the problem is of 2GB and the hard disk is of 1GB capacity, to solve this problem we should
► Use better data structures
► Increase the hard disk space
► Use the better algorithm
► Use as much data as we can store on the hard disk
Question No: 8 ( Marks: 1 ) - Please choose one

What is the maximum depth of recursive calls a function may make?
► 1
► 2
► n (where n is the argument)
► There is no fixed maximum
Question No: 9 ( Marks: 1 ) - Please choose one

Suppose n is the number of nodes in a complete Binary Tree then maximum steps required for a search operation are,
► Log2 (n+1) -1
► Log2 (n+1)
► Log2 (n) – 1
► Log2 (n)
Question No: 10 ( Marks: 1 ) - Please choose one

_________ is a binary tree where every node has a value, every node's left subtree contains only values less than or equal to the node's value, and every node's right subtree contains only values that are greater then or equal ?
► Strictly Binary Tree
► Binary Search tree
► AVL tree
► All of these
Question No: 11 ( Marks: 1 ) - Please choose one

Below is a binary search tree. If we delete the value 50 using the algorithm we discussed, what value will be in the root of the remaining tree?
► 50
► 60
► 70
► 80
Question No: 12 ( Marks: 1 ) - Please choose one

Four statements about trees are below. Three of them are correct. Which one is INCORRECT?
► Trees are recursively defined multi-dimensional data structures
► The order of a tree indicates a maximum number of children allowed at each node of the tree
► A search tree is a special type of tree where all values (i.e. keys) are ordered
► If
Tree1
's size is greater than Tree2
's size, then the height of Tree1
must also be greater than Tree2'
s height.Question No: 21 ( Marks: 2 )

Define Complete Binary tree
Question No: ( Marks: 2 )

Write APPLIICATION OF BST
Question No: ( Marks: 3 )

What normally is the sequence of operations while constructing an AVL tree?
Question No: ( Marks: 3 )

Define the following
The Height of the Tree:
The definition of height of a tree is:
The height of a binary tree is the maximum level of its leaves (also called the depth).
The balance of a node:
The balance of a node is defined as:
The balance of a node in a binary tree is defined as the height of its left subtree
minus height of its right subtree.
Question No: ( Marks: 5)

Define
CS302 VU Midterm Current Paper (May 2011)
20 MCQS
· Define decoder 2 marks
· Why S and R input of NAND based latch should not be at logic high at same time 2 marks
· 2 input 4 bit multiplexer function table 3 marks
· BCD to decimal conversion of three BCDs codes 3marks
· Half adder explanation its function table Boolean expression and circuit diagram 5 marks
CS302 VU Midterm Current Paper (May 2011)
MIDTERM EXAMINATION Spring 2009
CS302- Digital Logic Design (Session - 1)
Question No: 1 ( Marks: 1 ) - Please choose one
In the binary number “10011” the weight of the most significant digitis
► 24 (2 raise to power 4)
► 23 (2 raise to power 3)
► 20 (2 raise to power 0)
► 21 (2 raise to power 1)
Question No: 2 ( Marks: 1 ) - Please choose one
An S-R latch can be implemented by using gates
► AND, OR
► NAND, NOR
► NAND, XOR
► NOT, XOR
Question No: 3 ( Marks: 1 ) - Please choose one
A latch has stable states
► One
► Two
► Three
► Four

Sequential circuits have storage elements
► True
► False
Question No: 5 ( Marks: 1 ) - Please choose one
The
ABEL symbol for “XOR” operation is
► $
► #
► !
► &
Question No: 6 ( Marks: 1 ) - Please choose one
A Demultiplexer is not available commercially.
► True
► False

Using multiplexer as parallel to serial converter requires
multiplexer
► A parallel to serial converter circuit
► A counter circuit
► A BCD to Decimal decoder
► A 2-to-8 bit decoder
connected to the
Question No: 8 ( Marks: 1 ) - Please choose one
The device shown here is most likely a

► Comparator
► Multiplexer
► Demultiplexer
► Parity generator
Question No: 9 ( Marks: 1 ) - Please choose one
The main use of the Multiplexer is to
► Select data from multiple sources and to route it to a singleDestination
► Select data from Single source and to route it to a multipleDestinations
► Select data from Single source and to route to single destination
► Select data from multiple sources and to route to multipledestinations
Question No: 10 ( Marks: 1 ) - Please choose one
A logic circuit with an output consists of .
► two AND gates, two OR gates, two inverters
► three AND gates, two OR gates, one inverter
► two AND gates, one OR gate, two inverters
► two AND gates, one OR gate
Question No: 11 ( Marks: 1 ) - Please choose one
The binary value of 1010 is converted to the product term
► True
► False
Question No: 12 ( Marks: 1 ) - Please choose one
The 3-variable Karnaugh Map (K-Map) has cells for min or maxterms
► 4
► 8
► 12
► 16

Following is standard POS expression

► True
► False
Question No: 14 ( Marks: 1 ) - Please choose one
The output of the expression F=A+B+C will be Logic when A=0,B=1, C=1. the symbol’+’ here represents OR Gate.
► Undefined
► One
► Zero
► 10 (binary)
Question No: 15 ( Marks: 1 ) - Please choose one
The Extended ASCII Code (American Standard Code for InformationInterchange) is a code
► 2-bit
► 7-bit
► 8-bit
► 16-bit
Question No: 16 ( Marks: 1 ) - Please choose one
The diagram given below represents
|
► Associative law
► Product of sum form
► Sum of product form

How can a PLD be programmed?

How many input and output bits do a Half-Adder contain?

Explain the difference between 1-to-4 Demultiplexer 2-to-4 BinaryDecoder?
Question No: 20 ( Marks: 3 )


Explain with example how noise affects Operation of a CMOS AND Gatecircuit.

explain the SOP based implementation of the Adjacent 1s Detector Circuit
CS403 VU Midterm Current Paper (May 2011)
1) what is minimum cardinality
2)write a note on Relational Algebra
3)what is cross matrix
4)write 5 function of relational table
Mcqs are mostly from past papr
2)write a note on Relational Algebra
3)what is cross matrix
4)write 5 function of relational table
Mcqs are mostly from past papr
cs501 VU Midterm Current Paper (May 2011)
Mostly mcqs were from the file which is attached here must prepare it .
And here is the subjective portion
- What is relation b/w data path and control unit in SRC processors…….2marks
- Define Pre-fetching……….2marks
- Write the structural RTL for “ in ra, rb” ……….3marks
- What is difference between Latency and Throughput……3marks
- Write the Structural RTL for “call ra, rb”……….5marks
- What are the pipeline problems. Describe each briefly…. 5marks
CS501 MCQs SOLVED
Question # 1 of 10 ( Start time: 10:02:48 PM ) Total Marks: 1
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:
2^8 bytes
2^16 bytes2^32 bytes
2^64 bytes
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:
2^8 bytes
2^16 bytes2^32 bytes
2^64 bytes
Question # 2 of 10 ( Start time: 10:03:58 PM ) Total Marks: 1
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
Select correct option:
IR<16..0>
IR<15..0>
IR<16..1>
IR<15..1>
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
Select correct option:
IR<16..0>
IR<15..0>
IR<16..1>
IR<15..1>
Question # 3 of 10 ( Start time: 10:04:28 PM ) Total Marks: 1
What is the working of Processor Status Word (PSW)?
Select correct option:
To hold the current status of the processor.To hold the address of the current process
To hold the instruction that the computer is currently processing
To hold the address of the next instruction in memory that is to be executed
What is the working of Processor Status Word (PSW)?
Select correct option:
To hold the current status of the processor.To hold the address of the current process
To hold the instruction that the computer is currently processing
To hold the address of the next instruction in memory that is to be executed
Question # 4 of 10 ( Start time: 10:05:10 PM ) Total Marks: 1
What does the instruction “ldr R3, 58” of SRC do?
Select correct option:
It will load the register R3 with the contents of the memory location M [PC+58]It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation
What does the instruction “ldr R3, 58” of SRC do?
Select correct option:
It will load the register R3 with the contents of the memory location M [PC+58]It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation
Question # 5 of 10 ( Start time: 10:06:34 PM ) Total Marks: 1
What is the instruction length of the FALCON-E processor?
Select correct option:
8 bits
16 bits
32 bits64 bits
What is the instruction length of the FALCON-E processor?
Select correct option:
8 bits
16 bits
32 bits64 bits
Question # 6 of 10 ( Start time: 10:06:57 PM ) Total Marks: 1
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:
Address
Instruction code
OpcodeOperand
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:
Address
Instruction code
OpcodeOperand
Question # 8 of 10 ( Start time: 10:07:36 PM ) Total Marks: 1
For the __________ type instructions, we require a register to hold the data that is to be loaded from the memory, or stored back to the memory
Select correct option:
Jump
Control
load/storeNone of the given
For the __________ type instructions, we require a register to hold the data that is to be loaded from the memory, or stored back to the memory
Select correct option:
Jump
Control
load/storeNone of the given
Question # 9 of 10 ( Start time: 10:08:08 PM ) Total Marks: 1
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:
Processor-Memory-Switch level (PMS level)Instruction Set Level
Register Transfer Level
None of the given
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:
Processor-Memory-Switch level (PMS level)Instruction Set Level
Register Transfer Level
None of the given
Question # 10 of 10 ( Start time: 10:08:50 PM ) Total Marks: 1
Identify the opcode, destination register (DR), source registers (SA and SB i/e source register A and source register B) from the following example. ADD R1, R2, R3
Select correct option:
Opcode= R1, DR=ADD, SA=R2, SB=R3
Opcode= ADD, DR=R1, SA=R2, SB=R3Opcode= R2, DR=ADD, SA=R1, SB=R3
Opcode= ADD, DR=R3, SA=R2, SB=R1
Identify the opcode, destination register (DR), source registers (SA and SB i/e source register A and source register B) from the following example. ADD R1, R2, R3
Select correct option:
Opcode= R1, DR=ADD, SA=R2, SB=R3
Opcode= ADD, DR=R1, SA=R2, SB=R3Opcode= R2, DR=ADD, SA=R1, SB=R3
Opcode= ADD, DR=R3, SA=R2, SB=R1
Question # 1 of 10 ( Start time: 10:20:53 PM ) Total Marks: 1
Which one of the following circuit design levels is called the gate level?
Select correct option:
Logic Design LevelCircuit Level
Mask Level
None of the given
Which one of the following circuit design levels is called the gate level?
Select correct option:
Logic Design LevelCircuit Level
Mask Level
None of the given
Question # 2 of 10 ( Start time: 10:21:17 PM ) Total Marks: 1
The CPU includes three types of instructions, which have different operands and will need different representations. Which one of the instructions requires two source registers?
Select correct option:
Jump and branch format instructions
Immediate format instructions
Register format instructions
All of the above
The CPU includes three types of instructions, which have different operands and will need different representations. Which one of the instructions requires two source registers?
Select correct option:
Jump and branch format instructions
Immediate format instructions
Register format instructions
All of the above
Question # 5 of 10 ( Start time: 10:24:08 PM ) Total Marks: 1
P: R3 <- R5 MAR <- IR These two are instructions written using RTL .If these two operations is to occur simultaneously then which symbol will we use to separate them so that it becomes a correct statement with the condition that two operations occur simultaneously?
Select correct option:
Parentheses ()
Arrow <-
Colon :
Comma ,
P: R3 <- R5 MAR <- IR These two are instructions written using RTL .If these two operations is to occur simultaneously then which symbol will we use to separate them so that it becomes a correct statement with the condition that two operations occur simultaneously?
Select correct option:
Parentheses ()
Arrow <-
Colon :
Comma ,
Question # 6 of 10 ( Start time: 10:25:09 PM ) Total Marks: 1
In which of the following instructions the data move between a register in the processor and a memory location (or another register) and are also called data movement?
Select correct option:
Arithmetic/logic
Load/storeTest/branch
None of the given
In which of the following instructions the data move between a register in the processor and a memory location (or another register) and are also called data movement?
Select correct option:
Arithmetic/logic
Load/storeTest/branch
None of the given
What does the word ‘D’ in the ‘D-flip-Flop’ stands for?
Select correct option:
Data
DigitalDynamic
Double
Select correct option:
Data
DigitalDynamic
Double
Question # 9 of 10 ( Start time: 10:27:24 PM ) Total Marks: 1
The instruction ---------------will load the register R3 with the contents of the memory location M [PC+56]
Select correct option:
Add R3, 56
lar R3, 56
ldr R3, 56str R3, 56
The instruction ---------------will load the register R3 with the contents of the memory location M [PC+56]
Select correct option:
Add R3, 56
lar R3, 56
ldr R3, 56str R3, 56
Question # 10 of 10 ( Start time: 10:28:07 PM ) Total Marks: 1
What is the instruction length of the FALCON-E processor?
Select correct option:
8 bits
16 bits
32 bits
64 bits
What is the instruction length of the FALCON-E processor?
Select correct option:
8 bits
16 bits
32 bits
64 bits
Question # 2 of 10 ( Start time: 10:41:07 PM ) Total Marks: 1
Which one of the following are the code size and the Number of memory bytes respectively for a 2-address instruction?
Select correct option:
4 bytes, 7 bytes
7 bytes, 16 bytes
10 bytes, 19 bytes
13 bytes, 22 bytes
Question # 3 of 10 ( Start time: 10:41:57 PM ) Total Marks: 1
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:
Address
Instruction code
OpcodeOperand
Question # 4 of 10 ( Start time: 10:42:17 PM ) Total Marks: 1
Which operator is used to ‘name’ registers, or part of registers, in the Register Transfer Language?
Select correct option:
:=&
%
©
Question # 5 of 10 ( Start time: 10:42:37 PM ) Total Marks: 1
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:
2^8 bytes
2^16 bytes2^32 bytes
2^64 bytes
Question # 7 of 10 ( Start time: 10:43:25 PM ) Total Marks: 1
An “assembler” that runs on one processor and translates an assembly language program written for another processor into the machine language of the other processor is called a ----------------
Select correct option:
compiler
cross assemblerdebugger
linker
Question # 8 of 10 ( Start time: 10:43:59 PM ) Total Marks: 1
Which instruction is used to store register to memory using relative address?
Select correct option:
ld instruction
ldr instruction
lar instruction
str instruction
Question # 9 of 10 ( Start time: 10:44:37 PM ) Total Marks: 1
What does the instruction “ldr R3, 58” of SRC do?
Select correct option:
It will load the register R3 with the contents of the memory location M [PC+58]
It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation
Question # 1 of 10 ( Start time: 11:06:09 PM ) Total Marks: 1
Which of the following can be defined as an address of the operand in a computer type instruction or the target address in a branch type instruction?
Select correct option:
Base address
Binary address
Effective addressAll of the given
Which one of the following are the code size and the Number of memory bytes respectively for a 2-address instruction?
Select correct option:
4 bytes, 7 bytes
7 bytes, 16 bytes
10 bytes, 19 bytes
13 bytes, 22 bytes
Question # 3 of 10 ( Start time: 10:41:57 PM ) Total Marks: 1
Which one of the following portions of an instruction represents the operation to be performed?
Select correct option:
Address
Instruction code
OpcodeOperand
Question # 4 of 10 ( Start time: 10:42:17 PM ) Total Marks: 1
Which operator is used to ‘name’ registers, or part of registers, in the Register Transfer Language?
Select correct option:
:=&
%
©
Question # 5 of 10 ( Start time: 10:42:37 PM ) Total Marks: 1
What is the size of the memory space that is available to FALCON-A processor?
Select correct option:
2^8 bytes
2^16 bytes2^32 bytes
2^64 bytes
Question # 7 of 10 ( Start time: 10:43:25 PM ) Total Marks: 1
An “assembler” that runs on one processor and translates an assembly language program written for another processor into the machine language of the other processor is called a ----------------
Select correct option:
compiler
cross assemblerdebugger
linker
Question # 8 of 10 ( Start time: 10:43:59 PM ) Total Marks: 1
Which instruction is used to store register to memory using relative address?
Select correct option:
ld instruction
ldr instruction
lar instruction
str instruction
Question # 9 of 10 ( Start time: 10:44:37 PM ) Total Marks: 1
What does the instruction “ldr R3, 58” of SRC do?
Select correct option:
It will load the register R3 with the contents of the memory location M [PC+58]
It will load the register R3 with the relative address itself (PC+58).
It will store the register R3 contents to the memory location M [PC+58]
No operation
Question # 1 of 10 ( Start time: 11:06:09 PM ) Total Marks: 1
Which of the following can be defined as an address of the operand in a computer type instruction or the target address in a branch type instruction?
Select correct option:
Base address
Binary address
Effective addressAll of the given
Quiz Start Time: 11:06 PM
Time Left 88
sec(s)
Question # 2 of 10 ( Start time: 11:06:53 PM ) Total Marks: 1
How can we refer to an instruction register (IR), of 16 bits (numbered 0 to 15) using RTL?
Select correct option:
IR<16..0>
IR<15..0>IR<16..1>
IR<15..1>
Question # 3 of 10 ( Start time: 11:07:32 PM ) Total Marks: 1
What functionality is performed by the instruction “str R8, 34” of SRC?
Select correct option:
It will load the register R8 with the contents of the memory location M [PC+34]
It will load the register R8 with the relative address itself (PC+34).
It will store the register R8 contents to the memory location M [PC+34]
No operation
What functionality is performed by the instruction “str R8, 34” of SRC?
Select correct option:
It will load the register R8 with the contents of the memory location M [PC+34]
It will load the register R8 with the relative address itself (PC+34).
It will store the register R8 contents to the memory location M [PC+34]
No operation
Question # 4 of 10 ( Start time: 11:08:39 PM ) Total Marks: 1
Which type of instructions help in changing the flow of the program as and when required?
Select correct option:
Arithmetic
ControlData transfer
Floating point
Which type of instructions help in changing the flow of the program as and when required?
Select correct option:
Arithmetic
ControlData transfer
Floating point
Question # 5 of 10 ( Start time: 11:09:24 PM ) Total Marks: 1
Whic of the following statements is/are true about RISC processors’ claimed advantages over CISC processors? (a) Keeping regularly accessed variables in registers as opposed to keeping them in memory facilitates faster execution. (b) RISC CPUs outperform CISC CPU’s in procedural programming environments. (c) Instruction pipelining has helped RISC CPU’s to attain a target of 1 cycle per instruction. (d) It is easier to maintain the “family concept” in RISC CPUs.
Select correct option:
(a), (b) &(c)
(b), (c) & (e)
(c), (d) & (e)
(a), (c) & (d)
Whic of the following statements is/are true about RISC processors’ claimed advantages over CISC processors? (a) Keeping regularly accessed variables in registers as opposed to keeping them in memory facilitates faster execution. (b) RISC CPUs outperform CISC CPU’s in procedural programming environments. (c) Instruction pipelining has helped RISC CPU’s to attain a target of 1 cycle per instruction. (d) It is easier to maintain the “family concept” in RISC CPUs.
Select correct option:
(a), (b) &(c)
(b), (c) & (e)
(c), (d) & (e)
(a), (c) & (d)
Question # 8 of 10 ( Start time: 11:11:44 PM ) Total Marks: 1
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:
Processor-Memory-Switch level (PMS level)Instruction Set Level
Register Transfer Level
None of the given
Which one of the following is the highest level of abstraction in digital design in which the computer architect views the system for the description of system components and their interconnections?
Select correct option:
Processor-Memory-Switch level (PMS level)Instruction Set Level
Register Transfer Level
None of the given
Question # 9 of 10 ( Start time: 11:12:32 PM ) Total Marks: 1
Which one of the following is/are the features of Register Transfer Language? a) It is a symbolic language b) It is describing the internal organization of digital computers c) It is an elementary operation performed (during one clock pulse), on the information stored in one or more registers d) It is high level language
Select correct option:
(b) only
(a) & (b) only
(a) ,(b) & (d)
(b),(c) & (d)
Which one of the following is/are the features of Register Transfer Language? a) It is a symbolic language b) It is describing the internal organization of digital computers c) It is an elementary operation performed (during one clock pulse), on the information stored in one or more registers d) It is high level language
Select correct option:
(b) only
(a) & (b) only
(a) ,(b) & (d)
(b),(c) & (d)
Question # 10 of 10 ( Start time: 11:14:04 PM ) Total Marks: 1
In which of the following instructions the data move between a register in the processor and a memory location (or another register) and are also called data movement?
Select correct option:
Arithmetic/logic
Load/store
Test/branch
None of the given
Question # 3 of 10 ( Start time: 08:03:34 PM ) Total Marks: 1
Motorola MC68000 is an example of ---------microprocessor.
Select correct option:
CISCRISC
SRC
FALCON
Question # 5 of 10 ( Start time: 08:05:09 PM ) Total Marks: 1
Which one of the following registers holds the instruction that is being executed?
Select correct option:
Accumulator
Address Mask
Instruction RegisterProgram Counter
Question # 9 of 10 ( Start time: 08:08:13 PM ) Total Marks: 1
For any of the instructions that are a part of the instruction set of the SRC, there are certain ____________ required; which may be used to select the appropriate function for the ALU to be performed, to select the appropriate registers, or the appropriate memory location.
Select correct option:
Registers
Control signalsMemory
None of the given
Question # 10 of 10 ( Start time: 08:09:02 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ________ data bus.
Select correct option:
8-bit
16-bit24-bit
32-bit
Question # 1 of 10 ( Start time: 08:18:13 PM ) Total Marks: 1
Which one of the following registers holds the address of the next instruction to be executed?
Select correct option:
Accumulator
Address Mask
Instruction Register
Program Counter
Question # 2 of 10 ( Start time: 08:18:29 PM ) Total Marks: 1
In which one of the following techniques, the time a processor spends waiting for instructions to be fetched from memory is minimized?
Select correct option:
PerfectingPipelining
Superscalar operation
Speedup
Question # 3 of 10 ( Start time: 08:18:52 PM ) Total Marks: 1
__________ enable the input to the PC for receiving a value that is currently on the internal processor bus.
Select correct option:
LPCINC4
LC
Cout
Question # 4 of 10 ( Start time: 08:19:03 PM ) Total Marks: 1
The processor must have a way of saving information about its state or context so that it can be restored upon return from the -------------
Select correct option:
ExceptionFunction
Thread
Stack
Question # 5 of 10 ( Start time: 08:20:13 PM ) Total Marks: 1
-----------is the ability of application software to operate on models of equipment newer than the model for which it was originally developed.
Select correct option:
Backward compatibility
Data migrationReverse engineering
Upward compatibility
Question # 6 of 10 ( Start time: 08:20:40 PM ) Total Marks: 1
_________ control signal allows the contents of the Program Counter register to be written onto the internal processor bus.
Select correct option:
INC4
LPC
PCoutLC
Question # 7 of 10 ( Start time: 08:21:15 PM ) Total Marks: 1
Which one of the following registers stores a previously calculated value or a value loaded from the main memory?
Select correct option:
AccumulatorAddress Mask
Instruction Register
Program Counter
Question # 8 of 10 ( Start time: 08:21:49 PM ) Total Marks: 1
Computer system performance is usually measured by the ---------------
Select correct option:
Time to execute a program or program mix
The speed with which it executes programs
Processor’s utilization in solving the problems
Instructions that can be carried out simultaneously
Motorola MC68000 is an example of ---------microprocessor.
Select correct option:
CISCRISC
SRC
FALCON
Question # 5 of 10 ( Start time: 08:05:09 PM ) Total Marks: 1
Which one of the following registers holds the instruction that is being executed?
Select correct option:
Accumulator
Address Mask
Instruction RegisterProgram Counter
Question # 9 of 10 ( Start time: 08:08:13 PM ) Total Marks: 1
For any of the instructions that are a part of the instruction set of the SRC, there are certain ____________ required; which may be used to select the appropriate function for the ALU to be performed, to select the appropriate registers, or the appropriate memory location.
Select correct option:
Registers
Control signalsMemory
None of the given
Question # 10 of 10 ( Start time: 08:09:02 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ________ data bus.
Select correct option:
8-bit
16-bit24-bit
32-bit
Question # 1 of 10 ( Start time: 08:18:13 PM ) Total Marks: 1
Which one of the following registers holds the address of the next instruction to be executed?
Select correct option:
Accumulator
Address Mask
Instruction Register
Program Counter
Question # 2 of 10 ( Start time: 08:18:29 PM ) Total Marks: 1
In which one of the following techniques, the time a processor spends waiting for instructions to be fetched from memory is minimized?
Select correct option:
PerfectingPipelining
Superscalar operation
Speedup
Question # 3 of 10 ( Start time: 08:18:52 PM ) Total Marks: 1
__________ enable the input to the PC for receiving a value that is currently on the internal processor bus.
Select correct option:
LPCINC4
LC
Cout
Question # 4 of 10 ( Start time: 08:19:03 PM ) Total Marks: 1
The processor must have a way of saving information about its state or context so that it can be restored upon return from the -------------
Select correct option:
ExceptionFunction
Thread
Stack
Question # 5 of 10 ( Start time: 08:20:13 PM ) Total Marks: 1
-----------is the ability of application software to operate on models of equipment newer than the model for which it was originally developed.
Select correct option:
Backward compatibility
Data migrationReverse engineering
Upward compatibility
Question # 6 of 10 ( Start time: 08:20:40 PM ) Total Marks: 1
_________ control signal allows the contents of the Program Counter register to be written onto the internal processor bus.
Select correct option:
INC4
LPC
PCoutLC
Question # 7 of 10 ( Start time: 08:21:15 PM ) Total Marks: 1
Which one of the following registers stores a previously calculated value or a value loaded from the main memory?
Select correct option:
AccumulatorAddress Mask
Instruction Register
Program Counter
Question # 8 of 10 ( Start time: 08:21:49 PM ) Total Marks: 1
Computer system performance is usually measured by the ---------------
Select correct option:
Time to execute a program or program mix
The speed with which it executes programs
Processor’s utilization in solving the problems
Instructions that can be carried out simultaneously
Question # 9 of 10 ( Start time: 08:22:09 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ____________ address bus.
Select correct option:
8-bit
16-bit24-bit
32-bit
Question # 10 of 10 ( Start time: 08:22:19 PM ) Total Marks: 1
Which one of the following register(s) that is/are programmer invisible and is/are required to hold an operand or result value while the bus is busy transmitting some other value?
Select correct option:
Instruction Register
Memory address register
Memory Buffer Register
Registers A and C
Question # 1 of 10 ( Start time: 08:24:34 PM ) Total Marks: 1
-------------- performs the data operations as commanded by the program instructions.
Select correct option:
Control
Datapath
Structural RTLTiming
Question # 2 of 10 ( Start time: 08:25:17 PM ) Total Marks: 1
_________ control signal allows the contents of the Program Counter register to be written onto the internal processor bus.
Select correct option:
INC4
LPC
PCoutLC
Question # 3 of 10 ( Start time: 08:25:30 PM ) Total Marks: 1
The external interface of FALCON-A consists of a __________address bus and a _________ data bus.
Select correct option:
8-bit , 8-bit
16-bit , 16-bit16-bit , 24-bit
16-bit , 32-bit
Question # 4 of 10 ( Start time: 08:25:50 PM ) Total Marks: 1
-----------is the ability of application software to operate on models of equipment newer than the model for which it was originally developed.
Select correct option:
Backward compatibility
Data migrationReverse engineering
Upward compatibility
Question # 5 of 10 ( Start time: 08:26:02 PM ) Total Marks: 1
Which one of the following registers stores a previously calculated value or a value loaded from the main memory?
Select correct option:
AccumulatorAddress Mask
Instruction Register
Program Counter
Question # 6 of 10 ( Start time: 08:26:41 PM ) Total Marks: 1
Which one of the following register(s) contain(s) the address of the place the CPU wants to work within the main memory and is/are directly connected to the RAM chips on the motherboard?
Select correct option:
Instruction Register
Memory address registerMemory Buffer Register
Registers A and C
Question # 7 of 10 ( Start time: 08:27:38 PM ) Total Marks: 1
FALCON-A processor bus has 16 lines or is 16-bits wide while that of SRC is __________ wide.
Select correct option:
8-bits
16-bits
32-bits64-bits
Question # 8 of 10 ( Start time: 08:27:54 PM ) Total Marks: 1
__________ enable the input to the PC for receiving a value that is currently on the internal processor bus.
Select correct option:
LPCINC4
LC
Cout
Question # 9 of 10 ( Start time: 08:28:10 PM ) Total Marks: 1
The external interface of FALCON-A consists of a ________ data bus.
Select correct option:
8-bit
16-bit24-bit
32-bit
Question # 10 of 10 ( Start time: 08:28:29 PM ) Total Marks: 1
For any of the instructions that are a part of the instruction set of the SRC, there are certain ____________ required; which may be used to select the appropriate function for the ALU to be performed, to select the appropriate registers, or the appropriate memory location.
Select correct option:
Registers
Control signalsMemory
None of the given
CS501 VU Midterm Current Paper (May 2011)
Total 26 Questions from which 20 is MCQ and 2 Question of 2 marks and 2 of 3 marks and remaining 2 of 5 marks.
What is the instruction length of the SRC processor?
8 bits
16 bits
32 bits
64 bits
Which one of the following is the memory organization of FALCON-E processor?
28 * 8 bits
216 * 8 bits
232 * 8 bits
264 * 8 bits
________ operation is required to change the processor’s state to a known, defined value.
Change
Reset
Update
None of the given
There are _________ types of reset operations in SRC
Two
Three
Four
Five
_____________ controller controls the sequence of the flow of microinstructions.
Multiplexer
Microprogram
ALU
None of the given
There are remaining mcq’s mostly from instructions working.
Subjective Question:
How can you define microprogram? (2 Marks)
A question about to define the shift right instruction? (2 Marks)
What is the utility of reset operation and when it is required? (3 Marks)
Structural RTL instructions definition? (3 Marks)
Write the Structural RTL description for un-conditional jump instruction for
uni-bus data path implementation. (5 Marks)
Define two hazard in pipelining and how can to overcome these. (5 Marks)
CS502 VU Midterm Current Paper (May 2011)
cs502 k questions
make a max heap from given array
tell how to find out that how many optimal solutions exist from the table of rasnack problem(lecture 22)
wat is heap and heap order
MCQS were mostly from past papers
Another Paper:
Complete the following instance of the optimal matrix multiplication ordering problem.
A1 A2 A3 A4 A5 A6
(6x5) (5x2) (2x8) (8x4) (4x3) (3x9)
0 | 1 | 2 | 2 | 2 | ? |
0 | 2 | 2 | 2 | 2 | |
0 | 3 | 4 | 5 | ||
0 | 4 | 5 | |||
0 | 5 | ||||
0 |
0 | 60 | 156 | 172 | 184 | ? |
0 | 80 | 104 | 118 | 232 | |
0 | 64 | 88 | 142 | ||
0 | 96 | 312 | |||
0 | 108 | ||||
0 |
(5 Marks)
Q:-What are the minimum & maximum numbers of elements in a heap of height (h)? (5Marks)
Q:- consider sorting three numbers a1, a2, a3 with comparison-based sorting algorithms then how many combinations are possible? (2 Marks)
Q:- Following is the cost table for chain matrix multiplication problem with initial state mark the cells with Question mark (?) which are updated after first iteration?
0 | |||||
0 | |||||
0 | |||||
0 | |||||
0 | |||||
0 |
( 3marks)
Q:- Consider sorting of three numbers a1, a2, a3 with comparison-based sorting algorithms then write the possible combinations? (3marks)
Q:- Draw the cost table for chain matrix multiplication problem with initial states. (2 Marks)
CS507 VU Midterm Current Paper (May 2011)
Question No: 17 ( Marks: 2 )
What are the purposes of Systems and procedures.
Question No: 18 ( Marks: 2 )
Differentiate bet structured and unstructured problems.
Question No: 19 ( Marks: 2 )
What do you understand by Model Based DSS.
Question No: 21 ( Marks: 3 )
Enlist the types of organizational structure
Question No: 22 ( Marks: 3 )
Why SDLC is ongoing process.
Question No: 23 ( Marks: 5 )
Compare the advantages and disadvantages of Prototyping.
Question No: 24 ( Marks: 5 )
Brainstorming is a decision making technique, how much it is effective for problem
solving.
What are the purposes of Systems and procedures.
Question No: 18 ( Marks: 2 )
Differentiate bet structured and unstructured problems.
Question No: 19 ( Marks: 2 )
What do you understand by Model Based DSS.
Question No: 21 ( Marks: 3 )
Enlist the types of organizational structure
Question No: 22 ( Marks: 3 )
Why SDLC is ongoing process.
Question No: 23 ( Marks: 5 )
Compare the advantages and disadvantages of Prototyping.
Question No: 24 ( Marks: 5 )
Brainstorming is a decision making technique, how much it is effective for problem
solving.
CS507 Another Paper:
MCQ24
Q1: WHAT IS THE TPS? 2 MARKS.
Q2: DEFINE THE ROLE OF CRM? 2 MARKS.
Q3: PRIMARY ACTIVITIES OF APPLICATION SOFTWARE? 2 MARKS.
Q4: IMPORTANCE OF ACCOUNTING & FINANCIAL SYSTEM IN INFORMATION
SYSTEM? 2 MARKS.
Q5: DIFFERENCAITE BETWEEN OPERATIONAL FEASIBILTY AND BEHAVIORAL
FEASIBILITY? 3 MARKS.
Q6: DEFINE PROTOTYPES? AND WHAT ARE THE ADVANTAGES OF
PROTOTYPES? 5 MARKS.
Q7: WHAT ARE THE DECISION MAKING TECHNIQUES? 5 MARKS.
Q1: WHAT IS THE TPS? 2 MARKS.
Q2: DEFINE THE ROLE OF CRM? 2 MARKS.
Q3: PRIMARY ACTIVITIES OF APPLICATION SOFTWARE? 2 MARKS.
Q4: IMPORTANCE OF ACCOUNTING & FINANCIAL SYSTEM IN INFORMATION
SYSTEM? 2 MARKS.
Q5: DIFFERENCAITE BETWEEN OPERATIONAL FEASIBILTY AND BEHAVIORAL
FEASIBILITY? 3 MARKS.
Q6: DEFINE PROTOTYPES? AND WHAT ARE THE ADVANTAGES OF
PROTOTYPES? 5 MARKS.
Q7: WHAT ARE THE DECISION MAKING TECHNIQUES? 5 MARKS.
CS507 Another Paper:
23 question
16 mcqs and 7 subjective
DIFFERENCE BETWEEN MSS AND DSS
EXPLAIN DESICION TECHNIQUES
ABC IS LAUNCHING IT PRODUCT WHTS ITS PLANNING ABOUT PRODUCT
16 mcqs and 7 subjective
DIFFERENCE BETWEEN MSS AND DSS
EXPLAIN DESICION TECHNIQUES
ABC IS LAUNCHING IT PRODUCT WHTS ITS PLANNING ABOUT PRODUCT
CS607 VU Midterm Current Paper (May 2011)
1. Define forward chaining?
2. Difference between heuristic and structural knowledge?
3. Write Conflict resolution strategies.
4. Bike is heavy prove this is Uncertain fact on not. And give reason.
5. Difference between British museum and bound serach.
6. Define Structural knowledge.
7. How the working memory is related to expert system.
2. Difference between heuristic and structural knowledge?
3. Write Conflict resolution strategies.
4. Bike is heavy prove this is Uncertain fact on not. And give reason.
5. Difference between British museum and bound serach.
6. Define Structural knowledge.
7. How the working memory is related to expert system.
CS614 VU Midterm Current Paper (May 2011)
>>MCQ’s from past papers not at all
• Define incremental Extraction.[2]
• Define simple one-to-many transformation.[2]
• In Round Robin the distribution.[3]
• Define additive and non-additive of facts.[3]
• What is ELT? Where and why it is used? [3]
• Define Phaysical Extraction and difference between offline and online extraction.[5]
• Relationship between quality and value of a particular application [5]
• Define incremental Extraction.[2]
• Define simple one-to-many transformation.[2]
• In Round Robin the distribution.[3]
• Define additive and non-additive of facts.[3]
• What is ELT? Where and why it is used? [3]
• Define Phaysical Extraction and difference between offline and online extraction.[5]
• Relationship between quality and value of a particular application [5]
Eco401 VU Midterm Current Paper (May 2011)
total Qs 32
MCQs 28/32
short Qs
1) wat will be the change in the average physical product when:
a.MPP is equal to APP
b.MPP is greater than APP
c. MPP is less than APP
2) A) equation of budget line. which part show slop and which part show intercept??
B) shift in budget line....slope of budget line??
3) dicsuss characteristics of monoply n oligoply wid the help of examples??
4) if supernormal profit in short run monopolisticaly industry...will there be any diff in long run and short run elasticity demand???
MCQs 28/32
short Qs
1) wat will be the change in the average physical product when:
a.MPP is equal to APP
b.MPP is greater than APP
c. MPP is less than APP
2) A) equation of budget line. which part show slop and which part show intercept??
B) shift in budget line....slope of budget line??
3) dicsuss characteristics of monoply n oligoply wid the help of examples??
4) if supernormal profit in short run monopolisticaly industry...will there be any diff in long run and short run elasticity demand???
Fin621 VU Midterm Current Paper (May 2011)
Q1. Differentiate between closing entries and adjusting entries. (3)
Q2. Why wrong inventory valuation effects two periods? Explain (3)
Q3. Is it necessary to review every cash transaction by its receipt? (3)
Q4. Explain how the adoptions of FIFO method rather than LIFO will tend to raise or lower the quality of a company’s earnings? Assume the continuance of the inflation. (5)
Q5. Patterson Company reported net income for the current year of Rs. 666,000. During the year the Paper copy from vu thirty nine dot com company’s accounts receivable increased by Rs. 50,000, inventory decreased by Rs. 23,000, accounts payable decreased by Rs. 55,000, pre-paid expenses increased by Rs. 35,000, and accrued expenses payable increased by Rs. 14,000. Determine the amount of cash provided by or used for operating activities by the indirect method. (5)
Q2. Why wrong inventory valuation effects two periods? Explain (3)
Q3. Is it necessary to review every cash transaction by its receipt? (3)
Q4. Explain how the adoptions of FIFO method rather than LIFO will tend to raise or lower the quality of a company’s earnings? Assume the continuance of the inflation. (5)
Q5. Patterson Company reported net income for the current year of Rs. 666,000. During the year the Paper copy from vu thirty nine dot com company’s accounts receivable increased by Rs. 50,000, inventory decreased by Rs. 23,000, accounts payable decreased by Rs. 55,000, pre-paid expenses increased by Rs. 35,000, and accrued expenses payable increased by Rs. 14,000. Determine the amount of cash provided by or used for operating activities by the indirect method. (5)
Fin622 VU Midterm Current Paper (May 2011)
today paper ( corporate finance, 622)
24 mcqs, 20 from past papers, 4 unseen mcqs :( and subjective as follows:
Q # 1.
Suppose you have 40% of your portfolio invested in firm A, 30% in firm B, 20% in
firm C, and 10% in firm D. You know that the betas for these firms are, respectively,
1.2, 1.4, 0.8, and 1.1. Calculate your portfolio beta. 5 marks
Q # 2. what is capital rationing what factors effect capital rationing? 3 marks
Q # 3. An investor buys a bond that will pay the interest amount of Rs.60 annually,
forever. Which of the following would be the present value of the bond if there is
exactly one year remaining until the next interest payment and the investor's
required annual return is 5 percent? marks 3
Q # 4. what is market risk (beta). breifly explain . 5 marks
Q # 1.
Suppose you have 40% of your portfolio invested in firm A, 30% in firm B, 20% in
firm C, and 10% in firm D. You know that the betas for these firms are, respectively,
1.2, 1.4, 0.8, and 1.1. Calculate your portfolio beta. 5 marks
Q # 2. what is capital rationing what factors effect capital rationing? 3 marks
Q # 3. An investor buys a bond that will pay the interest amount of Rs.60 annually,
forever. Which of the following would be the present value of the bond if there is
exactly one year remaining until the next interest payment and the investor's
required annual return is 5 percent? marks 3
Q # 4. what is market risk (beta). breifly explain . 5 marks
Fin622 another Paper:
how can u measure market risk(beta)? 3 marks
systemetic and unsystimetic risk? 3 marks
capital rationing and its major fectors? 5 marks
What are IPO's and what is the main objective of IPO's?5 marks
all mcqs r in 2010 pprs nothing extra
systemetic and unsystimetic risk? 3 marks
capital rationing and its major fectors? 5 marks
What are IPO's and what is the main objective of IPO's?5 marks
all mcqs r in 2010 pprs nothing extra
Another Paper:
Total Question was 32
28 MCQ
And 4 Subjective
2 for 3 Num
And 2 for 5 Num
And the Subjective question was these…..
1)What is Individual resident status explain its different points?
2)If Mr. Kamal resident of Pakistan suffered a foreign loss against the income
received from foreign country in tax year. What is the treatment of such
foreign loss? Which section deals this kind of loss? Such losses can be
carried forward up to how many years?
3)What is association of person and how profit will be distributed among partners?
4)Profit on debt earned by a non-resident person is exempt from tax under clause (77) of Part I of the second schedule. Is this exemption only available to “Individuals” as reference has been made to persons being citizens of Pakistan or otherwise? Provide the details of this clause.
28 MCQ
And 4 Subjective
2 for 3 Num
And 2 for 5 Num
And the Subjective question was these…..
1)What is Individual resident status explain its different points?
2)If Mr. Kamal resident of Pakistan suffered a foreign loss against the income
received from foreign country in tax year. What is the treatment of such
foreign loss? Which section deals this kind of loss? Such losses can be
carried forward up to how many years?
3)What is association of person and how profit will be distributed among partners?
4)Profit on debt earned by a non-resident person is exempt from tax under clause (77) of Part I of the second schedule. Is this exemption only available to “Individuals” as reference has been made to persons being citizens of Pakistan or otherwise? Provide the details of this clause.
Fin622 Another Paper:
what is capital rationing? and discuss its basic factors. (5)
higher rate of interest effect the capital rationing. briefly discuss. (3)
higher rate of interest effect the capital rationing. briefly discuss. (3)
Fin622 Another Paper:
Fin622 corporate finance Session 1
Total questions 32
Total Marks 44
28 MCQs 1 Mark
2 questions 3 Marks
2 Questions 5 Marks
In my paper 95% mcqs from Past papers.
Short questions:
(3) Why WACC should be used as discount rate for analyzing financial viability of Projects?
(3) Calculate portfolio beta from following information
Stock of firm Percentage of investment Betas
A 40% 1.2
B 30% 1.4
C 20% 0.8
D 10% 1.1
Long questions:
(5) Why dividend policy is important for company and shareholders? Explain Briefly.
(5) Suppose you have invested in two stocks A and B their betas are 1.5 and 0.75 respectively. Expected rate of return on Average stock is 13% and risk free return rate is 7%.
By how much does the required rate of return on the riskier stock exceeds the required rate on less risky stock?
Fin623 VU Midterm Current Paper (May 2011)
OBJECTIVE FROM THE PAST PAPERS
SUBJECTIVE PORTION is also from the past papers
29.Question No: 30 ( Marks: 3 )
Under which conditions any royalty is treated as Pakistan source income if it
is paid by: (3)
i. Resident person
ii. Non-resident person
30.Is award to a person by the president of Pakistan taxable? also write the section of those awards (3)
31.Explain Aid agreement w.r.t salary income (5)
32.Determine total income of Mr. Sharif, a non-resident individual for tax year
2009. Relevant data is given below: (5)
i. Share of profit received in Singapore from a business controlled
through a permanent establishment in Pakistan Rs 200,000.
ii. Salary income of Mr. Sharif from an employment in Pakistan
Rs600,000
iii. Remittance received from China Rs 400,000
iv. Profit on debt received on deposits kept with a bank in Pakistan Rs
50,000
SUBJECTIVE PORTION is also from the past papers
29.Question No: 30 ( Marks: 3 )
Under which conditions any royalty is treated as Pakistan source income if it
is paid by: (3)
i. Resident person
ii. Non-resident person
30.Is award to a person by the president of Pakistan taxable? also write the section of those awards (3)
31.Explain Aid agreement w.r.t salary income (5)
32.Determine total income of Mr. Sharif, a non-resident individual for tax year
2009. Relevant data is given below: (5)
i. Share of profit received in Singapore from a business controlled
through a permanent establishment in Pakistan Rs 200,000.
ii. Salary income of Mr. Sharif from an employment in Pakistan
Rs600,000
iii. Remittance received from China Rs 400,000
iv. Profit on debt received on deposits kept with a bank in Pakistan Rs
50,000
Fin623 Another Paper:
FIN 623 Midterm Paper
28 ==> MCQ
02 ==> 3 Number Questions
02 ==> 5 Number Questions
Subjective question were.…..
Question # 1: What is Individual resident status explain its different points? (3 Marks)
Question # 2: If Mr. Kamal resident of Pakistan suffered a foreign loss against the income received from foreign country Paper copy from vu thirty nine dot com in tax year. What is the treatment of such foreign loss? Which section deals this kind of loss? Such losses can be carried forward up to how many years? (3 Marks)
Question # 3: What is association of person and how profit will be distributed among partners? (5 Marks)
Question # 4: Profit on debt earned by a non-resident person is exempt from tax under clause (77) of Part I of the second schedule. Is this exemption only available to “Individuals” as reference has been made to persons being citizens of Pakistan or otherwise? Provide the details of this clause. (5 Marks)
28 ==> MCQ
02 ==> 3 Number Questions
02 ==> 5 Number Questions
Subjective question were.…..
Question # 1: What is Individual resident status explain its different points? (3 Marks)
Question # 2: If Mr. Kamal resident of Pakistan suffered a foreign loss against the income received from foreign country Paper copy from vu thirty nine dot com in tax year. What is the treatment of such foreign loss? Which section deals this kind of loss? Such losses can be carried forward up to how many years? (3 Marks)
Question # 3: What is association of person and how profit will be distributed among partners? (5 Marks)
Question # 4: Profit on debt earned by a non-resident person is exempt from tax under clause (77) of Part I of the second schedule. Is this exemption only available to “Individuals” as reference has been made to persons being citizens of Pakistan or otherwise? Provide the details of this clause. (5 Marks)
Fin623 another Paper:
Question # 2: Determine total income of Mr. Sharif, a non-resident individual for tax year 2009. Relevant data is given below:
i. Share of profit received Paper copy from vu thirty nine dot com in Singapore from a business controlled through a permanent establishment in Pakistan Rs 200,000.
ii. Salary income of Mr. Sharif from an employment in Pakistan Rs600,000
iii. Remittance received from China Rs 400,000
iv. Profit on debt received on deposits kept with a bank in Pakistan Rs 50,000
(5 Marks)
Question # 3: What is Employeement under the section of Income Tax Ordinance 2001? (3 Marks)
Question # 4: Describe the Tax tretement for the agricultural income that is being used by the cultivator as the raw material for his business? (5 Marks)
i. Share of profit received Paper copy from vu thirty nine dot com in Singapore from a business controlled through a permanent establishment in Pakistan Rs 200,000.
ii. Salary income of Mr. Sharif from an employment in Pakistan Rs600,000
iii. Remittance received from China Rs 400,000
iv. Profit on debt received on deposits kept with a bank in Pakistan Rs 50,000
(5 Marks)
Question # 3: What is Employeement under the section of Income Tax Ordinance 2001? (3 Marks)
Question # 4: Describe the Tax tretement for the agricultural income that is being used by the cultivator as the raw material for his business? (5 Marks)
Fin630 VU Midterm Current Paper (May 2011)
Q1 What is cooking of books? what the measure to avoid it 3
Q2 what is meant by required rate of return 5
Q3 what is the purpose of ratio analysis 5
Q2 what is meant by required rate of return 5
Q3 what is the purpose of ratio analysis 5
HRM611 VU Midterm Current Paper (May 2011)
MCQs = 22 (mostly from past papers)
Subjective Part:
1. Emotional Intelligence is important in decision making. Discuss with example.(3)
2. Write three steps of communication to communicate effectively? (3)
3. An employee who complaints loudly Paper copy from vu thirty nine dot com and frequently is known as pest. How employees make valid complaint to the manager? (3)
4. Difference between posture and hand gesture with one example of each? (5)
5. How globalization and cross cultural diversity opens new opportunities for development? Describe with example. (5)
Subjective Part:
1. Emotional Intelligence is important in decision making. Discuss with example.(3)
2. Write three steps of communication to communicate effectively? (3)
3. An employee who complaints loudly Paper copy from vu thirty nine dot com and frequently is known as pest. How employees make valid complaint to the manager? (3)
4. Difference between posture and hand gesture with one example of each? (5)
5. How globalization and cross cultural diversity opens new opportunities for development? Describe with example. (5)
HRM 624 VU Midterm Current Paper (May 2011)
Total Q = 27
22 mcqz
5 subjective (3+3+3+5+5)
Elaborate the difference between interpersonal and intrapersonal conflict?
Elaborate the levels of trust?
Basic human needs in conflict onion?
Analyze the other disputant interest in interpersonal conflict?
Generate any situation of daily life that shows the “breach of trust” and gives its consequences?
22 mcqz
5 subjective (3+3+3+5+5)
Elaborate the difference between interpersonal and intrapersonal conflict?
Elaborate the levels of trust?
Basic human needs in conflict onion?
Analyze the other disputant interest in interpersonal conflict?
Generate any situation of daily life that shows the “breach of trust” and gives its consequences?
HRM624 Another Paper:
How can communication be made more effective? Suggest ways.
Perceptual bias
1Q is related to the conflict resolution
Five reasons that compel a person for revenge?
Three situations of low level of trust?
Perceptual bias
1Q is related to the conflict resolution
Five reasons that compel a person for revenge?
Three situations of low level of trust?
HRM628 VU Midterm Current Paper (May 2011)
**2 questions were about Feedback of 3, 3 marks
*disadvantage of external practitioners 3 marks
*which data collection... is better (internal, external) explain 5 marks
* entery into OD relationship 5 marks
*which data collection... is better (internal, external) explain 5 marks
* entery into OD relationship 5 marks
IT430 VU Midterm Current Paper (May 2011)
multiple choices 18
all from past papers
2 short question 2 marks
2 short question 3 marks
2 questions 5 marks
total marks 38
all from past papers
2 short question 2 marks
2 short question 3 marks
2 questions 5 marks
total marks 38
Qs:
1. difference between sniffing and IP adress spoofing?
2. tools to develop web server.?
3. write XML code of " welcome to virtual university" "of pakistan" to " IT430 students"
4. write java script code or variables and also show in alert box
var 13.6
var 20.5
5. why used list in HTML?
6. briefly explain different terms
virus
worms
back door
Trojan horses
Mgt101 VU Midterm Current Paper (May 2011)
1- What do you know about the causes of difference between the balances as per the cash book and pass book?
2- Calculate cost of Goods Sold with the help of given data and show complete working.
Particulars
Rs.
Cost of goods manufactured
210,000
Opening finished goods inventory
100,000
Closing finished goods inventory
10,000
3- Calculate Total factory cost with the help of given data.
Particulars
Rs.
Raw materials inventory, July 1 2006
15,000
Purchases of materials
120,000
Materials inventory, June 30,2007
21,000
Cost of materials consumed
114,000
Direct labor
65,000
Factory overhead cost
34,000
4- Calculate the rate of depreciation for the asset with the help of given data.
Cost of the asset
Rs. 1,20,000
Residual Value
Rs. 40,000
Expected Life
5 years
2- Calculate cost of Goods Sold with the help of given data and show complete working.
Particulars
Rs.
Cost of goods manufactured
210,000
Opening finished goods inventory
100,000
Closing finished goods inventory
10,000
3- Calculate Total factory cost with the help of given data.
Particulars
Rs.
Raw materials inventory, July 1 2006
15,000
Purchases of materials
120,000
Materials inventory, June 30,2007
21,000
Cost of materials consumed
114,000
Direct labor
65,000
Factory overhead cost
34,000
4- Calculate the rate of depreciation for the asset with the help of given data.
Cost of the asset
Rs. 1,20,000
Residual Value
Rs. 40,000
Expected Life
5 years
Mgt411 VU Midterm Current Paper (May 2011)
People differ in their opinions how stock should be value
discuss it (5)
differs satrategy used to minimize risk (3)
adverse selection in the financial market (3)
1 is numerical (5)
28 mcqs
discuss it (5)
differs satrategy used to minimize risk (3)
adverse selection in the financial market (3)
1 is numerical (5)
28 mcqs
Mgt501 VU Midterm Current Paper (May 2011)
Today HRM paper.
MCQ,s from past papers and some are new.
How often job analysis conducted. (3)
what are the benefits of background investigation of the employees during selection process. (3)
what are the advantages if the employee appointed form headquarters to the foriegn subsidiaries. (5)
What are the factors of HRIS. (5)
MCQ,s from past papers and some are new.
How often job analysis conducted. (3)
what are the benefits of background investigation of the employees during selection process. (3)
what are the advantages if the employee appointed form headquarters to the foriegn subsidiaries. (5)
What are the factors of HRIS. (5)
Mgt502 VU Midterm Current Paper (May 2011)
MGT502 ORGANIZATIONAL BEHAVIOUR
Marks: 50
Question No: 1 ( Marks: 1 ) - Please choose one
The behavior of people is influenced by which of the following factors?
► Psychological needs
► Individual drives
► Social roles and status
► All of the given options
Question No: 2 ( Marks: 1 ) - Please choose one
The greatest contribution of which one of the following to OB is through their study of group behavior in organizations, particularly formal and complex organizations?
► Psychology
► Sociology
► Anthropology
► Social Psychology
Question No: 3 ( Marks: 1 ) - Please choose one
Which one of the following set of skills is best representing the required competencies of managers?
► Technical skills, human skills and conceptual skills
► Leading skills and motivational skills
► Organizing skills and interpersonal skills
► Motivating skills and intrapersonal skills
Question No: 4 ( Marks: 1 ) - Please choose one
The smell of fresh cake baking makes Saima’s mouth water is an example of which one of the following learning theory?
► Classical conditioning
► Social learning
► Operant conditioning
► Reinforcement theory
Question No: 5 ( Marks: 1 ) - Please choose one
Managers should be interested in their employees’ attitudes because:
► Attitudes influence behavior and perception
► Attitudes give warning signs of potential problems
► Attitudes are associated with job satisfaction
► All of the given options
Question No: 6 ( Marks: 1 ) - Please choose one
Which of the following is NOT one of the scales to measure job satisfaction?
► Minnesota Satisfaction Questionnaire
► The Faces Scale
► The mentor scale
► Descriptive Index
Question No: 7 ( Marks: 1 ) - Please choose one
Zahra’s personality shows that she is dependable, well organized, and responsible. According to the Big Five model; which of the following is the right dimension for describing Zahra’s personality?
► Agreeableness
► Emotional stability
► Extroversion
► Conscientiousness
Question No: 8 ( Marks: 1 ) - Please choose one
Which of the following are the categories into which emotions are usually grouped?
► Simple and Complex
► Positive and Negative
► Positive and Complex
► Complex and Negative
Question No: 9 ( Marks: 1 ) - Please choose one
Emotional Responses that the organization requires workers to show and considers appropriate in a given job are called:
► Felt Emotions
► Displayed Emotions
► Moods
► Emotional Intelligence
Question No: 10 ( Marks: 1 ) - Please choose one
Organizational members who intentionally violate established norms that result in negative consequences for the organization, its members, or both, show:
► Deviant Workplace Behavior
► Emotional Labor
► Emotional disorder
► None of the given options
Question No: 11 ( Marks: 1 ) - Please choose one
What do we call the process by which individuals organize and interpret their sensory impressions in order to give meaning to their environment?
► Environmental analysis
► Social verification
► Outlook
► Perception
Question No: 12 ( Marks: 1 ) - Please choose one
The awareness that a problem exists and that a decision needs to be made is a/an:
► Perceptual issue
► Emergency issue
► Cognitive issue
► Ethical issue
Question No: 13 ( Marks: 1 ) - Please choose one
Which of the following is NOT an assumption of the rational decision-making model?
► The decision maker has complete information
► The decision maker is aware of all consequences
► The decision maker can identify all the relevant criteria
► The decision maker is constrained by time and costs
Question No: 14 ( Marks: 1 ) - Please choose one
According to which of the following decision making model; people seek solutions that are satisfactory and sufficient?
► Bounded Rational
► Three Component Model
► Contingency
► Rational
Question No: 15 ( Marks: 1 ) - Please choose one
How is the satisficing decision maker best characterized?
► As using rationality
► As using bounded rationality
► As using creativity
► As relying on others to make decisions
Question No: 16 ( Marks: 1 ) - Please choose one
Which of the following is NOT an ethic in decision making?
► Utilitarianism
► Focus on right
► Focus on justice
► Favoritism
Question No: 17 ( Marks: 1 ) - Please choose one
Which of the following statements is NOT an example of stereotyping?
► There is no need to offer child-care to him; men aren’t interested in child care
► Don’t hire an older worker; they can’t learn new skills
► She was good at her last job, so she will be good at this one
► She won’t relocate for a promotion, since women don’t relocate
Question No: 18 ( Marks: 1 ) - Please choose one
What is the primary organizational factor that satisfies people’s physiological needs?
► Relationship
► Recognition
► Pay
► Admiration
Question No: 19 ( Marks: 1 ) - Please choose one
Who developed ERG theory?
► Mcclelland
► Maslow
► Alderfer
► Ouchi
Question No: 20 ( Marks: 1 ) - Please choose one
Shahid is a salaried employee whose job is to proof read legal documents. He discovers that he is paid substantially more than his colleagues, even though their jobs and performances are very similar. What is likely to be his reaction to this discovery according to equity theory?
► The quantity of documents he proofreads will decrease
► The quality of documents he proofreads will decrease
► The quantity and/or the quality of documents he proofreads will increase
► There will be no effect of this fact on his performance
Question No: 21 ( Marks: 1 ) - Please choose one
Which of the following statements is true?
► Older employees have lower rates of avoidable absence than younger workers
► Older employees have lower rates of unavoidable absence than younger workers
► Older employees are more likely to quit their job than younger workers
► Older employees are perceived to be more flexible than younger workers
Question No: 22 ( Marks: 1 ) - Please choose one
Research does NOT support which of the following statements about gender in the workplace?
► Women are more willing to conform to authority than men
► Men are more aggressive than women
► Women are more productive at work than men
► Men have higher expectations of success
Question No: 23 ( Marks: 1 ) - Please choose one
Which of the following is NOT one of the most widely used variable-pay programs?
► Piece-rate wages
► Merit-based pay
► Fixed pay
► Profit sharing plans
Question No: 24 ( Marks: 1 ) - Please choose one
In which of the following situation Synergy is most likely to occur?
► The activities of all group members are fully dependent on one another
► The performance of one member of a group affects what other members do
► Group members must perform specific behaviors in a predetermined order
► Group members acting together produce more or better output than alone
Question No: 25 ( Marks: 1 ) - Please choose one
Which of the following is the stage of group development characterized by the development of close relationships and cohesiveness?
► Forming
► Norming
► Storming
► Adjourning
Question No: 26 ( Marks: 1 ) - Please choose one
Which of the following does NOT explain the characteristics of teams?
► Commonality of purpose
► Interconnectivity among individual members
► Flexibility and degree of responsiveness
► Restrictions on expression of ideas
Question No: 27 ( Marks: 1 ) - Please choose one
Which of the following is NOTconsidered an advantage of electronic meetings?
► Maintains the secrecy of ideas
► Speed up decision making process
► Receiving credit for the best ideas
► Accurate exchange of opinions
Question No: 28 ( Marks: 1 ) - Please choose one
Which of the following statement is true about decision making using nominal group techinque?
► This method is good to generate a quantity of ideas
► This method is good for building group cohesiveness
► This method is good for encouraging independent thinking
► This method is an inexpensive way of generating maximum ideas
Question No: 29 ( Marks: 1 ) - Please choose one
Which of the following is the product of a sender’s encoding?
► Channel
► Message
► Transmission
► Medium
Question No: 30 ( Marks: 1 ) - Please choose one
If Ali is apprehensive regarding oral communication, which of the following behaviors is he leastlikely to display?
► He prefers to talk on the phone
► He prefers to send emails
► He relies on memos or letters
► He avoids face-to-face communication
Question No: 31 ( Marks: 1 ) - Please choose one
Sami is developing marketing page for the company web site and is concerned about the appearance of his active links. He seeks reactions from fellow employees. The reactions he seeks are part of the:
► Adjourning phase
► Encoding phase
► Decoding phase
► Feedback phase
Question No: 32 ( Marks: 1 ) - Please choose one
Which of the following is an important nonverbal component of communication?
► Written memo
► Paraphrase
► Eye contact
► E-mail
Question No: 33 ( Marks: 1 ) - Please choose one
A communication channel with greater channel richness is most likely to provide:
► Greater feedback density
► Greater filtering capability
► Greater perceptual wellness
► Larger amounts of information
Question No: 34 ( Marks: 1 ) - Please choose one
Jobs in which success demands stamina, leg strength and manual dexterity require management to identify an employee’s which characteristics?
► Physical abilities
► Motor abilities
► Mental abilities
► Emotional abilities
Question No: 35 ( Marks: 1 ) - Please choose one
If a manger is responsible to define goals, establish an overall strategy for achieving those goals and matching activities accordingly, then which one of the following functions is he/ she performing?
► Planning
► Organizing
► Leading
► Controlling
Question No: 36 ( Marks: 1 ) - Please choose one
A bachelor degree holder is most likely to have a job that requires:
► Human skills
► Technical skills
► Conceptual skills
► Leading skills
Question No: 37 ( Marks: 1 ) - Please choose one
Which of the following type of values determine the preferences for the means to be used in achieving desired ends?
► Terminal values
► Instrumental values
► Theoretical values
► Social values
Question No: 38 ( Marks: 1 ) - Please choose one
Ali is an employee in a company. He expresses his dissatisfaction by discussing the problem with the superiors, suggests improvements and involves the unions in problem solving, He expresses his dissatisfaction in which of the following ways?
► Exit
► Voice
► Loyalty
► Neglect
Question No: 39 ( Marks: 1 ) - Please choose one
The degree to which an individual believes that performing at a particular level will generate a desired outcome is defined by expectancy theory as what kind of relationship?
► Performance-reward
► Effort-performance
► Reward-personal goal
► Effort-satisfaction
Question No: 40 ( Marks: 1 ) - Please choose one
The communication used by managers to provide job instructions is an example of:
► Downward communication
► Lateral communication
► Directional communication
► Diagonal communication
Question No: 41 ( Marks: 10 )
How does ERG theory differ from Maslow’s hierarchy of needs?
Answer :
Abraham Maslow’s theory of needs describes five levels of needs and from bottom to top order they are :
1) Physiological needs : These include basic needs of food, existence, shelter etc. This is the lowest level of needs in Maslow’s hierarchy.
2) Safety needs :These include the needs for feeling safe and protected from environmental hazards.
3) Social needs : These include the need for belongingness and having social relationships
4) Esteem needs : These needs include the need for being recognized and having respect in society
5) Self actualization needs : This is the highest level of needs and means that a person reaches the full potential he is capable of reaching.
In contrast to this, Clayton Alderfer’s ERG needs are three and they are :
1) Existence needs : The need for existence i.e food, shelter etc.
2) Relatedness needs : The need for having social relationships and being related to.
3) Growth needs: The needs for growth and achieving something and doing something good in life.
Question No: 1 ( Marks: 1 ) - Please choose one
Which one of the following is not considered as a part of organizational output?
► Finished goods
► Services
► Dividends
► Capital
Question No: 2 ( Marks: 1 ) - Please choose one
Which of the following is not one of the types of attitude?
► Job satisfaction
► Job Involvement
► Organizational Behavior
► Organizational commitment
Question No: 3 ( Marks: 1 ) - Please choose one
Which of the following is NOT included in the ways employees can express dissatisfaction?
► Exit
► Voice
► Loyalty
► Noise
Question No: 4 ( Marks: 1 ) - Please choose one
Which dimension of the Big Five model refers to be pleasant and accommodating in social situations?
► Extroversion
► Openness to experience
► Emotional stability
► Agreeableness
Question No: 5 ( Marks: 1 ) - Please choose one
Which of the following is NOT a key component of emotional intelligence?
► Self-awareness
► Self-management
► Commitment
► Empathy
Question No: 6 ( Marks: 1 ) - Please choose one
What effect does stress typically have on mood?
► Positive
► Negative
► Unbiased
► No effect
Question No: 7 ( Marks: 1 ) - Please choose one
It is not possible for Mr. Asim to understand everything he sees, he notices a few of the things, we can say that he engages in:
► Assimilating
► Selective perception
► Halo Effect
► Target Perception
Question No: 8 ( Marks: 1 ) - Please choose one
The most well-known theory of motivation is Abraham Maslow’s _______________.
► Theories x and y
► Hierarchy of needs
► Goal setting theory
► Equity theory
Question No: 9 ( Marks: 1 ) - Please choose one
Our intrinsic desire for personal development is included in Alderfer’s _____________ needs.
► Existence
► Relatedness
► Esteem
► Growth
Question No: 10 ( Marks: 1 ) - Please choose one
Which of the following is NOT an important issue relating to goal-setting theory?
► Defining the goal
► Goal difficulty
► Goal specificity
► Equity among co-workers
Question No: 11 ( Marks: 1 ) - Please choose one
What sort of plan is a company-established benefit plan where employees acquire stock as part of their benefits?
► MBO program
► Gain sharing plan
► Employee stock ownership plan
► Piece-rate plan
Ref: Some corporations make formal arrangements for employee participation, called employee stock ownership plans (ESOPs).Employee stock ownership plans (ESOPs) are set up by companies as a kind of employee benefit trust. An ESOP is a type of employee benefit plan designed to invest primarily in employer stock.
Question No: 12 ( Marks: 1 ) - Please choose one
What happens in the second stage of group development?
► Close relationships are developed
► The group demonstrates cohesiveness
► Intra-group conflict often occurs
► The job task is performed
Question No: 13 ( Marks: 1 ) - Please choose one
Which of the following is one of the drawbacks of group decision making?
► More knowledge through pooling of group resources
► More amount of time is required to make a decision
► Increased acceptance & commitment due to voice in decisions
► Greater understanding due to involvement in decision stages
Question No: 14 ( Marks: 1 ) - Please choose one
Which of the following is traditionally followed by the formal channels of communication within an organization?
► Authority chain
► Influence chain
► Transmission chain
► Social chain
Question No: 15 ( Marks: 1 ) - Please choose one
Clarification to employees about how well they are doing, and what can be done to improve performance, are examples of which function of communication?
► Information
► Control
► Motivation
► Emotional expression
Question No: 16 ( Marks: 1 ) - Please choose one
The _____ network best serves to promote high member satisfaction.
► Direct
► Circle
► Wheel
► All-channel
Question No: 17 ( Marks: 1 ) - Please choose one
A communication channel with greater channel richness is most likely to provide:
► Greater feedback density
► Greater filtering capability
► Greater perceptual wellness
► Larger amounts of information
Question No: 18 ( Marks: 1 ) - Please choose one
The study of organizational behavior is primarily concerned with all of the following dynamics in organizations EXCEPT:
► Interpersonal
► Behavioral
► Astrology
► Psychosocial
Question No: 19 ( Marks: 1 ) - Please choose one
How do proponents of reinforcement theory view behavior?
► As a product of heredity
► As a function of one’s power need
► As the result of a cognitive process
► As environmentally caused
Question No: 20 ( Marks: 1 ) - Please choose one
Which of the following is true for the people who adopt a thinking style based on logics and rationality?
► They process information serially
► They perceive things as a whole
► They perceive things on the basis of past experiences
► Their decisions depend upon situation
Question No: 21 ( Marks: 1 ) - Please choose one
Sheraz wants to become a surgeon, not only because achieving this goal will give him self-respect and autonomy, but also because he wants a job with high status and recognition from others. Which of Maslow’s needs is Sheraz trying to meet?
► Self-actualization
► Social
► Esteem
► Safety
Question No: 22 ( Marks: 1 ) - Please choose one
Teams are very useful in which of the following situations?
► The work to be performed is very basic
► The tasks are interrelated
► No one wants to be accountable
► The group is homogeneous
Question No: 23 ( Marks: 1 ) - Please choose one
All of the following are studied in Organizational Behavior, EXCEPT
► Human behaviors in organizations
► International trade laws
► Organizational culture
► The relationship between people and organizations
Question No: 24 ( Marks: 1 ) - Please choose one
Which of the following behavior of an individual makes a positive contribution to an organization?
► Motivational behavior
► Performance behavior
► Organizational citizenship
► Perceptive contribution
Question No: 25 ( Marks: 1 ) - Please choose one
CEO of a computer manufacturing organization rewards his employees with computers, vacations or bonuses for meeting personal or organizational goal. He is practicing which of the following method of shaping behavior?
► Positive reinforcement
► Negative reinforcement
► Punishment
► Extinction
Question No: 26 ( Marks: 1 ) - Please choose one
The suspension of a construction employee for one day without pay for not wearing hard hat when instructed strictly, is an example of which of the following method of shaping behavior?
► Negative reinforcement
► Punishment
► Extinction
► Positive reinforcement
Question No: 27 ( Marks: 1 ) - Please choose one
The founder of TL Corporation has to face many difficulties while establishing his company even banks were not ready to grant loan. But he showed persistence and after four years he was able to generate finance by the mortgage of his own house. He was exhibiting which of the following personality trait of Big Five Personality Model?
► Agreeableness
► Emotional Stability
► Conscientiousness
► Extroversion
Question No: 28 ( Marks: 1 ) - Please choose one
Mr. Ahmed started his career as a clerk, now after 6 years of hard work he has earned the position of finance manager. He believes that all his success is because of his own hard work and devotion. Ahmed has:
► Self-efficacy
► Internal locus of control
► Emotional intelligence
► High self-esteem
Question No: 29 ( Marks: 1 ) - Please choose one
Which of the following is an example of positive emotions?
► Anger
► Sadness
► Pride
► Disgust
Question No: 30 ( Marks: 1 ) - Please choose one
Which one of the following set of skills is best representing the required competencies of managers?
► Technical skills, human skills and conceptual skills
► Leading skills, motivational skills and human skills
► Organizing skills, interpersonal skills and leading skills
► Motivating skills, intrapersonal skills and conceptual skills
Question No: 31 ( Marks: 1 ) - Please choose one
The rational decision-making approach assumes that decision makers:
► Have complete information
► Are motivated by greed
► Are often distracted by the environment
► Are subjective
Question No: 32 ( Marks: 1 ) - Please choose one
Mr. Ahmad is HR manager in an organization. He has ten employees who directly report to him. They are the part of which of the following group?
► Command group
► Task group
► Friendship group
► Interest group
Question No: 33 ( Marks: 1 ) - Please choose one
Which of the following is a structured approach to decision making that focuses on generating alternatives silently, prevents criticism of alternatives, and uses a voting process to identify group choices?
► Devil's advocacy
► The Delphi technique
► Dialectical inquiry
► The nominal group
Question No: 34 ( Marks: 1 ) - Please choose one
Which of the following determines requirements of organization conversion process?
► Machinery, computers and human skills
► Raw material and capital
► Finished products and services
► HR and information system
Question No: 35 ( Marks: 3 )
Discuss when formal leadership may not be that important?
Question No: 36 ( Marks: 5 )
List and explain different barriers to effective communication.
Question No: 37 ( Marks: 5 )
It is argued that most of the time managers use rational decision making model when risk is high. Do you agree with this statement or not? Give logical reasons to support your answer.
Mgt510 VU Midterm Current Paper (May 2011)
1. Differentiate between continual and continuous improvement. (3 Marks)
2. Define Big Q and Little Q? (3 Marks)
3. What is cost of quality? Explain with examples (5 Marks)
4. Management Principles of ISO9000:2000? (5 Marks)
2. Define Big Q and Little Q? (3 Marks)
3. What is cost of quality? Explain with examples (5 Marks)
4. Management Principles of ISO9000:2000? (5 Marks)
Mgt613 VU Midterm Current Paper (May 2011)
Subjective question are as Follow
1. Which process system would you suggest for the following business industry? (marks 5)
French restaurant
Heavy equipment
sugar refinery
Automobile assembly
Commercial printers
Q2. What is modular design? what is its role in the operations management? (marks 5)
Q3. What are key steps involved in the formulating in a capacity planing strategy? (marks 3)
Q4. What is meant by capacity flexibility and how it can be achieved?
1. Which process system would you suggest for the following business industry? (marks 5)
French restaurant
Heavy equipment
sugar refinery
Automobile assembly
Commercial printers
Q2. What is modular design? what is its role in the operations management? (marks 5)
Q3. What are key steps involved in the formulating in a capacity planing strategy? (marks 3)
Q4. What is meant by capacity flexibility and how it can be achieved?
STA301 VU Midterm Current Paper (May 2011)
statistics and probability
17 MCQS many MCQS were from probability formulas just like independent and other kind of stuff
hope you people prepare paper stat 2009
and the long question were total (2q x 3)(3q x 3)(5q x 2)
types of averages (2)
describe least square method (2)
is baye's theorem works on created sample space for more than two?(2)
NOTE: i answered it ''yes it works!'' you people must verify
difference between absolute dispression and relative dispression (3)
if P (A intersection B) = 2/15
p(A) = 34/80
P(B) = 4/10
are they independent?(3)
find co-effiecent skewness values are q3 = 39.090
q1 = 36 or 40.000
x~ = 41.00(something)
17 MCQS many MCQS were from probability formulas just like independent and other kind of stuff
hope you people prepare paper stat 2009
and the long question were total (2q x 3)(3q x 3)(5q x 2)
types of averages (2)
describe least square method (2)
is baye's theorem works on created sample space for more than two?(2)
NOTE: i answered it ''yes it works!'' you people must verify
difference between absolute dispression and relative dispression (3)
if P (A intersection B) = 2/15
p(A) = 34/80
P(B) = 4/10
are they independent?(3)
find co-effiecent skewness values are q3 = 39.090
q1 = 36 or 40.000
x~ = 41.00(something)
STA630 VU Midterm Current Paper (May 2011)
Research Method paper
Total 32 question
28 mcqs
4 long questions
2 questions of 3 marks
2 questions of 5 marks
What total design effort (TDE) and its importance 3
Aspects of data collection 3
What is cohort and panel study and discuss the difference 5
CATI (computer assisted telephonic interview) in self administrative questions 5
Mostly msqc from research design and data collection and some from chapters 18 to 22 about hwo we increase response rate and self administrative questions and quantitative or qualitative research.
STA630 Another Paper:
= Mention the six tools for data collection. (3 marks)
Q= What characteristics of the respondents should be considered while administering the online questionnaire. (3 marks)
Q = What type of ethical dilemma it is, confidentiality and right to privacy or deception? Justify your opinion. (5 marks)
Q = What is internal consistency and how it can be achieved. (5 marks)
There is 32 question in which 28 MCQs and remaining 4 is subjective
my subjective Question is
1. Difference between Reliability and Validity? (3marks)
2..What is total design effort? And why it is necessary? (3marks)
3.Woodland restaurant in located 10 miles from city, and it is facing
low response rate from customer, and the manager does not properly
market it,define the board problem area(5marks)
4. what is method of assessing Reliability? (5marks)
STA630 Another Paper:
today my sta630 paper total question was 32.and 28 mcqs and four 3+3+5+5
what is deception? is it ethical?
how article help to researcher defining his research?
survey research? and what is relation with collection data?
researcher bias, threats and strategies to stop it?
i am just give you idea that type short questions was mine paper.
STA630 Another Paper:
15 were from past and 13 were from last 10 chapters.
1) charectristics of definition
2)relation of articles with literature
3)case study about cover letter
4)about persona interweing
Q= What characteristics of the respondents should be considered while administering the online questionnaire. (3 marks)
Q = What type of ethical dilemma it is, confidentiality and right to privacy or deception? Justify your opinion. (5 marks)
Q = What is internal consistency and how it can be achieved. (5 marks)
There is 32 question in which 28 MCQs and remaining 4 is subjective
my subjective Question is
1. Difference between Reliability and Validity? (3marks)
2..What is total design effort? And why it is necessary? (3marks)
3.Woodland restaurant in located 10 miles from city, and it is facing
low response rate from customer, and the manager does not properly
market it,define the board problem area(5marks)
4. what is method of assessing Reliability? (5marks)
STA630 Another Paper:
today my sta630 paper total question was 32.and 28 mcqs and four 3+3+5+5
what is deception? is it ethical?
how article help to researcher defining his research?
survey research? and what is relation with collection data?
researcher bias, threats and strategies to stop it?
i am just give you idea that type short questions was mine paper.
STA630 Another Paper:
15 were from past and 13 were from last 10 chapters.
1) charectristics of definition
2)relation of articles with literature
3)case study about cover letter
4)about persona interweing
No comments:
Post a Comment