virtual-labs-archive / computer-programming-responsive-iiith

This repository contains the responsive Computer Programming Lab IIITH
https://cse02-iiith.vlabs.ac.in
Other
1 stars 324 forks source link

computer-programming-lab_arrays_quiz #193

Open arathyrose opened 5 years ago

arathyrose commented 5 years ago

Defect description: Q6 is not clear enough

Steps to reproduce the issue : Go to the quiz page(link: http://cse02-iiith.vlabs.ac.in/exp4/quiz.html) and read the question number 6.

Actual question(asked on the page):

If the memory address of the first element of an array is 2000, what is the memory address of the 6th emement?

Expected question(or ways to make the question less ambiguous): Mention the size of each element as 4 bytes (or mention them to be integers), so the question would look like:

Given an array consisting of integers (size of each element: 4 bytes), if the memory address of the first element is 2000, what is the memory address of the 6th element?

arathyrose commented 5 years ago

Fixed: Commit ID: c80c178

DevikaBoddu commented 5 years ago

Valid fix: @arathyrose