System Programming Model Question Paper

System Programming Model Question Paper solved subject related to Master of computers,  Bachelor of computer or IT and computer related diploma, graduate or post graduate courses. These question paper is multiple type question paper.

1. Semantic gap between two specification of the same task is called ________
  1. Specification gap
  2. Execution gap
  3. Both 1 and 2
  4. Semantic gap
2. The gap between the semantics of programs (that perform the same task) written in different programming language is called ________
  1. Specification gap
  2. Execution gap
  3. both 1 and 2
  4. Semantic gap
3. A Translator that transforms the programming language into a simplified language is called _______
  1. Intermediate code
  2. Executable code
  3. low level language
  4. High level language

4. If the source language is assembly language, and the target language is machine language the translator is called ______
  1. Assembler
  2. Compiler
  3. Interpreter
  4. Both 1 and 2
5. A Set of programs that organize, utilize and control hardware in computer system is called ________
  1. Graphic software
  2. Utility Software
  3. System Software
  4. Application Software
6. To represent a single character, computer uses the ______
  1. Single word
  2. Single bit
  3. Single byte
  4. Both 1 and 2
7. The code called ASCII (pronounced "AS-Key"). which stands for _______
  1. American Standard Code for Information Interchange
  2. American Standard computer for information Interchange
  3. American Standard Code for Internal Information
  4. American Standard Code for Information Intervals
8. The address (in either the "sort" 16-bit form or "long" 32-bit form) of the operand immediately follows the instruction, which type of addressing mode it is?
  1. Immediate mode
  2. Address register indirect
  3. Absolute address
  4. Register direct
9. An assembly language is a machine dependent, programming language
  1. Low level
  2. High level
  3. Middle Level
  4. Java
10. The condition code can be tested by a Branch on Condition (BC) instruction. The assembling statement corresponding to it ha the format ___________
  1. BC <condition code spec>, <register address>
  2. BC <memory address>
  3. BC <condition code spec>, <memory address>
  4. BC <condition code spec>

11. Each imperative statement typically translates into ___________
  1. One machine instruction
  2. Two machine instruction
  3. Three machine instruction
  4. One programming instruction
12. Assembler directives ________________ to perform certain actions during the assembly of a program.
  1. Instruct the assembler
  2. Instruct the compiler
  3. Instruct the Parser
  4. Force the lexical analyzer
13. Many assembler have built-in __________ for system calls
  1. Marcos
  2. Instructions
  3. Memory
  4. Processor
14. A macro processor that is not tied to, or integrated with. a particular language or piece of software is called _____
  1. Specific purpose macro processor
  2. General purpose macro processor
  3. Both 1 and 2 
  4. Core Processor
15. The usual reason for using micros is to avoid the overhead of a ______ in simple case.
  1. Function call
  2. Code complexity
  3. Programmer burden
  4. Both b and c
16. During macro expansion, the macro statement is replaced by ________
  1. Sequence of assembly statements
  2. Address of original code
  3. Actual code
  4. Both 1 and 2
17. The program that takes on of more objects generated by compilers and assemblers then into a single executable program is called _______
  1. Linker or link editor
  2. Compiler
  3. Assembler
  4. Both 1 and 2
18. On Unix variants the term _______ is often used as a synonym for linker
  1. Loader
  2. Link Editor
  3. Compiler
  4. Assembler
19. Collection of subprograms used to develop software is called _______
  1. Library
  2. Off-shelf program
  3. Reusable program
  4. Both 2 and 3
20. Dynamic linking means that the subroutines of a library are loaded into an application program ________
  1. At run time
  2. At compile time
  3. At the testing time
  4. Both 2 and 3
21. Computer program that transfer data from offline memory into internal storage is called
  1. Loader
  2. Compiler
  3. Linker
  4. Both  1 and 2
22. The loader can also replace _____ with physical address
  1. System Call
  2. Relocated address
  3. Virtual address
  4. Function Call
23. The object code (or executable code) is generated by a ________
  1. Compiler
  2. Assembler
  3. Both a and b
  4. Linker
24. The process of replacing symbolic references of names of libraries with actual usable address in memory before running a program is called _________
  1. Relocation
  2. Translation
  3. Addressing
  4. Both 1 and 2
25. A abstract machine consisting of a set of states (including the initial state), a set of input events. a set of output events, and a state transition function is called.
  1. Finite State Machine
  2. Moore Machine
  3. Mearly Machine
  4. Both 1 and 2
26. If there can be more than one transition from a given state for a given possible input is called _____
  1. Mearly Machine
  2. Deterministic automata
  3. Non-deterministic automata
  4. Moore Machine
27. Type of finite state machine where the outputs are generate as products of the states is called ____
  1. Moore Machine
  2. Finite State Machine
  3. Both 1 and 2
  4. Mearly Machine
28. Type of finite state machine where the outputs are generated as products of the transition between states is called _______
  1. Statements
  2. Finite
  3. Mearly Machine
  4. Both 1 and 2
29. Compiler is a ________
  1. Translator
  2. Debugger
  3. Interpreter
  4. Both 1 and 2 
31. The primary difference between intermediate code and assembly code is that the intermediate code need not specify the _______ to be used for each operation
  1. Registers
  2. Variables
  3. Pointer
  4. Both 1 and 2
32 The intermediate code generation phase transforms this parse tree into an intermediate language representation of the source program called ______
  1. Object code 
  2. Assembly code 
  3. Three-Address Code. 
  4. both 2 and 3
33. Byte inside computer memory can only hold numbers from ……….. 
  1. 0 to 255 
  2. -166 to 166 
  3. -256 to 256 
  4. 0 to 166

34. The computer keeps track of the first unused byte in memory by simply remembering its address, in the so-called …………. 
  1. file pointer 
  2. Program counter 
  3. stack pointer 
  4. Queue pointer

35. A memory binding is an association between ………. 

a. memory address 
b. Virtual address 
c. memory address of to different machine 
d. both a and b 

36. In static memory allocation, memory is allotted to a variable…………. of a program begins 

a. At the time 
b. After the execution 
c. before the execution 
d. both a and b 

 37. A program or application that software developers use to create, debug, or maintain other programs and applications is called …………. 

a. programming tool 
b. software tool 
c. editing tool 
d. both a and b 

38. Collections of computer data and instructions is called ……….. 

a. information 
b. Processor 
c. software 
d. Hardware 

39. Which of the following is not the editor? 

a. Automake 
b. word processor, more complex textproducing tools 
 c. graphics editor 
d. HTML editor 

40. A Debugger is a ………. that is used to test and debug other programs. 

a. Hardware 
b. Hardware program 
c. computer program 
d. both and b

41. The specification gap is bridged by the ………….., while the execution gap is bridged by the ………….. 

a. software development team, designer of the programming language processor 
b. Hardware development team, translator 
c. translator, software development team 
d. Interpreter, Hardware development team 

42. A binding performed before the execution of a program begins is called…………and a binding performed after the execution of a program has begun is called ………. 

a. static binding , dynamic binding 
 b. dynamic binding , static binding 
c. run time , compile time 
d. program binding, static binding

43. The Von Neumann Architecture is a computer design model that uses a ………... and a……... ……………. structure 

a. processing unit, single separate storage 
b. Multiple processing unit, multiple separate storage 
c. Multiple processing unit, single separate storage 
 d. data bus, device 

44. Binary is a………... System where as switches represent……….. 

a. Translator, communicator 
b. Analog , data condition 
c. mathematical number, data 
d. Character , on-of condition 

45. A simple Assembly Language, each statement has two operands. They are……….. 

a. first operand is always a register, and second operand refers to a memory word using a symbolic name 
 b. first operand is always a memory word, and second operand register 
c. First operand is variables, and second operand is temporary variable 
d. register and accumulator 

46. An assembler must do the two type of tasks, they are …………. 

a. 1. process the pseudo-operations 2. generate the run able code 
b. 1. instruct the compiler 2. generate the instruction 
c. 1. Generate instructions 2. Process pseudo-operations 
 d. 1. generate the instructions 2. run the program 

47. A macro ……………. be passed to another function using a function pointer, because the macro itself has …….... 

a. Cannot, no address 
b. can, address 
c. can, no address 
d. cannot, address

48. A reasonable use of conditional assembly would be to combine two versions of a program, they are………. 
 
a. 1. Compiled program 2. debugged program 
b. 1. Heigh level program 2. Middle level program. 
c. 1. prints debugging information during test 2.production operation 
d. 1. Production operation 2. middle level program 

49. Dynamic linking offers two advantages: which are they? 

a. it provide the link at the run time, pointer assignment is difficult 
b. it is difficult to track the address, passing a pointer to the address is difficult 
c. libraries need to be stored in only one location, function by static linking would have to be re-linked first. 
d. Libraries need to be stored at the multiple location, linking must be done at the compile time. 

 50. The objects are …………. containing machine code and …………..for the linker. 

a. compiled code , link 
b. Program modules, link 
c. program modules, information 
d. assembly codes , link 

 51. The most fundamental functions of loader are to bringing ….. ………….. into memory and starting its execution. 

a. an object program 
b. located data 
c. A header files 
d. Both a and b

52. The loader can be quite simple in a way that it only tells the …………….. where file information is …………………….. 

a. Programmer, loaded 
b. Compiler, loaded 
c. programmer, located 
d. Linker, fetched 

53. LL parsers are examples of………….. Where as LR parsers are examples of 

a. top-down parsers. bottom-up parsers 
 b. bottom-up parsers, top-down parsers 
c. semantic parsing, Precedence Parser 
d. Precedence Parser, bottom-up parsers 

54. The productions of the parser can be used to build a …………. of a program written in human-readable source code that can be compiled to …………. 

a. parse tree, assembly language or pseudo code. 
b. assembly language or pseudo code, parse tree 
c. token , pseudo code 
d. assembly language, parser 

 55. The lexical analyzer is the interface between the.;…………... and the ……….. 

a. source program, compiler 
b. source program, interpreter  
c. Compiler , interpreter 
 d. Source program and assembly program 

56. YACC is a ………….. tool that accepts a …………... as input andgenerates the code for a parser for that grammar as output. 

a. command-line, grammar description 
b. simple , parse tree 
c. operating system , program files 
d. Vi-editor , comments 

57. A static memory allocation corresponds to file …….. And…………. 

a. scope variables, local static variables 
 b. global variable, local variable 
c. static variable, dynamic variable 
d. Register variable, accumulator 

58. Heap memory pool is an ……….memory pool created at start-up that tasks use to …………. allocate memory as needed. 

a. internal , dynamically 
b. external, statically 
c. external , dynamically 
d. internal, statically 

59.. software broken into two major categories 

a. System Software , Application Software 
b. utility software, application software 
c. component software, hardware software 
d. application software, hardware software 

60. Which of the following is debugger? 

a. OLIVER 
 b. IBM Rational Purify 
c. both a and b 
d. word processor, more complex text-producing tools

61. match the followings:
Part A 
1). program that takes as input a program written in one programming language and produces as output a program in another language. 
2). the process that processes the string of tokens built by lexical analysis to determine the statement class, e.g. assignment statement, if statement, etc. 
3).A logically cohesive operation that takes as input one representation of the source program and produces as output another representation. 
Part B 
A. Phase 
B. Syntax analysis. 
C. language translator 

a. 1. C, 2. A, 3. B 
 b. 1.C, 2. B, 3. A 
c. 1. A, 2. C, 3. B 
d. 1.B, 2.A, 3. C

62. State weather the following statement is true or false for Language processors. 
1).It is software which bridges a specification or execution gap. 
2). typically It abandons the generation of the target program it detects errors in the source program. 3). A spectrum of language processors is defined to meet logical requirements 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False

63. State weather the following statement is true or false for RISC 
1). Memory-to-memory: "LOAD" and "STORE" incorporated in instructions 
 2). Low cycles per second, large code sizes 
 3). Spends more transistors on memory registers 

a. False, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False 2. False, 3. False 
d. 1. True, 2. True, 3. False 

64. Match the followings: 
Part A 
1). operand field of instruction contains effective address 
 2).The instruction contains both the identity of an "index register" and a trailing displacement value. 3). a particular way to encode information for storage in a computer file. 

Part B 
A. Direct addressing 
B. file format 
C. Program Counter relative with index and displacement mode 

a. 1. C, 2. A, 3. B 
b. 1.C, 2. B, 3. A 
c. 1. A, 2. C, 3. B 
d. 1.B, 2.A, 3. C

65. State weather the following statement is true or false for design of assembler 
1). Specify the problem. 
2). Define format of data structures 
3). Look for modularity. 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

66. match the followings: 
Part A 
Assembly mnemonic remarks 
1)Register <— memory moveT 
2).Sets condition code 
3). Memory <- register move 

Part B 
Assembly mnemonic 
A. COMP 
B. MOVEM 
C. MOVER 

a. 1.C, 2. A, 3. B 
b. 1.C, 2. B, 3. A 
 c. 1. A, 2. C, 3. B 
d. 1.B, 2.A, 3. C 

67. State weather the following statement is true or false for Microsoft Macro Assembler. 
1).MASM is one of the few Microsoft development tools for which one version targets both 16-bit and 32-bit. 
2). It does not support macro facilities and structured programming idioms 
3). The Microsoft Macro Assembler is an assembler for the x86 family of microprocessors 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. True 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

68. state weather the following statement is true or false for Valid macro arguments 
1).arbitrary sequences of printable characters, not containing blanks, tabs, commas, or semicolons 
2). Single printable characters, preceded by '!' as an escape character 
3). Expressions preceded by a '%' character 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

 69 . State weather the following statement is true or false for Boot strapping 
1). It refers to a process where a simple system activates another more complicated system that serves the same purpose 
2).It is a solution to the Chicken-and-egg problem of starting a certain system without the system already functioning 
3). it's another name is linker 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

70 . State weather the following statement is true or false for Dynamic Linking . 
1). optimal amount of work is done at compile time by the linker 
2).subroutines of a library are loaded into an application program at runtime 
3). There is nothing special which needs to be done by the programmer to take advantage of shared libraries with dynamic linking 

a. 1. False, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False

71. State weather the following statement is true or false for Motivation of a Retarget able loader . 
1). The loader plays an important role in understanding the BFFs/BFF 
2).if we have n different (M, OS, BFF) tuples, we will need to write n different loaders 
3). The process carried out by all loaders are similar although the (M, OS, BFF) tuples are different 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

72. State weather the following statement is true or false for process of parsing a computer language 
1).The first stage is the token generation, or lexical analysis. 
2). The next stage is syntactic parsing or syntactic analysis. 
3). syntactic analysis is done with the help of context-free grammar 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. False, 2. True, 3. False 

73. State weather the following statement is true or false for Advantages of FSM 
1). Tstate transition can be predicted, allowing for easy testing. 
2). FSMs are relatively flexible 
3). there is no processor overhead 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. True, 2. True, 3. False 

74. State weather the following statement is true or false for Java Virtual Machine (JVM) 
1).JVM can also be targeted by compilers of other languages. 
2). Like most virtual machines, the Java Virtual Machine has a stack-based architecture 
3). JVM is an efficient way of getting memory protection on simple architectures that lack a MMU 

a. 1. True, 2. True, 3. True 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. False, 2. True, 3. False

75. State weather the following statement is true or false for Reference counting 
1).Reference counting is a form of automatic memory management where each object has a count of the number of references to it 
2). An object's reference count is incremented when a reference to it is created. 
3). If two or more objects refer to each other, they can create a cycle whereby neither will be collected as their mutual references never let their reference counts become one . 

a. 1. True, 2. True, 3. False 
b. 1. True, 2. False, 3. False 
c. 1. False, 2. False, 3. False 
d. 1. False, 2. True, 3. True

Maruti Suzuki Ignis Alpha 1.3 MT 2017 price, features and specifications

Maruti Suzuki Ignis Alpha 1.3 MT 2017 price, features and specifications. Ignis is launched by the maruti suzuki to indian market as a urban compact car. Four trims are available Sigma, Delta, Zeta and Alpha. thery have options of six colour for the exterior with three options for the roof colour on the top-spec trims. Seating Capacity 5 Person Displacement 1248 cc Fuel Type Diesel Max Power 74 bhp @ 4000 RPM Max Torque 190 Nm @ 2000 RPM Mileage (ARAI) 26.8kmplFuel credit card offersAd Alternate Fuel Not Applicable Transmission Type Manual No of gears 5Gears Drivetrain Front Wheel Drive Air Conditioner Automatic Climate Control Power Windows Front & Rear Central Locking Keyless Anti-Lock Braking System (ABS) Airbags 2 (Driver & Co-Driver) Seat Upholstery Fabric.


Ignis Alpha 1.3 MT Overview

Length 3700mm
Width 1690 mm
Height 1595 mm
Seating Capacity 5 Person
Displacement 1248 cc
Fuel Type Diesel
Max Power 74 bhp @ 4000 RPM
Max Torque 190 Nm @ 2000 RPM
Mileage (ARAI) 26.8kmpl
Alternate Fuel Not Applicable
Transmission Type Manual
No of gears 5Gears
Drivetrain Front Wheel Drive
Air Conditioner Automatic Climate Control
Power Windows Front & Rear
Central Locking Keyless
Anti-Lock Braking System (ABS) Yes
Airbags 2 (Driver & Co-Driver)
Seat Upholstery Fabric


Ignis Alpha 1.3 MT Technical Specs

Dimensions & Weight
Length 3700 mm
Width 1690 mm
Height 1595 mm
Wheelbase 2435 mm
Ground Clearance 180 mm
Kerb Weight 960 kg
Capacity
Doors 5 Doors
Seating Capacity 5 Person
No of Seating Rows 2 Rows
Bootspace 260 litres
Fuel Tank Capacity 32 litres
Engine & Transmission
Fuel Type Diesel
Max Torque (Nm@rpm) 190 Nm @ 2000 RPM
Mileage (ARAI) 26.8 kmpl
Displacement 1248 cc
Max Power (bhp@rpm) 74 bhp @ 4000 RPM
Cylinders 4, Inline
Turbocharger/Supercharger Turbocharged
Turbocharger Type Fixed Geometry
Valve/Cylinder (Configuration) 4, DOHC
No of gears 5 Gears
Transmission Type Manual
Drivetrain Front Wheel Drive
Dual Clutch No
Sport Mode No
Manual Shifting for Automatic No
Driving Modes No
Engine Start-Stop Function No
Alternate Fuel Not Applicable
Suspensions, Brakes & Steering
Suspension Front McPherson Strut
Suspension Rear Torsion Beam
Front Brake Type Disc
Rear Brake Type Drum
Minimum Turning Radius 4.7 metres
Steering Type Power assisted (Electric)
Wheels Alloy Wheels
Spare Wheel Steel
Front Tyres 175 / 65 R15
Rear Tyres 175 / 65 R15


Ignis Alpha 1.3 MT Standard Features

Safety
Airbags 2 (Driver & Co-Driver)
Dual-Stage Airbags No
Middle rear three-point seatbelt Yes
Middle Rear Head Rest No
Tyre Pressure Monitoring System (TPMS) No
Child Seat Anchor Points Yes
Seat Belt Warning Yes
Braking & Traction
Anti-Lock Braking System (ABS) Yes
Electronic Brake-force Distribution (EBD) Yes
Brake Assist (BA) No
Electronic Stability Program (ESP) No
Four-Wheel-Drive No
Hill Hold Control No
Traction Control System (TC/TCS) No
Ride Height Adjustment No
Hill Descent Control No
Limited Slip Differential (LSD) No
Differential Lock No
Locks & Security
Engine immobilizer Yes
Central Locking Keyless
Speed Sensing Door Lock Yes
Child Safety Lock Yes
Comfort & Convenience
Air Conditioner Automatic Climate Control
Rear AC No
12V Power Outlets Yes
Steering Adjustment Tilt
Keyless Start/ Button Start Yes
Headlight off and lgnition Key Off Reminder Yes
Cruise Control No
Parking Sensors Rear
Parking Assist Reverse Camera
Anti-glare Mirrors No
Vanity Mirrors on Sun Visors Co-Driver Only
Heater Yes
Cabin-Boot Access Yes
Seats & Upholstery
Seat Upholstery Fabric
Leather-wrapped Steering Wheel No
Leather-wrapped Gear Knob No
Driver Seat Adjustment Manual with Height Adjustment
Head-rests Front & Rear
Front Passenger Seat Adjustment Manual
Lumbar Support No
Adjustable Lumbar Support No
Driver Armrest No
Rear Passenger Seats Bench
Rear Passenger Adjustable seats No
3rd Row Seats No
3rd Row Seat Adjustment No
Ventilated Seats No
Ventilated Seat Type No
Interiors Dual Tone
Rear Armrest No
Folding Rear Seat Partial
Split Rear Seat 60:40 split
Split Third Row Seat No
Front Seat Pockets Yes
Adjustable Head-rests Front & Rear
Electrically Adjustable Headrests No
Storage
Cup Holders Front Only
Driver Armrest Storage No
Cooled Glove Box No
Sunglass Holder No
Third Row Cup Holders No
Doors, Windows, Mirrors & Wipers
One Touch -Down Driver
One Touch - Up No
Power Windows Front & Rear
Outside Rear View Mirrors (ORVMs) Body Coloured
Adjustable ORVM Electrically Adjustable & Retractable
Turn Indicators on ORVM Yes
Rear Defogger Yes
Rear Wiper Yes
Exterior Door Handles Body Coloured
Interior Door Handles Chrome
Rain-sensing Wipers No
Door Pockets Front & Rear
Door Blinds No
Rear Window Blind No
Boot-lid Opener Internal
Exterior
Sunroof / Moonroof No
Roof rails No
Roof Mounted Antenna Yes
Body-Coloured Bumpers Yes
Chrome Finish Exhaust pipe No
Body Kit No
Rub - Strips No
Lighting
Cornering Headlights No
Headlamps LED
Automatic Head Lamps No
Follow me home headlamps No
Daytime Running Lights Yes
Fog Lamps Front
Tail Lamps Conventional
Cabin Lamps Front
Headlight Height Adjuster Yes
Glove Box Lamp No
Lights on Vanity Mirrors Co-Driver Only
Rear Reading Lamp No
Instrumentation
Instrument Cluster Analog
Trip Meter 2 Trips
Average Fuel Consumption Yes
Average Speed Yes
Distance to Empty Yes
Clock Digital
Low Fuel Level Warning Yes
Door Ajar Warning Yes
Adjustable Cluster Brightness No
Gear Indicator No
Shift Indicator No
Heads Up Display (HUD) No
Tachometer Analog
Instantaneous Consumption Yes
Entertainment, Information & Communication
Integrated (in-dash) Music System Yes
Head Unit Size 2 Din
Display Touch-screen Display
Display Screen for Rear Passengers No
GPS Navigation System No
Speakers 6
USB Compatibility Yes
Aux Compatibility Yes
Bluetooth Compatibility Phone & Audio Streaming
MP3 Playback Yes
CD Player Yes
DVD Playback No
AM/FM Radio Yes
iPod Compatibility No
Internal Hard-drive No
Steering mounted controls Yes
Voice Command No
Manufacturer Warranty
Warranty (Years) 2
Warranty (Kilometres) 40000

Ignis Alpha 1.3 MT Colours

    • Tinsel Blue/Midnight Balck
    • Tinsel Blue/Pearl Arctic White
    • Urban Blue
    • Silky Silver
    • Uptown Red/Midnight Black
    • Pearl Arctic White

Maruti Suzuki Dzire LXI 2017 price, features and specifications

Maruti Suzuki Dzire LXI 2017 price, features and specifications. After introduced 2007 this is the most favourite and a compact sedan, it have record breaking sales in the country, this is a next generation model wiht the eay catching design and improved features. it has Seating Capacity 5 Person Displacement 1197 cc Fuel Type Petrol Max Power 82 bhp @ 6000 RPM Max Torque 113 Nm @ 4200 RPM Mileage (ARAI) 22kmpl Alternate Fuel Not Applicable Transmission Type Manual No of gears 5Gears Drivetrain Front Wheel Drive Air Conditioner Manual Power Windows No Central Locking No Anti-Lock Braking System (ABS) Yes Airbags 2 (Driver & Co-Driver) Seat Upholstery Fabric.


Dzire LXI Overview

Length 3995mm
Width 1735 mm
Height 1515 mm
Seating Capacity 5 Person
Displacement 1197 cc
Fuel Type Petrol
Max Power 82 bhp @ 6000 RPM
Max Torque 113 Nm @ 4200 RPM
Mileage (ARAI) 22kmpl


Dzire LXI Technical Specs

Dimensions & Weight
Length 3995 mm
Width 1735 mm
Height 1515 mm
Wheelbase 2450 mm
Ground Clearance 163 mm
Kerb Weight 860 kg
Capacity
Doors 4 Doors
Seating Capacity 5 Person
No of Seating Rows 2 Rows
Bootspace 378 litres
Fuel Tank Capacity 37 litres
Engine & Transmission
Compression Ratio 11:1
Displacement 1197 cc
Engine Type K-Series Petrol engine with VVT
Mileage (ARAI) 22 kmpl
Turbocharger/Supercharger No
Valve/Cylinder (Configuration) 4, DOHC
Bore (mm) x Stroke (mm) 73 mm x 71.5 mm
Drivetrain Front Wheel Drive
Dual Clutch No
Sport Mode No
Alternate Fuel Not Applicable
Fuel Type Petrol
Fuel System Multipoint injection
Max Power (bhp@rpm) 82 bhp @ 6000 RPM
Max Torque (Nm@rpm) 113 Nm @ 4200 RPM
Turbocharger Type No
No of gears 5 Gears
Cylinders 4, Inline
Transmission Type Manual
Manual Shifting for Automatic No
Driving Modes No
Engine Start-Stop Function No
Suspensions, Brakes & Steering
Suspension Front MacPherson Strut
Suspension Rear Torsion Beam
Front Brake Type Disc
Rear Brake Type Drum
Minimum Turning Radius 4.8 metres
Steering Type Power assisted (Electric)
Wheels Steel Rims
Spare Wheel Steel
Front Tyres 165 / 80 R14
Rear Tyres 165 / 80 R14

Dzire LXI Standard Features

Safety
Airbags 2 (Driver & Co-Driver)
Dual-Stage Airbags No
Middle rear three-point seatbelt No
Middle Rear Head Rest No
Tyre Pressure Monitoring System (TPMS) No
Child Seat Anchor Points Yes
Seat Belt Warning Yes
Braking & Traction
Anti-Lock Braking System (ABS) Yes
Electronic Brake-force Distribution (EBD) Yes
Brake Assist (BA) Yes
Electronic Stability Program (ESP) No
Four-Wheel-Drive No
Hill Hold Control No
Traction Control System (TC/TCS) No
Ride Height Adjustment No
Hill Descent Control No
Limited Slip Differential (LSD) No
Differential Lock No
Locks & Security
Engine immobilizer Yes
Central Locking No
Speed Sensing Door Lock No
Child Safety Lock Yes
Comfort & Convenience
Air Conditioner Manual
Rear AC No
12V Power Outlets 1
Steering Adjustment Tilt
Keyless Start/ Button Start No
Headlight off and lgnition Key Off Reminder Yes
Cruise Control No
Parking Sensors No
Parking Assist No
Anti-glare Mirrors Manual - Internal Only
Vanity Mirrors on Sun Visors No
Heater Yes
Cabin-Boot Access No
Seats & Upholstery
Seat Upholstery Fabric
Leather-wrapped Steering Wheel No
Leather-wrapped Gear Knob No
Driver Seat Adjustment Manual
Head-rests Front
Front Passenger Seat Adjustment Manual
Lumbar Support No
Adjustable Lumbar Support No
Driver Armrest No
Rear Passenger Seats Bench
Rear Passenger Adjustable seats No
3rd Row Seats No
3rd Row Seat Adjustment No
Ventilated Seats No
Ventilated Seat Type No
Interiors Dual Tone
Rear Armrest No
Folding Rear Seat No
Split Rear Seat No
Split Third Row Seat No
Front Seat Pockets No
Adjustable Head-rests No
Electrically Adjustable Headrests No
Storage
Cup Holders Front Only
Driver Armrest Storage No
Cooled Glove Box No
Sunglass Holder No
Third Row Cup Holders No
Doors, Windows, Mirrors & Wipers
One Touch -Down No
One Touch - Up No
Power Windows No
Outside Rear View Mirrors (ORVMs) Black
Adjustable ORVM Internally Adjustable
Turn Indicators on ORVM No
Rear Defogger No
Rear Wiper No
Exterior Door Handles Black
Interior Door Handles Painted
Rain-sensing Wipers No
Door Pockets Front & Rear
Door Blinds No
Rear Window Blind No
Boot-lid Opener Internal
Exterior
Sunroof / Moonroof No
Roof rails No
Roof Mounted Antenna Yes
Body-Coloured Bumpers Yes
Chrome Finish Exhaust pipe No
Body Kit No
Rub - Strips No
Lighting
Cornering Headlights No
Headlamps Conventional
Automatic Head Lamps No
Follow me home headlamps No
Daytime Running Lights No
Fog Lamps No
Tail Lamps LED
Cabin Lamps Front
Headlight Height Adjuster Yes
Glove Box Lamp No
Lights on Vanity Mirrors No
Rear Reading Lamp No
Instrumentation
Instrument Cluster Analog
Trip Meter Multi-Function Display
Average Fuel Consumption Yes
Average Speed Yes
Distance to Empty Yes
Clock Digital
Low Fuel Level Warning Yes
Door Ajar Warning Yes
Adjustable Cluster Brightness No
Gear Indicator Yes
Shift Indicator Yes
Heads Up Display (HUD) No
Tachometer No
Instantaneous Consumption No
Entertainment, Information & Communication
Integrated (in-dash) Music System No
Head Unit Size Not Available
Display No
Display Screen for Rear Passengers No
GPS Navigation System No
Speakers No
USB Compatibility No
Aux Compatibility No
Bluetooth Compatibility No
MP3 Playback No
CD Player No
DVD Playback No
AM/FM Radio No
iPod Compatibility No
Internal Hard-drive No
Steering mounted controls No
Voice Command No
Manufacturer Warranty
Warranty (Years) 2
Warranty (Kilometres) 40000

Dzire LXI Colours

    • Oxford Blue
    • Magnum Grey
    • Gallant Red
    • Sherwood Brown
    • Silky Silver
    • Pearl Arctic White

Students Tech Life