Sample output: Student Name: Mary Student ID (ex. 2001234) : 2000111 Question 1 : Place value of the digit '8' in 809 is a. 8 b. 80 с. 800 d. 0 Your answer for Question 1 is c Question 2 : Even number...


Sample output:<br>Student Name: Mary<br>Student ID<br>(ex.<br>2001234) :<br>2000111<br>Question 1<br>: Place value of the digit '8'<br>in 809 is<br>a.<br>8<br>b.<br>80<br>с.<br>800<br>d. 0<br>Your answer for Question 1 is c<br>Question 2 : Even number just after 211 is<br>а.<br>212<br>b.<br>312<br>C.<br>214<br>d.<br>412<br>Your answer for Question 2 is a<br>Question 3 : Forty eight in figure is<br>d. 28<br>a.<br>40<br>b.48<br>C.<br>57<br>Your answer for Question 3 is a<br>#####<br>student Name :<br>########<br>Mary<br>Student<br>ID<br>2000111<br>Answer<br>Result<br>Correct<br>: TÕ<br>오2:<br>오3:<br>Total marks :<br>Correct<br>a<br>Wrong<br>20<br>################<br>########## #####<br>Note: Assume all inputs are correct. Only techniques/methods/codes learned in the<br>course such as if-else, while loop, for loop, list, textfile and others are allowed in this<br>program. It is optional/not compulsory to apply self- or user-definedfunction.<br>

Extracted text: Sample output: Student Name: Mary Student ID (ex. 2001234) : 2000111 Question 1 : Place value of the digit '8' in 809 is a. 8 b. 80 с. 800 d. 0 Your answer for Question 1 is c Question 2 : Even number just after 211 is а. 212 b. 312 C. 214 d. 412 Your answer for Question 2 is a Question 3 : Forty eight in figure is d. 28 a. 40 b.48 C. 57 Your answer for Question 3 is a ##### student Name : ######## Mary Student ID 2000111 Answer Result Correct : TÕ 오2: 오3: Total marks : Correct a Wrong 20 ################ ########## ##### Note: Assume all inputs are correct. Only techniques/methods/codes learned in the course such as if-else, while loop, for loop, list, textfile and others are allowed in this program. It is optional/not compulsory to apply self- or user-definedfunction.
Practice Question 1 (Using Python)<br>Construct a FLOWCHART for a program that enables a primary school teacher to<br>determine the marks of students who sit for a mathematics quiz. The quiz consists of<br>three multiple-choice questions only. This program will require the student to key in<br>his/her name and ID number. The student will be awarded 10 marks for each correct<br>QI.<br>answer. The program should display the results to the student. The program must use<br>the most suitable data structure to set the questions and answers so that they are<br>immutable. This program does not require the result to be saved in a text file.<br>The printing ofthe result includes student name, student ID, answer for each question,<br>correctness of answer for each question, and total marks for the quiz. The multiple-<br>choice questions to be used for the quiz are shown in Table 1.1.<br>Table 1.1<br>Question No.<br>Multiple Choice Question<br>Answer<br>Place value ofthe digit '8' in 809 is<br>a. 8<br>1<br>C<br>b.80 c.800 d.0<br>Even number just after 211 is<br>2<br>a<br>a.212 b.312 c.214 d.412<br>Forty eight in figure is<br>b.48<br>3<br>b<br>a.40<br>c.57<br>d.28<br>

Extracted text: Practice Question 1 (Using Python) Construct a FLOWCHART for a program that enables a primary school teacher to determine the marks of students who sit for a mathematics quiz. The quiz consists of three multiple-choice questions only. This program will require the student to key in his/her name and ID number. The student will be awarded 10 marks for each correct QI. answer. The program should display the results to the student. The program must use the most suitable data structure to set the questions and answers so that they are immutable. This program does not require the result to be saved in a text file. The printing ofthe result includes student name, student ID, answer for each question, correctness of answer for each question, and total marks for the quiz. The multiple- choice questions to be used for the quiz are shown in Table 1.1. Table 1.1 Question No. Multiple Choice Question Answer Place value ofthe digit '8' in 809 is a. 8 1 C b.80 c.800 d.0 Even number just after 211 is 2 a a.212 b.312 c.214 d.412 Forty eight in figure is b.48 3 b a.40 c.57 d.28
Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here