logo
  • Home
  • Test & Rank
  • About
  • Training
  • Programming
  • CS
  • IT
  • IS
  • ECE
  • EEE
  • EE
  • Civil
  • Mechanical
  • Chemical
  • Metallurgy
  • Instrumentation
  • Aeronautical
  • Aerospace
  • Biotechnology
  • Mining
  • Marine
  • Agriculture
  • MCA
  • BCA
  • Internship
  • Jobs
  • Contact

Machine Dynamics Multiple Choice Questions | MCQs | Quiz

Machine Dynamics Interview Questions and Answers
Practice Machine Dynamics questions and answers for interviews, campus placements, online tests, aptitude tests, quizzes and competitive exams.

Get Started

•   Precessional Motion
•   Gyroscopic Couple
•   Gyroscopic Couple Effects
•   Steering & Pitching Effects
•   Pitching & Rolling Effects
•   Four Wheel Stability
•   Two Wheel Vehicle Stability
•   Rotating Shaft Effects
•   Rigid Body Resultant Effect
•   Klien’s Construction
•   Ritterhaus’s Construction
•   Bennett’s Construction
•   Angular Velocity
•   Engine Reciprocating Parts
•   Two Mass Systems
•   Engine - Inertia Forces
•   ↓Turning Moment Diagram↓
•   Single Cylinder Engine
•   Four Stroke Cycle Engine
•   Energy Coefficient
•   Speed Fluctuation
•   Multicylinder Engine
•   Energy Fluctuation
•   Flywheel
•   Flywheel Energy Storage
•   Punching Press Flywheel
•   Steam Engine Valves
•   Reversing Gears
•   Governors
•   Governors Types
•   Watt Governor
•   Porter Governor
•   Hartnell Governor
•   Hartung Governor
•   Wilson-Hartnell Governor
•   Pickering Governor
•   Governors Sensitiveness
•   Isochronous Governor
•   Governor Effort & Power
•   Porter Governor Effort
•   Controlling Force
•   Porter Governor Diagram
•   Spring-controlled Governor
•   Insensitiveness Coefficient
•   Brakes & Dynamometers
•   Brakes
•   Dynamometer
•   Differential Band Brake
•   Dynamometers Types
•   Epicyclictrain Dynamometer
•   Belt Transmission-Froude
•   Bevis Gibson Flash Light
•   Cams
•   Cams Classification
•   Tangent Cam - Roller
•   Acceleration Diagrams
•   Circular Arc Cam
•   Balancing Rotating Masses
•   ↓ Single Rotating Mass ↓
•   Balancing Same Plane
•   Balancing Different Planes
•   ↓Several Masses Rotating↓
•   Balancing Same Plane
•   Balancing Different Planes
•   Reciprocating Masses
•   Balancing Locomotives
•   Two Cylinder Locomotives
•   Tractive Force Variation
•   Swaying Couple
•   Coupled Locomotives
•   V-engines Balance
•   Vibratory Motion
•   Vibratory Motion Types
•   Free Longitudinal Vibrations
•   Free Transverse Vibrations
•   Shaft Whirling Speed
•   Free Damped Vibrations
•   Magnification Factor
•   Vibration Isolation
•   ↓ Torsional Vibrations ↓
•   Inertia Effect
•   Single Rotor System
•   Two Rotor System
•   Three Rotor System
•   Torsionally Equivalent Shaft
•   Geared System Vibrations
•   Four Bar Mechanism
•   Four Bar Mechanism
•   Slider Crank Mechanism
•   Synthesis Problem
•   Function Generation
•   Least Square Technique
•   Coupler Point
•   Body Guidance Synthesis
•   Analytical Synthesis
•   Automatic Control
•   Open Loop Function
•   Closed Loop Function

Best Reference Books

•   Machine Dynamics Books

« Prev Page
Next Page »

Machine Dynamics Questions and Answers – Computer Aided Synthesis of Four Bar Mechanism With Coupler Point

Posted on October 21, 2019 by Manish

This set of Machine Dynamics Assessment Questions and Answers focuses on “Computer Aided Synthesis of Four Bar Mechanism With Coupler Point”.

1. A micro programmed control unit
a) is faster than hardwired control unit
b) facilitates easy implementation of new instructions
c) is useful when very small programs are to be run
d) usually refers to the control unit of microprocessor
View Answer

Answer: b
Explanation: A micro programmed control unit facilitates easy implementation of new instructions.
advertisement

2. Preparing a magnetic disk for data storage is called
a) booting
b) formatting
c) debuffing
d) buffing
View Answer

Answer: b
Explanation: Preparing a magnetic disk for data storage is called formatting.

3. The addressing mode used in the instruction PUSH B is
a) direct
b) register
c) register indirect
d) immediate
View Answer

Answer: b
Explanation: There are four types of instruction: –
PUSH A, PUSH B, add α popc
Wherein addressing mode used are as follows: –
PUSH A – Direct
PUSH B – Register
Add – Register indirect
Pop.C – Immediate

4. Index register in a microprocessor is used for
a) direct addressing
b) address modification
c) pointing to the stack
d) loop execution
View Answer

Answer: c
Explanation: Index Register is also called special purpose Register, which is used as stack pointer to programme stack i.e., is used to hold the address of the top of stack.
advertisement

5. In the Fortran program
M = 0
DO 100I = 1,2
DO 200J = 1,2
M = M + I + J
200 CONTINUE
100 CONTINUE
STOP
END
the value of M in the end will be
a) 10
b) 11
c) 12
d) 14
View Answer

Answer: c
Explanation: m = 0,
I = 1,
J = 1
m = m + I + J = 0 + 1 + 1 = 2
m = 2, I = 1, J = 2
m = 2 + 1 + 2 = 5
m = 5, I = 2, I = 1
m = 5 + 2 + 1 = 8
m = 8, I = 2, J = 2
m = 8 + 2 + 2 = 12

6. In a FORTRAN program
a) all statements must be numbered
b) the numbered statements must be referred
c) the statements referred must be numbered
d) all statements must be referred
View Answer

Answer: c
Explanation: In Fortran programming the statements referred must be numbered.

7. Program status word (PSW) contains various status of
a) Program
b) CPU
c) ALU
d) Register
View Answer

Answer: d
Explanation: PSW is a collection of data 8 bytes or (64 bits) long maintained by the o.s and it keeps track of current status of system registers. It describes: –
1. Interrupt masks
2. Privillage states
3. condition code
4. Instruction address
advertisement

8. In NC machining, coordinated movement of separately driven axes motion is required to achieve the desired path of tool relative to workpiece. The generation of these reference signals is accomplished through a device called
a) approximator
b) interpolator
c) coordinator
d) director
View Answer

Answer: b
Explanation: Interpolator is a device which manages the axis coordination in multi-axes machines like more than 3-axis machines.

9. MRP input requires:
a) MPS
b) BOM
c) Inventory file
d) All of the mentioned
View Answer

Answer: d
Explanation: None

10. BOM structure is used to calculate:
a) Due dates
b) Net requirements
c) Manpower requirements
d) All of the mentioned
View Answer

Answer: b
Explanation: The BOM is stored in a database and it is used in Materials Requirement Planning.

Sanfoundry Global Education & Learning Series – Machine Dynamics.
To practice all areas of Machine Dynamics Assessment Questions, here is complete set of 1000+ Multiple Choice Questions and Answers.

« Prev Page - Machine Dynamics Questions and Answers – Programme using Least Square Technique
» Next Page - Machine Dynamics Questions and Answers – Synthesis of Four Bar Mechanism for Body Guidance

« Machine Dynamics Questions and Answers – Programme using Least Square Technique
Machine Dynamics Questions and Answers – Synthesis of Four Bar Mechanism for Body Guidance »
advertisement

Deep Dive @ Sanfoundry:

  1. C# Programming Examples on Exceptions
  2. Machine Drawing Questions and Answers
  3. Machine Design Questions and Answers
  4. Computer Fundamentals Questions and Answers
  5. Machine Kinematics Questions and Answers
  6. Machine Tools & Machining Questions and Answers
  7. C Programming Examples on Stacks & Queues
  8. Python Programming Examples on Stacks & Queues
  9. C# Programming Examples on Data Structures
  10. Machine Dynamics Questions and Answers
Manish Bhojasia
Manish Bhojasia, a technology veteran with 20+ years @ Cisco & Wipro, is Founder and CTO at Sanfoundry. He is Linux Kernel Developer & SAN Architect and is passionate about competency developments in these areas. He lives in Bangalore and delivers focused training sessions to IT professionals in Linux Kernel, Linux Debugging, Linux Device Drivers, Linux Networking, Linux Storage, Advanced C Programming, SAN Storage Technologies, SCSI Internals & Storage Protocols such as iSCSI & Fiber Channel. Stay connected with him @ LinkedIn | Facebook | Twitter

Best Careers

Developer Tracks
SAN Developer
Linux Kernel Developer
Linux Driver Developer
Linux Network Developer

Live Training Photos
Mentoring
Software Productivity
GDB Assignment
Sanfoundry is No. 1 choice for Deep Hands-ON Trainings in SAN, Linux & C, Kernel Programming. Our Founder has trained employees of almost all Top Companies in India such as VMware, Citrix, Oracle, Motorola, Ericsson, Aricent, HP, Intuit, Microsoft, Cisco, SAP Labs, Siemens, Symantec, Redhat, Chelsio, Cavium, ST-Micro, Samsung, LG-Soft, Wipro, TCS, HCL, IBM, Accenture, HSBC, Mphasis, Tata-Elxsi, Tata VSNL, Mindtree, Cognizant and Startups.

Best Trainings

SAN I - Technology
SAN II - Admin
Linux Fundamentals
Advanced C Training
Linux-C Debugging
System Programming
Network Programming
Linux Threads
Kernel Programming
Kernel Debugging
Linux Device Drivers

Best Reference Books

Computer Science Books
Algorithm & Programming Books
Electronics Engineering Books
Electrical Engineering Books
Chemical Engineering Books
Civil Engineering Books
Mechanical Engineering Books
Industrial Engineering Books
Instrumentation Engg Books
Metallurgical Engineering Books
All Stream Best Books

Questions and Answers

1000 C Questions & Answers
1000 C++ Questions & Answers
1000 C# Questions & Answers
1000 Java Questions & Answers
1000 Linux Questions & Answers
1000 Python Questions
1000 PHP Questions & Answers
1000 Hadoop Questions
Cloud Computing Questions
Computer Science Questions
All Stream Questions & Answers

India Internships

Computer Science Internships
Instrumentation Internships
Electronics Internships
Electrical Internships
Mechanical Internships
Industrial Internships
Systems Internships
Chemical Internships
Civil Internships
IT Internships
All Stream Internships

About Sanfoundry

About Us
Copyright
Terms
Privacy Policy
Jobs
Bangalore Training
Online Training
Developers Track
Mentoring Sessions
Contact Us
Sitemap
© 2011 Sanfoundry. All Rights Reserved.