My Profile
Active Members
TodayLast 7 Days
more...
Awards & Gifts
Online Exams
Fresher Jobs
Our fresher job section is exclusively for fresh graduates! Find jobs for freshers in major Indian
cities including Bangalore, Chennai, Hyderabad, Pune or Kochi
Resources
Find educational articles, blogs, discussion threads and other resources.
Colleges
Find details about any college in India or search for courses.
Advertisements
|
|
Posted By: Saranya Member Level: Diamond Posted Date: 27 May 2008 Category: Computer Basics
|
Why is a Modulo operator used?
Select Answer:
It is used to determine the remainder, when an integer is divided by another
It is used to calculate the percentage
It is used to determine the factorial of a number
It is used as a relational operator
|
Your Test Score: 0 / 0
|
|
Next Question:
The following pseudocode has been written to find the average of 5 numbers accepted from the user:
begin
numeric nNum, nTotal = 0, nAverage, nCounter = 1
while nCounter <= 5
begin
accept nNum
nTotal = nTotal + nNum
nCounter = nCounter + 1
end
nAverage = nTotal / 5
display ôAverage of the five numbers is: nAverageô
end
What would be the output if the five numbers entered were: 12, 10, 8, 12, 8
|
|
Previous Question:
Consider the pseudocode:
Declare variable Name
display" Name:"
accept Name
display Name
How is the first display statement different from the second display statement?
|
Related Questions:
What do we call the basic software that allows your computer to work?
Which one of the following is the correct method for setting a home folder in Microsoft Windows 2000 Professional?
Name the tool that is available from JavaSoft site, that enables you to create, configure, and connect to a set of Beans.
There are two users of a Windows NT computer. Both of them have Administrator privileges. The first user installs MS Office 97 on the computer. The second user, who has a different profile, installs MS Office 95 in the same folder. Which of the following situations is possible?
You are analyzing the physical access to servers in the company. What must you not be analyzing for physical access to servers?
|
Categories
|
|
Submit Interview/Test Questions with Answers and make money from adsense revenue sharing program
Want to prepare for an interview? Try our aptitude tests and standard interview questions first.
|
|