0% found this document useful (0 votes)
68 views1 page

Quiz 1 + Solution

This document appears to be the instructions for a quiz on introductory programming concepts. It provides the date, duration, and instructions for the first question, which asks students to draw a flowchart using a while loop to calculate and print the average of the numbers from 1 to 10 without taking any user input.

Uploaded by

Munir Shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
68 views1 page

Quiz 1 + Solution

This document appears to be the instructions for a quiz on introductory programming concepts. It provides the date, duration, and instructions for the first question, which asks students to draw a flowchart using a while loop to calculate and print the average of the numbers from 1 to 10 without taking any user input.

Uploaded by

Munir Shah
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Introduction to Programming Quiz # 01

NUST SCHOOL OF ELECTRICAL ENGINEERING AND COMPUTER SCIENCE


BEE 4D

Date: 28-09-2012 Duration: 10 mins

Name: _______________________________ Reg. No.: ____________________________

Note: Cheating will result in zero marks.

Q1) Draw a flowchart to calculate the average of numbers from 1-10. Print the

value of average. Use a while loop. You do not have to take input from the user.

You might also like