- Algorithm
- Compiler Design
- Computer Fundamentals
- Computer Networks
- Computer Organization & Architecture
- DBMS
- Digital logic
- Information System
- Ms Office
- Operating System
- Programming & Data structure
- Software Engineering
- Software Testing
- System Programming
- Theory of computation
- Web technology
- Analog & Digital Circuits
- Control System
- Electronic Devices
- EMFT
- Junctions, Diodes & Tunnel
- Signals & systems
- Wireless Communication
- Engineering Mechanics
- Fluid Mechanics
- Heat Transfer
- I.C. Engines
- Power Engineering
- Strength of Materials
- Theory of Machines
- Thermodynamics
- Concrete Structure
- Construction & Structure engineering
- Costing & Valuation of Building Materials
- Errors & Adjustments
- Hydraulics
- Soil Mechanics
- Steel Structures
- Structural Analysis
- Surveying
- Traffic Engineering
- Water supply & waste water engineering
Computer Science/IT
Electronics & communications
Mechanical Engineering
Civil engineering
Electrical engineering
-
-
( 1 ) In high level programming language Pascal, each program statement ends with the
- 1) comma
- 2) semicolon
- 3) double quotation marks
- 4) single quotation marks
-
Show Answer Report Discussion in forumAnswer : 2) semicolon
Solution : In high level programming language Pascal, each program statement ends with the semicolon.
discussion
Answer : 2) semicolon
-
-
-
( 2 ) The system program which performs one simple task is classified as
- 1) utility programs
- 2) function program
- 3) compiling program
- 4) enquiry program
-
Show Answer Report Discussion in forumAnswer : 1) utility programs
Solution : The system program which performs one simple task is classified as utility programs.
discussion
Answer : 1) utility programs
-
-
-
( 3 ) The programming language 'COMAL' stand for
- 1) common algorithmic language
- 2) common arithmetic language
- 3) common arithmetic learning
- 4) common algorithmic learning
-
Show Answer Report Discussion in forumAnswer : 1) common algorithmic language
Solution : The programming language 'COMAL' stand for common algorithmic language.
discussion
Answer : 1) common algorithmic language
-
-
-
( 4 ) In programming, the programmers used comments to
- 1) highlight program modules
- 2) explain module functions
- 3) explain used variables
- 4) all of above
-
Show Answer Report Discussion in forumAnswer : 4) all of above
Solution : In programming, the programmers used comments to highlight program modules, explain module functions and explain used variables.
discussion
Answer : 4) all of above
-
-
-
( 5 ) The programming language which is used for scientific purposes and the work is to be done in batches is
- 1) PASCAL
- 2) FORTRAN
- 3) LOGO
- 4) COMAL
-
Show Answer Report Discussion in forumAnswer : 2) FORTRAN
Solution : The programming language which is used for scientific purposes and the work is to be done in batches is FORTRAN.
discussion
Answer : 2) FORTRAN
-
-
-
( 6 ) A computer system that permits multiple users to run programs at same time
- 1) Real time system
- 2) Multi programming system
- 3) Time sharing system
- 4) Multi tasking system
-
Show Answer Report Discussion in forumAnswer : 4) Multi tasking system
Solution : A computer system that permits multiple users to run programs at same time is known as Multi tasking system.
discussion
Answer : 4) Multi tasking system
-
-
-
( 7 ) The translator which perform macro expansion is called a
- 1) Macro processor
- 2) Macro pre-processor
- 3) Micro pre-processor
- 4) Assembler
-
Show Answer Report Discussion in forumAnswer : 2) Macro pre-processor
Solution : The translator which perform macro expansion is called a Macro pre-processor.
discussion
Answer : 2) Macro pre-processor
-
-
-
( 8 ) A grammar for a programming language is a formal description of
- 1) Syntax
- 2) Semantics
- 3) Structure
- 4) library
-
Show Answer Report Discussion in forumAnswer : 3) Structure
Solution : A grammar for a programming language is a formal description of Structure.
discussion
Answer : 3) Structure
-
-
-
( 9 ) The senior programmers, programming managers and chief programmers are the programmers with
- 1) special responsibilities
- 2) testing responsibilities
- 3) debugging responsibilities
- 4) maintenance responsibilities
-
Show Answer Report Discussion in forumAnswer : 1) special responsibilities
Solution : The senior programmers, programming managers and chief programmers are the programmers with special responsibilities.
discussion
Answer : 1) special responsibilities
-
-
-
( 10 ) A program which interprets each line of high level program at the time of execution is called
- 1) instructor
- 2) interpreter
- 3) translator
- 4) executor
-
Show Answer Report Discussion in forumAnswer : 2) interpreter
Solution : A program which interprets each line of high level program at the time of execution is called interpreter.
discussion
Answer : 2) interpreter
-