Everything Computer: Advanced Trivia Quiz

64 Questions | Attempts: 751
Please wait...
Question 1 / 65
🏆 Rank #--
0 %
0/100
Score 0/100

1. A computer program that stores the names of 5,000 customers for business would most likely be written in what language?

Submit
Please wait...
About This Quiz
Everything Computer: Advanced Trivia Quiz - Quiz

Below is an everything Computer: Advanced Trivia. Do you think that you have adequate knowledge of computers to tackle it? Well do give it a try and if you don’t pass at least, you will have a lot of things that you can learn from it. All the best and... see morelook out for other quizzes just like it. Feel free to take it more than one time. see less

2.

What first name or nickname would you like us to use?

You may optionally provide this to label your report, leaderboard, or certificate.

2. How do algorithms and cooking recipes compare?

Submit

3. Which describes a program designed to reproduce itself by copying itself into other programs without the user's knowledge?

Submit

4. What is the primary numbers system used in computers?

Submit

5. How would a programming language that allows programs to run on any operating system be classified?

Submit

6. What is the decimal representation of the binary number 1100?

Submit

7. Which statement best describes why the binary system is one of the four numbering systems used in computers?

Submit

8. What would best replace the "?" on Line 4 in the figure?
  Begin
     get x
     get y
     ?
     sum= x + y + z
     print sum
   End 

Submit

9. What is the decimal representation of the binary number 10001?

Submit

10. What is the hexadecimal number 1A in binary form?

Submit

11. Which is a netiquette guideline?

Submit

12. When comparing third and fourth generation computers, which statement best summarizes the comparison?

Submit

13. Using a program to record transactions, phone calls and other personal information is what type of ethical consideration?

Submit

14. What are multi-line comments called?

Submit

15. What best describes the output for the program designed below?Begin
    sum= number1 + number2 + number3 + number4 +number5 
    avg= sum/5
    Print avg
 End

Submit

16. The Stepped Reckoner was never mass-produced because:

Submit

17. In flowchart symbols, which symbol shows the input/output?

Submit

18. What is an advantage of using modularization in computer programming?

Submit

19. Which statement best describes how World War II impacted computer development?

Submit

20. The need to perform what tasks led to the development of the first mechanical devices?

Submit

21. What language does the code in this example represent? 
 fib:

mov edx, [esp+8]

cmp edx, 0

ja @f
move ax, 0

Submit

22. Why were magnetic tapes used to replace punch cards in second generation computers?

Submit

23. Why is a comment used in Visual Basic?

Submit

24. The interaction between the actor and the system can be best described as:

Submit

25. What is a list of instructions that contain data for a computer to follow called?

Submit

26. Which law requires that a government authority have a subpoena, summons, or search warrant to access an individual's financial records?

Submit

27. Which act requires commercial websites that collect personal information from children under the age of 13 to obtain parental consent?

Submit

28. What does the example below represent?
  1. Obtain two numbers from the user       2. Add the two numbers together   3. Print the two numbers

Submit

29. What are the advantages of the Visual Basic language?

Submit

30. Which design approach should be considered when several programs all require similar functionality?

Submit

31. In flowchart symbols, which symbol is used to show decisions?

Submit

32. Jamie is careful to use non-offensive language and to be considerate of the feelings of others when she sends email messages. What does this behavior exemplify?

Submit

33. How does Visual Basic differ from BASIC?

Submit

34. The purpose of the Use Case is to:

Submit

35. To determine the level of the computer language, compare the language used to the:

Submit

36. Why is documentation of programs important?

Submit

37. What are the methods to show the steps to solve a problem?

Submit

38. The text below is an example of what?

Leave classroom
Turn right out of school building
Walk 1.2 miles
Turn right on street
Go to 4th house

Submit

39. What is a set of steps that create an ordered approach to a problem solution called?

Submit

40. Which step should not be taken when planning an application?

Submit

41. The information posted on the Social Security Administration website for public view and access is in compliance with which legislation?

Submit

42. Why is a flowchart used to design a programming solution?

Submit

43. What does the example below represent?
  1. Obtain two numbers from the user 
  2. Add the two numbers together 
  3. Print the two numbers

Submit

44. What characteristic of electro-mechanical devices positively impacted their success?

Submit

45. Which act gives law enforcement the ability to monitor individual's email and web activity?

Submit

46. Which is not a characteristic of commenting?

Submit

47. How would a programming language composed of hexadecimal numbers that will only run on an IBM computer be classified?

Submit

48. Which act requires federal agencies to develop, document, and implement an agency-wide program to provide information security?

Submit

49. The programming process begins with a meeting between the programmer and the client. Which activity would be the second step in the programming process?

Submit

50. In flowchart symbols, which symbol represents the start and the end process?

Submit

51. Which of the choices below is not a Basic Control Structure?

Submit

52. Which expresses the step-by-step instructions of an algorithm by using keywords, while depicting logical groupings or structures using indentation?

Submit

53. Which act gives individuals the right to see information maintained about them?

Submit

54. Which is not an expectation for commenting?

Submit

55. What is an acceptable comment for second line of the Visual Basic program below?
  Private Sub Form_Load()
      MessageBox.Show("Hello World!")
  End Sub 

Submit

56. Which project type is a desktop application run directly by the end user via forms appearing on the desktop?

Submit

57. The use of a hexadecimal numbering system in computers allows the computer to:

Submit

58. The best way to compare a binary number to a hexadecimal number is to convert:

Submit

59. Which statement best explains the conversion of the binary number 1010 to a decimal number?

Submit

60. What did Ada Byron mean when she said that the Analytical Engine could never "originate anything"?

Submit

61. Tricia decided that the computer program she was designing should be coded in Visual Basic. She then began to code the program from her pseudocode. This exemplifies which stage in the programming process?

Submit

62. What is the binary representation of the decimal 42?

Submit

63. In flowchart symbols, which symbol is used to show processes?

Submit

64. The programming process begins with a meeting between the programmer and the client. Which of the following activities would be the third activity in the programming process?

Submit
×
Saved
Thank you for your feedback!
View My Results
Cancel
  • All
    All (64)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
A computer program that stores the names of 5,000 customers for...
How do algorithms and cooking recipes compare?
Which describes a program designed to reproduce itself by copying...
What is the primary numbers system used in computers?
How would a programming language that allows programs to run on any...
What is the decimal representation of the binary number 1100?
Which statement best describes why the binary system is one...
What would best replace the "?" on Line 4 in the figure?...
What is the decimal representation of the binary number 10001?
What is the hexadecimal number 1A in binary form?
Which is a netiquette guideline?
When comparing third and fourth generation computers, which...
Using a program to record transactions, phone calls and other personal...
What are multi-line comments called?
What best describes the output for the program designed...
The Stepped Reckoner was never mass-produced because:
In flowchart symbols, which symbol shows the input/output?
What is an advantage of using modularization in computer programming?
Which statement best describes how World War II impacted...
The need to perform what tasks led to the development of the first...
What language does the code in this example represent?  fib: ...
Why were magnetic tapes used to replace punch cards in second...
Why is a comment used in Visual Basic?
The interaction between the actor and the system can...
What is a list of instructions that contain data for a computer to...
Which law requires that a government authority have a subpoena,...
Which act requires commercial websites that collect personal...
What does the example below represent?   1. Obtain two numbers...
What are the advantages of the Visual Basic language?
Which design approach should be considered when several programs all...
In flowchart symbols, which symbol is used to show decisions?
Jamie is careful to use non-offensive language and to be considerate...
How does Visual Basic differ from BASIC?
The purpose of the Use Case is to:
To determine the level of the computer language, compare the language...
Why is documentation of programs important?
What are the methods to show the steps to solve a problem?
The text below is an example of what?Leave classroomTurn right out of...
What is a set of steps that create an ordered approach to a problem...
Which step should not be taken when planning an application?
The information posted on the Social Security Administration website...
Why is a flowchart used to design a programming solution?
What does the example below represent?  1. Obtain two numbers...
What characteristic of electro-mechanical devices positively impacted...
Which act gives law enforcement the ability to monitor individual's...
Which is not a characteristic of commenting?
How would a programming language composed of hexadecimal numbers that...
Which act requires federal agencies to develop, document, and...
The programming process begins with a meeting between the programmer...
In flowchart symbols, which symbol represents the start and the end...
Which of the choices below is not a Basic Control Structure?
Which expresses the step-by-step instructions of an algorithm by using...
Which act gives individuals the right to see information maintained...
Which is not an expectation for commenting?
What is an acceptable comment for second line of the Visual Basic...
Which project type is a desktop application run directly by the end...
The use of a hexadecimal numbering system in computers allows the...
The best way to compare a binary number to a hexadecimal...
Which statement best explains the conversion of the binary...
What did Ada Byron mean when she said that the Analytical Engine could...
Tricia decided that the computer program she was designing should be...
What is the binary representation of the decimal 42?
In flowchart symbols, which symbol is used to show processes?
The programming process begins with a meeting between the programmer...
play-Mute sad happy unanswered_answer up-hover down-hover success oval cancel Check box square blue
Alert!