NEW
Font size
WorksheetsComputer Programming - Intro
Total questions: 12
Worksheet time: 6mins
All programming languages follow certain grammar while coding. What is this grammar called as?
instruction
command
syntax
information
Set of instructions are written to perform a task. What is this set of instructions called as?
information
Data
Program
syntax
High level language is converted in to machine language using a translator. What type of translator is used in C & C++ ?
Interpreter
Compiler
Assembler
Decoder
High level language is converted in to machine language using a translator. What type of translator is used in the popular programming language Python?
Interpreter
Compiler
Assembler
Decoder
Which of the following converts the program into object code, that can be directly executed by the machine after linking?
An Interpreter
A Compiler
A Decoder
An Assembler
Which of the following directly executes instructions written in programming language, without converting to object code or machine code?
An Interpreter
A Compiler
An Assembler
A Decoder
Which of the following translates a program written in assembly language into machine language?
An Interpreter
A Compiler
An Assembler
A Decoder
Compiler uses few tools. Which tool merges the object files and create executable files?
Pre-processor
Linker
Loader
Assembler
The Preprocessor removes_____ from the source code.
comments
header files
comments & header files
names of variables
Which part of Operating System, loads the executable files in the memory and helps in running the programs?
Pre-processor
Linker
Loader
Assembler
Which of the following translates the source code, one line at a time.
An Interpreter
A Compiler
An Assembler
A Decoder
Which of the following is designed to replace binary machine code with an easy understandable mnemonic code.
High Level Language
Middle level Language
Assembly language
Machine Language
