Computer Programming and Utilization is the fundamental course on the know-how of computers and its language. Are you taking this course and need some revision material? The quiz below is one in many that are designed from your entire course work, give it a shot, and see how good you will score. Don’t forget to share it with tour classmates!
Must contain at least one function
Need not contain any function
Needs input data
None of above
Must contain at least one function
Need not contain any function
Needs input data
None of above
Memory
Processor
Input Device
Output Device
Assembly Language
Programming Language
High-Level Language
Machine Language
True
False
True
False
True
False
30
24
32
36
James Gosling
Bjarne Stroustrup
Dennis Ritchie
Ray Boyce
Printf
Begin
Main
Scanf
Keywords
Tokens
Reserved Keywords
Identifiers
Semicolon
Comma
Full Stop
Colon
Compile,create,link,execute
Create,compile,link,execute
Link,compile,create,execute
Link,create,compile,execute
#define MAX 200
#define MAX=200
# define MAX 200
#define MAX 200;
A=a+b;a=a-b;b=a-b;
A=a+b;b=a-b;a=a-b;
A=a-b;a=a+b;b=a-b;
A=a-b;a=a+b;b=b-a;
X=1,y=1
X=1,y=2
X=2,y=1
X=2,y=2
A*=10
A!=10
A/=10
A%=10
The variable's correct value
The variable's binary form
The variable's address
The variable as it is
2.5
2.00000
2
0
They are unary operators.
The operand can come before or after the operator.
They do not require variables as their operands.
It can not be applied to an expression.
200
30
100
500
-2, 3, 1, 1
2, 3, 1, 2
1, 2, 3, 1
3, 3, 1, 2
True
False
* (asterisk)
| (pipeline)
- (hyphen)
_ (underscore)
* / % + - =
= * / % + -
/ * % - + =
* % / - + =
Wait!
Here's an interesting quiz for you.