DOWNLOAD FREE PDF <<CLICK HERE>>
Principles of Programming Languages
Congratulations - you have completed Principles of Programming Languages.
You scored %%SCORE%% out of %%TOTAL%%.
Your performance has been rated as %%RATING%%
Your answers are highlighted below.
Question 1 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
State the data type of the variable MyName
MyName = "Dhoni"
CHAR | |
STRING | |
INTEGER | |
REAL |
Question 2 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
How would you declare an an array that stores 20 marks?
Dim 20 Marks as Integer | |
Dim (20) Marks as Integer | |
Dim Marks as Integer (20) | |
Dim Marks(20) as Integer |
Question 3 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Breakpoints are an example of
A debugging tool | |
A run time environment tool | |
An editing tool |
Question 4 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Scratch uses.....coding to develop programs.
voice | |
binary | |
drop and drag | |
pseudocode |
Question 5 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

iteration | |
loop | |
repeat block | |
forever block |
Question 6 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |

**** | |
*1*22 | |
**2 | |
** |
Question 7 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
Which is the name of the method?

public | |
void | |
act | |
( ) |
Question 8 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
A ..... is a set of instructions written in a language a computer can understand.
Command | |
Event | |
Program | |
Variable |
Question 9 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
This is where the code is written.
Translator | |
Run time environment | |
Editor | |
Error diagnostics |
Question 10 [CLICK ON ANY CHOICE TO KNOW MCQ multiple objective type questions RIGHT ANSWER] |
The right code of: body is red and its font style is calibri(hint: language used is CSS)
body[color:red;font-family:calibri;] | |
body{color:red;font-style:calibri;} | |
body(color:red;font-style:calibri;) | |
body{color:red;font-family:calibri;} |
Once you are finished, click the button below. Any items you have not completed will be marked incorrect.
There are 10 questions to complete.