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
Rate this question:
Memory
Processor
Input Device
Output Device
Rate this question:
Assembly Language
Programming Language
High-Level Language
Machine Language
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
30
24
32
36
Rate this question:
James Gosling
Bjarne Stroustrup
Dennis Ritchie
Ray Boyce
Rate this question:
Printf
Begin
Main
Scanf
Rate this question:
Keywords
Tokens
Reserved Keywords
Identifiers
Rate this question:
Semicolon
Comma
Full Stop
Colon
Rate this question:
Compile,create,link,execute
Create,compile,link,execute
Link,compile,create,execute
Link,create,compile,execute
Rate this question:
#define MAX 200
#define MAX=200
# define MAX 200
#define MAX 200;
Rate this question:
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;
Rate this question:
X=1,y=1
X=1,y=2
X=2,y=1
X=2,y=2
Rate this question:
A*=10
A!=10
A/=10
A%=10
Rate this question:
The variable's correct value
The variable's binary form
The variable's address
The variable as it is
Rate this question:
2.5
2.00000
2
0
Rate this question:
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.
Rate this question:
200
30
100
500
Rate this question:
-2, 3, 1, 1
2, 3, 1, 2
1, 2, 3, 1
3, 3, 1, 2
Rate this question:
True
False
Rate this question:
* (asterisk)
| (pipeline)
- (hyphen)
_ (underscore)
Rate this question:
* / % + - =
= * / % + -
/ * % - + =
* % / - + =
Rate this question:
YES
NO
Rate this question:
/ + * -
* - / +
+ - / *
/ * + -
Rate this question:
2134
1234
4321
3214
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.