Computer Programming MCQ
1. Use of an incorrect formula to produce a desired result is a type of __________ error.
Note: This Question is unanswered, help us to find answer for this one
2. Users employ ________ computers for word processing, spreadsheets, database access, and so forth.
Note: This Question is unanswered, help us to find answer for this one
3. __________ uses short, english like phrases to describe the outline of a program.
Answer
Correct Answer:
Pseudocode
Note: This Question is unanswered, help us to find answer for this one
4. The writer tom wolfe dubbed the 1970s the "____________ decade."
Answer
Correct Answer:
Under the Nixon administration, all of the following took place, EXCEPT:
Note: This Question is unanswered, help us to find answer for this one
5. A(n) ____ tells the user what to enter.
Note: This Question is unanswered, help us to find answer for this one
6. Many programming languages require a ____ to create executable files
Answer
Correct Answer:
Compiler.
Note: This Question is unanswered, help us to find answer for this one
7. What area on Code.org
Answer
Correct Answer:
The white area
Note: This Question is unanswered, help us to find answer for this one
8. What is the area on the right side of Code.org
Answer
Correct Answer:
Workspace
Note: This Question is unanswered, help us to find answer for this one
9. What type of wireless transmission is Wi-Fi?
Answer
Correct Answer:
Radio waves
Note: This Question is unanswered, help us to find answer for this one
10. What type of wireless technology sends information using radio waves?
Note: This Question is unanswered, help us to find answer for this one
11. What does a while loop continue to repeat while?
Answer
Correct Answer:
While a condition is true
Note: This Question is unanswered, help us to find answer for this one
12. A loop that continues to repeat while a condition is true is called what?
Answer
Correct Answer:
While loop
Note: This Question is unanswered, help us to find answer for this one
13. A website is considered part of what?
Answer
Correct Answer:
The World Wide Web
Note: This Question is unanswered, help us to find answer for this one
14. A website is a collection of what?
Answer
Correct Answer:
Interlinked web pages
Note: This Question is unanswered, help us to find answer for this one
15. What is a website?
Answer
Correct Answer:
A collection of interlinked web pages on the World Wide Web
Note: This Question is unanswered, help us to find answer for this one
16. What can variable A be replaced with?
Answer
Correct Answer:
A piece of information that can change
Note: This Question is unanswered, help us to find answer for this one
17. What is a variable that can change?
Answer
Correct Answer:
A placeholder
Note: This Question is unanswered, help us to find answer for this one
18. Variable is a placeholder for what?
Answer
Correct Answer:
A piece of information
Note: This Question is unanswered, help us to find answer for this one
19. What are "username" and "screen name" also known as?
Answer
Correct Answer:
A name you make up so that you can see or do things on a website
Note: This Question is unanswered, help us to find answer for this one
20. What is a name you make up so you can do things on a website?
Note: This Question is unanswered, help us to find answer for this one
21. What is the address for a web page called?
Answer
Correct Answer:
Universal resource locator
Note: This Question is unanswered, help us to find answer for this one
22. What is the address to a web page easy to remember?
Note: This Question is unanswered, help us to find answer for this one
23. What do you do when you attempt to do something?
Note: This Question is unanswered, help us to find answer for this one
24. What do the characters in The Wonder Years do to try and get closer to their friends?
Answer
Correct Answer:
Attempt to do something
Note: This Question is unanswered, help us to find answer for this one
25. What is trustworthy?
Answer
Correct Answer:
Able to be relied on as honest or truthful
Note: This Question is unanswered, help us to find answer for this one
26. What can trustworthy people be relied upon for?
Answer
Correct Answer:
Honest or truthful
Note: This Question is unanswered, help us to find answer for this one
27. The grey bar in the middle of Code.org
Note: This Question is unanswered, help us to find answer for this one
28. What is the name of the tall grey bar in Code.org
Note: This Question is unanswered, help us to find answer for this one
29. The servers computers exist solely to provide what?
Note: This Question is unanswered, help us to find answer for this one
30. What type of servers exist only to provide things?
Answer
Correct Answer:
Servers Computers that exist only to provide things to others
Note: This Question is unanswered, help us to find answer for this one
31. What does a search engine do?
Answer
Correct Answer:
Identifies items in a database
Note: This Question is unanswered, help us to find answer for this one
32. What is a search engine used for?
Answer
Correct Answer:
Finding particular sites on the World Wide Web
Note: This Question is unanswered, help us to find answer for this one
33. What are keywords or characters specified by the user used for?
Answer
Correct Answer:
Finding particular sites on the World Wide Web
Note: This Question is unanswered, help us to find answer for this one
34. What is a program that searches for and identifies items in a database that correspond to keywords or characters specified by the user?
Answer
Correct Answer:
Search engine
Note: This Question is unanswered, help us to find answer for this one
35. What should you do to run a program on a computer?
Answer
Correct Answer:
Cause the computer to execute the commands you've written in your program
Note: This Question is unanswered, help us to find answer for this one
36. What is another word for "repeat"?
Note: This Question is unanswered, help us to find answer for this one
37. What does repeat mean in relation to a task?
Answer
Correct Answer:
To do something again
Note: This Question is unanswered, help us to find answer for this one
38. What is the definition of programming?
Answer
Correct Answer:
The art of creating a program
Note: This Question is unanswered, help us to find answer for this one
39. What is the art of creating a program?
Answer
Correct Answer:
Programming
Note: This Question is unanswered, help us to find answer for this one
40. A program that has been coded is said to be what in the field of science?
Answer
Correct Answer:
An algorithm
Note: This Question is unanswered, help us to find answer for this one
41. What is a computer program that has been coded into something that can be run by a machine?
Answer
Correct Answer:
Algorithm
Note: This Question is unanswered, help us to find answer for this one
42. What are pixels typically made of?
Answer
Correct Answer:
Tiny square or dot
Note: This Question is unanswered, help us to find answer for this one
43. What is the abbreviation for picture element?
Note: This Question is unanswered, help us to find answer for this one
44. What is persistence defined as?
Answer
Correct Answer:
Trying again and again
Note: This Question is unanswered, help us to find answer for this one
45. What is the first trait of a successful programmer?
Answer
Correct Answer:
Persistence
Note: This Question is unanswered, help us to find answer for this one
46. What is an example of a customizable parameter?
Note: This Question is unanswered, help us to find answer for this one
47. What is the term for the extra piece of information passed to a function to customize it for a specific need?
Answer
Correct Answer:
Parameter
Note: This Question is unanswered, help us to find answer for this one
48. What is another term for pattern matching?
Answer
Correct Answer:
Finding similarities between things
Note: This Question is unanswered, help us to find answer for this one
49. Packets are formed from what?
Answer
Correct Answer:
Larger chunks of information
Note: This Question is unanswered, help us to find answer for this one
50. Small chunks of information that have been carefully formed from larger chunks of information are called what?
Note: This Question is unanswered, help us to find answer for this one
51. Which kind of output can a computer produce?
Answer
Correct Answer:
A way to get information out of a computer
Note: This Question is unanswered, help us to find answer for this one
52. A way to get information out of a computer is called what?
Note: This Question is unanswered, help us to find answer for this one
53. The film is connected to what?
Answer
Correct Answer:
The Internet
Note: This Question is unanswered, help us to find answer for this one
54. What is another way to say "connected to the Internet" in English?
Note: This Question is unanswered, help us to find answer for this one
55. What do you do over and over again?
Answer
Correct Answer:
Loop The action of doing something over and over again.
Note: This Question is unanswered, help us to find answer for this one
56. What does "loop" mean when used in the way of the word "action"?
Answer
Correct Answer:
The action of doing something over and over again.
Note: This Question is unanswered, help us to find answer for this one
57. What does the word loop mean?
Answer
Correct Answer:
The action of doing something over and over again
Note: This Question is unanswered, help us to find answer for this one
58. What element is used to create repetitious actions?
Answer
Correct Answer:
Programming loops
Note: This Question is unanswered, help us to find answer for this one
59. An address is assigned to any item that is connected to the what?
Answer
Correct Answer:
The Internet
Note: This Question is unanswered, help us to find answer for this one
60. What is an IP address assigned to?
Answer
Correct Answer:
Any item that is connected to the Internet
Note: This Question is unanswered, help us to find answer for this one
61. What is an example of an item that is connected to the Internet?
Answer
Correct Answer:
IP address
Note: This Question is unanswered, help us to find answer for this one
62. A group of computers and servers that are connected to each other is called what?
Note: This Question is unanswered, help us to find answer for this one
63. What does a key enter a computer?
Answer
Correct Answer:
Information
Note: This Question is unanswered, help us to find answer for this one
64. What is another way to say "give information to a computer"?
Note: This Question is unanswered, help us to find answer for this one
65. What does the if-statement contain?
Answer
Correct Answer:
Conditional statements
Note: This Question is unanswered, help us to find answer for this one
66. The common programming structure that implements "conditional statements" is what?
Answer
Correct Answer:
If-statement
Note: This Question is unanswered, help us to find answer for this one
67. What is a code example of a function definition?
Answer
Correct Answer:
The code inside a function that instructs the program on what to do when the function is called
Note: This Question is unanswered, help us to find answer for this one
68. What does the code inside a function instruct the program on?
Answer
Correct Answer:
What to do
Note: This Question is unanswered, help us to find answer for this one
69. What is the definition of function?
Answer
Correct Answer:
The code inside a function that instructs the program on what to do when the function is called
Note: This Question is unanswered, help us to find answer for this one
70. What is the piece of code you add to indicate that your program should run the code inside a function?
Note: This Question is unanswered, help us to find answer for this one
71. What do you call the code that you add to a program to indicate that the program should run the code inside a function at a certain time?
Answer
Correct Answer:
Function call
Note: This Question is unanswered, help us to find answer for this one
72. What is a function that you can easily call over and over again?
Answer
Correct Answer:
A piece of code
Note: This Question is unanswered, help us to find answer for this one
73. What are functions called that you can easily call over and over again?
Answer
Correct Answer:
A piece of code that you can easily call over and over again
Note: This Question is unanswered, help us to find answer for this one
74. What do you think a constant is?
Answer
Correct Answer:
A piece of code that you can easily call over and over again
Note: This Question is unanswered, help us to find answer for this one
75. What can you easily call over again?
Answer
Correct Answer:
A piece of code
Note: This Question is unanswered, help us to find answer for this one
76. Frustrated is most closely related to the English term that means what in French?
Answer
Correct Answer:
Annoyed or angry
Note: This Question is unanswered, help us to find answer for this one
77. Frustrated is a feeling you feel when something is not the way you want it?
Answer
Correct Answer:
Feeling annoyed or angry
Note: This Question is unanswered, help us to find answer for this one
78. Frustrated is another word for what?
Answer
Correct Answer:
Feeling annoyed or angry because something is not the way you want it
Note: This Question is unanswered, help us to find answer for this one
79. What is an example of a for loop?
Answer
Correct Answer:
A loop with a predetermined beginning, end, and increment
Note: This Question is unanswered, help us to find answer for this one
80. What does increment mean in a for loop?
Answer
Correct Answer:
Step interval
Note: This Question is unanswered, help us to find answer for this one
81. What is a fiber optic cable connection?
Answer
Correct Answer:
A connection that uses light to transmit information
Note: This Question is unanswered, help us to find answer for this one
82. What can fiber optic cables transmit information with?
Note: This Question is unanswered, help us to find answer for this one
83. What type of events might an event handler respond to?
Answer
Correct Answer:
Human actions
Note: This Question is unanswered, help us to find answer for this one
84. What does an event handler for a specific event or action on a computer do?
Note: This Question is unanswered, help us to find answer for this one
85. When writing code for an event handler, it will be executed every time what occurs?
Answer
Correct Answer:
A monitor for a specific event or action
Note: This Question is unanswered, help us to find answer for this one
86. What is an example of an event?
Answer
Correct Answer:
An action that causes something to happen
Note: This Question is unanswered, help us to find answer for this one
87. What does an action that causes something to happen is called?
Note: This Question is unanswered, help us to find answer for this one
88. What causes something to happen?
Note: This Question is unanswered, help us to find answer for this one
89. What is used to send information using telephone or television cables?
Answer
Correct Answer:
DSL/cable
Note: This Question is unanswered, help us to find answer for this one
Process Engineering MCQs | Topic-wise