What will be the output when the following Python code is executed ?

a = [‘a’, 2,[3, ‘b’,4], [6, ‘‘abc”, 9],8]
print(a[2][2])

 

 

Use the following flowchart to answer question 39.

Which of the following Python programs correctly implements the above flowchart ?

 

Use the following flowchart to answer question 38.

If a user input 20,27,18 for the variables, A, B, C respectively the output will be

 

Which of the following is a syntactically correct Python function ?

 

Which of the following segment of a Date flow diagram best represents the process of getting the contact list of a mobile phone ?

 

The Pilot, Phase, Direct, and Parallel are four different kind of system…………………. strategies.
Which of the following is most appropriate to fill the blanks in the above statement?

 

Consider the following three tables in a relational database to answer question 34 . Assume that a subject has only one paper for an examination.

Which of the following SQL statements changes only the date of examination of Physics paper of GCE AL examination to 2014.08.25 ?

 

Consider the following three tables in a relational database to answer question 33 . Assume that a subject has only one paper for an examination.

Which of the following is the correct SQL statement to retrieve examId, name, and examDate of all examinations ?

 

Consider the following three tables in a relational database to answer question 32 . Assume that a subject has only one paper for an examination.

Which of the following is the correct primary key for examSubject table ?

 

Consider the following three tables in a relational database to answer question 31 . Assume that a subject has only one paper for an examination.

Which of the following is the most suitable Entity Relationship (ER) diagram to represent the above relational database tables ?