WorksheetsProgramming language
Total questions: 20
Worksheet time: 10mins
______generation of language is known for resembling human speech.
second
third
fourth
fifth
The process of writing a program is called
machine language
low level language
software
programming
______is the main purpose of an algorithm
To create flowcharts
To canvert high lev el language
To perform step by step procedure
none
______language is directly understood by computer.
high level
assembly
machine
third generation
______symbol is used to indicate the input and output of a program
rectangle
parallelogram
rhombus
oval
The ______ symbol is used to join the parts of a flowchart
flow lines
connectors
processing box
decision box
The set of instructions written in a language which computer can understand is called a ______
program
interpreter
compiler
assembler
The people who write programs are called _______
researchers
presidents
programmers
robots
A___language is user friendly and resembles the english language.
machine
assembly
high level
code
A ________converts one line of a program at a time.
program
interpreter
compiler
machine
The ______ symbol is used to represent the start or end of a flowchart.
arrow
oval
rectangle
diamond
Natural language are often associated with expert systems and _________
low level language
assembly language
Artificial Intelligence
machines
A ______is a diagramatical representation of an algorithm,
natural language
flowchart
algorithm
HLL
______ shape box is used to check the conditions, display comparisons and take decisions
Parallelogram
Rhombus
Rectangle
Oval
The direction of flow in any flowchart should be from______
top to bottom
right to left
bottom to top
all
_____converts the entire HLL program into machine language at once and dsplays errors for the whole program together
processor
AI
compiler
flowchart
_____ type of language uses mnemonic codes
Natural language
Assemby language
Low level
High level
The ______ symbol is used to indicate a process in a flowchart.
oval
parallelogram
diamond
rectangle
High level language programs are ________
machine dependent
machine independent
safe
All correct
What does a compiler do?
Translates the entire program at once
Edits the source code
Converts one line of a code
All correct
