NEW
Font size
WorksheetsC PROGRAMMING TEST
Total questions: 33
Worksheet time: 29mins
Program is a list of_______________, written in a _______________________ to determines the behaviour of a machine.
word, english
instructions , programming language
instructions, word
A machine language that has its own set of grammatical rules is called as ___________________________
intelligence languange
robotic
programming language
C language was developed by Dennis Ritchie at Bell Laboratories in year_____________
1963
1972
1969
A flowchart is a graphical representation that helps programmer to develop algorithms in programming.
True
False
A flowchart is a graphical representation that helps programmer to develop algorithms in programming.
True
False
Process of writing the C source code is called as ___________________
Editing
LInking
Executing
C programming consists of two section which are _________________ and ___________________
Pre-processor directives ; Main function
Pre-processor directives ; end statement
statements ; Main function
1.Relational
2.Arithmetic
3.Logical
4.Assignment
