Time limit: 0
Quiz-summary
0 of 10 questions completed
Questions:
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
Information
Programming Essentials in C: Chapter 1 Assignment (CLA) Test Online
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading...
You must sign in or sign up to start the quiz.
You have to finish following quiz, to start this quiz:
Results
0 of 10 questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 points, (0)
Average score |
|
Your score |
|
Categories
- Not categorized 0%
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- Answered
- Review
-
Question 1 of 10
1. Question
1 pointsThe English language is an example ofCorrect
Incorrect
-
Question 2 of 10
2. Question
1 pointsA high-level language isCorrect
Incorrect
-
Question 3 of 10
3. Question
1 pointsA compiler isCorrect
Incorrect
-
Question 4 of 10
4. Question
1 pointsData of type int isCorrect
Incorrect
-
Question 5 of 10
5. Question
1 pointsThe following string:ThisIsTheNameOfTheVariable
Correct
Incorrect
-
Question 6 of 10
6. Question
1 pointsThe following string:101Dalmatians
Correct
Incorrect
-
Question 7 of 10
7. Question
1 pointsWhat is the value of the var variable after executing the following snippet of code:int var; var = 100; var = var + 100; var = var + var;
Correct
Incorrect
-
Question 8 of 10
8. Question
1 pointsA keyword is a word thatCorrect
Incorrect
-
Question 9 of 10
9. Question
1 pointsA comment placed anywhere inside the code is a syntactic equivalent ofCorrect
Incorrect
-
Question 10 of 10
10. Question
1 pointsEvery variable has the following attributes:Correct
Incorrect