Ultimate Computer Quiz

24 Questions | Attempts: 66
Share
Please wait...
Question 1 / 24
0 %
0/100
Score 0/100
1. The place where you want the cursor at the beginning of the program needs to have a TabIndex set to what number?
Submit
Please wait...
About This Quiz
Computer Quizzes & Trivia

Online mcq quiz on fundamentals of computer - set 2 no. Of questions:- 10 time:- 10 minutes. . .

Personalize your quiz and earn a certificate with your name on it!
2. What is the name of the object where the cursor should be at the beginning of the ConvertSeconds.frm program?
Submit
3. What kind of numbers are appropriate for data for seconds?
Submit
4. What data type is the variable Hours?
Submit
5. Use a calculator.  There are ones available on the computer.  What is 7000 divided by 60?
Submit
6. Do long division on paper to calculate the remainder of 7000 divided by 60.  What is the remainder?
Submit
7. In this program, the conversion calculations are done only if the data the user puts in for the seconds, is ___________________________________________.
Submit
8. When the user clicks OK on the message box, where does the cursor go?
Submit
9. When the user clicks OK on the message box, what happens to the -33 that was in the textbox?
Submit
10. What does the computer put in the variable Minutes when the line of code Minutes=Seconds\60  is executed?
Submit
11. \ will divide and ________________ the digits to the right of the decimal point, which is called truncating.
Submit
12. The answer to Seconds Mod 60 is the remainder of Seconds divided by what?
Submit
13. Look at the code in your notebook for ConvertSeconds.  What data type is the variable Seconds?
Submit
14. The & symbol connects string data to make one big ___________________.  This is called concatenation.
Submit
15. Str(Hours) is needed to convert the integer number, hours into the ________________ data type.
Submit
16. Will the program catch invalid data that is made up of letters and symbols?  Try it to know for sure.
Submit
17. Which line of code made that happen?  (referring to number 20)
Submit
18. Which line of code reserves memory for the variable Hours?
Submit
19. \ will not round the number.  It will _____________________ it.
Submit
20. What result do you get when you run the program and use 12121212 as the number of seconds?
Submit
21. If the user puts -33 in the textbox for the number of seconds, what appears on the screen?
Submit
22. What line of code made that happen?  (referring to number 22)
Submit
23. Which of these statements is true?
Submit
24. The answer to 7000 Mod 60 is the ______________________ of 7000 divided by 60.
Submit
View My Results

Quiz Review Timeline (Updated): Mar 21, 2022 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Mar 21, 2022
    Quiz Edited by
    ProProfs Editorial Team
  • Feb 17, 2010
    Quiz Created by
    Jhangen
Cancel
  • All
    All (24)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The place where you want the cursor at the beginning of the program...
What is the name of the object where the cursor should be at the...
What kind of numbers are appropriate for data for seconds?
What data type is the variable Hours?
Use a calculator.  There are ones available on the...
Do long division on paper to calculate the remainder of 7000...
In this program, the conversion calculations are done only if the data...
When the user clicks OK on the message box, where does the cursor go?
When the user clicks OK on the message box, what happens to the -33...
What does the computer put in the variable Minutes when the line of...
\ will divide and ________________ the digits to the right of the...
The answer to Seconds Mod 60 is the remainder of Seconds divided by...
Look at the code in your notebook for ConvertSeconds.  What data...
The & symbol connects string data to make one big...
Str(Hours) is needed to convert the integer number, hours...
Will the program catch invalid data that is made up of letters and...
Which line of code made that happen?  (referring to number 20)
Which line of code reserves memory for the variable Hours?
\ will not round the number.  It will _____________________ it.
What result do you get when you run the program and use 12121212...
If the user puts -33 in the textbox for the number of seconds, what...
What line of code made that happen?  (referring to number 22)
Which of these statements is true?
The answer to 7000 Mod 60 is the ______________________ of 7000...
Alert!

Advertisement