5. This document is for teacher use only. Teachers can recreate the checkpoint activities in Swi Assess, Teams or even LMS if it is working for them. You should NOT change the content. It is recommended that teachers complete this checkpoint during class time. However, it will remain open to allow teachers and students who are facing technical issues to do it later. . It is prohibited to photocopy or circulate this paper before, during or after the Checkpoint through email, social media or any other means; and whoever violates this will be subject to legal proceedings. School administrations, Exam Committees and Marking centers shall take this into account, monitor violations and take necessary measures . Programming Question (30 marks) Instructions: - Create a text-based program that will store and output information about the UA using a dictionary. All information given below. On completion of the program paste a screenshot of the program and the program output at the end of this document and upload to LMS or use a metho as instructed by your teacher The program should include the following: Store 7 types of information about the UAE in a dictionary: (14 marks, 2 marks for each correct type) 1. Name: UAE 2. Age: 49 Years, 3. Independence Year 1971, 4. Founder Name Sheikh Zayed Father of the Nation, 5. Language: English, 6. Capital Abu Dhabi, . 5. Language: English, 6. Capital. Abu Dhabi, 7. Currency: Dirhams, Change an item in the dictionary Language using its key name to Arabic (2 marks) output an item Founder Name using a print() command. (2 marks) ITDA MISTRY OF EDUCATION Add one more item to the program to: (2 marks for correct item) Add a new item No_of_Emirates: 7 to the dictionary Remove one item from the program and get output of all the key names Remove one item Currency: Dirhams in the dictionary using a pop() command popo and key name. (4 marks) Output all the key names and items in the dictionary using repetition. (4 marks) After finishing the task, please take screenshots of your program and program outout to share it with the Teacher for markina. (2 marks) Instruction: This document is for teacher use only. Teachers can recreate the checkpoint activities in Swift Assess, Teams or even LMS if it is working for them. You should NOT change the content It is recommended that teachers complete this checkpoint during class time. However, it will remain open to allow teachers and students who are facing technical issues to do it later. It is prohibited to photocopy or circulate this paper before, during or at the Checkpoint through email, social media or any other means; and whoever violates this will be subject to legal proceedings. School administrations, Exam Committees and Marking centers shall take this into account, monitor violations and take necessary measures Programming Question (30 marks) Instructions: Create a text-based program that will store and output information about the UAE using a dictionary. All information given below. On completion of the program paste a screenshot of the program and the program output at the end of this document and upload to LMS or use a method as instructed by your teacher. The program should include the following: Store 7 types of information about the UAE in a dictionary: (14 marks, 2 marks for each correct type) 1. Name : UAE 2. Age: 49 Years, 3. Independence_Year: 1971, 4. Founder_Name : Sheikh Zayed Father of the Nation 5. Language : English, 6. Capital : Abu Dhabi, 7. Currency : Dirhams, . . . Change an item in the dictionary Language using its key name to Arabic. (2 marks) output an item Founder_Name using a print() command. (2 marks) Add one more item to the program to: (2 marks for correct item) Add a new item No_of_Emirates: 7 to the dictionary. Remove one item from the program and get output of all the key names: Remove one item Currency: Dirhams in the dictionary using a pop() command and key name. (4 marks) Output all the key names and items in the dictionary using repetition. (4 marks) After finishing the task, please take screenshots of your program and program output to share it with the Teacher for marking. (2 marks) Python